Hi,

I am using Axis2 v1.1.1 with Rampart v1.1.1 and WSS4J v1.5.1. I have
configured the InflowSecurity parameter (extract included underneath) of
Rampart on the server side with the "Signature" item.

One of our clients is using a C# client. The SOAP request that is received
from this client contains Timestamp and Addressing related elements. This
results in an "WSDoAllReceiver: security processing failed (actions
mismatch)" AxisFault.

Is there a way to "ignore" the Timestamp and Addressing related elements on
the server ?

Extract axis2.xml:
<parameter name="InflowSecurity">
  <action>
    <items>Signature</items>
    <signaturePropFile>interopin.properties</signaturePropFile>
    <signatureKeyIdentifier>DirectReference</signatureKeyIdentifier>
   
<signatureParts>{Element}{http://schemas.xmlsoap.org/soap/envelope/}Body</signatureParts>
  </action>
</parameter>

PS: My apologies for cross-posting this issue to this and the axis-user
mailing list.

Regards, Stefan Lecho.
-- 
View this message in context: 
http://www.nabble.com/-WSS4J-1.5.1--Ignore-Timestamp-and-Addressing-from-client-tf3882363.html#a11003568
Sent from the WSS4J mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to