I'm using CXF v3.3.0 and a WSDL first client. The WSDL has a WS-SecurityPolicy and I've configured the client accordingly. I'm able to connect to the remote webservice, on the other end they've confirmed receiving the message and it's valid, and they're returning a response. It's working, but the client keeps throwing the following exception:
org.apache.wss4j.common.ext.WSSecurityException: The signature or decryption was invalid I'm catching the exception with javax.xml.ws.soap.SOAPFaultException. I'm not finding any reason why this is being thrown because everything is working. Any suggestions? -- Sent from: http://cxf.547215.n5.nabble.com/cxf-user-f547216.html