Hi,
sorry for my english.
I use soapui by functional/automated testing async-servises (IBM WebSphere MQ + HermesJMS). Previous version of my test application is using CharacterSet = Win1251, but the new version uses UTF-8. When you run the test on the new version of the application had problems with the encoding of messages and Tests Fail
I found a solution that partially helped me. http://0guzhan.blogspot.ru/2012/05/soapui-450-workspace-problem.html
I add "Dfile.encoding=UTF-8" in BIN\SoapUI-5.0.0.vmoptions and this WORK! Tests passed, but i found second problem. It worksthrough aGUI, but notfrom the console.
This properties doesn't work in command-line (testRunner.bat or Launch testRunner). These tests failed at startup in command-line.
That's too bad, becausecommand lineused to runtests fromJazz
if I updatetestrunner.batadd properties-Dgroovy.source.enkoding=UTF-8,it will help me?
I do not knowhow to configureit to worksoapuiwithUTF-8 through theGUIandconsole
I use soapui 5.0.0, the previous version of my test application soapui worked with the GUI and console.