Mapping REST service (XML) response to various text labels
Posted: Mon May 28, 2012 11:38 pm
If you don't want to iterate over the result, try editing the response parameters like this:
value[0]
value[1]
value[2]
and so on...
this way you can map them to different labels in a single iteration (run).