<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Capture XML In WCF Service</title>
	<atom:link href="http://www.onedotnetway.com/capture-xml-in-wcf-service/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.onedotnetway.com/capture-xml-in-wcf-service/</link>
	<description>Everything .Net</description>
	<lastBuildDate>Sat, 29 May 2010 05:07:38 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Marc Scheuner</title>
		<link>http://www.onedotnetway.com/capture-xml-in-wcf-service/comment-page-1/#comment-10392</link>
		<dc:creator>Marc Scheuner</dc:creator>
		<pubDate>Sun, 04 Oct 2009 20:41:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.onedotnetway.com/capture-xml-in-wcf-service/#comment-10392</guid>
		<description>Have you checked out the WCF tracing capabilities? They do exactly what you replicated - basically logging all incoming and outgoing requests, full body with all the SOAP headers and everything, and tracing can store these things in XML files or send them to a output window or whatever you wish to do.

Check it out! Search for &quot;WCF tracing&quot; and you should find tons of hits</description>
		<content:encoded><![CDATA[<p>Have you checked out the WCF tracing capabilities? They do exactly what you replicated &#8211; basically logging all incoming and outgoing requests, full body with all the SOAP headers and everything, and tracing can store these things in XML files or send them to a output window or whatever you wish to do.</p>
<p>Check it out! Search for &#8220;WCF tracing&#8221; and you should find tons of hits</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Deepak</title>
		<link>http://www.onedotnetway.com/capture-xml-in-wcf-service/comment-page-1/#comment-8667</link>
		<dc:creator>Deepak</dc:creator>
		<pubDate>Tue, 25 Aug 2009 07:08:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.onedotnetway.com/capture-xml-in-wcf-service/#comment-8667</guid>
		<description>So that is the endpoint for the service, but you are trying to access the service at a different address as you mentioned in your comments. Try to access the service on an address where it is running. That should work. 

BTW: What&#039;s your objective?</description>
		<content:encoded><![CDATA[<p>So that is the endpoint for the service, but you are trying to access the service at a different address as you mentioned in your comments. Try to access the service on an address where it is running. That should work. </p>
<p>BTW: What&#8217;s your objective?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sanjeev</title>
		<link>http://www.onedotnetway.com/capture-xml-in-wcf-service/comment-page-1/#comment-8666</link>
		<dc:creator>Sanjeev</dc:creator>
		<pubDate>Tue, 25 Aug 2009 07:05:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.onedotnetway.com/capture-xml-in-wcf-service/#comment-8666</guid>
		<description>In service project it shows baseaddress = &quot;http://localhost:8731/Design_Time_Addresses/CaptureXML.Service/Service1/&quot;.. and its running and in client it shows address as mentioned in above message.</description>
		<content:encoded><![CDATA[<p>In service project it shows baseaddress = &#8220;http://localhost:8731/Design_Time_Addresses/CaptureXML.Service/Service1/&#8221;.. and its running and in client it shows address as mentioned in above message.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Deepak</title>
		<link>http://www.onedotnetway.com/capture-xml-in-wcf-service/comment-page-1/#comment-8665</link>
		<dc:creator>Deepak</dc:creator>
		<pubDate>Tue, 25 Aug 2009 06:53:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.onedotnetway.com/capture-xml-in-wcf-service/#comment-8665</guid>
		<description>Hi Sanjeev,

To me it sounds like the service is not running. Can you confirm if you are running the service? You can do that by making the service project as a startup project and then hit Ctrl + F5.</description>
		<content:encoded><![CDATA[<p>Hi Sanjeev,</p>
<p>To me it sounds like the service is not running. Can you confirm if you are running the service? You can do that by making the service project as a startup project and then hit Ctrl + F5.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sanjeev</title>
		<link>http://www.onedotnetway.com/capture-xml-in-wcf-service/comment-page-1/#comment-8664</link>
		<dc:creator>Sanjeev</dc:creator>
		<pubDate>Tue, 25 Aug 2009 06:50:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.onedotnetway.com/capture-xml-in-wcf-service/#comment-8664</guid>
		<description>When i hit &quot; http://localhost:8731/HelloService/&quot; in browser it shows bad server error.</description>
		<content:encoded><![CDATA[<p>When i hit &#8221; <a href="http://localhost:8731/HelloService/" rel="nofollow">http://localhost:8731/HelloService/</a>&#8221; in browser it shows bad server error.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Deepak</title>
		<link>http://www.onedotnetway.com/capture-xml-in-wcf-service/comment-page-1/#comment-8661</link>
		<dc:creator>Deepak</dc:creator>
		<pubDate>Tue, 25 Aug 2009 06:06:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.onedotnetway.com/capture-xml-in-wcf-service/#comment-8661</guid>
		<description>What happens when you hit that endpoint in your browser. Do you see anything?</description>
		<content:encoded><![CDATA[<p>What happens when you hit that endpoint in your browser. Do you see anything?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sanjeev</title>
		<link>http://www.onedotnetway.com/capture-xml-in-wcf-service/comment-page-1/#comment-8660</link>
		<dc:creator>Sanjeev</dc:creator>
		<pubDate>Tue, 25 Aug 2009 06:04:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.onedotnetway.com/capture-xml-in-wcf-service/#comment-8660</guid>
		<description>i ran your project.. Service is in your attachment rt?</description>
		<content:encoded><![CDATA[<p>i ran your project.. Service is in your attachment rt?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Deepak</title>
		<link>http://www.onedotnetway.com/capture-xml-in-wcf-service/comment-page-1/#comment-8643</link>
		<dc:creator>Deepak</dc:creator>
		<pubDate>Tue, 25 Aug 2009 00:52:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.onedotnetway.com/capture-xml-in-wcf-service/#comment-8643</guid>
		<description>Hi Sanjeev,

Most likely the service is not running at that address. Can you run the service through visual studio and then put the URL in your browser. Verify that you can actually browse the service from IE. 

Let me know if you face any issues.</description>
		<content:encoded><![CDATA[<p>Hi Sanjeev,</p>
<p>Most likely the service is not running at that address. Can you run the service through visual studio and then put the URL in your browser. Verify that you can actually browse the service from IE. </p>
<p>Let me know if you face any issues.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sanjeev</title>
		<link>http://www.onedotnetway.com/capture-xml-in-wcf-service/comment-page-1/#comment-8624</link>
		<dc:creator>Sanjeev</dc:creator>
		<pubDate>Mon, 24 Aug 2009 11:20:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.onedotnetway.com/capture-xml-in-wcf-service/#comment-8624</guid>
		<description>When i execute your provided code, it gives me an error.

There was no endpoint listening at http://localhost:8731/HelloService/ that could accept the message. This is often caused by an incorrect address or SOAP action. See InnerException, if present, for more details.</description>
		<content:encoded><![CDATA[<p>When i execute your provided code, it gives me an error.</p>
<p>There was no endpoint listening at <a href="http://localhost:8731/HelloService/" rel="nofollow">http://localhost:8731/HelloService/</a> that could accept the message. This is often caused by an incorrect address or SOAP action. See InnerException, if present, for more details.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Deepak</title>
		<link>http://www.onedotnetway.com/capture-xml-in-wcf-service/comment-page-1/#comment-5171</link>
		<dc:creator>Deepak</dc:creator>
		<pubDate>Tue, 09 Jun 2009 00:35:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.onedotnetway.com/capture-xml-in-wcf-service/#comment-5171</guid>
		<description>Thanks Miel. It is always nice to know that my post was helpful.</description>
		<content:encoded><![CDATA[<p>Thanks Miel. It is always nice to know that my post was helpful.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
