<?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 jQuery to make ajax calls to an ASMX web service using ASP.NET</title>
	<atom:link href="http://www.joe-stevens.com/2010/01/04/using-jquery-to-make-ajax-calls-to-an-asmx-web-service-using-asp-net/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.joe-stevens.com/2010/01/04/using-jquery-to-make-ajax-calls-to-an-asmx-web-service-using-asp-net/</link>
	<description>Everything .NET and C#</description>
	<lastBuildDate>Wed, 01 Feb 2012 21:25:44 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2</generator>
	<item>
		<title>By: Joe</title>
		<link>http://www.joe-stevens.com/2010/01/04/using-jquery-to-make-ajax-calls-to-an-asmx-web-service-using-asp-net/comment-page-1/#comment-21272</link>
		<dc:creator>Joe</dc:creator>
		<pubDate>Fri, 25 Nov 2011 06:02:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.joe-stevens.com/?p=351#comment-21272</guid>
		<description>Hi Manan

This is due to the &lt;a href=&quot;http://en.wikipedia.org/wiki/Same_origin_policy&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;Same Origin Policy&lt;/a&gt;.

You can perform a cross-domain Ajax request using JSONP as can be seen &lt;a href=&quot;http://www.fbloggs.com/2010/07/09/how-to-access-cross-domain-data-with-ajax-using-jsonp-jquery-and-php/&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;here&lt;/a&gt; albeit using PHP. Perhaps when I get some time I&#039;ll do a post using an ASMX or WCF service.


Cheers
Joe</description>
		<content:encoded><![CDATA[<p>Hi Manan</p>
<p>This is due to the <a href="http://en.wikipedia.org/wiki/Same_origin_policy" target="_blank" rel="nofollow">Same Origin Policy</a>.</p>
<p>You can perform a cross-domain Ajax request using JSONP as can be seen <a href="http://www.fbloggs.com/2010/07/09/how-to-access-cross-domain-data-with-ajax-using-jsonp-jquery-and-php/" target="_blank" rel="nofollow">here</a> albeit using PHP. Perhaps when I get some time I&#8217;ll do a post using an ASMX or WCF service.</p>
<p>Cheers<br />
Joe</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Manan</title>
		<link>http://www.joe-stevens.com/2010/01/04/using-jquery-to-make-ajax-calls-to-an-asmx-web-service-using-asp-net/comment-page-1/#comment-21271</link>
		<dc:creator>Manan</dc:creator>
		<pubDate>Wed, 23 Nov 2011 15:18:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.joe-stevens.com/?p=351#comment-21271</guid>
		<description>Hi,

This helps but not that much..
I am calling webservice from different domain
and when I am using the whole url so code is not executed and it doesnt give any error or anything...</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>This helps but not that much..<br />
I am calling webservice from different domain<br />
and when I am using the whole url so code is not executed and it doesnt give any error or anything&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Balwinder Pal</title>
		<link>http://www.joe-stevens.com/2010/01/04/using-jquery-to-make-ajax-calls-to-an-asmx-web-service-using-asp-net/comment-page-1/#comment-21055</link>
		<dc:creator>Balwinder Pal</dc:creator>
		<pubDate>Sun, 16 Oct 2011 16:53:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.joe-stevens.com/?p=351#comment-21055</guid>
		<description>Hi Joe,

I am very thankful to you for publishing this example. It is so helpful for me..

Once again Thankssss.....</description>
		<content:encoded><![CDATA[<p>Hi Joe,</p>
<p>I am very thankful to you for publishing this example. It is so helpful for me..</p>
<p>Once again Thankssss&#8230;..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pepe Marino</title>
		<link>http://www.joe-stevens.com/2010/01/04/using-jquery-to-make-ajax-calls-to-an-asmx-web-service-using-asp-net/comment-page-1/#comment-21051</link>
		<dc:creator>Pepe Marino</dc:creator>
		<pubDate>Wed, 12 Oct 2011 05:34:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.joe-stevens.com/?p=351#comment-21051</guid>
		<description>My problem is calling the web service from a different domain.  What do you suggest for a situation like that one?

Cheers!</description>
		<content:encoded><![CDATA[<p>My problem is calling the web service from a different domain.  What do you suggest for a situation like that one?</p>
<p>Cheers!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Malu</title>
		<link>http://www.joe-stevens.com/2010/01/04/using-jquery-to-make-ajax-calls-to-an-asmx-web-service-using-asp-net/comment-page-1/#comment-20947</link>
		<dc:creator>Malu</dc:creator>
		<pubDate>Wed, 13 Jul 2011 22:04:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.joe-stevens.com/?p=351#comment-20947</guid>
		<description>this helps me to get basic idea to call web service. I tested this works fine.      I really appriceate if you can you give some code sample - how to display data when web service method returns dataset to jquery?</description>
		<content:encoded><![CDATA[<p>this helps me to get basic idea to call web service. I tested this works fine.      I really appriceate if you can you give some code sample &#8211; how to display data when web service method returns dataset to jquery?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: anhduc.bkhn</title>
		<link>http://www.joe-stevens.com/2010/01/04/using-jquery-to-make-ajax-calls-to-an-asmx-web-service-using-asp-net/comment-page-1/#comment-5062</link>
		<dc:creator>anhduc.bkhn</dc:creator>
		<pubDate>Tue, 26 Oct 2010 02:42:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.joe-stevens.com/?p=351#comment-5062</guid>
		<description>Cảm ơn !
thanks you ! :D</description>
		<content:encoded><![CDATA[<p>Cảm ơn !<br />
thanks you ! <img src='http://www.joe-stevens.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vikas</title>
		<link>http://www.joe-stevens.com/2010/01/04/using-jquery-to-make-ajax-calls-to-an-asmx-web-service-using-asp-net/comment-page-1/#comment-3901</link>
		<dc:creator>Vikas</dc:creator>
		<pubDate>Tue, 28 Sep 2010 08:02:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.joe-stevens.com/?p=351#comment-3901</guid>
		<description>Thanks, you code helped me lot.</description>
		<content:encoded><![CDATA[<p>Thanks, you code helped me lot.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joe</title>
		<link>http://www.joe-stevens.com/2010/01/04/using-jquery-to-make-ajax-calls-to-an-asmx-web-service-using-asp-net/comment-page-1/#comment-1289</link>
		<dc:creator>Joe</dc:creator>
		<pubDate>Fri, 19 Mar 2010 23:33:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.joe-stevens.com/?p=351#comment-1289</guid>
		<description>Glad it helped Ken

Joe</description>
		<content:encoded><![CDATA[<p>Glad it helped Ken</p>
<p>Joe</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ken</title>
		<link>http://www.joe-stevens.com/2010/01/04/using-jquery-to-make-ajax-calls-to-an-asmx-web-service-using-asp-net/comment-page-1/#comment-1287</link>
		<dc:creator>Ken</dc:creator>
		<pubDate>Fri, 19 Mar 2010 19:03:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.joe-stevens.com/?p=351#comment-1287</guid>
		<description>Thanks, I have been looking for an example like this.</description>
		<content:encoded><![CDATA[<p>Thanks, I have been looking for an example like this.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

