I can't tell much about your web service. I deal with a RESTful web service that's got a database back-end. I encapsulated all interactions with the web service behind a ContentProvider. So calls to the ContentProvider are turned into http calls, using the org.apache.http httpClient() library. By doing the GET, POST, PUT and DELETE http operations, I can perform remote database operations.
I thought that would be the best for future flexibility. On Jan 13, 5:54 am, umar <mr_muskura...@yahoo.com> wrote: > dear friends, > > i am new to andriod and facing a problem to a web service in andriod i > have web service given belowhttp://finservice.sigmatec.com.pk/server.php?wsdl > > i have seen many sample but they dont seems to be working.. > > can any one guide me how can i call its function and get the data on > andriod screen??? > i am using ecslipse with ADT > > any help would be appriciated..
-- 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