- nmraoChampion Level 3
I believe this would be a time saver for all people who uses rest test step type, content type as 'application/json'. Right now, user have to navigate to the tab. Considering the volume, this could be useful enhancement.
Let's say I make a call to a rest api and the response is json.
When the SOAPUI REST call has completed, it will still default to XML as the default response type (assumedly because SoapUI is very XML centric due to it's Soap connection).
You should spy the resulting content using response header or content.
Or maybe it is not working because my particular content-type is using charset=UTF-8.
Content-Type | application/json;charset=UTF-8 |
I believe this would be a time saver for all people who uses rest test step type, content type as 'application/json'. Right now, user have to navigate to the tab. Considering the volume, this could be useful enhancement.