[android-developers] Re: Calling web services in android

2009-04-10 Thread Mark Murphy
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

[android-developers] Re: Calling web services in android

2009-04-10 Thread kavitha
Hi Charlie, I am trying to consume web service methods written in PHP which will give me information about score board in my game. I tried searching and execute examples,,but in vain. When new user starts playing game,,i need to send information to web service through post or get request to ins

[android-developers] Re: Calling web services in android

2009-04-10 Thread Charlie Collins
It depends on what you mean by "web services," but there are many many many threads on this list about that topic. Try searching the list, you will find KSOAP examples (if you mean SOAP), and REST examples, and several discussions about when and where you should use "web services" with a mobile de