Flowdock
v1.1.6 - Show latest stable - 0 notes - Superclass: ActionWebService::Client::Base

Implements SOAP client support (using RPC encoding for the messages).

Example Usage

  class PersonAPI < ActionWebService::API::Base
    api_method :find_all, :returns => [[Person]]
  end

  soap_client = ActionWebService::Client::Soap.new(PersonAPI, "http://...")
  persons = soap_client.find_all
Show files where this class is defined (1 file)
Register or log in to add new notes.