0

Using this as a reference i was trying to import some jars to SoapUI.

I follow all the required steps to do it:

/SoapUI-5.2.1/bin enter image description here

/SoapUI-5.2.1/bin/ext enter image description here

SoapUI console enter image description here

But im getting an error when i try to import a class:

import org.codehaus.groovy.scriptom.ActiveXObject;

ERROR:An error occurred [startup failed: Script1.groovy: 10: unable to resolve class org.codehaus.groovy.scriptom.ActiveXObject @ line 10, column 1.

I appreciate any help or suggestion. Thanks.

Community
  • 1
  • 1
DCruz22
  • 806
  • 1
  • 9
  • 18

1 Answers1

0

Please use the following instructions.

Close soapui, if it is already running, before proceeding. Also revert the changes you made previously, i.e., remove library you placed in different locations of SOAPUI_HOME just to make it clean and isolate.

  1. Download scriptom-1.6.0 library from here
  2. Extract scriptom-1.6.0.jar from above download zip to SOAPUI_HOME/bin/ext directory.
  3. Download jacob library from here
  4. Extract jacob-1.18-x64.dll (if 64 bit machine) or jacob-1.18-x86.dll (if x86 machine) from jacob-1.18.zip file to SOAPUI_HOME/bin directory.
  5. Extract jacob.jar from jacob-1.18.zip file to SOAPUI_HOME/bin/ext directory.

Start your soapui.

Try running your script.

Rao
  • 20,781
  • 11
  • 57
  • 77