Key questions about this property
The answers below summarize the purpose, scope, default effect, and review scenarios for this property.
| What does it do? |
This property configures the system to not unescape XML responses received from SOAP requests, affecting how data is handled. |
| What area does it affect? |
SOAP request handling |
| What does the default mean? |
The default value is "false", which means this behavior is disabled by default. |
| When should you review it? |
Review this property when configuring SOAP integrations or troubleshooting response formats. |
Out of the box property record
Raw metadata from the property record.
| Property name |
glide.soaprequest.unescape_xml_response |
| Sys ID |
cef0545e0a0a0bc20ca1bbd028a7f285 |
| Type |
boolean |
| Application |
Global |
| Default value |
false |
| Description |
Do not unescape the response coming back from a SOAP request |
| Updated |
2024-05-25 03:57:52 |
Sources
Official references and nearby text excerpts where this property appears.
Context preview
Snippet 1
... can lead to XML injection attack. The injection of unintended XML content into an XML message can alter the intended logic of an application. More information Attribute Description Configuration name glide.soaprequest.unescape_xml_response Configuration type System Properties (/sys_properties_list.do Data type Boolean Recommended value false Default value false Category Validation, sanitization, and encoding Security risk • Severity score: 6.4 • CVSS score: Medium • ...
Related properties