soap-decode-basic-type

soap-decode-basic-type is a compiled Lisp function in `soap-client.el'.

(soap-decode-basic-type TYPE NODE)

Use TYPE to decode the contents of NODE.
TYPE is a `soap-basic-type' struct, and NODE is an XML document.
A LISP value is returned based on the contents of NODE and the
type-info stored in TYPE.