mustUnderstand
MustUnderstand is an attribute used in SOAP messages to designate header blocks that must be processed by a recipient for the message to be considered valid. It is attached to a header element within the SOAP envelope and signals that the processing of that header is mandatory for the intended recipient or any intermediaries along the path.
In SOAP 1.1, mustUnderstand is expressed as a header attribute with values "1" or "0", where "1"
If a processor encounters a header marked mustUnderstand and cannot understand or process it, it must generate
MustUnderstand headers are often used for critical extensions such as security, routing, or transaction information. They