Flowdock
method

create_rpc_driver

Importance_0
v1_8_7_330 - Show latest stable - 0 notes - Class: SOAP::WSDLDriverFactory
create_rpc_driver(servicename = nil, portname = nil) public

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# File lib/soap/wsdlDriver.rb, line 36
  def create_rpc_driver(servicename = nil, portname = nil)
    port = find_port(servicename, portname)
    drv = SOAP::RPC::Driver.new(port.soap_address.location)
    init_driver(drv, port)
    add_operation(drv, port)
    drv
  end
Register or log in to add new notes.