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