I was having problems capturing SOAP requests to a local WCF service using Fiddler. To see these I tried a numebr of things, these final settings made the difference:
Remove any filters
Add SOAP custom filters using fiddler script, at the start of the class:
and also into OnBeginResponse method:
Enable SOAP filters
Leave a reply to Rainer Cancel reply