Flowdock
Ruby on Rails latest stable (v6.1.7.7) - 0 notes - Superclass: ActionWebService::Client::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 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.