glide.soapfault.display_stack_trace
ServiceNow property description:
Display stack trace in SOAP fault detail element
Attributes
- Sys ID: efbe645637001000deeabfc8bcbe5d20
- Type: true | false
- Application: Global
- Default value: false

AI generated property description:
The ServiceNow property `glide.soapfault.display_stack_trace` controls whether the stack trace is included in the SOAP fault detail element. According to the documentation, enabling this property can be useful for debugging purposes as it provides detailed information about the error's origin. However, displaying the stack trace can expose sensitive information, which might be a security risk. By default, this property is set to false, meaning the stack trace is not displayed in the SOAP fault detail. Administrators can enable it by setting the property to true if they need more detailed error information for troubleshooting. It is recommended to disable this property in production environments to avoid potential security vulnerabilities.
Source