Web Development  >>  Ruby On Rails

XML-RPC

Language : English Quality : High Has Audio : true Source : Other Media : QuickTime
Before SOAP and REST, there were Remote Procedure Calls. Ruby ships with native RPC support and I'll show you how to built powerful remote API queries with 3 lines of Ruby code!

Tags: Rubyology, Ruby, Ruby On Rails, Screencast, XML, RPC, XML-RPC,     [SUGGEST  A  TAG]

Resources referenced in this screencast
  • Ruby on Rails
  • XML - Extensible Markup Language
  • XML-RPC

  •  OR 
    Created : 2007-04-14   

    Articles Realted to this Topic

    [SUGGEST  A  ARTICLE]
    XMLRPC Using Ruby On Rails
    This howto describes how to create an XML-RPC server and client using Ruby On Rails. I'll jump right in and describe setting up an example service. The service I am creating is a dictionary service where clients may search for or define words. Most likely your service will have alot more functionality but the methodology remains the same