headerEntry | com.wm.lang.xml.Node The header entry whose actor value you want to retrieve. If you use
pub.soap.utils:getHeaderEntries to retrieve header entries, you can loop over the list of header nodes to retrieve the actor value from each entry. If you use
pub.soap.utils:getHeader to retrieve header entries, you must query the node returned by that service (using the
pub.xml:queryXMLNode service) to extract a node for an individual header entry. Then you can run getActor on the resulting node. |
actor | String Value of the header entry's actor attribute (for SOAP 1.1) or the role attribute (for SOAP 1.2). If the header entry does not have an actor attribute, actor will be null. |