Forum Discussion
rah
16 years agoOccasional Contributor
You can use the following statement in your soapUI Groovy Script to expand the classpath
com.eviware.soapui.support.ClasspathHacker.addURL( new URL("file://{path_to_your_jar_file}") )
before
import groovy.sql.Sql
etc.
com.eviware.soapui.support.ClasspathHacker.addURL( new URL("file://{path_to_your_jar_file}") )
before
import groovy.sql.Sql
etc.
Related Content
- 4 years ago
- 4 years ago
- 3 years ago