method
request_doc_enc
v1_8_7_330 -
Show latest stable
- Class:
SOAP::RPC::Router::Operation
request_doc_enc(body, mapping_registry, opt)private
No documentation available.
# File lib/soap/rpc/router.rb, line 446
def request_doc_enc(body, mapping_registry, opt)
body.collect { |key, value|
Mapping.soap2obj(value, mapping_registry, nil, opt)
}
end