Codartizan
9 years agoOccasional Contributor
Invoke/Integrate SoapUI to an Automation Regression Test Project
Hi all, We are using SoapUI for firing web services. Now, I'm creating an automation regression test project(Java, Maven). There are many test suites need SoapUI to send web service request at the ...
- 9 years ago
Yes, you can import SoapUI jars to your code and use it, it's open source.
The API is documented here: https://www.soapui.org/apidocs/index.html?overview-summary.html
Look at your SoapUI installation for the JARs, in my case it's C:\Program Files (x86)\SmartBear\SoapUI-5.2.1\lib .
Karel