soap-parse-response
soap-parse-response is a compiled Lisp function in `soap-client.el
'.
(soap-parse-response RESPONSE-NODE OPERATION WSDL SOAP-BODY)
Parse RESPONSE-NODE and return the result as a LISP value.
OPERATION is the WSDL operation for which we expect the response,
WSDL is used to decode the NODE.
SOAP-BODY is the body of the SOAP envelope (of which
RESPONSE-NODE is a sub-node). It is used in case RESPONSE-NODE
reference multiRef parts which are external to RESPONSE-NODE.