Rest call - if "The content can not be viewed as XML" - display other format
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 |
1 Comment
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.