method

request_rpc_enc

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

No documentation available.

# 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