Forum Discussion

amishasher's avatar
amishasher
New Contributor
9 years ago

Support for eviware.soapui project

Hi there!

              I'm trying to write a junit project and integrate the existing SoapUI project in it. Following the instructions on the Junit integration article on SoapUI.org -- https://www.soapui.org/test-automation/junit/junit-integration.html, i created a junit test. The jar file under /repository/maven2/eviware/soapui doesn't have any updates since version 4.5.1. So everytime i build my project i get a warning:

 

WARN [WsdlProject] Project 'XXXXXX' is from a newer version (5.2.0) of soapUI than this (4.5.1-SNAPSHOT) and parts of it may be incompatible or incorrect. Saving this project with this version of soapUI may cause it to function differently.

 

The execution eventually fails because 4.5.1 doesn't support JsonPath.

Has the eviware project moved? I do not see updates for any jars under eviware. All of them seem to be 4.5.1 or older.

 

Thanks

 

Amish Asher

 

1 Reply

  • nmrao's avatar
    nmrao
    Champion Level 3
    1. The reason why the warning is displayed because, the project is created/edited using higher version of soapui (5.2.0) and trying to use in lower version (4.5.1). Yes, JsonPath not available in 4.5.1.
    Is there any reason for doing so?