You need to check the interface of your web-service. Only then you can know how exactly to send information to it and retrieve information from it. Other than that in general you use HTTPPost (http:// developer.android.com/reference/org/apache/http/client/methods/ HttpPost.html) and HTTPGet (http://developer.android.com/reference/org/ apache/http/client/methods/HttpGet.html) Google for examples, you'll find plenty.
------------------------------------------------- Ali Chousein http://socialnav.blogspot.com | http://twitter.com/socialnav1 http://weatherbuddy.blogspot.com | http://twitter.com/weather_buddy http://www.codeproject.com/KB/android/PayGol-Android.aspx http://geo-filtered-assistant.blogspot.com -- 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

