Posted By:
Anonymous
Posted On:
Tuesday, August 28, 2007 03:09 AM
Hi , Iam new to webservices. Kindly guide me to solve a big production issue. Let me explain you my java code: Our's is MVC model-2 Architecture. We use client's webservice for authentication and authorisation and etc. Once a user logs into our application, we pass the userid and password to webservice which authenticates and returns authid. For all the other methods we will pass authid as one of the parameter. Iam able to invoke all the methods in webservice successfully. But one webservice method is throwing AxisFault: nested exception is : java.net.SocketTimeoutException. Actually this method does lot of executions in webserver end.
More>>
Hi ,
Iam new to webservices. Kindly guide me to solve a big production issue.
Let me explain you my java code:
Our's is MVC model-2 Architecture.
We use client's webservice for authentication and authorisation and etc.
Once a user logs into our application, we pass the userid and password to webservice which authenticates and returns authid.
For all the other methods we will pass authid as one of the parameter.
Iam able to invoke all the methods in webservice successfully.
But one webservice method is throwing AxisFault: nested exception is : java.net.SocketTimeoutException.
Actually this method does lot of executions in webserver end.
Iam not able to replicate this issue in Development Engine, where i can work.
This issue is existing in production.
To my knowledge, the cause is the response from Webservice is taking too much time.
Is there any parameter in my server to increase the wait time, so that it shouldn't throw this TimeoutException and wait until response comes.
Web Server : Tomcat 5.5
OS: Windows 2000
J2SDK version: 1.4.x
<<Less