cancel
Showing results for 
Search instead for 
Did you mean: 

Web Service Timeout Configuration

Former Member
0 Kudos

Where do I configure the timeout value for web services?

I have a call that is running for 3 minutes. However, the web service is timing out in approximately 1 minute?

Where can this be extended?

Heres the error: Read timed out

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

hi

Please have look at this forum thread .

Hope this helps,if yes please do not gorget to reward points

regards

rajeshkr

Former Member
0 Kudos

Hi...I looked at the forum but it seems this set on the webdynpro side. I have generated this service using the ABAP webservice wizard. I am getting a timeout from both the SAP SOAP client and the SAP Test navigator.

A couple of questions..

1. Our SAP WAS Test Navigator doesn't have a timeout field. We are running NWS 2004 SP11. Any thougts on why this feature is missing?

2. Is the timeout set by the client? For example...If .NET is calling the service the set the timeout. I cannot find a timeout setting to extend in the SAP SOAP client.

My assumption has been that there is a WAS setting that I need to find.

Former Member
0 Kudos

Hello Stephen,

Have a look at note 826419. I hope it helps.

Best Regards

Vyara

athavanraja
Active Contributor
0 Kudos

I guess its controlled by WAS's ICM time out parameter

check out the OSS note 824554 for ICM time out parameter details.

Regards

Raja

Answers (1)

Answers (1)

adam_krawczyk1
Contributor
0 Kudos

If you expose WebService through SOAMANAGER configuration, there is a setting under "Transport Settings" - "Maximum Wait for WS Consumer".

This is the maximum waiting time in seconds we accept to wait. A useful configuration if we do not want to make program hanging for a long time.

Regards,
Adam