method

add_document_operation

v1_8_7_72 - Show latest stable - Class: SOAP::RPC::HTTPServer
add_document_operation(receiver, soapaction, name, param_def, opt = {})
public

No documentation available.

# File lib/soap/rpc/httpserver.rb, line 112
  def add_document_operation(receiver, soapaction, name, param_def, opt = {})
    @router.add_document_operation(receiver, soapaction, name, param_def, opt)
  end