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:getDocument
 
pub.soap.utils:getDocument
WmPublic. Retrieves an entire SOAP message as a node object.
This service is useful when you want to use pub.xml:queryXMLNode to query an entire SOAP message. Since queryXMLNode requires a node as input, you cannot use it to query a SOAP object directly. Instead, you must convert the SOAP object to a node and then query the resulting node.
Input Parameters
soapData
Object SOAP object for which you want a node representation.
Output Parameters
node
com.wm.lang.xml.Node Node representation of the entire SOAP message in soapData (that is, <SOAP-ENV:Envelope> to </SOAP-ENV:Envelope>.
See Also
pub.soap.utils:getBody
pub.soap.utils:getBodyEntries
pub.soap.utils:getHeader
pub.soap.utils:getHeaderEntries
pub.soap.utils:getTrailers