I am trying to test a web service using SOAPUI using an HTTPS endpoint. The problem is that the response message is displayed encrypted. What do I need to configure in SOAPUI to see the actual response message?
I tried various settings (for example, in the settings that I tried to install the exported certificate from Firefox), but so far no luck. Note that web service security is implemented using the username / password mechanism in the SOAP header, and the same call works fine on the HTTP endpoint (we have several environments available).
source share