<?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 Prototype to call an Atlas enabled WebService</title>
	<atom:link href="http://www.justise.com/2007/02/05/using-prototype-to-call-an-atlas-enabled-webservice/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.justise.com/2007/02/05/using-prototype-to-call-an-atlas-enabled-webservice/</link>
	<description>Programming - Development</description>
	<lastBuildDate>Tue, 27 Jul 2010 05:58:05 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Javascript Templating within ASP.NET &#171; Fluent.Interface</title>
		<link>http://www.justise.com/2007/02/05/using-prototype-to-call-an-atlas-enabled-webservice/comment-page-1/#comment-192</link>
		<dc:creator>Javascript Templating within ASP.NET &#171; Fluent.Interface</dc:creator>
		<pubDate>Mon, 10 Dec 2007 06:31:07 +0000</pubDate>
		<guid isPermaLink="false">http://blackbeltcoder.net/?p=43#comment-192</guid>
		<description>[...] Web Forms post consider&#8217;s prototype to be a more well-rounded library, but it requires some tweaks and doesn&#8217;t handle character escaping the same way as AJAX [...]</description>
		<content:encoded><![CDATA[<p>[...] Web Forms post consider&#8217;s prototype to be a more well-rounded library, but it requires some tweaks and doesn&#8217;t handle character escaping the same way as AJAX [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kris Gray</title>
		<link>http://www.justise.com/2007/02/05/using-prototype-to-call-an-atlas-enabled-webservice/comment-page-1/#comment-183</link>
		<dc:creator>Kris Gray</dc:creator>
		<pubDate>Thu, 06 Dec 2007 17:02:30 +0000</pubDate>
		<guid isPermaLink="false">http://blackbeltcoder.net/?p=43#comment-183</guid>
		<description>Hi Julian,

I don&#039;t have the source code for this project anymore, so its hard for me to debug it. 

Though the responseText on the XMLHTTP object should be the same regardless what framework you call it from. Your saying Microsoft Atlas on the client decodes this unescaped text appropriately?</description>
		<content:encoded><![CDATA[<p>Hi Julian,</p>
<p>I don&#8217;t have the source code for this project anymore, so its hard for me to debug it. </p>
<p>Though the responseText on the XMLHTTP object should be the same regardless what framework you call it from. Your saying Microsoft Atlas on the client decodes this unescaped text appropriately?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Julian</title>
		<link>http://www.justise.com/2007/02/05/using-prototype-to-call-an-atlas-enabled-webservice/comment-page-1/#comment-180</link>
		<dc:creator>Julian</dc:creator>
		<pubDate>Thu, 06 Dec 2007 06:16:42 +0000</pubDate>
		<guid isPermaLink="false">http://blackbeltcoder.net/?p=43#comment-180</guid>
		<description>Hi, I worked out that last one (need to append the action!)

However, i have another trickier issue - and that is if I am to return HTML string as the response text it gets encoded over the wire eg:

\u003e\u003ch3\u003e

The microsoft toolkit automatically decodes this, but can&#039;t seem to work it out using prototype.</description>
		<content:encoded><![CDATA[<p>Hi, I worked out that last one (need to append the action!)</p>
<p>However, i have another trickier issue &#8211; and that is if I am to return HTML string as the response text it gets encoded over the wire eg:</p>
<p>\u003e\u003ch3\u003e</p>
<p>The microsoft toolkit automatically decodes this, but can&#8217;t seem to work it out using prototype.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Julian</title>
		<link>http://www.justise.com/2007/02/05/using-prototype-to-call-an-atlas-enabled-webservice/comment-page-1/#comment-176</link>
		<dc:creator>Julian</dc:creator>
		<pubDate>Wed, 05 Dec 2007 06:16:48 +0000</pubDate>
		<guid isPermaLink="false">http://blackbeltcoder.net/?p=43#comment-176</guid>
		<description>Hi Kris,

Thanks for this - i tried your suggestions, but hit an issue.

Getting this error returned form my &quot;.asmx&quot; web service:

                      &lt;code&gt;

[InvalidOperationException: Invalid web service call, expected path info of /js/&lt;Method&gt;.]

   System.Web.Script.Services.RestHandler.CreateHandler(HttpContext context) +287

   System.Web.Script.Services.RestHandlerFactory.GetHandler(HttpContext context, String requestType,

 String url, String pathTranslated) +136

   System.Web.Script.Services.ScriptHandlerFactory.GetHandler(HttpContext context, String requestType

, String url, String pathTranslated) +175

   System.Web.HttpApplication.MapHttpHandler(HttpContext context, String requestType, VirtualPath path

, String pathTranslated, Boolean useAppConfig) +175

   System.Web.MapHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +120

   System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean&amp; completedSynchronously) 

+155

&lt;/code&gt;

I have prototype 1.6 running under my /js/ folder... Would that have anything to do with it?

Cheers,
Julian.</description>
		<content:encoded><![CDATA[<p>Hi Kris,</p>
<p>Thanks for this &#8211; i tried your suggestions, but hit an issue.</p>
<p>Getting this error returned form my &#8220;.asmx&#8221; web service:</p>
<p>                      <code></p>
<p>[InvalidOperationException: Invalid web service call, expected path info of /js/&lt;Method&gt;.]</p>
<p>   System.Web.Script.Services.RestHandler.CreateHandler(HttpContext context) +287</p>
<p>   System.Web.Script.Services.RestHandlerFactory.GetHandler(HttpContext context, String requestType,</p>
<p> String url, String pathTranslated) +136</p>
<p>   System.Web.Script.Services.ScriptHandlerFactory.GetHandler(HttpContext context, String requestType</p>
<p>, String url, String pathTranslated) +175</p>
<p>   System.Web.HttpApplication.MapHttpHandler(HttpContext context, String requestType, VirtualPath path</p>
<p>, String pathTranslated, Boolean useAppConfig) +175</p>
<p>   System.Web.MapHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +120</p>
<p>   System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean&amp; completedSynchronously) </p>
<p>+155</p>
<p></code></p>
<p>I have prototype 1.6 running under my /js/ folder&#8230; Would that have anything to do with it?</p>
<p>Cheers,<br />
Julian.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
