pteichner
13 years agoOccasional Contributor
Runnin project with WsdlProjectPro
Hi,
I only have a quick question
for the last line I get an error:
I've been reading the API guide and the run method is meant to be inherited from WsdlProject.
What am I doing wrong.
Thanks a lot,
Peter
I only have a quick question
def currentProject = new com.eviware.soapui.impl.wsdl.WsdlProjectPro("$projectFullLocation")
// some logging stuff
log.info("GetName: " + currentProject.getName())
log.info("GetID: " + currentProject.getId())
currentProject.run()
for the last line I get an error:
groovy.lang.MissingMethodException: No signature of method: com.eviware.soapui.impl.wsdl.WsdlProjectPro.run() is applicable for argument types: ()
I've been reading the API guide and the run method is meant to be inherited from WsdlProject.
What am I doing wrong.
Thanks a lot,
Peter