Description of Handling Timeouts in Web Services :
Network downtime and server crashes are the two important part to be taken care while generating a web application. When the server waits for a response from the client for a very long time then it ends in an error. Web Service Proxy gives hand to overcome this problem by setting a maximum time while waiting for the response. Using the timeout property from the web service proxy recently created, the timeouts would be checked. If the time exceeds while expecting a response, then it should be redirected back to the same web page login. While creating this proxy, the users should be careful to create both the web address to be identical and unique.