aspose file tools
The moose likes Web Services and the fly likes Web Service Client - Initiate another Service if no Reponse after 60 sec Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Web Services
Reply Bookmark "Web Service Client - Initiate another Service if no Reponse after 60 sec " Watch "Web Service Client - Initiate another Service if no Reponse after 60 sec " New topic
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
 
IntelliJ Java IDE
 
subject: Web Service Client - Initiate another Service if no Reponse after 60 sec
 
Threads others viewed
long running service call and tracking completion
Invoking webservice from another webservice - Axis2
Web service and threads
.Net WS from Java
How enable WebService data type inheritance?
IntelliJ Java IDE