soap-decode-type
soap-decode-type is a compiled Lisp function in `soap-client.el
'.
(soap-decode-type TYPE NODE)
Use TYPE (an xsd type) to decode the contents of NODE.
NODE is an XML node, representing some SOAP encoded value or a
reference to another XML node (a multiRef). This function will
resolve the multiRef reference, if any, than call a TYPE specific
decode function to perform the actual decoding.