Hi, dims: Sorry to bother you again, but I can't figure out the meaning of that "actions mismatch" fault. I followed the TestWSSecurityNew6 sample code to do enctyption and signature. I tried the following deploy.wsdd: <requestFlow>
<handler name="DoSecurityReceiver" type="java:org.apache.ws.axis.security.WSDoAllReceiver"> <parameter name="user" value="wss4jcert"/> <parameter name="passwordCallbackClass" value="com.nortel.ca.wcars2g7.axis.services.NEService.PWCallback"/> <parameter name="action" value="Signature Encrypt"/> <parameter name="signaturePropFile" value="cryptoSKI.properties" /> <!-- <parameter name="decryptionKeyIdentifier" value="X509KeyIdentifier" /> --> </handler> </requestFlow> <responseFlow> <handler name="DoSecuritySender" type="java:org.apache.ws.axis.security.WSDoAllSender" > <parameter name="user" value="wss4jcert"/> <parameter name="passwordCallbackClass" value="com.nortel.ca.wcars2g7.axis.services.NEService.PWCallback"/> <parameter name="action" value="Encrypt Signature"/> <parameter name="encryptionPropFile" value="cryptoSKI.properties" /> <parameter name="encryptionKeyIdentifier" value="X509KeyIdentifier" /> </handler> </responseFlow> Could you let me know if this is the correct deploy file? On the server side I got the following message: - Verification successful for URI "#id-32316171" Thanks, Lule
