<?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: Host WCF Services in IIS with Service Bus Endpoints</title>
	<atom:link href="http://www.wadewegner.com/2010/05/host-wcf-services-in-iis-with-service-bus-endpoints/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.wadewegner.com/2010/05/host-wcf-services-in-iis-with-service-bus-endpoints/</link>
	<description>From the whiteboard to the keyboard</description>
	<lastBuildDate>Sat, 04 Feb 2012 13:53:05 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: Pavan</title>
		<link>http://www.wadewegner.com/2010/05/host-wcf-services-in-iis-with-service-bus-endpoints/#comment-1419</link>
		<dc:creator>Pavan</dc:creator>
		<pubDate>Mon, 31 Oct 2011 17:42:28 +0000</pubDate>
		<guid isPermaLink="false">http://blog.wadewegner.com/2010/05/host-wcf-services-in-iis-with-service-bus-endpoints/#comment-1419</guid>
		<description>How do I access/add this wcf service onto my WP7 ?

Point to be noted is, WP7 dosent let you add Service Bus dll.

Thanks,
Pavan</description>
		<content:encoded><![CDATA[<p>How do I access/add this wcf service onto my WP7 ?</p>
<p>Point to be noted is, WP7 dosent let you add Service Bus dll.</p>
<p>Thanks,<br />
Pavan</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thirumalai</title>
		<link>http://www.wadewegner.com/2010/05/host-wcf-services-in-iis-with-service-bus-endpoints/#comment-267</link>
		<dc:creator>Thirumalai</dc:creator>
		<pubDate>Thu, 09 Jun 2011 13:50:36 +0000</pubDate>
		<guid isPermaLink="false">http://blog.wadewegner.com/2010/05/host-wcf-services-in-iis-with-service-bus-endpoints/#comment-267</guid>
		<description>Hi Wade,
I tried this example, When I run the project I am getting the following error. Could you pls help me.

Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately. 

Parser Error Message: An error occurred creating the configuration section handler for system.serviceModel/behaviors: Extension element &#039;ServiceRegistrySettings&#039; cannot be added to this element.  Verify that the extension is registered in the extension collection at system.serviceModel/extensions/behaviorExtensions.
Parameter name: element</description>
		<content:encoded><![CDATA[<p>Hi Wade,<br />
I tried this example, When I run the project I am getting the following error. Could you pls help me.</p>
<p>Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately. </p>
<p>Parser Error Message: An error occurred creating the configuration section handler for system.serviceModel/behaviors: Extension element &#8216;ServiceRegistrySettings&#8217; cannot be added to this element.  Verify that the extension is registered in the extension collection at system.serviceModel/extensions/behaviorExtensions.<br />
Parameter name: element</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Darren Smith</title>
		<link>http://www.wadewegner.com/2010/05/host-wcf-services-in-iis-with-service-bus-endpoints/#comment-266</link>
		<dc:creator>Darren Smith</dc:creator>
		<pubDate>Tue, 24 May 2011 13:40:30 +0000</pubDate>
		<guid isPermaLink="false">http://blog.wadewegner.com/2010/05/host-wcf-services-in-iis-with-service-bus-endpoints/#comment-266</guid>
		<description>What modifications are needed to host a iis https endpoint in the service bus?</description>
		<content:encoded><![CDATA[<p>What modifications are needed to host a iis https endpoint in the service bus?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tbag</title>
		<link>http://www.wadewegner.com/2010/05/host-wcf-services-in-iis-with-service-bus-endpoints/#comment-265</link>
		<dc:creator>Tbag</dc:creator>
		<pubDate>Tue, 15 Feb 2011 17:03:36 +0000</pubDate>
		<guid isPermaLink="false">http://blog.wadewegner.com/2010/05/host-wcf-services-in-iis-with-service-bus-endpoints/#comment-265</guid>
		<description>To clarify a little more, my public class with public properties seems to work ok but only if the class did not have a DataContract attribute oddly enough.  . However a class with a public property that isan array of another composite class did not.  No time to debug now though.</description>
		<content:encoded><![CDATA[<p>To clarify a little more, my public class with public properties seems to work ok but only if the class did not have a DataContract attribute oddly enough.  . However a class with a public property that isan array of another composite class did not.  No time to debug now though.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tbag</title>
		<link>http://www.wadewegner.com/2010/05/host-wcf-services-in-iis-with-service-bus-endpoints/#comment-264</link>
		<dc:creator>Tbag</dc:creator>
		<pubDate>Tue, 15 Feb 2011 14:03:42 +0000</pubDate>
		<guid isPermaLink="false">http://blog.wadewegner.com/2010/05/host-wcf-services-in-iis-with-service-bus-endpoints/#comment-264</guid>
		<description>I have the same issue as Manish... simple return types work fine. But, for Composite types I get null data through the service bus endpoint.  It works fine calling the service directly in IIS.  Any suggestions?</description>
		<content:encoded><![CDATA[<p>I have the same issue as Manish&#8230; simple return types work fine. But, for Composite types I get null data through the service bus endpoint.  It works fine calling the service directly in IIS.  Any suggestions?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Manish</title>
		<link>http://www.wadewegner.com/2010/05/host-wcf-services-in-iis-with-service-bus-endpoints/#comment-263</link>
		<dc:creator>Manish</dc:creator>
		<pubDate>Thu, 03 Feb 2011 23:54:13 +0000</pubDate>
		<guid isPermaLink="false">http://blog.wadewegner.com/2010/05/host-wcf-services-in-iis-with-service-bus-endpoints/#comment-263</guid>
		<description>Hi wade,
i followed this article and could a service working which is hosted in iis and has a end point in SB. it works great if my return types of method in service is simple. it works if i have string,int,list but if i have something like list where compositetype is just a class with bunch of properties. i can even see in fiddler that service is indeed returning bunch of records..but when i try to get it at client side i get count as 0. what could i be doing wrong?</description>
		<content:encoded><![CDATA[<p>Hi wade,<br />
i followed this article and could a service working which is hosted in iis and has a end point in SB. it works great if my return types of method in service is simple. it works if i have string,int,list but if i have something like list where compositetype is just a class with bunch of properties. i can even see in fiddler that service is indeed returning bunch of records..but when i try to get it at client side i get count as 0. what could i be doing wrong?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wade</title>
		<link>http://www.wadewegner.com/2010/05/host-wcf-services-in-iis-with-service-bus-endpoints/#comment-262</link>
		<dc:creator>Wade</dc:creator>
		<pubDate>Thu, 26 Aug 2010 03:07:50 +0000</pubDate>
		<guid isPermaLink="false">http://blog.wadewegner.com/2010/05/host-wcf-services-in-iis-with-service-bus-endpoints/#comment-262</guid>
		<description>Hi Tom -

A quick search returned the following - http://learn.iis.net/page.aspx/688/using-the-iis-application-warm-up-module/.  This seems to support IIS7. Would that work?  I haven&#039;t tried myself.

Good luck!

Wade</description>
		<content:encoded><![CDATA[<p>Hi Tom -</p>
<p>A quick search returned the following &#8211; <a href="http://learn.iis.net/page.aspx/688/using-the-iis-application-warm-up-module/" rel="nofollow">http://learn.iis.net/page.aspx/688/using-the-iis-application-warm-up-module/</a>.  This seems to support IIS7. Would that work?  I haven&#8217;t tried myself.</p>
<p>Good luck!</p>
<p>Wade</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Autostart WCF services to expose them as Service Bus endpoints &#124; Wade Wegner</title>
		<link>http://www.wadewegner.com/2010/05/host-wcf-services-in-iis-with-service-bus-endpoints/#comment-261</link>
		<dc:creator>Autostart WCF services to expose them as Service Bus endpoints &#124; Wade Wegner</dc:creator>
		<pubDate>Mon, 23 Aug 2010 16:33:37 +0000</pubDate>
		<guid isPermaLink="false">http://blog.wadewegner.com/2010/05/host-wcf-services-in-iis-with-service-bus-endpoints/#comment-261</guid>
		<description>[...] couple months ago I wrote a post on how to host WCF services in IIS that expose themselves as endpoints on the Windows Azure AppFabric Service Bus.&#160; The principal challenge in this scenario is that IIS/WAS relies on message-based activation [...] </description>
		<content:encoded><![CDATA[<p>[...] couple months ago I wrote a post on how to host WCF services in IIS that expose themselves as endpoints on the Windows Azure AppFabric Service Bus.&#160; The principal challenge in this scenario is that IIS/WAS relies on message-based activation [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom Hollander</title>
		<link>http://www.wadewegner.com/2010/05/host-wcf-services-in-iis-with-service-bus-endpoints/#comment-260</link>
		<dc:creator>Tom Hollander</dc:creator>
		<pubDate>Tue, 22 Jun 2010 04:31:21 +0000</pubDate>
		<guid isPermaLink="false">http://blog.wadewegner.com/2010/05/host-wcf-services-in-iis-with-service-bus-endpoints/#comment-260</guid>
		<description>Great info Wade! Do you know of any ways to &quot;warm up&quot; and connect the service to the service bus, when it&#039;s hosted under IIS 7 (not 7.5)?</description>
		<content:encoded><![CDATA[<p>Great info Wade! Do you know of any ways to &#8220;warm up&#8221; and connect the service to the service bus, when it&#8217;s hosted under IIS 7 (not 7.5)?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

