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?
-
Fiddler2 works, so long as you're using HTTP or HTTPS.
From gregmac -
I would use Wireskark, it will capture just about everything.
From palehorse -
some info here
From Gulzar -
I believe your looking for the Service Trace Viewier. http://msdn.microsoft.com/en-us/library/ms732023.aspx
-
I enable tracing for the service and use Microsoft Service Trace Viewer to look at them.
From aogan -
I'm not a WCF expert but I use Charles for all the HTTP sniffing sorts of tasks
From Simon -
Use WCFTestClient.
From NiTRiX-Reloaded
0 comments:
Post a Comment