glide.soap.request_processing_timeout
Attributes
- Sys ID: 9f16c1649f2b2100ef4afa7dc67fcfcd
- Type: integer
- Application: Global
- Default value: 60

AI generated property description:
The ServiceNow property `glide.soap.request_processing_timeout` specifies the maximum amount of time, in seconds, that the system will wait for a SOAP request to be processed before timing out. This property helps to manage long-running SOAP requests by setting a limit on their execution time, ensuring that system resources are not indefinitely tied up. If a SOAP request exceeds this timeout period, it will be terminated, and an error will be returned to the client. Adjusting this property can help balance the need for processing complex requests with the overall performance and stability of the ServiceNow instance. The default value for this property is 60 seconds.
Source