I want to know how to parse the web service response data in android .Actually i m accessing the .net web service.I can get a result of some complex type.i want to know how to retrive a particular value from this complex type.Is there is any parser avilable to parse the content of the response or else we have to parse manually? If u have any code snippet pls bring me.
Asked
Active
Viewed 1,355 times
2 Answers
0
First of all - what content type you are talking about? XML and JSON are supported I believe. I've been using just plain HttpClient to get the responses

Bostone
- 36,858
- 39
- 167
- 227
-
i have been talking about text/xml content. – Kumar Aug 11 '09 at 05:41
0
if you need to parse XML response, see here: http://www.helloandroid.com/node/110 it's a sample XML RSS reader

reflog
- 7,587
- 1
- 42
- 47