XI Adapter 4.6 | webMethods XI Adapter Documentation | webMethods XI Adapter Installation and User’s Documentation | Configuration Parameters | watt.xi.htmlEncode
 
watt.xi.htmlEncode
Enables the encoding of the special characters in the payload document before sending out. The special characters are encoded as follows:
*'>' as ">"
*'<' as "<"
*'&' as "&"
*'"' as """
Possible values are:
*true.
*false. Default.
Note: 
*This property is equivalent to the encode input field in the public service pub.xml:documentToXMLString.
*The setting of the global property watt.xi.htmlEncode can be overwritten for specific documents by setting the individual runtime field htmlEncode for the following public services: pub.xi.Client:http and pub.xi.Router:outboundMessageObject. This runtime input field setting is equivalent to the configuration parameter and will override the parameter during the execution of the public service.
Restart Integration Server.