Skip to page contentSkip to chat
ServiceNow support
    • Community
      Ask questions, give advice, and connect with fellow ServiceNow professionals.
      Developer
      Build, test, and deploy applications
      Documentation
      Find detailed information about ServiceNow products, apps, features, and releases.
      Impact
      Accelerate ROI and amplify your expertise.
      Learning
      Build skills with instructor-led and online training.
      Partner
      Grow your business with promotions, news, and marketing tools
      ServiceNow
      Learn about ServiceNow products & solutions.
      Store
      Download certified apps and integrations that complement ServiceNow.
      Support
      Manage your instances, access self-help, and get technical support.
Outbound SOAP request times out at 175 seconds when going through a Mid Server - Support and Troubleshooting
  • >
  • Knowledge Base
  • >
  • Support and Troubleshooting (Knowledge Base)
  • >
  • Outbound SOAP request times out at 175 seconds when going through a Mid Server
KB0547347

Outbound SOAP request times out at 175 seconds when going through a Mid Server


8702 Views Last updated : Aug 10, 2023 public Copy Permalink English (Original)
  • English (Original)
  • Japanese
KB Summary by Now Assist

Issue

Outbound SOAP request times out at 175 seconds when going through a Mid Server

The problem occurs when running a test on, for example, an outbound SOAP Action > MyOutBound >GetSomething. This SOAP message function uses the Mid Server to get the data. After 60 seconds it moves to the ECC queue (this is fine), but after 175 seconds it receives a socket timeout. All the properties were applied from Long-Running SOAP Request Support to the sys_properties table, but the request still times out at 175 seconds. This SOAP request is supposed to take approximately 30 minutes to return all the data, but times out at 175 seconds.

Symptoms

No matter how high the values were changed from the list (as given in the product documentation article, Long-running SOAP Request Support), the SOAP request always received a socket timeout at 175 seconds.

Cause

Because the SOAP request was going through the Mid Server, the timeout was happening at the Mid Server level. Therefore, the SOAP request was also timing out.

Resolution

There is a section in the config.xml file named "Less Common Optional Parameters." The glide.http.timeout parameter value can probably go in the file. It is a protected setting, so you cannot set it from the MID Server Properties module in ServiceNow, you have to login to the MIDServer host and modify the config.xml file located in the /<midserver>/agents directory. After adding the parameter, you must restart the Mid Server.

Following is an example of the parameter value added in the config.xml file:

<!-- *************************************************************************************
* LESS COMMON OPTIONAL Parameters
*
* There are other parameters available for more specialized needs. These optional
* parameters are documented in the ServiceNow product documentation at the URL below:
*
* https://docs.servicenow.com/csh?topicname=c_MIDServerConfiguration.html&version=latest
************************************************************************************* -->

<parameter name="glide.http.timeout" value="1800000" />


The world works with ServiceNow.

Sign in for more! There's more content available only to authenticated users Sign in for more!
Did this KB article help you?
Did this KB article help you?

How would you rate your Now Support digital experience?

*

Very unsatisfied

Unsatisfied

Neutral

Satisfied

Very satisfied

Very unsatisfied

Unsatisfied

Neutral

Satisfied

Very satisfied

What can we improve? Please select all that apply.

What are we doing well? Please select all that apply.

Tell us more

*

Do you expect a response from this feedback?

  • Terms and conditions
  • Privacy statement
  • GDPR
  • Cookie policy
  • © 2025 ServiceNow. All rights reserved.