ContributionsMost RecentMost LikesSolutionsUTF-8 data in XML response not decoded as UnicodeUnicode data encoded as UTF-8 in an XML response is not begin displayed correctly. It appears it is being decoded as ISO-8859-1 instead of UTF-8. I will paste in a segment of the response (not sure this forum will display correctly.) HTTP/1.1 200 OK Server: Apache-Coyote/1.1 Content-Type: text/xml Content-Length: 6823 Date: Fri, 17 Jan 2014 14:58:51 GMT <?xml version="1.0" encoding="UTF-8"?> <campaigns> <campaign id="168367"> <name>Base 6 updated (3)</name> <description>Base6 Description</description> </campaign> <campaign id="168370"> <name>Campaign 1 - NeoCødé</name> <description></description> </campaign> Here is what the 2nd campaign name should be display as: (again not sure if forum will display correctly). <name>Campaign 1 - NeoCødé</name> Re: The JVM could not be started - Soap UINote - This is still a problem with SoapUI 4.6.4 and Windows 7. I had to modify SoapUI-4.6.4.vmoptions in C:\Program Files (x86)\SmartBear\SoapUI-4.6.4\bin and change -Xmx1000m to -Xmx640m which is more difficult then it should be since Windows protects everything under C:\Program Files (x86) from user changes. You have to first change the security settings on the file SoapUI-4.6.4.vmoptions and grant yourself write permission. With recent versions of Windows, user changeable config files should be placed under C:\ProgramData\ not C:\Program Files (x86) . Other that this, I've found SoapUI pretty useful so far (1 day of working with it).