| Author |
Web Service Client - Initiate another Service if no Reponse after 60 sec
|
vijay gandra
Greenhorn
Joined: Jan 29, 2012
Posts: 2
|
|
|
I have a situation where i have to write a Web Service client. I have to wait for 60 seconds to get the response if no response comes because of network error or something, i have to initiate another method of Web Service. How to do this it is urgent for me.
|
 |
vijay gandra
Greenhorn
Joined: Jan 29, 2012
Posts: 2
|
|
I have used the following code for this
set the TIME_OUT for 6 secounds
after this time if no response comes i got an exception java.net.SocketTimeoutException: Read timed out
so in catch i did like this
|
 |
 |
|
|
subject: Web Service Client - Initiate another Service if no Reponse after 60 sec
|
|
|