WmPublic. Retrieves the body entries from a SOAP message as an array of node objects.
Input Parameters
soapData
Object The SOAP object containing the message whose body entries you want to retrieve.
Output Parameters
bodyEntries
com.wm.lang.xml.Node[ ] An array of XML nodes, where each node represents a body entry from the message.
Usage Notes
This service returns each body entry as a separate node. You can loop over bodyEntries and extract data from each node with the
pub.xml:queryXMLNode service.
If you want to extract the body of the message as a single node, use the
pub.soap.utils:getBody service.