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 insert a new player details
record.

when user tries to see top 20 scores,i should be able to parse the xml
output from php server returned by web service and display them in
android.

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?

Please help.

Thanks
Kavitha





On Fri, Apr 10, 2009 at 5:25 PM, Charlie Collins
<charlie.coll...@gmail.com> wrote:
>
> 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 device.
>
> On Apr 10, 7:30 am, kavitha <kavith...@gmail.com> wrote:
>> Hi All,
>>
>> I am doing game project where in i need to call PHP web service and
>> display scores in score board.
>>
>> I am new to android,Can somebody please help on how to call web
>> services in android.
>>
>> I searched for so many examples,but no example looked to be working.
>>
>> It is urgent,Please help.
>>
>> Thanks
>> Kavitha
> >
>

--~--~---------~--~----~------------~-------~--~----~
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