Solved
Forum Discussion
nmrao
10 years agoCommunity Hero
Any way here it is to change the settings
//Change value what is needed for you true or false boolean value = false; SoapUI.getSettings().setBoolean(HttpSettings.RESPONSE_COMPRESSION, value);
hbjastad
10 years agoContributor
Thank you, that was exactly the line of code I was looking for!