Hello,
I have created a webservice client using axis1.4, I am just consuming a web
service.
when I call the web service my data is getting submited on the other end and
I also get the response on my TCP monitor, but the application take time and
after 10 min it gets timed out.
AxisFault
faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.userException
faultSubcode:
faultString: java.net.SocketTimeoutException: Read timed out
faultActor:
faultNode:
faultDetail:
{http://xml.apache.org/axis/}stackTrace:java.net.SocketTimeoutException:
Read timed out
at java.net.SocketInputStream.socketRead0(Native Method)
at java.net.SocketInputStream.read(SocketInputStream.java:155)
at java.io.BufferedInputStream.fill(BufferedInputStream.java:229)
at java.io.BufferedInputStream.read1(BufferedInputStream.java:267)
at java.io.BufferedInputStream.read(BufferedInputStream.java:324)
When I searched in your forum I got the solution in the following link
http://www.nabble.com/Axis-timeout-td14928323.html
which says to set the time out, I did the same thing using the following
code.
_stub.setTimeout(60000);
This code works fine on my local i.e. Jboss and I also get the response on
my local(JBoss) ,but it fails to work on websphere.
On websphere I am still getting the same time out exception...
Is there any additional setting to be done in websphere, or is there any
other way to over come this problem.
Please let me know I am struck up with this problem from one week...
Regards
Hemanth Kumar K
--
View this message in context:
http://www.nabble.com/Axis-Time-out-tp15975597p15975597.html
Sent from the Axis - User mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]