java - Setting timeout on webservice -


i new webservices, call webservice through wrapper provided party. need wait amount of time after calling webservice, if response not received, should shoot time out response.

remember not call webservice directly. below psuedo code.

string responsexml = pro.sendtocustomer("https://india.com/clientgatewayv2/gatewayclientinterfacev2", asaxml); 

pro.sentocustomer present in jar provided third party. how handle session time out on this?


Comments

Popular posts from this blog

mysql - Dreamhost PyCharm Django Python 3 Launching a Site -

java - Sending SMS with SMSLib and Web Services -

java - How to resolve The method toString() in the type Object is not applicable for the arguments (InputStream) -