ContributionsMost RecentMost LikesSolutionsRe: Unable to use 4.5 due to keystore issuesIs there another way to get support on an issue? For some reason, this post is not even being acknowledged.Re: Unable to use 4.5 due to keystore issuesAny update to this issue? I noticed someone reported a bug, (SoapUI Pro 4.5 is not able to open p12 keystore), that appears to be the same issue. As a workaround, a .jks keystore was created. I was able to load this in SoapUI and the keystore status displayed "OK". I was still not able to send messages though. I get an SSL peer authentication error. Outgoing security is configured the same as it is for version 4.0, which works. Please advise as this prevents us from doing any testing in version 4.5.Re: SoapUI Pro 4.5 is not able to open p12 keystoreI'm having the exact same issue. Everything works fine in 4.0 but 4.5 has a java i/o error in the status field. I logged a question to the forum about this issue but have not heard anything yet. This is preventing us from upgrading to 4.5.Re: Problem shutting down SoapUI Pro v4Shutting down projects did in fact correct the issue. Thank you. Just a note. This problem did not occur with the previously released version. I had not created or opened any new projects since updating to the newest version.Re: Problem shutting down SoapUI Pro v4When I try to shut down I do get the "Exit SoapUI" dialog. When I select Yes, the application just hangs for a couple of minutes doing nothing. It does not attempt to shut down. I can actually continue to work in the application after a few minutes. In the error log, the following is displayed "ERROR:java.lang.OutOfMemoryError: Java heap space" It does seem to be using a lot of memory in general. It also takes well over 30 seconds to do a normal save. All of this started happening with the newest version. Is there a minimum Java version needed? It's not stated in the system requirements. All other computer requirements are met/exceeded.Problem shutting down SoapUI Pro v4Ever since I installed version 4 (pro), I have had issues shutting down SoapUI. In fact, I'm unable to close the application. I have to shut it down via Windows Task Manager. I've also noticed it takes a really long time to save my project. Any suggestions you have to correct this will be appreciated.Re: [Resolved]Adding "selective" commas to datasinksThank you. We a couple of minor tweaks (replaced "hej" with "allJsonElemens"), it worked perfectly. This solves quite a few problems I had generating sets of recurring data.[Resolved]Adding "selective" commas to datasinksI'm trying to use a datasource loop + datasink to create a json request. The request contains several repeating sections that require a comma in between them except for the last one. Is there a logical way to use a datasink to create? Example of the final output needed: { { "itemNum":20, "rowNum":10, "endDate":"12/31/2011" }, { "itemNum":30, "rowNum":20, "endDate":"12/31/2011" }, { "itemNum":40, "rowNum":30, "endDate":"12/31/2011" } }Re: JSON response msgs not converted to XMLI spoke too soon. This only helped for some of the resources we have. Please advise.Re: JSON Response not Rendering in XML or OutlineAre you using 3.6.2 or 4? If so, see how the global preference "HTTP Settings - Normalize Forward Slashes" option is set. This is a new option and appears to be set by default oppositely (unchecked) of how 3.6.1 works. I was having the same problem. I would get JSON messages but they were not converted to XML. Turning the option on seemed to fix it.