Flowdock
method

request_rpc_enc

Importance_0
v1_8_6_287 - Show latest stable - 0 notes - Class: SOAP::RPC::Proxy::Operation
request_rpc_enc(values, mapping_registry, opt) private

No documentation

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

Hide source
# File lib/soap/rpc/proxy.rb, line 390
    def request_rpc_enc(values, mapping_registry, opt)
      method = @rpc_method_factory.dup
      names = method.input_params
      obj = create_request_obj(names, values)
      soap = Mapping.obj2soap(obj, mapping_registry, @rpc_request_qname, opt)
      method.set_param(soap)
      method
    end
Register or log in to add new notes.