<?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: Creating RESTful Web Services with WCF 3.5</title>
	<atom:link href="http://www.aaronlerch.com/blog/2007/08/21/creating-restful-web-services-with-wcf-35/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.aaronlerch.com/blog/2007/08/21/creating-restful-web-services-with-wcf-35/</link>
	<description></description>
	<lastBuildDate>Sat, 12 Nov 2011 20:10:43 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: Ed Swindelles</title>
		<link>http://www.aaronlerch.com/blog/2007/08/21/creating-restful-web-services-with-wcf-35/comment-page-1/#comment-145</link>
		<dc:creator>Ed Swindelles</dc:creator>
		<pubDate>Tue, 22 Jul 2008 18:46:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.aaronlerch.com/blog/2007/08/21/creating-restful-web-services-with-wcf-35/#comment-145</guid>
		<description>So much better than SOAP!  I&#039;ve been doing REST with ASP.NET using HTTP Handlers, which I like for the extreme flexibility it provides.  I blogged about it here:
http://www.swindelles.com/ed/2008/07/11/creating-rest-web-services-in-c-sharp/</description>
		<content:encoded><![CDATA[<p>So much better than SOAP!  I&#8217;ve been doing REST with ASP.NET using HTTP Handlers, which I like for the extreme flexibility it provides.  I blogged about it here:<br />
<a href="http://www.swindelles.com/ed/2008/07/11/creating-rest-web-services-in-c-sharp/" rel="nofollow">http://www.swindelles.com/ed/2008/07/11/creating-rest-web-services-in-c-sharp/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Unifying Web &#34;Sites&#34; and Web Services with the ASP.NET MVC Framework - Aaron Lerch</title>
		<link>http://www.aaronlerch.com/blog/2007/08/21/creating-restful-web-services-with-wcf-35/comment-page-1/#comment-144</link>
		<dc:creator>Unifying Web &#34;Sites&#34; and Web Services with the ASP.NET MVC Framework - Aaron Lerch</dc:creator>
		<pubDate>Wed, 02 Jan 2008 08:11:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.aaronlerch.com/blog/2007/08/21/creating-restful-web-services-with-wcf-35/#comment-144</guid>
		<description>[...] services for machines? I can create an ASP.NET site, a SOAP-based ASMX web service, or a SOAP or REST (with .NET 3.5) WCF service and while they can share business logic, there&#039;s still a lot of &quot;endpoint [...]</description>
		<content:encoded><![CDATA[<p>[...] services for machines? I can create an ASP.NET site, a SOAP-based ASMX web service, or a SOAP or REST (with .NET 3.5) WCF service and while they can share business logic, there&#8217;s still a lot of &quot;endpoint [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ravi</title>
		<link>http://www.aaronlerch.com/blog/2007/08/21/creating-restful-web-services-with-wcf-35/comment-page-1/#comment-143</link>
		<dc:creator>Ravi</dc:creator>
		<pubDate>Wed, 19 Dec 2007 16:26:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.aaronlerch.com/blog/2007/08/21/creating-restful-web-services-with-wcf-35/#comment-143</guid>
		<description>Great REST code, is there way to add a JSONP to the output response?</description>
		<content:encoded><![CDATA[<p>Great REST code, is there way to add a JSONP to the output response?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt</title>
		<link>http://www.aaronlerch.com/blog/2007/08/21/creating-restful-web-services-with-wcf-35/comment-page-1/#comment-141</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Tue, 16 Oct 2007 02:28:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.aaronlerch.com/blog/2007/08/21/creating-restful-web-services-with-wcf-35/#comment-141</guid>
		<description>I wasn&#039;t running into any problems hosting the service in a console app.  Its trying to host it on Cassini that&#039;s giving me a bunch of issues.  Its apparently a known issue fixed in RTM.

http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=1963941&amp;SiteID=1

I was able to get around this issue by specifying the WebHttp endpoint, but now the next issue is trying to get Custom Validation to work with a webHttpBinding.  I cant see to get WCF to call my validate function.  Have you had any success in getting custom validation to work with webhttpbinding?</description>
		<content:encoded><![CDATA[<p>I wasn&#8217;t running into any problems hosting the service in a console app.  Its trying to host it on Cassini that&#8217;s giving me a bunch of issues.  Its apparently a known issue fixed in RTM.</p>
<p><a href="http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=1963941&#038;SiteID=1" rel="nofollow">http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=1963941&#038;SiteID=1</a></p>
<p>I was able to get around this issue by specifying the WebHttp endpoint, but now the next issue is trying to get Custom Validation to work with a webHttpBinding.  I cant see to get WCF to call my validate function.  Have you had any success in getting custom validation to work with webhttpbinding?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: aaron</title>
		<link>http://www.aaronlerch.com/blog/2007/08/21/creating-restful-web-services-with-wcf-35/comment-page-1/#comment-140</link>
		<dc:creator>aaron</dc:creator>
		<pubDate>Tue, 16 Oct 2007 01:12:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.aaronlerch.com/blog/2007/08/21/creating-restful-web-services-with-wcf-35/#comment-140</guid>
		<description>Thanks Matt!

If you look under the BlogService solution in the code download, you&#039;ll see a &quot;BlogServiceServer&quot; project. Building and running that project will host the service in a console application - just keep it running and point your browser at the URL that the console window displays.

Let me know if you run into any problems...</description>
		<content:encoded><![CDATA[<p>Thanks Matt!</p>
<p>If you look under the BlogService solution in the code download, you&#8217;ll see a &#8220;BlogServiceServer&#8221; project. Building and running that project will host the service in a console application &#8211; just keep it running and point your browser at the URL that the console window displays.</p>
<p>Let me know if you run into any problems&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt</title>
		<link>http://www.aaronlerch.com/blog/2007/08/21/creating-restful-web-services-with-wcf-35/comment-page-1/#comment-142</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Mon, 15 Oct 2007 22:13:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.aaronlerch.com/blog/2007/08/21/creating-restful-web-services-with-wcf-35/#comment-142</guid>
		<description>Hi Aaron,
Great Article,  I downloaded the code and tried to get it running on my machine, but it requires IIS.  Is there anyway to host the restful service using the built in cassini web server instead of IIS?</description>
		<content:encoded><![CDATA[<p>Hi Aaron,<br />
Great Article,  I downloaded the code and tried to get it running on my machine, but it requires IIS.  Is there anyway to host the restful service using the built in cassini web server instead of IIS?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott</title>
		<link>http://www.aaronlerch.com/blog/2007/08/21/creating-restful-web-services-with-wcf-35/comment-page-1/#comment-139</link>
		<dc:creator>Scott</dc:creator>
		<pubDate>Thu, 23 Aug 2007 14:17:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.aaronlerch.com/blog/2007/08/21/creating-restful-web-services-with-wcf-35/#comment-139</guid>
		<description>Excellent article, good job.</description>
		<content:encoded><![CDATA[<p>Excellent article, good job.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

