Solved
Forum Discussion
nmrao
8 years agoCommunity Hero
The script I provided should work in SoapUI 5.3 too. Have a check if you want.
master_ace85
8 years agoOccasional Contributor
The script you provided does indeed work.
I was just baffled why the one I had was not compatible.
- nmrao8 years agoCommunity HeroYou script uses "com.jayway.jsonpath.JsonPath" which is not part of native groovy-all-xxx.jar
Where as "groovy.json.JsonSlurper" is part of native groovy library. And it appears that the other library might be removed in the ReadyAPI, hence not working.