I'm trying to debug some problems we have with a web service, and would like to view the xml used in the SOAP call.
Anyone who know how I can do this in visual studio 2008?
I'm developing on windows mobile 6 using compact framework 3.5...
I'm trying to debug some problems we have with a web service, and would like to view the xml used in the SOAP call.
Anyone who know how I can do this in visual studio 2008?
I'm developing on windows mobile 6 using compact framework 3.5...
Place a breakpoint in your code before the XML is returned by the web service. Then, when the breakpoint is hit, you can use VS' built-in XML visualizer to view the data.