I am using a Web service. Can anybody tell me how to debug through it?
If you have control over the webservice, it's as simple as adding it to your solution, running it from localhost (or a server you have the proper credentials for) and then stepping into it through the IDE.
If you don't have control over it, you're out of luck and at the mercy of whomever is providing it.