Forum Discussion
hepp
15 years agoOccasional Contributor
Thank you but how to set-up the datasource based on XML response, in order that the datasource loop can then loop on the different element?
I currently set-up the RowXpatk like :
declare namespace ns1='http://www.xxxxx.com/webservices/';
//ns1:GetValuationResponse[1]/ns1:Valuation[1]/ns1:EquipmentList[1]
and the column xpath with ns1:Equipment[1]/ns1:Code[1]
But then the loop is limited to 1 row. How to specify to soapui to parse all the array of equipment ?
I currently set-up the RowXpatk like :
declare namespace ns1='http://www.xxxxx.com/webservices/';
//ns1:GetValuationResponse[1]/ns1:Valuation[1]/ns1:EquipmentList[1]
and the column xpath with ns1:Equipment[1]/ns1:Code[1]
But then the loop is limited to 1 row. How to specify to soapui to parse all the array of equipment ?