The XSLT functionality can transform XML messages into a different format. You can configure Control-M Web Services API or Messaging API to invoke an XSLT transformation on the requests you send and on the responses you receive.
NOTE: You should only use the XSLT functionality if it resolves a specific issue.
When you use XSLT functionality with Control-M Web Services API, the transformed request message must be in the same format as the request, as specified in Request and Response Parameters in Control-M/EM API. Examples of simple XSLT files for requests and responses can be found here:
<CD path>\conf\example\xslt
To use this feature, you must customize the Properties file, as described in Creating an XSLT file.
Parent Topic |