Popular recipes tagged "dotnet" but not "python_scripts"http://code.activestate.com/recipes/tags/dotnet-python_scripts/2014-11-07T13:03:18-08:00ActiveState Code RecipesProxying WCF service (XML) 2014-11-07T13:03:18-08:00Tomáš Rampashttp://code.activestate.com/recipes/users/4179816/http://code.activestate.com/recipes/578958-proxying-wcf-service/ <p style="color: grey"> XML recipe 578958 by <a href="/recipes/users/4179816/">Tomáš Rampas</a> (<a href="/recipes/tags/dotnet/">dotnet</a>, <a href="/recipes/tags/fiddler/">fiddler</a>, <a href="/recipes/tags/wcf/">wcf</a>). </p> <p>Sometimes capturing WCF service communication e.g. with Fiddler is necessary. Following is the part of WCF service application config proxying WCF to localhost:8888</p>