Welcome to MSDN Blogs Sign in | Join | Help

REST in WCF - Part III (AJAX Friendly Services, Consuming The Service)

The post on consuming AJAX Friendly WCF Services was moved to my new blog at www.robbagby.com.

image

Published Friday, May 30, 2008 2:43 PM by rob.bagby
Filed under: , ,

Comments

# REST in WCF Blog Series Index

As some of you know, I am in the midst of a blog series on REST in WCF. Further, I have been hard at

Tuesday, August 05, 2008 2:09 PM by Demystifying The Code

# REST in WCF - Part VI (HI-REST - Consuming our GET service via AJAX)

In Part V of this blog series I completed the service operation exposed via HTTP GET in a HI-REST manner.

Friday, August 08, 2008 1:42 PM by Demystifying The Code

# REST in WCF Series

Rob Bagby is in the midst of a blog series on REST in WCF and been building a series of screencasts on

Friday, September 19, 2008 11:53 AM by Joe On ASP.NET

# REST in WCF Series

Rob Bagby is in the midst of a blog series on REST in WCF and been building a series of screencasts on

Friday, September 19, 2008 11:54 AM by Joe Stagner - Frustrated by Design !

# REST in WCF Series

Rob Bagby is in the midst of a blog series on REST in WCF and been building a series of screencasts on

Friday, September 19, 2008 12:22 PM by Readed By Wrocław NUG members

# re: REST in WCF - Part III (AJAX Friendly Services, Consuming The Service)

"send it back to the client asynchronously"...

I don't really understand this statement and it is something I hear a lot when people talk about AJAX. As far as I know request and response via http is a synchronous operation and a web server can never send a response that is not initiated by a client request.

A proxy object on the client that initiates a request can route the responses appropriately, but that’s as far as my imagination can take me.

Tuesday, October 07, 2008 2:27 PM by Ashley Frank

# re: REST in WCF - Part III (AJAX Friendly Services, Consuming The Service)

Hi Ashley,

The XmlHttpRequest implemented in all of the major browsers has the ability to make a call over HTTP asynchronously.  Asynchronous is the "A" in AJAX.  The confusing part may be the use of the XmlHttpRequest object.

Rob

Wednesday, October 08, 2008 1:00 PM by rob.bagby

# re: REST in WCF - Part III (AJAX Friendly Services, Consuming The Service)

The browser may have changed but the web server and http never did. The XmlHttpRequest object may be able to be called asynchronously by your script but it still uses http synchronously. The XmlHttpRequest object is still waiting on the response from the web server to the request it issued on behalf of your script and your UI is continuing on with its own business.

Wednesday, October 08, 2008 3:32 PM by Ashley Frank

# REST in WCF - Part XI (Tunneling PUT through POST)

A common scenario you may encounter when designing your RESTful services is supporting clients that only

Monday, November 10, 2008 12:18 PM by Demystifying The Code

# REST in WCF

The series blog post on REST in WCF REST in WCF - Part I (REST Overview) REST in WCF - Part II (AJAX

Tuesday, December 23, 2008 9:28 AM by Journal of Abu Sayed Mohammad Ismail

# re: REST in WCF - Part III (AJAX Friendly Services, Consuming The Service)

Hello !

Is there any chance to download the source [better a vs-solution] ?? It would allow me to start better. Sounds very, very interesting!

Thanks for the article.

br--mabra

Monday, April 27, 2009 1:55 PM by mabra
Anonymous comments are disabled
 
Page view tracker