Hi,

I have a Web service implemented using CXF which is secured with WS-Security 
(X.509 Encryption).

I have tested it successfully using a CXF client. I have configured WS-Security 
in SoapUI. But when I test using SoapUI I get the following error:

org.apache.ws.security.WSSecurityException: The signature or decryption was 
invalid


All configuration that I have done in CXF client is present in SoapUI. I could 
not find in SoapUI the equivalent of the following configuration (constructor 
argument of WSS4JOutInterceptor) that I have in CXF client, which is resulting 
in the error. I know it is this configuration as when I delete this 
configuration from the CXF client I get the same error.

<entry key="encryptionUser" value="myservicekey"/>



Can anyone please let me know how to test this using SoapUI. Thanks in advance 
for the help to CXF experts in this mailing list.



Regards
Paul

Reply via email to