Where should I put my breakpoint to check XML Response string from a web service?
- by burak ozdogan
Hi,
You know, once you add a web reference to a webservice a wrapper code is generated by Visuel Studio.
I was wondering if there is a method (or property) which is generated by Visual Studio whatever web service you add to your project so that I can put a breakpoint there and once the debugger stops there, I can simply read the response from web-service in an xml format (or should I say, soap).
I don't want to use fiddler or a tool like that.
Is it possible? Does such a place exist in the webservice wrapper code for all the added webservice
Thank you,
burak ozdogan