Forum Discussion
Aaronliu
14 years agoFrequent Contributor
Hi chihhsiw,
you can try it again and run scripts separately:
see if it's helpful
thanks,
Aaron
you can try it again and run scripts separately:
def path = "C:/myFolder/"
def readFile = new File(path+"1325243405745.txt")
def content = readFile.getText()
def groovyUtils = new com.eviware.soapui.support.GroovyUtils(context)
def inputXml = groovyUtils.getXmlHolder(content)
log.info inputXml.getPrettyXml()
see if it's helpful
thanks,
Aaron