I have a WCF service that accepts a complex type and returns some data. I want to use Fiddler to see what the incoming requests to the service looks like. The client is .ne
I just tried the first answer from Brad Rem and came to this setting in the web.config under BasicHttpBinding:
...
Hope this helps someone.