Plugin Installation
SoapUI Plugins
In SoapUI, plugins are handled manually by adding or removing .jar files to the plugin directory.
The plugin directory is a directory called plugins, inside the .soapuios directory inside your user home directory:
-
user
-
.soapuios
- plugins
-
Note: You may have to create this folder manually.
Install plugins
To install a plugin,
- Download the plugin from http://smartbear.com/plugins/
- Unpack the archive
- Add the .jar to the
pluginsfolder. - Restart SoapUI
Windows
|
MacOS X
To show the hidden files in Finder: In the Terminal type: defaults write com.apple.finder AppleShowAllFiles TRUE killall Finder To hide the files again: defaults write com.apple.finder AppleShowAllFiles FALSE killall Finder |
Linux
|