Forum Discussion
M_McDonald
16 years agoSuper Contributor
You should have
def responseAsXML = context.expand( '${jdbc_properties#ResponseAsXml#//Results[1]/Resultset[1]/Row[1]/EMPLOYEENAME[1]}' )
Notice the 'ml' should be lower-case
def responseAsXML = context.expand( '${jdbc_properties#ResponseAsXml#//Results[1]/Resultset[1]/Row[1]/EMPLOYEENAME[1]}' )
Notice the 'ml' should be lower-case