Skip to main content
Solved

Inbound SOAP Service terminates with 503 error

  • October 17, 2019
  • 1 reply
  • 344 views

Forum|alt.badge.img+3
  • Do Gooder (Employee)
  • 2 replies

 

Hi,

My inbound SOAP service is responding with a 503 after an app pool recycle. How can I fix this issue?  

Best answer by Chathurika Abeyratne

If an inbound soap service is responding with an 503 (service unavailable) probably the cause is an IIS app pool recycle with overlap. You can disable overlap in IIS under Application Pools -> Advanced Settings -> Disable Overlapped Recycle. Set this setting to true to fix this problem.
 

1 reply

Forum|alt.badge.img+2
  • Do Gooder (Former Employee)
  • 2 replies
  • Answer
  • October 17, 2019

If an inbound soap service is responding with an 503 (service unavailable) probably the cause is an IIS app pool recycle with overlap. You can disable overlap in IIS under Application Pools -> Advanced Settings -> Disable Overlapped Recycle. Set this setting to true to fix this problem.