09 July 2009 - 3.0 |
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:
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.
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
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.