dileep singh wrote:
> Actually i want to call a web service which should return xml thing.

XML-RPC, SOAP, and some REST services all return an "xml thing".

If the Web service is not specifically XML-RPC or SOAP, you are probably 
best suited using HttpURLConnection or the HTTPClient library. 
HttpURLConnection can be found in standard Java, so there should be many 
tutorials online. Here is a page full of examples using HTTPClient:

http://hc.apache.org/httpcomponents-client/examples.html

-- 
Mark Murphy (a Commons Guy)
http://commonsware.com
_The Busy Coder's Guide to Android Development_ Version 1.9 Available!

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

Reply via email to