REST and SOAP

I have been playing with Amazons SOAP API as well as Yahoo’s REST API. I really like both of these API’s. I will talk about some ideas I have for letting both of these API’s interact in a later blog. 🙂 I was looking into using REST in .Net 1.1, it was a bit of hack but it is based off Martin G. Brown work. The basic steps are to download an XSD for the response package.


This content originally appeared on Modern Web Development with Chrome and was authored by Paul Kinlan

<p>I have been playing with Amazons <a href="http://www.amazon.com/gp/browse.html/102-2497589-1043300?_encoding=UTF8&node=3435361">SOAP API </a> as well as Yahoo's <a href="http://developer.yahoo.net/">REST API</a>. I really like both of these API's. I will talk about some ideas I have for letting both of these API's interact in a later blog. :) <p />I was looking into using REST in .Net 1.1, it was a bit of hack but it is based off <a href="http://www.mgbrown.com/Downloads.aspx#Yahoo">Martin G. Brown </a>work. The basic steps are to download an XSD for the response package. Pass it thorough the XSD.exe tool which will create a Dataset based object which mimics the results. You can then get the results and process them however you need.<p />Basically we are doing something similar to what WSDL does (obviously we are not creating stubs that WSDL does for the serialization and the communication process). But it is not too hard to start the communications off. [I will include some code examples for Yahoo].<p />I am yet to look into <a href="http://www.google.co.uk/apis/">Googles API</a>, supposedly it is still a Beta with quite a strict usage limit. But hey, it might change! :)</p>


This content originally appeared on Modern Web Development with Chrome and was authored by Paul Kinlan


Print Share Comment Cite Upload Translate Updates
APA

Paul Kinlan | Sciencx (2005-04-17T00:00:00+00:00) REST and SOAP. Retrieved from https://www.scien.cx/2005/04/17/rest-and-soap/

MLA
" » REST and SOAP." Paul Kinlan | Sciencx - Sunday April 17, 2005, https://www.scien.cx/2005/04/17/rest-and-soap/
HARVARD
Paul Kinlan | Sciencx Sunday April 17, 2005 » REST and SOAP., viewed ,<https://www.scien.cx/2005/04/17/rest-and-soap/>
VANCOUVER
Paul Kinlan | Sciencx - » REST and SOAP. [Internet]. [Accessed ]. Available from: https://www.scien.cx/2005/04/17/rest-and-soap/
CHICAGO
" » REST and SOAP." Paul Kinlan | Sciencx - Accessed . https://www.scien.cx/2005/04/17/rest-and-soap/
IEEE
" » REST and SOAP." Paul Kinlan | Sciencx [Online]. Available: https://www.scien.cx/2005/04/17/rest-and-soap/. [Accessed: ]
rf:citation
» REST and SOAP | Paul Kinlan | Sciencx | https://www.scien.cx/2005/04/17/rest-and-soap/ |

Please log in to upload a file.




There are no updates yet.
Click the Upload button above to add an update.

You must be logged in to translate posts. Please log in or register.