Forum Discussion
Aaronliu
14 years agoFrequent Contributor
Hi,
you can reference project property:
and then you can create folder placed your WADL file,for example: C:\myFolder\WADL\xxx.wadl is equal to FilePath+'xxx.wadl' (your project need to place in WADL folder)
thanks,
Aaron
you can reference project property:
def groovyUtils = new com.eviware.soapui.support.GroovyUtils(context)
def FilePath = groovyUtils.projectPath
and then you can create folder placed your WADL file,for example: C:\myFolder\WADL\xxx.wadl is equal to FilePath+'xxx.wadl' (your project need to place in WADL folder)
thanks,
Aaron