Posted by: devakara on: September 8, 2008
SOAP UI has added experimental support for 3rd-party libraries in “ext” folder relative to startup folder, normally soapui/bin.
Developer can place all external jars required by the Groovy script, in this ext folder (generally the location is %SOAP_UI_HOME%\bin\ext). Logic is all the jars in ext folder are set to classpath automatically on SOAP UI start-up; so one need not explicitly set the jar locations to CLASSPATH variable in \bin\soapui.bat file.
For example JDBC drivers, custom libraries, etc.. deserve a place in this folder.
Recent Comments