Sometimes you are not able to Capture Soap request using fiddler. In that case you have to make some changes in config file.
Add these lines to web.config files:
- <system.net>
- <defaultProxy>
- <proxy bypassonlocal="False" usesystemdefault="True" proxyaddress="http://127.0.0.1:8888" />
- </defaultProxy>
- </system.net>