wwSoap::ParseObject

This low level method parses an object based on the WSDL definition. A new empty object is created and the object is created on the fly and returned to you.

In most cases you don't have to call this method explicitly as a wwSOAP call will automatically try to convert the object. However, you can apply this method to a raw DOM result in the case of embedded objects that wwSOAP may not be able to parse automatically.

o.ParseObject(loObjectNode,lcTypeName)

Parameters

loObjectNode
The DOM node that is the root of the object.

lcTypeName
The name of the type as found in the WSDL file.

Overloads:


See also:

Class wwSoap

© West Wind Technologies, 1996-2024 • Updated: 06/23/04
Comment or report problem with topic