Hi all, I want to add mustUnderstand=1 to the header of my cxf client outgoing SOAP messages. I found that cxf provide the API setMustUnderstand(boolean)<http://www.jarvana.com/jarvana/view/org/apache/cxf/cxf-bundle/2.1.2/cxf-bundle-2.1.2-javadoc.jar!/org/apache/cxf/binding/soap/SoapHeader.html#setMustUnderstand%28boolean%29> on the SOAPHeader object. Is there an equivalent way to do it using Spring configuration on the client side?
Thanks Amine
