I am pure beginner to [android-eclipse],here i need to consume web services from the url “http://122.248.240.105:93” through android eclipse so
please list the steps to consume the web services, if possible send me demo as any one web service from that url or some other examples.
Thanks a lot
you can consume restful services very easily.
and for data exchange prefer json rather than XML.
i am attaching one sample of restful service call from android client with JSON.
I have used restful WCF and used Json in my code.
you can use this as template for restful services with json.
for restful services.
i would prefer restful with json but if you want to read about ksoap tutorials i suggest you to read:
http://www.devx.com/wireless/Article/39810/1954
How to call a WCF service using ksoap2 on android?
webservices:
http://sochinda.wordpress.com/2011/05/27/connecting-to-net-web-service-from-android/
http://android.vexedlogic.com/2011/04/17/android-lists-iv-accessing-and-consuming-a-soap-web-service-i/
saxparser:
http://www.anddev.org/parsing_xml_from_the_net_-_using_the_saxparser-t353.html
kshop:
http://seesharpgears.blogspot.com/2010/11/returning-array-of-primitive-types-with.html
http://seesharpgears.blogspot.com/2010/11/basic-ksoap-android-tutorial.html
Drawables pics: http://androiddrawableexplorer.appspot.com/
Please accept the answer if it is helpful for you. thanks