Is there a way in C# .NET to view the complete SOAP message I am sending to a web service without digging through a bunch of properties in a Quick Watch window? I have added a web reference to a console app, generated the proxy classes, and I'm stepping through some code but how do I view what is actually being sent?
A:
OK... I installed Fiddler, have you used it with HTTPS requests?
Still_a_moron
2009-11-09 23:06:02
A:
Never mind... got it working. Had to make an adjustment in my cert store.
Great suggestion, I've been looking for something like this for quite a while.
Thanks!
Kind_of_a_moron
2009-11-09 23:29:07