Property reference

glide.soap.request_processing_timeout

The glide.soap.request_processing_timeout property sets the maximum time, in seconds, for processing SOAP requests. Admins should review this setting to ensure it aligns with their application's performance requirements and user experience expectations.

Default: 60 Type: integer Application: Global

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 defines the timeout duration for SOAP request processing, defaulting to 60 seconds, which can impact how long users wait for responses.
What area does it affect? SOAP request processing
What does the default mean? The default value is "60", which sets the baseline numeric behavior for this property.
When should you review it? Review this property when adjusting performance settings or troubleshooting slow SOAP responses.

Out of the box property record

Raw metadata from the property record.

Property name glide.soap.request_processing_timeout
Sys ID 9f16c1649f2b2100ef4afa7dc67fcfcd
Type integer
Application Global
Default value 60
Description
Updated 2024-05-25 04:04:49

Sources

Official references and nearby text excerpts where this property appears.

Documentation excerpt View supporting context
Context preview Snippet 1
... is the same URL that the web services client originally specified. The use of 307-Temporary Redirects is WS-I compliant. A web service request that exceeds the timeout limit specified in glide.soap.request_processing_timeout can only receive a 307-Temporary Redirect when all of these conditions are met: • The value of glide.soapprocessor.allow_long_running_threads is true. • The request includes a redirectSupported=true URL parameter. • The ...
Documentation excerpt View supporting context
Context preview Snippet 2
... not have a coalesce value that may be present simultaneously. • Type: true | false • Default value: true • Location: Add the property to the System Property [sys_properties] table. glide.soap.request_processing_timeout Sets the maximum number of seconds that a SOAP request has to finish processing before the connection times out. This property computes a default value from the value of the ...