<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Shawson&#039;s Code Blog &#187; Web Services</title>
	<atom:link href="http://www.shawson.co.uk/codeblog/category/web-services/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.shawson.co.uk/codeblog</link>
	<description>development notes for my failing memory</description>
	<lastBuildDate>Mon, 26 Jul 2010 19:08:45 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Properties getting &#8220;k__BackingField&#8221; appended to their name in the WSDL file</title>
		<link>http://www.shawson.co.uk/codeblog/properties-getting-k__backingfield-appended-to-their-name-in-the-wsdl-file/</link>
		<comments>http://www.shawson.co.uk/codeblog/properties-getting-k__backingfield-appended-to-their-name-in-the-wsdl-file/#comments</comments>
		<pubDate>Mon, 07 Dec 2009 16:58:08 +0000</pubDate>
		<dc:creator>shawson</dc:creator>
				<category><![CDATA[.net]]></category>
		<category><![CDATA[C#.net]]></category>
		<category><![CDATA[WCF]]></category>
		<category><![CDATA[Web Services]]></category>

		<guid isPermaLink="false">http://www.shawson.co.uk/codeblog/?p=419</guid>
		<description><![CDATA[I was finding k__backingField was being appended to all my object properties when exposed via my a WCF service, in the WSDL.  The solution it turns out was simple- just had to make my class a [DataContract] and mark the properties as [DataMember].
via WCF Data Contracts and “k__BackingField” Property Naming &#8211; Nathan Bridgewater.


Related posts:Getting started [...]


Related posts:<ul><li><a href='http://www.shawson.co.uk/codeblog/getting-started-with-wcf-and-rest-web-services/' rel='bookmark' title='Permanent Link: Getting started with WCF and REST web services'>Getting started with WCF and REST web services</a></li>
<li><a href='http://www.shawson.co.uk/codeblog/web-services-debugging-with-fiddler-2/' rel='bookmark' title='Permanent Link: Web Services Debugging with Fiddler 2'>Web Services Debugging with Fiddler 2</a></li>
<li><a href='http://www.shawson.co.uk/codeblog/referencing-custom-properties-on-a-master-page-from-the-child-page/' rel='bookmark' title='Permanent Link: Referencing custom properties on a Master page from the Child page'>Referencing custom properties on a Master page from the Child page</a></li>
</ul>]]></description>
			<content:encoded><![CDATA[<p>I was finding k__backingField was being appended to all my object properties when exposed via my a WCF service, in the WSDL.  The solution it turns out was simple- just had to make my class a [DataContract] and mark the properties as [DataMember].</p>
<p>via <a href="http://www.integratedwebsystems.com/2009/05/wcf-data-contracts-and-k__backingfield-property-naming/">WCF Data Contracts and “k__BackingField” Property Naming &#8211; Nathan Bridgewater</a>.</p>


<p>Related posts:<ul><li><a href='http://www.shawson.co.uk/codeblog/getting-started-with-wcf-and-rest-web-services/' rel='bookmark' title='Permanent Link: Getting started with WCF and REST web services'>Getting started with WCF and REST web services</a></li>
<li><a href='http://www.shawson.co.uk/codeblog/web-services-debugging-with-fiddler-2/' rel='bookmark' title='Permanent Link: Web Services Debugging with Fiddler 2'>Web Services Debugging with Fiddler 2</a></li>
<li><a href='http://www.shawson.co.uk/codeblog/referencing-custom-properties-on-a-master-page-from-the-child-page/' rel='bookmark' title='Permanent Link: Referencing custom properties on a Master page from the Child page'>Referencing custom properties on a Master page from the Child page</a></li>
</ul></p>]]></content:encoded>
			<wfw:commentRss>http://www.shawson.co.uk/codeblog/properties-getting-k__backingfield-appended-to-their-name-in-the-wsdl-file/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Making your WCF Service compatible with legacy .net 1.1 applications</title>
		<link>http://www.shawson.co.uk/codeblog/making-your-wcf-service-compatible-with-legacy-net-1-1-applications/</link>
		<comments>http://www.shawson.co.uk/codeblog/making-your-wcf-service-compatible-with-legacy-net-1-1-applications/#comments</comments>
		<pubDate>Mon, 07 Dec 2009 14:01:42 +0000</pubDate>
		<dc:creator>shawson</dc:creator>
				<category><![CDATA[.net]]></category>
		<category><![CDATA[C#.net]]></category>
		<category><![CDATA[WCF]]></category>
		<category><![CDATA[Web Services]]></category>

		<guid isPermaLink="false">http://www.shawson.co.uk/codeblog/?p=414</guid>
		<description><![CDATA[I&#8217;m building an error tracking service which all our future web project will report to, so we can track and tag all our various systems problems from one place- this is currently done with email which is a bit of a nightmare!
According to Microsoft, traditional ASMX web services are now considered &#8220;Legacy technology&#8221; (!) so [...]


Related posts:<ul><li><a href='http://www.shawson.co.uk/codeblog/getting-started-with-wcf-and-rest-web-services/' rel='bookmark' title='Permanent Link: Getting started with WCF and REST web services'>Getting started with WCF and REST web services</a></li>
<li><a href='http://www.shawson.co.uk/codeblog/the-provided-uri-scheme-http-is-invalid-expected-https/' rel='bookmark' title='Permanent Link: The provided URI scheme &#8216;http&#8217; is invalid; expected &#8216;https'>The provided URI scheme &#8216;http&#8217; is invalid; expected &#8216;https</a></li>
<li><a href='http://www.shawson.co.uk/codeblog/web-services-debugging-with-fiddler-2/' rel='bookmark' title='Permanent Link: Web Services Debugging with Fiddler 2'>Web Services Debugging with Fiddler 2</a></li>
</ul>]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m building an error tracking service which all our future web project will report to, so we can track and tag all our various systems problems from one place- this is currently done with email which is a bit of a nightmare!</p>
<p>According to Microsoft, traditional ASMX web services are now considered &#8220;Legacy technology&#8221; (!) so I thought I would buite the bullet and build the new services using WCF.</p>
<p>This was fairly painless until I tried to consume the web service in some old .net 1.1 web apps- when trying to add the web reference I received this error message;</p>
<blockquote><p>Web ReferenceslocalhostReference.map(1): Custom tool warning: DiscoCodeGenerator unable to initialize code generator.  No code generated.</p></blockquote>
<p>I found a great article over on the MSDN &#8211; and all it takes is a small change to the web.config, fiddling with, <a href="http://www.shawson.co.uk/codeblog/the-provided-uri-scheme-http-is-invalid-expected-https/">my old friend</a>, the httpBindings.</p>
<p>I had to swap out the default bindings put in by .net;</p>
<pre class="brush: xml">
        &lt;endpoint address=&quot;&quot; binding=&quot;wsHttpBinding&quot; contract=&quot;HachetteErrorTracker.IErrorLog&quot;&gt;
					&lt;identity&gt;
						&lt;dns value=&quot;localhost&quot;/&gt;
					&lt;/identity&gt;
				&lt;/endpoint&gt;
</pre>
<p>For this one;</p>
<pre class="brush: xml">
&lt;endpoint
           address=&quot;&quot;
           binding=&quot;basicHttpBinding&quot; bindingNamespace=&quot;http://errortracker.localhost/&quot;
           contract=&quot;HachetteErrorTracker.IErrorLog&quot;
        /&gt;
</pre>
<p><a href="http://msdn.microsoft.com/en-us/library/ms731134.aspx">How to: Configure WCF Service to Interoperate with ASP.NET Web Service Clients</a>.</p>


<p>Related posts:<ul><li><a href='http://www.shawson.co.uk/codeblog/getting-started-with-wcf-and-rest-web-services/' rel='bookmark' title='Permanent Link: Getting started with WCF and REST web services'>Getting started with WCF and REST web services</a></li>
<li><a href='http://www.shawson.co.uk/codeblog/the-provided-uri-scheme-http-is-invalid-expected-https/' rel='bookmark' title='Permanent Link: The provided URI scheme &#8216;http&#8217; is invalid; expected &#8216;https'>The provided URI scheme &#8216;http&#8217; is invalid; expected &#8216;https</a></li>
<li><a href='http://www.shawson.co.uk/codeblog/web-services-debugging-with-fiddler-2/' rel='bookmark' title='Permanent Link: Web Services Debugging with Fiddler 2'>Web Services Debugging with Fiddler 2</a></li>
</ul></p>]]></content:encoded>
			<wfw:commentRss>http://www.shawson.co.uk/codeblog/making-your-wcf-service-compatible-with-legacy-net-1-1-applications/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The provided URI scheme &#8216;http&#8217; is invalid; expected &#8216;https</title>
		<link>http://www.shawson.co.uk/codeblog/the-provided-uri-scheme-http-is-invalid-expected-https/</link>
		<comments>http://www.shawson.co.uk/codeblog/the-provided-uri-scheme-http-is-invalid-expected-https/#comments</comments>
		<pubDate>Tue, 30 Jun 2009 16:28:26 +0000</pubDate>
		<dc:creator>shawson</dc:creator>
				<category><![CDATA[.net]]></category>
		<category><![CDATA[C#.net]]></category>
		<category><![CDATA[VB.net]]></category>
		<category><![CDATA[Web Services]]></category>

		<guid isPermaLink="false">http://www.shawson.co.uk/codeblog/?p=207</guid>
		<description><![CDATA[Going from dev to live, where the dev system referenced dev version of web services, but the live system has to reference live versions which are HTTPS i recieved this error;
The provided URI scheme &#8216;http&#8217; is invalid; expected &#8216;https
This is resolved simply by updating the web.config file and setting the security tag&#8217;s mode attribute from [...]


Related posts:<ul><li><a href='http://www.shawson.co.uk/codeblog/making-your-wcf-service-compatible-with-legacy-net-1-1-applications/' rel='bookmark' title='Permanent Link: Making your WCF Service compatible with legacy .net 1.1 applications'>Making your WCF Service compatible with legacy .net 1.1 applications</a></li>
<li><a href='http://www.shawson.co.uk/codeblog/setting-up-session-state-database-on-sql-server/' rel='bookmark' title='Permanent Link: Setting up session state database on sql server'>Setting up session state database on sql server</a></li>
<li><a href='http://www.shawson.co.uk/codeblog/running-vb-net-alongside-c-in-a-web-app/' rel='bookmark' title='Permanent Link: Running vb.net alongside c# in a web app'>Running vb.net alongside c# in a web app</a></li>
</ul>]]></description>
			<content:encoded><![CDATA[<p>Going from dev to live, where the dev system referenced dev version of web services, but the live system has to reference live versions which are HTTPS i recieved this error;</p>
<blockquote><p>The provided URI scheme &#8216;http&#8217; is invalid; expected &#8216;https</p></blockquote>
<p>This is resolved simply by updating the web.config file and setting the security tag&#8217;s mode attribute from None to Transport;</p>
<pre class="brush: xml">&lt;bindings&gt;
&lt;wsHttpBinding&gt;
&lt;binding name=&quot;WSHttpBinding_IWSHttpService&quot; closeTimeout=&quot;00:01:00&quot;
openTimeout=&quot;00:01:00&quot; receiveTimeout=&quot;00:10:00&quot; sendTimeout=&quot;00:01:00&quot;
bypassProxyOnLocal=&quot;false&quot; transactionFlow=&quot;false&quot; hostNameComparisonMode=&quot;StrongWildcard&quot;
maxBufferPoolSize=&quot;524288&quot; maxReceivedMessageSize=&quot;65536&quot;
messageEncoding=&quot;Text&quot; textEncoding=&quot;utf-8&quot; useDefaultWebProxy=&quot;true&quot;
allowCookies=&quot;false&quot;&gt;
&lt;readerQuotas maxDepth=&quot;32&quot; maxStringContentLength=&quot;8192&quot; maxArrayLength=&quot;16384&quot;
maxBytesPerRead=&quot;4096&quot; maxNameTableCharCount=&quot;16384&quot; /&gt;
&lt;reliableSession ordered=&quot;true&quot; inactivityTimeout=&quot;00:10:00&quot;
enabled=&quot;false&quot; /&gt;
&lt;security mode=&quot;Transport&quot;&gt;
&lt;transport clientCredentialType=&quot;None&quot; proxyCredentialType=&quot;None&quot;
realm=&quot;&quot; /&gt;
&lt;message clientCredentialType=&quot;None&quot; negotiateServiceCredential=&quot;true&quot;
algorithmSuite=&quot;Default&quot; establishSecurityContext=&quot;true&quot; /&gt;
&lt;/security&gt;
&lt;/binding&gt;
&lt;/wsHttpBinding&gt;
&lt;/bindings&gt;</pre>
<p><a href="http://social.msdn.microsoft.com/forums/en-US/wcf/thread/e46e03f7-dc6d-40fd-a718-81784fc8b154">The provided URI scheme &#8216;http&#8217; is invalid; expected &#8216;https</a>.</p>


<p>Related posts:<ul><li><a href='http://www.shawson.co.uk/codeblog/making-your-wcf-service-compatible-with-legacy-net-1-1-applications/' rel='bookmark' title='Permanent Link: Making your WCF Service compatible with legacy .net 1.1 applications'>Making your WCF Service compatible with legacy .net 1.1 applications</a></li>
<li><a href='http://www.shawson.co.uk/codeblog/setting-up-session-state-database-on-sql-server/' rel='bookmark' title='Permanent Link: Setting up session state database on sql server'>Setting up session state database on sql server</a></li>
<li><a href='http://www.shawson.co.uk/codeblog/running-vb-net-alongside-c-in-a-web-app/' rel='bookmark' title='Permanent Link: Running vb.net alongside c# in a web app'>Running vb.net alongside c# in a web app</a></li>
</ul></p>]]></content:encoded>
			<wfw:commentRss>http://www.shawson.co.uk/codeblog/the-provided-uri-scheme-http-is-invalid-expected-https/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Visually build XPath using &#8220;Sketch Path&#8221;</title>
		<link>http://www.shawson.co.uk/codeblog/visually-build-xpath-using-sketch-path/</link>
		<comments>http://www.shawson.co.uk/codeblog/visually-build-xpath-using-sketch-path/#comments</comments>
		<pubDate>Tue, 30 Jun 2009 10:59:44 +0000</pubDate>
		<dc:creator>shawson</dc:creator>
				<category><![CDATA[Web Services]]></category>
		<category><![CDATA[XML]]></category>
		<category><![CDATA[XPath]]></category>

		<guid isPermaLink="false">http://www.shawson.co.uk/codeblog/?p=202</guid>
		<description><![CDATA[Paul found an awesome tool fopr visually parsing XML files and building XPath statements, called Sketch Path available for download here


Related posts:Consuming RSS Feeds using ASP.net controls
Web Services Debugging with Fiddler 2
Making your WCF Service compatible with legacy .net 1.1 applications



Related posts:<ul><li><a href='http://www.shawson.co.uk/codeblog/consuming-rss-feeds-using-asp-net-controls/' rel='bookmark' title='Permanent Link: Consuming RSS Feeds using ASP.net controls'>Consuming RSS Feeds using ASP.net controls</a></li>
<li><a href='http://www.shawson.co.uk/codeblog/web-services-debugging-with-fiddler-2/' rel='bookmark' title='Permanent Link: Web Services Debugging with Fiddler 2'>Web Services Debugging with Fiddler 2</a></li>
<li><a href='http://www.shawson.co.uk/codeblog/making-your-wcf-service-compatible-with-legacy-net-1-1-applications/' rel='bookmark' title='Permanent Link: Making your WCF Service compatible with legacy .net 1.1 applications'>Making your WCF Service compatible with legacy .net 1.1 applications</a></li>
</ul>]]></description>
			<content:encoded><![CDATA[<p>Paul found an awesome tool fopr visually parsing XML files and building XPath statements, called <a href="http://pgfearo.googlepages.com/home" target="_blank">Sketch Path available for download here</a></p>


<p>Related posts:<ul><li><a href='http://www.shawson.co.uk/codeblog/consuming-rss-feeds-using-asp-net-controls/' rel='bookmark' title='Permanent Link: Consuming RSS Feeds using ASP.net controls'>Consuming RSS Feeds using ASP.net controls</a></li>
<li><a href='http://www.shawson.co.uk/codeblog/web-services-debugging-with-fiddler-2/' rel='bookmark' title='Permanent Link: Web Services Debugging with Fiddler 2'>Web Services Debugging with Fiddler 2</a></li>
<li><a href='http://www.shawson.co.uk/codeblog/making-your-wcf-service-compatible-with-legacy-net-1-1-applications/' rel='bookmark' title='Permanent Link: Making your WCF Service compatible with legacy .net 1.1 applications'>Making your WCF Service compatible with legacy .net 1.1 applications</a></li>
</ul></p>]]></content:encoded>
			<wfw:commentRss>http://www.shawson.co.uk/codeblog/visually-build-xpath-using-sketch-path/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Quick XML serialisation of an object..</title>
		<link>http://www.shawson.co.uk/codeblog/quick-xml-serialisation-of-an-object/</link>
		<comments>http://www.shawson.co.uk/codeblog/quick-xml-serialisation-of-an-object/#comments</comments>
		<pubDate>Thu, 25 Jun 2009 13:16:03 +0000</pubDate>
		<dc:creator>shawson</dc:creator>
				<category><![CDATA[.net]]></category>
		<category><![CDATA[C#.net]]></category>
		<category><![CDATA[Web Services]]></category>
		<category><![CDATA[XML]]></category>

		<guid isPermaLink="false">http://www.shawson.co.uk/codeblog/?p=197</guid>
		<description><![CDATA[Quick code snippet for taking a serialisable object, serialising to XMl then spitting out a string for you to write out to a debug log or something- i used this for spitting back the responses I was getting from a web service call i was making

          [...]


Related posts:<ul><li><a href='http://www.shawson.co.uk/codeblog/syndicating-to-rss-using-the-build-in-net-syndicationfeed-classes/' rel='bookmark' title='Permanent Link: Syndicating to RSS using the built in .net SyndicationFeed classes'>Syndicating to RSS using the built in .net SyndicationFeed classes</a></li>
<li><a href='http://www.shawson.co.uk/codeblog/a-complete-list-of-net-serializers-in-3-5/' rel='bookmark' title='Permanent Link: A complete list of .NET Serializers in 3.5'>A complete list of .NET Serializers in 3.5</a></li>
<li><a href='http://www.shawson.co.uk/codeblog/web-services-debugging-with-fiddler-2/' rel='bookmark' title='Permanent Link: Web Services Debugging with Fiddler 2'>Web Services Debugging with Fiddler 2</a></li>
</ul>]]></description>
			<content:encoded><![CDATA[<p>Quick code snippet for taking a serialisable object, serialising to XMl then spitting out a string for you to write out to a debug log or something- i used this for spitting back the responses I was getting from a web service call i was making</p>
<pre class="brush: csharp">
            StringBuilder sb_xml = new StringBuilder();
            XmlSerializer s = new XmlSerializer( typeof( Hachette.Checkout.Vista.Stock.ProductStockLiteResultResponse ) );
            StringWriter w = new StringWriter(sb_xml);
            s.Serialize(w, ws_response);
            w.Close();
            Response.Write(&quot;&lt;!-- Response = &quot; + sb_xml + &quot; --&gt;&quot;);
</pre>


<p>Related posts:<ul><li><a href='http://www.shawson.co.uk/codeblog/syndicating-to-rss-using-the-build-in-net-syndicationfeed-classes/' rel='bookmark' title='Permanent Link: Syndicating to RSS using the built in .net SyndicationFeed classes'>Syndicating to RSS using the built in .net SyndicationFeed classes</a></li>
<li><a href='http://www.shawson.co.uk/codeblog/a-complete-list-of-net-serializers-in-3-5/' rel='bookmark' title='Permanent Link: A complete list of .NET Serializers in 3.5'>A complete list of .NET Serializers in 3.5</a></li>
<li><a href='http://www.shawson.co.uk/codeblog/web-services-debugging-with-fiddler-2/' rel='bookmark' title='Permanent Link: Web Services Debugging with Fiddler 2'>Web Services Debugging with Fiddler 2</a></li>
</ul></p>]]></content:encoded>
			<wfw:commentRss>http://www.shawson.co.uk/codeblog/quick-xml-serialisation-of-an-object/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Web Services Debugging with Fiddler 2</title>
		<link>http://www.shawson.co.uk/codeblog/web-services-debugging-with-fiddler-2/</link>
		<comments>http://www.shawson.co.uk/codeblog/web-services-debugging-with-fiddler-2/#comments</comments>
		<pubDate>Tue, 26 May 2009 10:07:17 +0000</pubDate>
		<dc:creator>shawson</dc:creator>
				<category><![CDATA[.net]]></category>
		<category><![CDATA[C#.net]]></category>
		<category><![CDATA[Web Services]]></category>

		<guid isPermaLink="false">http://www.shawson.co.uk/codeblog/?p=179</guid>
		<description><![CDATA[We have a bunch of e-commerce web services available here and we have the envyable task of supporting numerous third party developers using a plethora of different languages, which often don&#8217;t have native support for SOAP web services, meaning they have to hand craft their SOAP calls.  Seeing that we are totally dot net, [...]


Related posts:<ul><li><a href='http://www.shawson.co.uk/codeblog/making-your-wcf-service-compatible-with-legacy-net-1-1-applications/' rel='bookmark' title='Permanent Link: Making your WCF Service compatible with legacy .net 1.1 applications'>Making your WCF Service compatible with legacy .net 1.1 applications</a></li>
<li><a href='http://www.shawson.co.uk/codeblog/how-to-run-sql-profiler-against-local-sql-express-instances/' rel='bookmark' title='Permanent Link: How to run SQL Profiler against local SQL Express instances'>How to run SQL Profiler against local SQL Express instances</a></li>
<li><a href='http://www.shawson.co.uk/codeblog/a-complete-list-of-net-serializers-in-3-5/' rel='bookmark' title='Permanent Link: A complete list of .NET Serializers in 3.5'>A complete list of .NET Serializers in 3.5</a></li>
</ul>]]></description>
			<content:encoded><![CDATA[<p>We have a bunch of e-commerce web services available here and we have the envyable task of supporting numerous third party developers using a plethora of different languages, which often don&#8217;t have native support for SOAP web services, meaning they have to hand craft their SOAP calls.  Seeing that we are totally dot net, we only ever interface with our services using the proxy classes generated from the WSDL files by the .net framework so when they send us reams of XML with a few question marks it&#8217;s difficult for us to diagnose the fault.</p>
<div id="attachment_181" class="wp-caption alignright" style="width: 310px"><img class="size-medium wp-image-181" title="Fiddler2 Web Service SOAP Debugging" src="http://www.shawson.co.uk/codeblog/wp-content/uploads/2009/05/fiddler-300x202.jpg" alt="Fiddler2 Web Service SOAP Debugging" width="300" height="202" /><p class="wp-caption-text">Fiddler2 Web Service SOAP Debugging</p></div>
<p>The answer I&#8217;ve found is to use Fiddler2 which is a HTTP sniffer application which monitors all your HTTP traffic and allows you to inspect whats going on.  So fire up fiddler2 FIRST, then fireup your test application (which generates the web service calls), place a call and watch it being logged on fiddler.</p>
<p>It&#8217;s imperative that you start Fiddler FIRST though or it won&#8217;t hook in and capture your SOAP calls!</p>
<p>You can <a href="http://www.fiddler2.com/fiddler2/" target="_blank">download Fiddler 2 from here</a></p>
<p>As you can see from the screen shot on the right, the outgoing request is shown in the top right pane, and the response in the bottom right.</p>


<p>Related posts:<ul><li><a href='http://www.shawson.co.uk/codeblog/making-your-wcf-service-compatible-with-legacy-net-1-1-applications/' rel='bookmark' title='Permanent Link: Making your WCF Service compatible with legacy .net 1.1 applications'>Making your WCF Service compatible with legacy .net 1.1 applications</a></li>
<li><a href='http://www.shawson.co.uk/codeblog/how-to-run-sql-profiler-against-local-sql-express-instances/' rel='bookmark' title='Permanent Link: How to run SQL Profiler against local SQL Express instances'>How to run SQL Profiler against local SQL Express instances</a></li>
<li><a href='http://www.shawson.co.uk/codeblog/a-complete-list-of-net-serializers-in-3-5/' rel='bookmark' title='Permanent Link: A complete list of .NET Serializers in 3.5'>A complete list of .NET Serializers in 3.5</a></li>
</ul></p>]]></content:encoded>
			<wfw:commentRss>http://www.shawson.co.uk/codeblog/web-services-debugging-with-fiddler-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
