I am facing a similar issue for my webservice project. My web service client complains read time out error if the webservice host server response is very slow. How can I change the timeout value at the client side?
Main Topics
Browse All TopicsI am trying to develop asynchronous webservice whith returns a result in about 1-2 mnutes. but the client gives me following error. using AXIS2
org.apache.axis2.AxisFault
at org.apache.axis2.AxisFault
at org.apache.axis2.transport
at org.apache.axis2.transport
at org.apache.axis2.transport
at org.apache.axis2.transport
at org.apache.axis2.engine.Ax
at org.apache.axis2.descripti
at org.apache.axis2.descripti
at edu.emory.mathcs.backport.
at edu.emory.mathcs.backport.
at java.lang.Thread.run(Threa
Caused by: java.net.SocketTimeoutExce
at java.net.SocketInputStream
at java.net.SocketInputStream
at java.io.BufferedInputStrea
at java.io.BufferedInputStrea
at org.apache.commons.httpcli
at org.apache.commons.httpcli
at org.apache.commons.httpcli
at org.apache.commons.httpcli
at org.apache.commons.httpcli
at org.apache.commons.httpcli
at org.apache.commons.httpcli
at org.apache.commons.httpcli
at org.apache.commons.httpcli
at org.apache.commons.httpcli
at org.apache.commons.httpcli
at org.apache.axis2.transport
at org.apache.axis2.transport
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Business Accounts
Answer for Membership
by: shivaspkPosted on 2008-06-07 at 06:21:09ID: 21735359
I am not even sure if this is a bug
e.org/mod_ mbox/ws-ax is-user/ 20 0511.mbox/ %3C2005110 3182341.25 842.qmail@ web32703.m ail.mud.ya hoo.com%3E
m/axis-use r@ws.apach e.org/ msg2 3452.html
http://mail-archives.apach
but only possible soultion for this is increasing the client timeout
http://www.mail-archive.co
nj07869, can you tell me your setup of axis 2, like you are using CallBacks for a Async web service invocation can you show me that code snippet.