I'm trying to invoke a web service using HttpURLConnection and I'm doing the post of SOAP requirement
In general it works, but by problems with the WS it that sometimes freezes
My program freeze in the getResponseCode() method
I would need to detect the time out, and then to return an exception or something like that.
Thanks
