18 November 2008 - 2.5 user guide blog eclipse intellij netbeans maven PDF files forums bugs sourceforge eviware.com


Eviware Logo

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.

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:

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.


Next: Working with soapUI NetBeans Plugin