Roodev.com
Add the following to the <system.net> element in the web.config to push webservice calls through fiddler.
<defaultProxy>
<proxy proxyaddress="http://127.0.0.1:8888" />
</defaultProxy>