method
response_rpc
v1_8_7_330 -
Show latest stable
- Class:
SOAP::RPC::Proxy::Operation
response_rpc(body, mapping_registry, literal_mapping_registry, opt)private
No documentation available.
# File lib/soap/rpc/proxy.rb, line 432
def response_rpc(body, mapping_registry, literal_mapping_registry, opt)
if @response_use == :encoded
response_rpc_enc(body, mapping_registry, opt)
else
response_rpc_lit(body, literal_mapping_registry, opt)
end
end