Class: ActionWebService::Client::Soap::SoapDriver
- Inherits:
-
SOAP::RPC::Driver
- Object
- SOAP::RPC::Driver
- ActionWebService::Client::Soap::SoapDriver
- Defined in:
- lib/action_web_service/client/soap_client.rb
Overview
:nodoc:
Instance Attribute Summary
Attributes inherited from SOAP::RPC::Driver
Instance Method Summary collapse
Methods inherited from SOAP::RPC::Driver
#__attr_proxy, #add_document_method, #add_document_operation, #add_rpc_method, #add_rpc_method_as, #add_rpc_method_with_soapaction, #add_rpc_method_with_soapaction_as, #add_rpc_operation, #call, #httpproxy, #httpproxy=, #initialize, #inspect, #invoke, #loadproperty, #mandatorycharset, #mandatorycharset=, #wiredump_dev, #wiredump_dev=, #wiredump_file_base, #wiredump_file_base=
Constructor Details
This class inherits a constructor from SOAP::RPC::Driver
Instance Method Details
#add_method(qname, soapaction, name, param_def) ⇒ Object
106 107 108 109 |
# File 'lib/action_web_service/client/soap_client.rb', line 106 def add_method(qname, soapaction, name, param_def) @proxy.add_rpc_method(qname, soapaction, name, param_def) add_rpc_method_interface(name, param_def) end |