method

request_rpc_enc

ruby latest stable - Class: SOAP::RPC::Proxy::Operation

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v1_8_7_330) is shown here.

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