Software AG Products 10.7 | Integrating On-Premises and Cloud Applications | Integration Server Built-In Services | SOAP Folder | Summary of Elements in this Folder | pub.soap.utils:getBodyEntries
 
pub.soap.utils:getBodyEntries
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.
See Also
pub.soap.utils:getBody
pub.soap.utils:addBodyEntry