soapUI IntelliJ Plugin
The soapUI IntelliJ Plugin provides all soapUI functionality directly from within IntelliJ IDEA allowing one integrated development and testing environment for Web Services in Java.
The command-line runners are not included with the IDEA plug-in but must be installed seperately by installing the standalone soapUI version.
Existing soapUI desktop components are made available through two ToolWindows:
* A "soapUI Navigator" ToolWindow at the left contains the soapUI Workspace Navigator and Details Tab
* A "soapUI Log" ToolWindow at the bottom contains the same Log Tabs as in soapUI
All soapUI Desktop Panels are made available as editor tabs in IDEA and will be opened and closed as usual. Here are some screenshots:
(Tools/soapUI Menu with TestCase Runner in background)
Currently, the plugin can be seen as a "level 1" integration, i.e. it is "merely" a packaging of soapUI components in the IntelliJ environment.
soapUI Intellij Plugin Installation
Since IntelliJ 8, a direct link for installing the soapUI IntelliJ plugin is available in the Tools/Web Services menu. Is is also downloadable from SourceForge and through IntelliJ's plugin-manager. After installing, you should increase IntelliJ's PermGen space as the plugin requires a fair amount of memory; do this by altering the idea.exe.vmoptions file in the idea bin directory to for example:
-Xms128m -Xmx512m -XX:MaxPermSize=128m -ea
Getting Started soapUI Tutorial
The existing Getting Started applies also to the IntelliJ Plugin, as does the User Guide. The only real difference is that the standalone soapUI Desktop has been replaced by the IntelliJ tabbed interface for editors.






