-
Notifications
You must be signed in to change notification settings - Fork 611
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
XML Default Response Editor in SOAP Project #721
Comments
I have the same problem. It was supposed to automatically detect the content type and open that view, as described below. This works for JSON responses but not for XML.
|
SOAP Request uses the Content-Type header of the response to decide whether to open XML or Raw tab. If the Content-Type contains:
REST Request seems to be OK. |
if you download 5.6.1 last stable version from https://www.soapui.org/downloads/soapui/soapui-os-older-versions/ it works and display xml tab by default as we used to it log4j vulnerability also fixed in 5.6.1 if you download again. it uses log4j 2.16 which is fixed version and have necessary lookup variable set in soapui bat file to prevent latest vulnerability CVE-2021-44228 so until soaui fix v 5.7 raw tab issue, you may use 5.6.1 But download again Imran Barolia |
Same issue on my side. |
Since updating to 5.7 , I am having this same issue. |
Any solution to this? |
In the release notes they write about it. But I guess important set this in some configuration at preferences. Please, think about it. |
Does anyone know if a fix is being worked on for this issue? I tried to go back to version 5.6.1 after upgrading to 5.7.0 but since my projects had been upgraded I got a warning when opening the previous version and the projects were not fully working in version 5.6.1 anymore. So that doesn't seem like a usable solution to this issue. |
I have created a pull request to fix this issue: #725 It needs to be merged to another version of SoapUI. |
When could we expect to see this fixed in a 5.7.1 release? |
I can only agree, this bug is very annoying in the daily work routine. |
It's bizarre that this bug still hasn't been fixed... |
You can download the source code and apply karelhusa's solution, then you just have to generate the jar with maven and problem solved. |
meaning install and learn maven first 😄 |
Facing same issue in 5.7.0 |
Do devs look at these comments? It's April already |
please fix it, it's annoying |
I have the same issue in 5.7.0. Please, fix it asap. Thanks |
Hello. |
The current solution as stated before is to go back to 5.6.1 unless something is required/needed from the 5.7 version. This is probably on the "minor" side of issues and will just have to wait until it is incorporated into a release. (not a dev just looking at it from practical perspective) |
Like I have mentioned previously it is not a usable workaround to go back to version 5.6.1 if you have already upgraded your projects, because they will not work with the older version of SoapUI. |
Guys, as I can see a lot of people struggling with this issue, I built a workaround for the time being, until the new release of SoapUI comes out. |
I have tested @karelhusa 's solution and it works perfectly. Thank you very much 👍 For those who are skeptical like me; I have compared the old jar and new jar, decompiled the changed class file and the only difference is this: return contentType.toLowerCase().contains("xml") ? 2 : 0; (sorry @karelhusa , you know you can never trust the internet) |
Same issue! |
thanks so much @karelhusa, this works !! |
@karelhusa appreciate the workaround! |
If you scrolled down until here and is still having the same issue, you can install the version 5.6.1 (as mentioned above by @imranbarolia): I've uninstalled the version 5.7.0 and 5.6.1 worked like a charm. |
@karelhusa It works!!! Thanks a lot!!! |
Is this tool still maintained or should I start looking for something else? It's been close to a year since the original report with the only alternative being to downgrade with seemingly security vulnerabilities. I understand that this is an open source project, but it's still advertised on the main website next to a paid product. |
@linaori We need to make the conclusion ourselves; this is mine. |
Looks like they don't do any updates on this tool anymore. You can try @karelhusa 's solution here, it works very well for me. |
This is really annoying bug but finally today I found a workaround. It is, remove encoding from request properties (unless you have issues and must keep encoding in request), and it should start showing response in xml tab. |
I'm using v5.7.0 and the default response is going to the raw tab - REALLY REALLY ANNOYING that we have to go and change tabs for every single request for it to show in xml view. Also very surprised that is issue is outstanding for so long - It's now April of 2023 - is this tool no longer being supported? |
After so many time and this annoying bug still not fixed. Why is so hard to fix this? |
@mstrey, you can take this as an answer: https://github.com/SmartBear/soapui/graphs/code-frequency . |
Hi Karel, could you rebuild this for v5.7.1 please? :D |
@CasualDeveloper The installation procedure same as before: I hope it helps. |
For MacOS, just replace the I confirm it works as well on Mac. |
After more than a year waiting for 5.7.1 release, I've just installed it and this annoying bug is still there. It's incredible. |
@karelhusa could you please give me brief idea how you fixed this issue? |
@vampirepapi I made a code fix and built the SoapUI JAR. |
Hi Karel, Thanks for the 5.7.1 patch. Unfortunately, 5.7.2 was just released and issue is still present. Could you update it for 5.7.2? That would be appreciated so much! |
I don't use SOAP UI much but even I am annoyed by reponse defaulting to RAW |
Hi @CasualDeveloper, I have added the 5.7.2 version as well, see https://www.linkedin.com/pulse/fix-xml-content-type-recognition-soapui-570-karel-husa/ . |
It's unbelievable 2+years later this simple but very annoying bug is still not fixed. |
Can't believe we have to do this after 2 yrs but here we are. Thanks @karelhusa for the patched JAR. |
Many thanks for this fix @karelhusa, it has been driving me nuts since the release of 5.7.0, Smart Bear telling people to roll back to v5.6 as a fix is not on. |
5.7.0 opens raw tab instead of xml. see SmartBear/soapui#721
5.7.0 opens raw tab instead of xml. see SmartBear/soapui#721
@karelhusa You are the friend that we should have by our side any-day. Works like charm. |
Is there a way to set the XML view as the default response editor for soap projects? In the latest version 5.7.0 the response is RAW, in previous versions the XML was fine. This is very time consuming for each update that needs to be performed on the test case. Thanks
The text was updated successfully, but these errors were encountered: