I am developing a C# client app using VS 2008 that consumes a 3rd party web
service. My question is how/where in my IDE/Debugging session can I visually
see the actual XML message that is being sent to the web service? To debug
specific cases, the other party wants to see the XML that is being submitted.
Any help is appreciated.
service. My question is how/where in my IDE/Debugging session can I visually
see the actual XML message that is being sent to the web service? To debug
specific cases, the other party wants to see the XML that is being submitted.
Any help is appreciated.
Comment