Forum Discussion
4 Replies
Sort By
- nmraoChampion Level 3What is your os?
What does it show (encoding ) from Menu -> Help -> System Properties? - acm9New Member
Add a new header to the response:
Content-Type: application/json; charset=utf-8
But SoapUI uses the encoding of the OS. So save your response with an Editor in UTF8.
Then open the response with an Editor by using your Codepage (cp1252 or iso-8859-1, i used VisualStudio [open with encoding]) and copy paste it to SoapUI.
Or
set the header to the Codepage used by SaopUI
Content-Type: application/json; charset=iso-8859-1
This helped me with umlauts. Without setting the Content-Type i get the error: Invalid character
Related Content
- 5 years ago
- 2 years ago
Recent Discussions
- 4 days ago