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 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

Attributes

[R]driver

Files

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

Nested classes and modules