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 beginning or in the middle of the test. I'm wondering if there is a way that I can import SoapUI source code or install SoapUI jars to my project. So I can call SoapUI functions or methods or classes directly.
Thank you for any help.
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