Hello, I'm having an interoperability issue with an Axis 1.4 web service, WSS4J 1.5 and SoapUI 4.5.1
The Axis client performs signature verification with a PKI keystore with no issues, however when I establish a SoapUI request the signature verification fails and returns error code WSSecurityException.FAILED_CHECK in com.ibm.security.x509.X509CertImpl The client is unable to use axis because of conflicts with their own classes. I've removed signature verification from the client request and server configuration, but I need to add it back before the service can be deployed. Does anyone have any idea how to resolve this?
