<?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: Using JSONP with WCF and jQuery</title>
	<atom:link href="http://www.bendewey.com/index.php/186/using-jsonp-with-wcf-and-jquery/feed" rel="self" type="application/rss+xml" />
	<link>http://www.bendewey.com/index.php/186/using-jsonp-with-wcf-and-jquery</link>
	<description>Father, Developer, Microsoft MVP, Speaker, and Author</description>
	<lastBuildDate>Mon, 18 Mar 2013 16:12:35 +0000</lastBuildDate>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=3.8.41</generator>
	<item>
		<title>By: Arigbede Moses</title>
		<link>http://www.bendewey.com/index.php/186/using-jsonp-with-wcf-and-jquery/comment-page-1#comment-1814</link>
		<dc:creator><![CDATA[Arigbede Moses]]></dc:creator>
		<pubDate>Mon, 18 Mar 2013 16:12:35 +0000</pubDate>
		<guid isPermaLink="false">http://bendewey.wordpress.com/?p=186#comment-1814</guid>
		<description><![CDATA[Hello Sir, 
I have to say my thank you so that you will know how much your example helped me. Its impressive and clear. Thanks again.]]></description>
		<content:encoded><![CDATA[<p>Hello Sir,<br />
I have to say my thank you so that you will know how much your example helped me. Its impressive and clear. Thanks again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: neuralsea</title>
		<link>http://www.bendewey.com/index.php/186/using-jsonp-with-wcf-and-jquery/comment-page-1#comment-1813</link>
		<dc:creator><![CDATA[neuralsea]]></dc:creator>
		<pubDate>Mon, 18 Mar 2013 09:53:16 +0000</pubDate>
		<guid isPermaLink="false">http://bendewey.wordpress.com/?p=186#comment-1813</guid>
		<description><![CDATA[Thankyou! I spent two days on trying to get this to work and your article was the only reason it didn&#039;t take longer. Pity it took 2 days to find an article that told me how to do it in 5 minutes!]]></description>
		<content:encoded><![CDATA[<p>Thankyou! I spent two days on trying to get this to work and your article was the only reason it didn&#8217;t take longer. Pity it took 2 days to find an article that told me how to do it in 5 minutes!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nick</title>
		<link>http://www.bendewey.com/index.php/186/using-jsonp-with-wcf-and-jquery/comment-page-1#comment-1790</link>
		<dc:creator><![CDATA[Nick]]></dc:creator>
		<pubDate>Wed, 09 Jan 2013 21:07:22 +0000</pubDate>
		<guid isPermaLink="false">http://bendewey.wordpress.com/?p=186#comment-1790</guid>
		<description><![CDATA[This worked perfect. The included source code was to the point with no bloat. Thanks a lot.]]></description>
		<content:encoded><![CDATA[<p>This worked perfect. The included source code was to the point with no bloat. Thanks a lot.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nathan</title>
		<link>http://www.bendewey.com/index.php/186/using-jsonp-with-wcf-and-jquery/comment-page-1#comment-630</link>
		<dc:creator><![CDATA[Nathan]]></dc:creator>
		<pubDate>Wed, 24 Nov 2010 03:27:30 +0000</pubDate>
		<guid isPermaLink="false">http://bendewey.wordpress.com/?p=186#comment-630</guid>
		<description><![CDATA[I just downloaded the sample and it seems to work just fine, not sure why it&#039;s not working on my project.  Looks like different ports tests the same origin policy just fine in your example.  Back to digging I guess.

Thanks for the write up.  So much information out there is about the pre 4.0 way, using the JSONPSupportBehavior technique (which requires you to pass $format=json&amp;$callback=).]]></description>
		<content:encoded><![CDATA[<p>I just downloaded the sample and it seems to work just fine, not sure why it&#8217;s not working on my project.  Looks like different ports tests the same origin policy just fine in your example.  Back to digging I guess.</p>
<p>Thanks for the write up.  So much information out there is about the pre 4.0 way, using the JSONPSupportBehavior technique (which requires you to pass $format=json&amp;$callback=).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nathan</title>
		<link>http://www.bendewey.com/index.php/186/using-jsonp-with-wcf-and-jquery/comment-page-1#comment-629</link>
		<dc:creator><![CDATA[Nathan]]></dc:creator>
		<pubDate>Wed, 24 Nov 2010 03:14:31 +0000</pubDate>
		<guid isPermaLink="false">http://bendewey.wordpress.com/?p=186#comment-629</guid>
		<description><![CDATA[Will this work cross domain though?  The request will be made w/o the necessary application/json content type required to trigger a json formatted response.

Using $.getJSON() will dynamically add the service endpoint to a scripts src, which is just your basic get.  The only reason you&#039;d use jsonp is to avoid single origin issues cross domain.]]></description>
		<content:encoded><![CDATA[<p>Will this work cross domain though?  The request will be made w/o the necessary application/json content type required to trigger a json formatted response.</p>
<p>Using $.getJSON() will dynamically add the service endpoint to a scripts src, which is just your basic get.  The only reason you&#8217;d use jsonp is to avoid single origin issues cross domain.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kuong</title>
		<link>http://www.bendewey.com/index.php/186/using-jsonp-with-wcf-and-jquery/comment-page-1#comment-610</link>
		<dc:creator><![CDATA[Kuong]]></dc:creator>
		<pubDate>Sat, 13 Nov 2010 04:59:32 +0000</pubDate>
		<guid isPermaLink="false">http://bendewey.wordpress.com/?p=186#comment-610</guid>
		<description><![CDATA[Great man, thanks a lot.]]></description>
		<content:encoded><![CDATA[<p>Great man, thanks a lot.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://www.bendewey.com/index.php/186/using-jsonp-with-wcf-and-jquery/comment-page-1#comment-550</link>
		<dc:creator><![CDATA[Chris]]></dc:creator>
		<pubDate>Tue, 19 Oct 2010 13:44:51 +0000</pubDate>
		<guid isPermaLink="false">http://bendewey.wordpress.com/?p=186#comment-550</guid>
		<description><![CDATA[This was extremely helpful! Thank you so much. After much hand-wringing and hair-pulling trying to implement a custom WebServiceHostFactory, I was so glad to see MS implemented support for JSONP. Now I have one webservice that implements XML, JSON, and JSONP! Great post - thank you!]]></description>
		<content:encoded><![CDATA[<p>This was extremely helpful! Thank you so much. After much hand-wringing and hair-pulling trying to implement a custom WebServiceHostFactory, I was so glad to see MS implemented support for JSONP. Now I have one webservice that implements XML, JSON, and JSONP! Great post &#8211; thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dominick Durland</title>
		<link>http://www.bendewey.com/index.php/186/using-jsonp-with-wcf-and-jquery/comment-page-1#comment-548</link>
		<dc:creator><![CDATA[Dominick Durland]]></dc:creator>
		<pubDate>Thu, 14 Oct 2010 23:23:44 +0000</pubDate>
		<guid isPermaLink="false">http://bendewey.wordpress.com/?p=186#comment-548</guid>
		<description><![CDATA[5.  Good day, As I was searching over the web, I found this, your blog site. In reality most of the individuals comments are relevant and, you are brilliant in making write ups.]]></description>
		<content:encoded><![CDATA[<p>5.  Good day, As I was searching over the web, I found this, your blog site. In reality most of the individuals comments are relevant and, you are brilliant in making write ups.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bendewey</title>
		<link>http://www.bendewey.com/index.php/186/using-jsonp-with-wcf-and-jquery/comment-page-1#comment-419</link>
		<dc:creator><![CDATA[bendewey]]></dc:creator>
		<pubDate>Wed, 07 Jul 2010 19:52:37 +0000</pubDate>
		<guid isPermaLink="false">http://bendewey.wordpress.com/?p=186#comment-419</guid>
		<description><![CDATA[Karol,

Není zač (You&#039;re welcome)]]></description>
		<content:encoded><![CDATA[<p>Karol,</p>
<p>Není zač (You&#8217;re welcome)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Karol Jurinek</title>
		<link>http://www.bendewey.com/index.php/186/using-jsonp-with-wcf-and-jquery/comment-page-1#comment-418</link>
		<dc:creator><![CDATA[Karol Jurinek]]></dc:creator>
		<pubDate>Wed, 07 Jul 2010 19:43:22 +0000</pubDate>
		<guid isPermaLink="false">http://bendewey.wordpress.com/?p=186#comment-418</guid>
		<description><![CDATA[Velmi dobry clanok, diky.]]></description>
		<content:encoded><![CDATA[<p>Velmi dobry clanok, diky.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
