Software AG Products 10.7 | Integrating On-Premises and Cloud Applications | Service Development | Submitting and Receiving XML Documents | Submitting and Receiving XML via HTTP | Submitting and Receiving XML via $xmldata without Parsing
 
Submitting and Receiving XML via $xmldata without Parsing
 
Using pub.client:http to Submit $xmldata via HTTP
When submitting an XML document in $xmldata, you might not want Integration Server to automatically parse the XML and pass it to the target service as a node, as described in Submitting and Receiving XML in $xmldata. If parsing is not needed, it can unnecessarily slow down the execution of a service. For example, an application might handle the XML as a simple String. In this case, the automatic parsing is unnecessary and should be avoided.