Forum Discussion

Codartizan's avatar
Codartizan
Occasional Contributor
8 years ago
Solved

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 ...
  • KarelHusa's avatar
    8 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