Forum Discussion

trans-am's avatar
trans-am
Occasional Contributor
2 years ago

Get attribute value to variable

In groovy script I have following    log.info(blabla) //prints out INFO:XMLRESPONSE[attributes={}; value=[000XXXAAACCC]] and when I try  log.info(blabla.value) //prints out empty INFO:[]   Ho...