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


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 library for my project. Should I create a soap library or any
 other way.


 Thanks  Regards.

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



-- 
~ Jeremiah:9:23-24
Android 2D MMORPG: http://developingthedream.blogspot.com/,
http://www.youtube.com/user/revoltingx

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


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 lot more (what web service... who owns it... 
what your app uses it for) to get much more help.



Sincerely,

Brad Gies
---
Bistro Bot - Bistro Blurb
http://bgies.comhttp://nocrappyapps.com
http://bistroblurb.com  http://forcethetruth.com
http://ihottonight.com
---
Everything in moderation, including abstinence (paraphrased)

Every person is born with a brain... Those who use it well are the successful 
happy ones - Brad Gies

Adversity can make or break you... It's your choice... Choose wisely - Brad Gies

Never doubt that a small group of thoughtful, committed people can
change the world. Indeed. It is the only thing that ever has - Margaret Mead


On 22/10/2010 11:48 PM, Goutham P N 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 library for my project. Should I create a soap library or any
other way.


Thanks  Regards.



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