Summary
Usage of XML tags to "escape" XML content
Question
How to pass raw XML as variable content on SOAP XML request for API template deployment? For example, how to deploy a template that contains Web Service monitor using custom SOAP XML request?
Answer
To “escape” XML within the SOAP XML request use following tags:
<![CDATA[
<TagOne></TagOne>
<TagTwo></TagTwo>
]]>
Example SOAP request.