How to get the xml data between the nodes?

erultIdewHert

New Member
I'm using .Net web service in my Android app.The service return the values between the Message tag like this:\[code\]<Message> CustomerID=10 </Message>\[/code\]Here, how can i take the data from this Message tag using Android?I want to retrieve the information inside the xml received from the web service.Thanks in advance.
 
Back
Top