Start Page
Contents

Ruby on Rails for developer.

Prev Page Next Page
 
Web Services on Rails
Web Services with Ruby on Rails : Building Web Service Clients
The Basics of Web Services
Searching Yahoo using REST
Searching Google Using SOAP or SOAP with WSDL Files
Displaying Photos from Flickr Using XML-RPC:
Building Web Service Servers with Ruby on Rails
REST-Based Web Service Server Serving Proprietary XML Documents
SOAP and XML-RPC Web Service Servers
Putting It All Together: an Expanded Server Example
Summary
Additional Reading and Help

Building Web Service Servers with Ruby on Rails

In the first section, I covered the basics of building clients for the three most poplar web service types (REST, XML-RPC, and SOAP). Now it's time to get down to the really interesting stuff: building web service servers! I'll once again cover the three most popular formats for web services: REST, SOAP, and XML-RPC. I'll also provide working examples to demonstrate each concept and give you a head start on building your own services.