Hi,

 

I am using axis 2 for implementing my web service client.whenever I invoke the webservice,I get error:

 

Read Time Out

 

I have set options.setTimeOutInMilliSeconds(1000*60*60*60); in client but then also error is occurring.

 

Caused by: java.net.SocketTimeoutException: Read timed out

      at java.net.SocketInputStream.socketRead0(Native Method)

      at java.net.SocketInputStream.read(SocketInputStream.java:129)

      at java.io.BufferedInputStream.fill(BufferedInputStream.java:183)

      at java.io.BufferedInputStream.read(BufferedInputStream.java:201)

      at org.apache.commons.httpclient.HttpParser.readRawLine(HttpParser.java:77)

      at org.apache.commons.httpclient.HttpParser.readLine(HttpParser.java:105)

      at org.apache.commons.httpclient.HttpConnection.readLine(HttpConnection.java:1115)

      at org.apache.commons.httpclient.HttpMethodBase.readStatusLine(HttpMethodBase.java:1832)

      at org.apache.commons.httpclient.HttpMethodBase.readResponse(HttpMethodBase.java:1590)

      at org.apache.commons.httpclient.HttpMethodBase.execute(HttpMethodBase.java:995)

      at org.apache.commons.httpclient.HttpMethodDirector.executeWithRetry(HttpMethodDirector.java:397)

      at org.apache.commons.httpclient.HttpMethodDirector.executeMethod(HttpMethodDirector.java:170)

      at org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:396)

      at org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:346)

      at org.apache.axis2.transport.http.SOAPOverHTTPSender.send(SOAPOverHTTPSender.java:100)

      at org.apache.axis2.transport.http.CommonsHTTPTransportSender.writeMessageWithCommons(CommonsHTTPTransportSender.java:293)

      ... 6 more

 

I am not using Tomcat but using simple web server and my webservice is implemented using Jsoap-spheon

I have also set server’s timeout as infinite.But nothing helps.

 

Please advice.

 

 

With Warm Regards,

Nancy Aggarwal

 

 

 

Reply via email to