Transformer Information

Some business services use jDeveloper's transformer feature to create .xsl style sheet documents, which map the data from the source to the target schema. The business services use the filter fields to retrieve the file path for the appropriate .xsl file to invoke. The file paths are entered using the Business Service File Locations program (P43E35). The J43E0010 uses these .xsl style sheet documents to process both the inbound and outbound messages.

This table lists the file paths and filter fields for the outbound (request), from the JD Edwards EnterpriseOne XML schema to the supplier's cXML schema:

Title

Description

Source Schema file path

oracle/e1/bssv/J43E0040/docs/PunchOutSetupRequestResponse_E1XML.xsd

Target Schema file path

oracle/e1/bssv/J43E0040/docs/PunchOutSetupRequest_CXML12016.xsd

XSL Style Sheet file path

oracle/e1/bssv/J43E0040/docs/Map_PunchOutSetupRequest_From_E1XML_To_CXML12016.xsl

Document Name filter field

setAuthenReqXMLDocName – Internal VO attribute

Service Name filter field

J43E0010_KEY_PUNCHOUT_SETUP_REQUEST_UDC_CODE – BSSV Service Constant key

This table lists the file paths and filter fields for the inbound (response), from the supplier's cXML schema to the JD Edwards EnterpriseOne schema:

Title

Description

Source Schema file path

oracle/e1/bssv/J43E0040/docs/PunchOutSetupResponse_CXML12016.xsd

Target Schema file path

oracle/e1/bssv/J43E0040/docs/PunchOutSetupRequestResponse_E1XML.xsd

XSL Style Sheet file path

oracle/e1/bssv/J43E0040/docs/Map_PunchOutSetupRequest_From_CXML12016_To_EmXML.xsl

Document Name filter field

setAuthenResXMLDocName - Internal VO attribute

Service Name filter field

J43E0010_KEY_PUNCHOUT_SETUP_RESPONSE_UDC_CODE - BSSV Service Constant key

See Setting Up Transformer Document File Path Names.