The transform feature applies an XSLT transformation to the content in the body of a message. After the transformation the body content is replaced with the result of the transformation.
Syntax
<transform xslt="string" /><transform xslt="string" />
Sample
<serviceProxy >
<request>
<transform xslt="sap2opentrans.xslt" />
</request>
<target host="opentrans.server.de" />
</serviceProxy><serviceProxy >
<response>
<transform xslt="classpath:a2b.xslt" />
</response>
<target host="a.server.de" />
</serviceProxy>
<serviceProxy >
<request>
<transform xslt="sap2opentrans.xslt" />
</request>
<target host="opentrans.server.de" />
</serviceProxy><serviceProxy >
<response>
<transform xslt="classpath:a2b.xslt" />
</response>
<target host="a.server.de" />
</serviceProxy>
Attributes
| Name | Required | Default | Description | Examples |
|---|---|---|---|---|
| xslt | false | - | Location of the XSLT stylesheet that will be applied to request and response. | strip.xslt |