Forum Discussion
SiKing
12 years agoCommunity Expert
It's "ResposeAsXml"!
You could get the count simply by
You could get the count simply by
def rowCount = context.expand( '${JDBC Request#ResponseAsXml#count(//Row)}' ).toInteger()