class
ActionWebService::Client::Soap
v1.2.6 -
Show latest stable
- Superclass: 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
Attributes
| [R] | driver |
Files
- actionwebservice/lib/action_web_service/client/soap_client.rb