rakeshg
12 years agoOccasional Contributor
transferring multiple values in property transfer step
Hi-
I want to be able to transfer multiple values in PropertyTransfer step in SoapUI and assign the values in as a comma seperated list to a property. Is it possible to do so?
So e.g. if I have the following xml and using xPath I want to extract all <Text> node values (111,222,333) and assign it to a property. Is it possible?
<ABC>
<DEF>
<Text>111</Text>
<Text>222</Text>
<Text>333</Text>
</DEF>
</ABC>
Rakesh
I want to be able to transfer multiple values in PropertyTransfer step in SoapUI and assign the values in as a comma seperated list to a property. Is it possible to do so?
So e.g. if I have the following xml and using xPath I want to extract all <Text> node values (111,222,333) and assign it to a property. Is it possible?
<ABC>
<DEF>
<Text>111</Text>
<Text>222</Text>
<Text>333</Text>
</DEF>
</ABC>
Rakesh