[android-developers] Best way for accessing web service

2010-10-23 Thread Goutham P N
Hi, I'm having a problem while accessing a web service through ksoap2 library, is there any other way to access the web service. I can't use ksoap2 library for my project. Should I create a soap library or any other way. Thanks Regards. -- You received this message because you are subscribed

Re: [android-developers] Best way for accessing web service

2010-10-23 Thread Miguel Morales
Do you HAVE to use ksoap? SOAP is such a crappy bloated interface. On Fri, Oct 22, 2010 at 11:48 PM, Goutham P N pn.gowt...@gmail.com wrote: Hi, I'm having a problem while accessing a web service through ksoap2 library, is there any other way to access the web service. I can't use ksoap2

Re: [android-developers] Best way for accessing web service

2010-10-23 Thread Brad Gies
If you have to use SOAP then ksoap2 is probably the best way. Writing your own will be a longer term project :). If you have control of the web service then you can do whatever you want, but if it's someone else's web service you are stuck doing it their way :). You'll need to tell us a