glide.soaprequest.unescape_xml_response
ServiceNow property description:
Do not unescape the response coming back from a SOAP request
Attributes
- Sys ID: cef0545e0a0a0bc20ca1bbd028a7f285
- Type: true | false
- Application: Global
- Default value: false

AI generated property description:
The ServiceNow property `glide.soaprequest.unescape_xml_response` determines whether the XML response from a SOAP request should be unescaped. According to the provided documentation, when this property is set to `false`, the XML response will not be unescaped, meaning that any special characters in the XML will remain in their escaped form. This can be useful for maintaining the integrity of the data received, especially if the data includes characters that could be misinterpreted or cause errors if unescaped. By default, this property is set to `true`, which means the XML response is unescaped. Adjusting this property can help in scenarios where the unescaped XML might lead to security vulnerabilities or data corruption.
Source