ISOAPEnvelope::Body Property (read-only)

[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.

 

Return Values

 

Sample Code

dim e, t
set e = CreateObject("pocketSOAP.Envelope.2")
...
e.parse t
wscript.echo "# body nodes = " & e.Body.Count

 

See Also

The ISOAPEnvelope Interface | 

 

 

Copyright

Copyright © Simon Fell, 2000-2004. All rights reserved.