soap-wsdl-resolve-references

soap-wsdl-resolve-references is a compiled Lisp function in `soap-client.el'.

(soap-wsdl-resolve-references WSDL)

Resolve all references inside the WSDL structure.

When the WSDL elements are created from the XML document, they
refer to each other by name. For example, the ELEMENT-TYPE slot
of an SOAP-ARRAY-TYPE will contain the name of the element and
the user would have to call `soap-wsdl-get' to obtain the actual
element.

After the entire document is loaded, we resolve all these
references to the actual elements they refer to so that at
runtime, we don't have to call `soap-wsdl-get' each time we
traverse an element tree.