Skip to content

Instantly share code, notes, and snippets.

@veysiertekin
Forked from sachin-handiekar/SoapUI-Tip
Last active February 15, 2017 07:33
Show Gist options
  • Save veysiertekin/cfb1692f1aef358459627806e91f409c to your computer and use it in GitHub Desktop.
Save veysiertekin/cfb1692f1aef358459627806e91f409c to your computer and use it in GitHub Desktop.
SoapUI Tip

https://community.smartbear.com/t5/SoapUI-NG/SoapUI-Pro-5-1-2-hangs-on-Mac-OS-X-10-8-5/td-p/95626

  1. Start ‘Activity Monitor’ and Force Kill your dead soapUI process. [Or use Command-Option-Escape to force quit it.]
  2. In Finder, /Applications/SmartBear/soapUI-5.0.0.app > Show Package Contents.
  3. Edit /Applications/SmartBear/soapUI-5.0.0.app/Contents/java/app/bin/soapui.sh.
  4. Uncomment this line# JAVA_OPTS="$JAVA_OPTS -Dsoapui.browser.disabled=true". [In other words, remove the "#" to stop it being a comment.]
  5. Edit /Applications/SmartBear/soapUI-5.0.0.app/Contents/vmoptions.txt.
  6. Add -Dsoapui.browser.disabled=true.
  7. Start soapUI.
If you're getting 'Transfer-encoding: Chunked' in your SoapUI Response.
You can change the following settings in SoapUI -
File--> Preferences --> HTTP Settings --> Uncheck(False) Accept Compressed responses from Hosts
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment