Forum Discussion
mchelikani
13 years agoContributor
Thank you for the reply.
Per your suggestion I tried the below and the result is same. Issue still exists. The xml that gets printed is still shows the variables instead of actual values.
def request = groovyUtils.getXmlHolder(lastResultName + "#RawRequest")
log.info("Request : "+RawRequest.getXml())
-Madhu.
Per your suggestion I tried the below and the result is same. Issue still exists. The xml that gets printed is still shows the variables instead of actual values.
def request = groovyUtils.getXmlHolder(lastResultName + "#RawRequest")
log.info("Request : "+RawRequest.getXml())
-Madhu.