WmPublic. Retrieves the header entries from a SOAP message as an array of node objects.
This service is useful when you want to build a process that loops through all the header entries in a message and identify entries with specific QNames (using the
pub.soap.utils:getQName service) or actor attributes (using the
pub.soap.utils:getActor service).
This service returns each header entry as a separate node. You can loop over
headerEntries and extract data from each node with the
pub.xml:queryXMLNode service or get the entry's QName and/or actor value using the
pub.soap.utils:getQName and
pub.soap.utils:getActor services.
If you want to extract the message header as a single node, use the
pub.soap.utils:getHeader service.