kavitha wrote:
> For all these things,i need to make connection with PHP web service
> and be able to call methods and get response.
> 
> sample response xml from server is
> http://www.permeative.com/projects/clearit/getall_global_scores.php
>
> How to do it in android?

The same way you might do it in "regular" Java:

-- Use HttpURLConnection or HttpClient to retrieve the document

http://www.exampledepot.com/egs/java.net/pkg.html
http://hc.apache.org

-- Use DOM or SAX or the XmlPullParser to parse the document

http://www.exampledepot.com/egs/javax.xml.parsers/pkg.html

-- 
Mark Murphy (a Commons Guy)
http://commonsware.com | http://twitter.com/commonsguy

Android App Developer Training: http://commonsware.com/training.html

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to