I am having an issue whlie processing the response of a webservice call.
My service is an axis2 WebService where I use rampart as security module. In both sides (client and server) I am using the same certificate, from different copies of the same keystore, to sign the message. The first call is propertly signed and the server certifies the signature and do the business logic. But the problem comes in the response of that call, that when I am processing it I don´t manage to sign the message again.
The error that I get in the log is this one.
and what I recieve is an HTML in stead of the
soap message that I should recieve. And the error that I can see in the server side.
The config file looks like this.
and the axis2 is this one
thanks.