Forum Discussion

RamanArora's avatar
RamanArora
New Contributor
13 years ago

import a JAR in soapUI using Groovy

Hi
I am new to soapUI and want to import a JAR to use it in Groovy test step. I placed the jar in the ext folder of soapUI and in the soapUI log I can see that it has loaded it. When I add a groovy step and write 'import src.*' (src is the package name in jar) I am getting syntax error and thread(unknown).

Please help resolving this asap. Thanks - Raman

soapUI 4.0.1 version
  • RamanArora's avatar
    RamanArora
    New Contributor
    Can someone help with this please? Why do I get error when I type just a simple statement to import all the classes in package src (import src.*)

    Erorr is syntax error - 'Thread(Unknown host) ---------- pls help