calling an URL and read its XML response
AmeyMar 25 2011 — edited Mar 25 2011Hi,
I have a requirement where I need to call a URL (say http://server:port/myservice?userID=amey)
This URL is returning an XML in response (i.e. when I execute it on browser, it shows an XML file)
Further I have to parse this XML to get data from few tags.
Please let me know how do I achieve it.
Thanks and regards,
Amey