If the mustUnderstand attribute is set to “0” and a node operates in the role declared in the role attribute, the node is only required to remove the header block.
if i interpret above statement correctly that means operating node should remove header block if mustunderstand attribute is "0" or removing of header is optional?
Hi!
It means that if the SOAP header block is targeted at the node, but the node is not required to understand the header block (mustUnderstand attribute set to zero), then the minimum action required by the node is to remove the header block.
Removing the header block makes sense, since the header block has reached its destination, so to speak.
Best wishes!