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.