Extending provided services

You can extend the capabilities of the integration's provided services by using the "extensionClass" argument, which contains services to use before and after invocation.

About this task

The provided components and parameters in the Direct Integration offer services and subservices, so that customization can be implemented in the subservice. This two-part service strategy keeps the WC-facing services unchanged. In addition, you can use the extensionClass argument to perform custom logic before or after input XML conversion. For more details, see Components and parameters in the Service Definition Framework.
During xsl customization, when importing the contents of one style sheet into another using xsl:import, the URI of the external XSL resource is required. For example:

<xsl:import href="extensions/global/template/xsl/scwc/custom/External_GetOrderPriceToProcessOrderInput.xsl"/>