Forum Discussion

Jens_Riis's avatar
Jens_Riis
Occasional Contributor
16 years ago

Using JMS from soapUI/Groovy

I am in the process of evaluating if soapUI can be used as our test tool. One of our testcases requires that a message is written to a JMS queue. I have found a groovyJMS module (http://groovy.codehaus.org/GroovyJMS), but i have no idea on how to make the module visible to the Groovy script editor. Guess it's simple but i have not been able to find any documentation regarding adding new groovy modules. Any help would be appreciated.

5 Replies

  • SmartBear_Suppo's avatar
    SmartBear_Suppo
    SmartBear Alumni (Retired)
    Hi!

    try packaging the compiled groovyjms classes in a jar file which you put in the soapui\bin\ext folder together with any other required jars. Restart soapUI and the jar files should get picked up (check the soapui log tab) and be available in your scripts.

    Does that work?

    regards!

    /Ole
    eviware.com
  • SmartBear_Suppo's avatar
    SmartBear_Suppo
    SmartBear Alumni (Retired)
    cool, please share your experiences with this, maybe we can write something about it on our blog or something..

    regards!

    /Ole
    eviware.com
  • Jens_Riis's avatar
    Jens_Riis
    Occasional Contributor
    Sure i will get back when I reach a point where i have something useful
    up and running