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:
Note: You may have to create this folder manually.
Install plugins
Windows
MacOS X
$HOME/.soapuios/plugins
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
$HOME/.soapuios/plugins
|
|