I am calling a service and I get the response in the below format.How do I retrieve multiple values under a single key from this response?I want to store all the values in a List\[code\]<p700:item xmlns700="http://abc.test.com"><p700:key xsi:type="xsd:string">Key1</p700:key><p700:value xsi:type="xsd:string">Value1 </p700:value><p700:value xsi:type="xsd:string">Value2 </p700:value><p700:value xsi:type="xsd:string">Value3 </p700:value><p700:value xsi:type="xsd:string">Value14 </p700:value></p700:item><p700:item xmlns700="http://abc.test.com"><p700:key xsi:type="xsd:string">Key1</p700:key><p700:value xsi:type="xsd:string">Value1 </p700:value><p700:value xsi:type="xsd:string">Value2 </p700:value></p700:item>\[/code\]