headerEntry | com.wm.lang.xml.Node The header entry whose mustUnderstand status 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 check the status of each entry. If you use
pub.soap.utils:getHeader to retrieve header entries, you will need to 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
pub.soap.utils:getMustUnderstand on the resulting node. |
mustUnderstand | String Header entry's mustUnderstand status. If the header entry has a mustUnderstand attribute, mustUnderstand will return one of the following values: 0 indicates that the header is optional. 1 indicates that the header is mandatory. If the header entry does not have a mustUnderstand attribute, mustUnderstand will return 0. |