Bogdan
Bogdan

Reputation: 944

response message in SOAPUI is displayed encrypted

I try to test a web-service using SOAPUI using a HTTPS endpoint. The problem is that the response message is displayed encrypted. What do I need to configure in SOAPUI in order to see the actual response message?

I tried various settings (e.g. in preferences I tried to set an exported certificate from Firefox), but no luck so far. Note that the security of the web-service is implemented using a username/password mechanism in the SOAP header and the same call works fine on a HTTP endpoint (we have a couple of environments available).

Upvotes: 4

Views: 7735

Answers (1)

Justin
Justin

Reputation: 2579

Just had this same problem and found the 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 into file->preferences->http settings and uncheck the 'Response compression' checkbox.

Upvotes: 4

Related Questions