MCPcopy Index your code
hub / github.com/SmartBear/soapui

github.com/SmartBear/soapui @v5.10.0

Chat with this repo
repository ↗ · DeepWiki ↗ · release v5.10.0 ↗ · + Follow
25,497 symbols 100,020 edges 2,155 files 2,170 documented · 9%
What it actually does AI analysis from the code graph — generated when you open this
loading…
README
<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.

Table of content

Structure and submodules

Build and run

Prerequisites

Get the source code for the first time

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.

Build

  • To build a SoapUI project, run mvn clean install in the root folder.
  • To build an individual submodule, run mvn clean install in the root folder of the submodule you want to build.

Run

To run SoapUI after it has been built, execute mvn exec:java in the root folder of the soapui submodule.

Get the latest changes

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.

Contribute

If you want to take a more active part in improving SoapUI, go to SoapUI Developer's Corner for more information.

IDE support

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.

IntelliJ IDEA

Open project

  1. Clone the project.
  2. In the main menu, select File > Open.
  3. Enter the path to the root folder of the SoapUI project.
  4. Run 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.

Eclipse

Open project

  1. Clone the project
  2. In the main menu, select File > Import.
  3. In the Import dialog, select Maven > Existing Maven projects and click Next.
  4. In the Root directory, enter the path to the root folder of the SoapUI project and click Finish.

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

  1. Right-click on the root folder in the Package explorer panel.
  2. Select Team > Pull.

Documentation

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.

Advanced Functionality

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.

Additional resources

Extension points exported contracts — how you extend this code

MacroRecorder (Interface)
Macro recorder. [424 implementers]
soapui/src/main/java/org/syntax/jedit/InputHandler.java
IntegrationTest (Interface)
Marker interface used to annotate a test as an integration test
soapui-system-test/src/test/java/com/smartbear/soapui/utils/IntegrationTest.java
SoapUIPlugin (Interface)
For future plug-in infrastructure.. not used for now.. @author ole.matzura [51 implementers]
soapui/src/main/java/com/eviware/soapui/SoapUIPlugin.java
Prefs (Interface)
Interface for a preferences page @author ole.matzura [16 implementers]
soapui/src/main/java/com/eviware/soapui/actions/Prefs.java
UpdateableAction (Interface)
@author lars [65 implementers]
soapui/src/main/java/com/eviware/soapui/actions/UpdateableAction.java
SecurityResult (Interface)
Interface for all result classes used in Security testing @author dragica.soldo [6 implementers]
soapui/src/main/java/com/eviware/soapui/security/result/SecurityResult.java

Core symbols most depended-on inside this repo

add
called by 3382
soapui/src/main/java/com/eviware/soapui/impl/wsdl/submit/transports/http/support/metrics/Stopwatch.java
get
called by 1663
soapui/src/main/java/com/eviware/soapui/impl/rest/support/RestParamsPropertyHolder.java
toString
called by 1057
soapui/src/main/java/com/eviware/soapui/impl/wadl/inference/schema/Type.java
setEnabled
called by 813
soapui/src/main/java/com/eviware/soapui/support/action/SoapUIActionMapping.java
getName
called by 640
soapui/src/main/java/com/eviware/soapui/impl/wsdl/support/soap/SoapVersion.java
append
called by 638
soapui/src/main/java/com/eviware/soapui/support/components/SimpleForm.java
add
called by 633
soapui/src/main/java/com/eviware/soapui/support/propertyexpansion/scrollmenu/ScrollableMenuContainer.java
getConfig
called by 618
soapui/src/main/java/com/eviware/soapui/impl/wsdl/support/WsdlAttachment.java

Shape

Method 22,065
Class 2,837
Interface 422
Function 120
Enum 53

Languages

Java100%
TypeScript1%

Modules by API surface

soapui/src/main/java/com/eviware/soapui/SoapUI.java164 symbols
soapui/src/main/java/com/eviware/soapui/impl/wsdl/WsdlProject.java154 symbols
soapui/src/main/java/org/syntax/jedit/JEditTextArea.java133 symbols
soapui/src/main/java/com/eviware/soapui/impl/wsdl/teststeps/WsdlMockResponseTestStep.java110 symbols
soapui/src/main/java/com/eviware/soapui/impl/wsdl/panels/teststeps/amf/AMFRequestTestStepDesktopPanel.java104 symbols
soapui/src/main/java/com/eviware/soapui/support/xml/XmlObjectTreeModel.java101 symbols
soapui/src/main/java/com/eviware/soapui/impl/wsdl/testcase/WsdlTestCase.java101 symbols
soapui/src/main/java/com/eviware/soapui/impl/wsdl/panels/mock/WsdlMockServiceDesktopPanel.java100 symbols
soapui/src/main/java/com/eviware/soapui/impl/wsdl/panels/project/WSSTabPanel.java99 symbols
soapui/src/main/java/org/apache/commons/httpclient/URI.java98 symbols
soapui/src/main/java/com/eviware/soapui/impl/support/AbstractHttpRequest.java94 symbols
soapui/src/main/java/org/syntax/jedit/InputHandler.java93 symbols

For agents

$ claude mcp add soapui \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact