Forum Discussion

akhursevich's avatar
11 years ago

REST testing from Java via SoapUI

Hey, I've recently managed to integrate Soap service testing using WsdlProject from SaopUI libraries into my Java test project - that works perfect for us. Now I'm going to integrate REST service testing, so is there any functionality that will help to operate with WADL project generated in SoapUI from my JUnit tests? Or the only way for that is wadl2java? Actually I've tried this generator - generated java client makes me sad .