request_rpc_enc(request, mapping_registry, opt)private
No documentation available.
# File lib/soap/rpc/router.rb, line 433
def request_rpc_enc(request, mapping_registry, opt)
param = Mapping.soap2obj(request, mapping_registry, nil, opt)
request.collect { |key, value|
param[key]
}
end