Skip to content

Instantly share code, notes, and snippets.

@ezhov-da
Last active March 10, 2019 12:17
Show Gist options
  • Save ezhov-da/bf1c6b3c49eddc491604d19ac429683a to your computer and use it in GitHub Desktop.
Save ezhov-da/bf1c6b3c49eddc491604d19ac429683a to your computer and use it in GitHub Desktop.
web soupui отправка json utf8.txt
https://community.smartbear.com/t5/SoapUI-Open-Source/rest-encode-cyrillic-chars-failed/td-p/40069
<pre>
Для того чтоб JSON отправлялся POST в BODY с русскими буквами,
необходимо открыть файл soapUI-[version].vmoptions в папке SOUPUI/bin и добавить строку:
-Dfile.encoding=UTF8
Перезапустить приложение.
</pre>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment