class
rails latest stable - Superclass: Base

Class deprecated or moved

This class is deprecated or moved on the latest stable version. The last existing version (v1.2.6) is shown here.

Implements XML-RPC client support

Example Usage

  class BloggerAPI < ActionWebService::API::Base
    inflect_names false
    api_method :getRecentPosts, :returns => [[Blog::Post]]
  end

  blog = ActionWebService::Client::XmlRpc.new(BloggerAPI, "http://.../RPC", :handler_name => "blogger")
  posts = blog.getRecentPosts

Files

  • actionwebservice/lib/action_web_service/client/xmlrpc_client.rb