Forum Discussion

chris12345's avatar
chris12345
Visitor
4 years ago
Solved

Setting relative script library path

Hi,   we are working with multiple ReadyAPI projects, each using a different scripting library path. Team members have different locations where the projects are located. So we avoid absolute path...
  • KarelHusa's avatar
    4 years ago

    Hi vhTesting01 ,

    if you want to use your own Groovy/Java library in SoapUI, just do the following:

    1. build your library into a JAR file
    2. put it into SoapUI/bin/ext directory

    Then you can use your library from different places of SoapUI, including calling evaluate for an external Groovy script.

    The same works for any other Java libraries.

     

    Plese don't forget to include import statement where appropriate.

     

    Best regards,

    Karel