ContributionsMost RecentMost LikesSolutionsRe: [SOLVED]SoapUI Pro Maven2 plugin questionsThats perfect - thanks RobertSoapui maven property for project fileCan you let me know how to pass the projectfile setting via the java -D properties on the commmand line to soapui when running via maven? i.e. I know that it can be specified in the maven pom file as we already have in the pom file extract below, but I would like to pass in on the command line in the same way as the soapui.loader properties i.e. mvn clean eviware:maven-soapui-pro-plugin:test install -o -Dsoapui.loader.username=xxxx -Dsoapui.loader.password=xxxx POM file extract eviware maven-soapui-pro-plugin 3.0 https://lxxxx/svn/SOA/trunk/soapui-project.xml 127.0.0.1:9090 etc Re: [SOLVED]SoapUI Pro Maven2 plugin questionsThanks Robert. I have given the following a go. The SOAPUI project is picked and runs successfully but not results report is generated. The following is what is contained in the section of the pom.xml. Can you advise what I need to change to get this working? eviware maven-soapui-pro-plugin 3.0 https://xxxx/xxxxxx-soapui-project.xml 127.0.0.1:9090 SOAPUIResults Project Report PDF Re: [SOLVED]SoapUI Pro Maven2 plugin questionsThanks again. But I'm not sure what are the valid values for the reportName property? Also, I am not using testcaserunner but the maven plugin so assume the values you stated for testcaserunner report format are the ones to use in the maven plugin reportFormat property. Regards, JulianRe: [SOLVED]SoapUI Pro Maven2 plugin questionsRobert, Thanks for your reply. Can you tell me what are the valid values for the reportFormat and reportName properties as these are not specified on the manual page? Regards, JulianRe: Error while running WS-I Test.Hi, In the new SOAP UI nightly build, WS-I Basic Profile 1.0 is available but we are looking for Basic Profile 1.1 which is the latest. Can you take a look at this and resolve this. Regards, kiran[SOLVED]SoapUI Pro Maven2 plugin questionsHi, We are incorporating SoapUI pro into our Maven build and need to do the following: 1) run multiple project files. What is the best way to set this up? 2) generate JUnit style reports. What settings do we need to enable this? Looking at the plugin settings in user guide it looks like reportFormat is the one we need. What values can we put in here? Examples of these solutions would be nice Kind Regards PeterRe: [SOLVED]PerformanceI have managed to find a solution to our problem. We were running out of PermGen space and I added a vm option -XX:MaxPermSize=256m which seems to fix it Re: [SOLVED]PerformanceThe max I can set the -Xmx option is 1024m, and it does not look like it's enough. Our machines have 2 gigs of memory. [SOLVED]PerformanceHi, As our responses are quite large, we have lots of assertions and find that when we run the project, some of our bigger suites cause soapui to grind to a halt and run out of memory. When running suites individually it seems to cope. Is this because in the first instance, it runs everything in one testrunner and in the second case it runs it in separate testrunners? is it possible to run the whole project, but get it to use a separate testrunner for each suite or maybe even each testcase? Regards Peter