Reputation: 27384
I know there is a tool that enables me to see what actually gets sent/received in my WCF application, that is it let's me see the actual SOAP messages being passed down the wire. The problem is I don't remember what that tool was called, and my Google skills are not of much help either. Anyone?
Upvotes: 3
Views: 8777
Reputation: 2271
I enable tracing for the service and use Microsoft Service Trace Viewer to look at them.
Upvotes: 0
Reputation: 80869
I'm not a WCF expert but I use Charles for all the HTTP sniffing sorts of tasks
Upvotes: 0
Reputation:
I believe your looking for the Service Trace Viewier. http://msdn.microsoft.com/en-us/library/ms732023.aspx
Upvotes: 5