cancel
Showing results for 
Search instead for 
Did you mean: 

Read Timed Out Error

Former Member
0 Kudos

Hai,

I write one webservice retrieve the data from maxdb.

If the data is more than 3000 records, when i try to execute the webservice, it shows read timed out error.

How to resolve this error.

please help me.

regards,

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi

If you are using WSNavigator to test your web service there is a Timeout (milliseconds): text box where you can specify after how long should the web service time out

hope this helps .

regards

rajesh kr

Former Member
0 Kudos

hi rajesh,

i didnt get you, can you explain me clearly.

regards,

naga raju

Message was edited by: Naga Raju Meesala

Former Member
0 Kudos

Hi naga raju

Are you testing your webservice using Web Services Navigator (http://localhost:50000/wsnavigator)

regards

rajesh kr

Former Member
0 Kudos

hi rajesh,

ya i am using webservice navigator.

and i am using that web service in my webdynpro application. is there any possibility to increase the time(timeout interval).

regards,

Former Member
0 Kudos

Hi Naga raju

When you open the your webservice , at the left hand bottom of the <u>web service method you are testing </u> there is a text box named <u>Timeout (milliseconds)</u>: where you can specify the time out in milliseconds .

regards

rajeshkr

Former Member
0 Kudos

hi rajesh,

Any perminent change can be possible for this time interval?

regards,

Former Member
0 Kudos

Hi

Can you please elaborate on what do you meant by permanent change ?

regards

rajeshkr

Former Member
0 Kudos

Hai Rajesh,

If i am using the webservice in webdynpro application the read time out error occured the i am not able to get the data.

I f any changes made in server can i in crease the read timeout.

regards,

naga raju

Former Member
0 Kudos

Hi

If you are using a webservice client then you can programatically in SEI The Service Endpoint Interface .

Please find the example link in sap help where you set the timeout option

client._setProperty("socketTimeout", "30000");

http://help.sap.com/saphelp_nw04/helpdata/en/04/d2c60e78814516afe7811829f02725/content.htm

hope this helps .please do not forget to reward points

regards

rajesh kr

Answers (0)