Forum Discussion
Liberty_Informa
13 years agoRegular Contributor
Hi Ole,
I changed the code with the following
I can see two lines printed in the log
However in the error log I can see error as
java.net.MalformedURLException: unknown protocol:d
Any hint?
I changed the code with the following
/* Calling Setup Project */
def setupProjectPath = commonPath + "/SetupProjects/SetupData/SetupDynamicTestData-soapui-project"
log.info "Setup Project path: " + setupProjectPath
def setupProject = new WsdlProjectPro(setupProjectPath)
log.info "Setup Project name: " + setupProject
if(setupProject.open)
{
setupProject.run( null, false )
}
I can see two lines printed in the log
Mon Oct 29 06:54:37 EDT 2012:INFO: Setup Project path: D:\Workspaces\xxxServices\xxxTests\soapui/SetupProjects/SetupData/SetupDynamicTestData-soapui-project
Mon Oct 29 06:54:37 EDT 2012:INFO: Setup Project name: com.eviware.soapui.impl.wsdl.WsdlProjectPro@704523ae
However in the error log I can see error as
java.net.MalformedURLException: unknown protocol:d
Any hint?