class
ActionWebService::Client::XmlRpc
v1.0.0 -
Show latest stable
- Superclass: Base
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