In My application i am calling the web service method but it takes more time for the response.
Because of without time specifying, i got the following Exception. How to handle it. java.net.socketException: connection Reset.
So i want to implement the timeout for that particular web service method. It means suppose web service response not get after the specified time then it will generate timeout exception. how to implement it.
can anybody help me?
thanks