Anyone know a good way to add soapUI tests to my CI builds ?
Why not use the JUnit integration? http://www.soapui.org/Test-Automation/integrating-with-junit.html
Edit: we had some weird performance numbers using this method (seconds instead of msecs), turns out it was because of using the SoapUI Runner. Running the same load test in SoapUI gave a correct result. Maybe we didn't use the API correctly (although it seems straightforward). We switched to using ContiPerf2 and using the client code (which we have to generate anyway) to run the tests and get normal results now.