ContributionsMost RecentMost LikesSolutionsGenerate a soapui projectHi, We have some soap interfaces to configure our system and we have a tool that generate the calls to the nbi. For engineering that's ok, but customer services is also going to use this tool to configure the systems of our customers. We like soapui a lot, so we're thinking on letting the tool also generate a soap ui project file. So that our customers services can open this file in soapui, check if all the calls to the system are valid and then press play. Is this a good idea? Is it feasible? What has to be in the xml? I can't find any reference to a xsd,... Thanks, Bram Re: Can the soap ui pro version do the same as the maven plugin?Hi, Now it works great. Thanks, BramRe: Can the soap ui pro version do the same as the maven plugin?Hi Ole. I think it happens during a property transfer. SetSitId is a property transfer. Tia, Bram 18:20:46,066 INFO [SoapUIProTestCaseRunner] running step [SetSitId] 18:20:46,069 ERROR [WsdlTestCaseRunner] Exception during TestCase Execution java.lang.NoClassDefFoundError: org/jdesktop/swingx/JXTable at com.eviware.soapui.impl.wsdl.teststeps.TransferResponseValuesTestStep.run(TransferResponseValuesTestStep.java:112) at com.eviware.soapui.impl.wsdl.teststeps.TransferResponseValuesTestStep.run(TransferResponseValuesTestStep.java:106) at com.eviware.soapui.impl.wsdl.testcase.WsdlTestCaseRunner.run(WsdlTestCaseRunner.java:185) at com.eviware.soapui.impl.wsdl.testcase.WsdlTestCaseRunner.start(WsdlTestCaseRunner.java:84) at com.eviware.soapui.impl.wsdl.testcase.WsdlTestCase.run(WsdlTestCase.java:513) at com.eviware.soapui.impl.wsdl.testcase.WsdlTestCase.run(WsdlTestCase.java:57) at com.eviware.soapui.tools.SoapUITestCaseRunner.runTestCase(SoapUITestCaseRunner.java:464) at com.eviware.soapui.tools.SoapUITestCaseRunner.runSuite(SoapUITestCaseRunner.java:423) at com.eviware.soapui.tools.SoapUITestCaseRunner.runRunner(SoapUITestCaseRunner.java:318) at com.eviware.soapui.tools.AbstractSoapUIRunner.run(AbstractSoapUIRunner.java:114) at com.eviware.soapui.maven2.TestMojo.execute(TestMojo.java:86) at org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:447) at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:539) at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeStandaloneGoal(DefaultLifecycleExecutor.java:493) at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:463) at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:311) at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:278) at org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:143) at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:333) at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:126) at org.apache.maven.cli.MavenCli.main(MavenCli.java:282) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315) at org.codehaus.classworlds.Launcher.launch(Launcher.java:255) at org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430) at org.codehaus.classworlds.Launcher.main(Launcher.java:375) 18:20:46,070 INFO [SoapUIProTestCaseRunner] Finished running soapUI testcase [deleteAllTerminals], time taken: 58ms, status: FAILEDRe: Can the soap ui pro version do the same as the maven plugin?Hi, I removed my m2 repo. But still no luck. swingx-SNAPSHOT,jar isn't downloaded. Can you add it in the pom? Tia, BramCan the soap ui pro version do the same as the maven plugin?Hi, I made a testsuite with a lot of xpath assertions and a groovy script who loops and reruns several times a teststep. I really like the pro functionality. In soapui pro I don't have any issue with it. All testcases are successfull when run with the testrunner. But when I run it with maven, the xpath assertions and the loop don't work. I get this in the logs: java.lang.NoClassDefFoundError: org/jdesktop/swingx/JXTable I already tried with the maven-soapui-pro-plugin I don't find a maven repo with jdesktop on it. So how can I continue? Tia, BramRunning testStep in groovy scriptHi, I want to do 50 times a testStep with different parameters in a loop. I think the best way to do this is in a groovy script. the teststep is createTerminal. But in the loop the mac address of the createTerminal has to change. Is this feasible? And if yes, can somebody guide me the way? Tia, BramHow can I do a loop over a testcase?Hi, I just wants to send a special command 50 times to the server, but every time an id and a string has to be different. I tried with a datasource and a datasourceloop. Can somebody assist me with the first correct step? Tia, Bram