I have a very simple little iterator here
maps.each
{
d = resXml.ResultSet.Row.it.text()
log.info d
}
it
is obviously the element name i'm trying to access the info in, and if i say log.info it
instead of log.info d
i do get the correct names (A
new line B
new line C
), but doing like i just showed you results in nothing - so i went and checked one of the it
returns manually (d = resXml.ResultSet.Row.A.text()
) and i did get the result i was looking for.
I'm at a total loss, i'm not even sure how to search for this question - i'm using soapUI Open Source and maps is also from an xmlSlurper object but its format is fine: [A,B,C]