How to Parse XML from live URL without any soap message.
< stores >
< store value="abc" >XYZ< /store >
< store value="pqr" >SAM< /store >
< store value="ZZZ" >ALG< /store >
< /stores >
And how to get the value i.e. "abc", "pqr", "ZZZ" from the XML.
Thanks in advance.