How can I view the raw XML being sent in a message? I am working with the generated proxy objects and I'm trying to troubleshoot an error. Any help here? Thanks, ~ck
Hello, I use Fiddler for that purpose (www.fiddlertool.com). It works as a local proxy on your computer and hooks into the internet explorer proxy settings. With .NET 2.0, you don't have to change a single line of code to use it. It just works. And it can intercept/decrypt HTTPS traffic as well. Kind regards, Henning Krause "CK" wrote in message news:X3oYi.1105$0Q5.399@nlpi070.nbdc.sbc.com... > How can I view the raw XML being sent in a message? I am working with the > generated proxy objects and I'm trying to troubleshoot an error. Any help > here? > Thanks, > ~ck >