Forum Discussion
avidCoder
6 years agoSuper Contributor
You can set soapui default encoding to UTF-8 by going to this path:-
SOAPUI_HOME/bin/soapui.vmoptions
-Dfile.encoding=UTF-8
And again when you restart soapui. Go to help->system properties->You can see file.encoding value would be UTF-8.
Is this what you are looking for?