How to move on if webservice method is not present
In client c# code, I am using webmethods, but when the web server is not found, I want the code to continue on with its other processes, which are not dependent on the webprocesses.
Can anyone tell how to do so? Everytime the server is not present, it goes to error and completely exits the code.