Forum Discussion

NK12's avatar
NK12
Occasional Contributor
7 years ago

Not able to capture the DB response in variable

Have created the array and XmlSlurper for capturing db response   def dbvalues=[] dbsluper.ResultSet.Row.each{  dbvalues.add(it.value) }   log.info("Db results"+dbvalues)   output:It is givi...