WSSecurityException: A security error was encountered when verifying the message
Good, I have a project with an Outgoing WS-Security Configurations, I have created a configuration, username password and I have linked it in the call. This was working for me and has stopped working.
Now I have more colleagues, they have installed the program and configured the WSDL and it works without problems.
I have uninstalled my version 5.4.0 and installed their 5.6.0 but it keeps giving me an error.
<soap:Envelope xmlns:soap="http://www.w3.org/2003/05/soap-envelope">
<soap:Body>
<soap:Fault>
<soap:Code>
<soap:Value>soap:Receiver</soap:Value>
</soap:Code>
<soap:Reason>
<soap:Text xml:lang="en">javax.xml.stream.XMLStreamException: org.apache.wss4j.common.ext.WSSecurityException: A security error was encountered when verifying the message</soap:Text>
</soap:Reason>
</soap:Fault>
</soap:Body>
</soap:Envelope>
I have tried to do a clean install by deleting:
soapui-settings.xml
default-soapui-workspace.xml But this doesn't work either. Any ideas?
Thanks a lot.
Regards.