downtown
8 years agoOccasional Contributor
WS-Security decrypt of incoming message failing with no error indication - SoapUI 5.2.1 on Ubuntu
I receive a SOAP response message that is encrypted with the certificate that is stored in the Java keystore defined to SoapUI.
The SoapUI incoming WSS definition is:
The request from SoapUI specifies the "Decrypt" incoming WSS.
The output from the web service is encrypted with the SoapUI/keystore's certificate.
The entry in the SoapUI/keystore:
keysfromclient, Mar 8, 2017, keyEntry, Certificate fingerprint (SHA1): 0F:98:5D:50:F5:4B:97:C0:83:36:73:0E:66:03:AC:A2:9A:AE:68:92
When I send the request, I get the encrypted message in the "raw" tab of the response pane, and no error message in the error log.
Below the Request pane, there is a message "Error getting response: null"
The SoapUI log has:
Thu Mar 16 18:47:07 EDT 2017:DEBUG:Attempt 1 to execute request Thu Mar 16 18:47:07 EDT 2017:DEBUG:Sending request: POST /BookingService/sign HTTP/1.1 Thu Mar 16 18:47:07 EDT 2017:DEBUG:Receiving response: HTTP/1.1 200 OK Thu Mar 16 18:47:07 EDT 2017:DEBUG:Connection can be kept alive indefinitely Thu Mar 16 18:47:07 EDT 2017:INFO:Error getting response for [BookingServiceSOAP.BookTravel:10- Crypto Request]; null Thu Mar 16 18:47:40 EDT 2017:DEBUG:Connection closed
The HTTP log has basically what is shown in the "raw" response pane.
The error log is empty.
Any ideas? I have no error messages to give me any guidance.
Jim