I'm about to go and visit a client where we've been having some odd connectivity issues talking to a WCF based service. The WCF service is being hosted by a windows service rather than IIS.
On the client side I'm happy to use fiddler and I'm also using WCF tracing at the server end to generate a service trace file. On the wire I can use WireShark to see what's going on, my worry is that there is a little black hole between the windows network stack and the web service at the server end.
Does anyone know of a network shim or something that can grab the data at the server end between windows and the WCF service? (or can I configure fiddler to do this?)