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,

Windows

%user%\.soapuios\plugins

plugins

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

plugins

Linux

$HOME/.soapuios/plugins

plugins