<a href="https://soapui.org/">
<img src="https://github.com/SmartBear/soapui/raw/v5.10.0/SoapUI-oss-logo.png">
</a>
SoapUI is the world's leading testing tool for API testing. See the SoapUI website to learn more. By downloading our software, you agree to our license and privacy policy.
To get the source code, run git clone https://github.com/SmartBear/soapui.git in the folder where you want to clone the root folder of the SoapUI project.
mvn clean install in the root folder.mvn clean install in the root folder of the submodule you want to build.To run SoapUI after it has been built, execute mvn exec:java in the root folder of the soapui submodule.
To get the latest source code changes, clone the project by running git pull in the root directory of the SoapUI project or in the root directory of the submodule you want to update.
If you want to take a more active part in improving SoapUI, go to SoapUI Developer's Corner for more information.
As SoapUI is using a standard Maven 3 setup, building and running SoapUI from an IDE is usually very straight forward, as long as the IDE has good Maven support.
Open project
mvn compile to generate necessary source files automatically.Run SoapUI
After you have created the IDEA project, navigate to the com.eviware.soapui.SoapUI class, right-click and select Run.
Get the latest changes
Right-click on the root folder in the Project panel and select Git > Repository > Pull.
Tip
To get the code style settings used by the SoapUI team, select File > Import Settings and import the intellij-codestyle.jar file located in the root folder of the SoapUI project.
Open project
Run SoapUI
After you have created the Eclipse project, navigate to the com.eviware.soapui.SoapUI class, right-click it and select Run as > Java application.
Get the latest changes
To generate documentation (JavaDoc), run mvn javadoc:javadoc in the root folder of the submodule you want to create documentation for. The documentation will be located in the target/site/javadoc folder after the Maven command is executed successfully.
You can also get the latest information on SoapUI classes and methods here.
SoapUI Open Source offers basic functionality for API testing. For additional features, such as data-driven testing, coverage testing, groovy script debugging and others, try SoapUI Pro.
$ claude mcp add soapui \
-- python -m otcore.mcp_server <graph>