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 Method Summary collapse
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 |