Hi everyone, i have a problem running sample05 from the policies samples (Rampart 1.4) with a custom client. At first i get a SAML Token from the STS. Thats working fine. But when i try to invoke the service i get a "Verification failed" warning. After that i get the following exception:
[ERROR] The signature or decryption was invalid org.apache.axis2.AxisFault: The signature or decryption was invalid at org.apache.rampart.handler. RampartReceiver.setFaultCodeAndThrowAxisFault(RampartReceiver.java:166) I'm using the same client code as in the sample (and same policies and keystores) . The client is running as a servlet in Tomcat 6.0.14. When i try to invoke the service with the sample client it's working fine. Do you have any suggestions to solve the problem? Best regards, Martin Wilden