ContributionsMost RecentMost LikesSolutionsRe: GUI hangs on some REST requestsSorry...should have been more specific. Where can we get the nightly build of the soapui-pro-maven-plugin? Is there a snapshot repository we can point to? Thank you.Re: GUI hangs on some REST requestsWe are seeing the same problem except it occurs when executing the tests via the soapui-pro-maven-plugin. Where can we try downloading the latest nightly release? Will 4.5.2 include a fix for this? When will it be released? Thank you.Re: Bug: URL Encoding on Mac and Linux is differentAlso modifies quotes differently.Bug: URL Encoding on Mac and Linux is differentWe have some special characters going into the url, and within the Mac version of soapUIPro, they get encoded differently than the Linux version. It seems the maven plugin prefers the Linux version as well. Query String: banó Linux Encoded: http://localhost:8080/search?q=ban%C3%83%C2%B3&offset=0&limit=25&lang=es Mac Encoded: http://localhost:8080/search?q=ban%CC%3F&offset=0&limit=25&lang=es Re: JSON response msgs not converted to XMLI also noticed the conversion not working if you encounter parenthesis in the response data.Re: JSON response msgs not converted to XMLSort of. It is resolved for me because I can specify in my request which fields I want returned for my data. So I can disable the return of potentially bad(?) formatted fields, i.e. ones with spaces. Since I was able to find a workaround, I would still consider this a possible bug. Actually I might argue that the program offer full JSON support and provide at least some examples of using JSON for assertions.Re: JSON response msgs not converted to XMLNope, seems to be the spaces in the element name fields...Re: JSON response msgs not converted to XMLDoes it matter if all values have to be in quotes?Re: JSON response msgs not converted to XMLI am getting this same issue. Here is a sample of my response: [ { score: 6.029486, subTrack: null, tags: [ ], track: "Appearance", startTime: 18 , guid: "428f5cd3-e5ef-40aa-b774-53c5d8d16e9d", segmentTypeId: "4cb53a3908b1cb506e00002b", endTime: 175, id: "4cb5411808b1cb50fa08794f", metadata: { Character Type: null, Character: "Forrest Gump", Character Nickname: null, Actor: "Tom Hanks", ID: null, } } ] Re: TestSuite reference to Maven endpoint configurationAlso I see that Maven only sets the endpoint for all Test Requests and not Requests, should I just configure my script to be a test request?