Method: ActionWebService::Protocol::Soap::SoapProtocol#protocol_client

Defined in:
lib/action_web_service/protocol/soap_protocol.rb

#protocol_client(api, protocol_name, endpoint_uri, options = {}) ⇒ Object



134
135
136
137
# File 'lib/action_web_service/protocol/soap_protocol.rb', line 134

def protocol_client(api, protocol_name, endpoint_uri, options={})
  return nil unless protocol_name == :soap
  ActionWebService::Client::Soap.new(api, endpoint_uri, options)
end