xmlsoapsoapui

SoapUi 5.7.0 the response is always viewed in the raw window


after an update to 5.7.0, the response is always viewed in the raw window

enter image description here

what is the solution for this


Solution

  • You can download the jar and put it into your SoapUI 5.7.0 installation. Though the modification works fine for me, please note that it's not an official distribution, and you are using it at your own risk.

    1. Firstly you must close SoapUI and backup SoapUI-5.7.0\bin folder
    2. Go to your SoapUI directory (e.g., C:\Program Files\SmartBear\SoapUI-5.7.0 on Windows)
    3. Back up your existing bin\soapui-5.7.0.jar.
    4. Download the modified soapui-5.7.0.jar
      You can download the file named soapui-5.7.0.jar in the link(click on filename) and press the Download raw file icon in the upper right corner.
      from: https://github.com/karelhusa/soapui/tree/xmlContentType_fix/bin
    5. Put it into your bin directory (replace existing bin\soapui-5.7.0.jar).
    6. Start SoapUI and check it.

    Source Links: