How to deploy a Web Services monitor template with custom SOAP XML request using the API?

  • KM01261655
  • 19-Nov-2014
  • 19-Nov-2014

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.