[propget] HRESULT Body([out, retval] ISOAPNodes ** Nodes);
This returns a Nodes collection that represents the child nodes of the SOAP Body element. Typically you would use the Parameters collection instead as that directly refers to the method parameters and takes into accounts other serialization roots within the body.
dim e, t set e = CreateObject("pocketSOAP.Envelope.2") ... e.parse t wscript.echo "# body nodes = " & e.Body.Count
Copyright © Simon Fell, 2000-2004. All rights reserved.