Where should I put my breakpoint to check XML Response string from a web service?

Posted by burak ozdogan on Stack Overflow See other posts from Stack Overflow or by burak ozdogan
Published on 2010-03-31T09:02:08Z Indexed on 2010/03/31 9:03 UTC
Read the original article Hit count: 448

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

© Stack Overflow or respective owner

Related posts about webservice

Related posts about wrapper