Forum Discussion
groovyguy
7 years agoCommunity Hero
Am I corect in my assumption that you are trying to parse one XML object and all of its elements to use them in future requests? Groovy will work, but it may take a lot of different steps. You might want to look at using an XML data source. That might better fit what you want. You can set it to parse an XML response and use XPATH to select elements and load them into properties.
MKV
7 years agoContributor
Hi,
I tried to use it as XML Datasource. I created the properties and executed it. But the data log doesn't seem to be displaying any data although it says Got 5 rows in 3ms.
1. Is there something that needs to be done, apart from providing the row Xpath, defining property?
2. Can i use the output data values to get stored in an array?
Please suggest.