BizTalk Utilities CV ,   Jobs ,   Code library
 
Go to the front page to continue learning about XML or select below:

Contents

ReBlogger Contents

Previous posts in WS, web services

 
 
Page 14498 of 21350

Making Soap based web service calls with Ajax

Blogger : Macromedia MXNA: WS, Ajax and XSLT
All posts : All posts by Macromedia MXNA: WS, Ajax and XSLT
Category : WS, web services
Blogged date : 2006 Mar 26

I have been preparing a presentation for my local user group on Ajax. Part of my presentation will be on REST vs. SOAP based RPC calls. One of the arguments against using SOAP based web service calls is that it is too hard to make SOAP calls using the XMLHTTPRequest object. I have not found this to be the case. The trick to making SOAP calls with XMLHTTPRequest object is setting the right request headers before making the call. SOAP calls sould also be made as a post rather than a get. Here is an example below; xmlhttp.open("POST",url,true); // set

Read comments or post a reply to : Making Soap based web service calls with Ajax
Page 14498 of 21350

Newest posts
 

    Email TopXML