Forum Discussion

Buschfunk's avatar
Buschfunk
Frequent Contributor
9 years ago

Integration of soapUI NG Pro into Java project

Hello,

 

We have created several test suites with soapUI NG Pro 1.3.1. We would now like to run these tests from within a Java project. Is it possible to integrate the libraries (Pro version) into a Java project and if so, which JARs are needed?

 

Thanks,

Robert

1 Reply

  • nmrao's avatar
    nmrao
    Champion Level 3
    I saw on the net people running the soapui project running from java code and reverse also.
    In fact, at time I run java code from soapui project using groovy script.

    So running this would be pretty straight forward. All you need is jar files from SOAPUI_HOME/bin and SOAPUI_HOME/lib and set them in your build path or classpath of your ide. Exploring SOAPUI API will help you to get started. Good luck.