soap-decode-array-type

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

(soap-decode-array-type TYPE NODE)

Use TYPE to decode the contents of NODE.
TYPE is assumed to be an array type. Arrays are decoded as lists.
This is because it is easier to work with list results in LISP.