SOAPUI response message is encrypted

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).

+4
source share
1 answer

Just this problem arose and found a solution here:

http://www.eviware.com/forum/viewtopic.php?f=5&t=2601&p=10862&hilit=encrypted+response+https#p10862

Basically, you need to go to the file settings-> preferences-> http and uncheck the "Compress response."

+4
source

Source: https://habr.com/ru/post/1379161/


All Articles