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.
|