Hi there,

Just got this error on client side with Axis2 1.3 and rampart 13. :

org.apache.axis2.transport.http.AxisServlet -
org.apache.axis2.AxisFault: Must Understand check failed for header
http://docs.oasis-open.org/wss/2004/01/oasis-200401<http://sis-200401.ora-code.com/>(See
http://sis-200401.ora-code.com)-wss-wssecurity-secex
t-1.0.xsd : Security

No problem with client request (with username token, timestamp and
signature). Everything validated fine on service side.The service response
has security header with mustUnderstand="1" and signature.

client-axis2.config:


<parameter name="InflowSecurity">
        <action>
            <items>Signature</items>
            <signaturePropFile>client.properties</signaturePropFile>
        </action>
    </parameter>


Any idea why is this failing?

Reply via email to