I am developing a java program into a client of a secure web service developed in axis2.
We have several certificates for signing the SOAP requests, and they work well independently. When I run multiple threads, with the same security settings, everything works perfectly, but when I change the security settings to sign the stub calls me back the following exception: java.io.IOException: Keystore was tampered with, or password was incorrect I think somehow the rampart module is rolling to the choice of security settings to sign the SOAP request. Can anyone help me with this problem? or is there any inconsistency in this regard. Thank you very much for your help. -- View this message in context: http://old.nabble.com/Problem-with-Axis2-Rampart-Threads-tp27902114p27902114.html Sent from the Axis - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
