Robert,
 
usually the handler, in this case the WSS4J handlers (interceptors) for
Axis2 take care of
the mustunderstand flags. Once a handler processed a header with
"mustUnderstand" set to
true the handler clears the flags or performs other actions to signal
header processing.
 
Regards,
Werner


________________________________

        Von: ext Robert Wierschke [mailto:[EMAIL PROTECTED] 
        Gesendet: Sonntag, 27. Juli 2008 18:14
        An: wss4j-dev
        Betreff: How to remove Security headers?
        
        
        Hi,
        
        I managed to sign and encrypt a SOAP message using wss4j. On the
server side wss4j successfully decrypts the message but leaves the
Security header in the SOAP, hence Axis2 complains that mustUnderstand
constraint is not satisfied.
        
        So what is the suggested way to remove the Security header?
        
        Thanks in advance.
        
        regards
        robert
        

Reply via email to