Forum Discussion
marcpa
15 years agoOccasional Contributor
1) Start GroovyConsole (checked with groovy 1.7.10)
2) In "Script" menu, select "Add Jar to ClassPath"
3) Navigate to the soapui-3.5.1.jar (which should be under the bin directory of your soapui installation) and add it
4) Enter "import com.eviware.soapui.impl.wsdl.WsdlProject;" in the script part of your groovy console
Then executing that groovy script (i.e. only the import line) should complete without error.
From there, you should be able to use other soapui API classes.
As you see things that are not found by the groovy console, find their jars and add it to your groovy console classpath.
2) In "Script" menu, select "Add Jar to ClassPath"
3) Navigate to the soapui-3.5.1.jar (which should be under the bin directory of your soapui installation) and add it
4) Enter "import com.eviware.soapui.impl.wsdl.WsdlProject;" in the script part of your groovy console
Then executing that groovy script (i.e. only the import line) should complete without error.
From there, you should be able to use other soapui API classes.
As you see things that are not found by the groovy console, find their jars and add it to your groovy console classpath.