[android-developers] Re: Does Android Support SOAP web service?

2011-10-11 Thread Archana
Hi,

thanks all.



On Oct 12, 6:21 am, Anil Jagtap  wrote:
> You may be interested in this
>
> http://www.helloandroid.com/tutorials/using-ksoap2-android-and-parsin...
>
> Hope you will find this tutorial useful
>
> On Oct 10, 7:32 am, Archana  wrote:
>
>
>
> >  Hi,
>
> > Could some one tell me whether android supports SOAP web Service. If
> > yes then how.
> > I read in forum that there is no SOAP supported library for android.
> > Its very urgent please reply.- Hide quoted text -
>
> - Show quoted text -

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


[android-developers] Re: Does Android Support SOAP web service?

2011-10-11 Thread Anil Jagtap
You may be interested in this

http://www.helloandroid.com/tutorials/using-ksoap2-android-and-parsing-output-data

Hope you will find this tutorial useful


On Oct 10, 7:32 am, Archana  wrote:
>  Hi,
>
> Could some one tell me whether android supports SOAP web Service. If
> yes then how.
> I read in forum that there is no SOAP supported library for android.
> Its very urgent please reply.

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


[android-developers] Re: Does Android Support SOAP web service?

2011-10-11 Thread Streets Of Boston
If you control both the development of both the Android app and the server, 
i would suggest REST. 
Google "SOAP vs REST" to see why I suggest REST for mobile development :-)

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

[android-developers] Re: Does Android Support SOAP web service?

2011-10-10 Thread Archana
which will be more reliable KSOAP or REST.

On Oct 11, 9:32 am, Archana  wrote:
> ok thanks
>
> On Oct 11, 9:29 am, nageswara rao rajana 
> wrote:
>
>
>
> > yes it will my web service is soap and in my android app i used Ksoap,Its
> > working.
>
> > On Tue, Oct 11, 2011 at 10:46 AM, Archana  wrote:
> > > We have server which is maintained for SOAP web service. So if I am
> > > using KSOAP that also need to be changed.
>
> > > Regards,
> > > archana
>
> > > On Oct 10, 3:58 pm, nageswara rao rajana 
> > > wrote:
> > > >http://seesharpgears.blogspot.com/2010/10/ksoap-android-web-service-t...
>
> > > > On Mon, Oct 10, 2011 at 5:22 PM, Archana 
> > > wrote:
> > > > > Hi,
>
> > > > > Thanks to both of you for quick reply. I am unable to open this link.
> > > > > Could someone tell me why
> > > > > it is not supporting. Is there any specific reason?
>
> > > > > On Oct 10, 3:41 pm, nageswara rao rajana 
> > > > > wrote:
> > > > > > hi,
>
> > > > > >   Look at this i will help you
>
> > >http://seesharpgears.blogspot.com/2010/10/ksoap-android-web-service-t...
>
> > > > > > On Mon, Oct 10, 2011 at 5:02 PM, Archana 
> > > > > wrote:
> > > > > > >  Hi,
>
> > > > > > > Could some one tell me whether android supports SOAP web Service.
> > > If
> > > > > > > yes then how.
> > > > > > > I read in forum that there is no SOAP supported library for
> > > android.
> > > > > > > Its very urgent please reply.
>
> > > > > > > --
> > > > > > > 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-Hidequoted
> > > > > text -
>
> > > > > > - Show quoted text -
>
> > > > > --
> > > > > 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-Hidequoted
> > > text -
>
> > > > - Show quoted text -
>
> > > --
> > > 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-Hide quoted text -
>
> > - Show quoted text -- Hide quoted text -
>
> - Show quoted text -

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


[android-developers] Re: Does Android Support SOAP web service?

2011-10-10 Thread Archana
ok thanks

On Oct 11, 9:29 am, nageswara rao rajana 
wrote:
> yes it will my web service is soap and in my android app i used Ksoap,Its
> working.
>
>
>
> On Tue, Oct 11, 2011 at 10:46 AM, Archana  wrote:
> > We have server which is maintained for SOAP web service. So if I am
> > using KSOAP that also need to be changed.
>
> > Regards,
> > archana
>
> > On Oct 10, 3:58 pm, nageswara rao rajana 
> > wrote:
> > >http://seesharpgears.blogspot.com/2010/10/ksoap-android-web-service-t...
>
> > > On Mon, Oct 10, 2011 at 5:22 PM, Archana 
> > wrote:
> > > > Hi,
>
> > > > Thanks to both of you for quick reply. I am unable to open this link.
> > > > Could someone tell me why
> > > > it is not supporting. Is there any specific reason?
>
> > > > On Oct 10, 3:41 pm, nageswara rao rajana 
> > > > wrote:
> > > > > hi,
>
> > > > >   Look at this i will help you
>
> >http://seesharpgears.blogspot.com/2010/10/ksoap-android-web-service-t...
>
> > > > > On Mon, Oct 10, 2011 at 5:02 PM, Archana 
> > > > wrote:
> > > > > >  Hi,
>
> > > > > > Could some one tell me whether android supports SOAP web Service.
> > If
> > > > > > yes then how.
> > > > > > I read in forum that there is no SOAP supported library for
> > android.
> > > > > > Its very urgent please reply.
>
> > > > > > --
> > > > > > 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-Hidequoted
> > > > text -
>
> > > > > - Show quoted text -
>
> > > > --
> > > > 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-Hide quoted
> > text -
>
> > > - Show quoted text -
>
> > --
> > 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- Hide quoted text -
>
> - Show quoted text -

-- 
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] Re: Does Android Support SOAP web service?

2011-10-10 Thread nageswara rao rajana
yes it will my web service is soap and in my android app i used Ksoap,Its
working.

On Tue, Oct 11, 2011 at 10:46 AM, Archana  wrote:

> We have server which is maintained for SOAP web service. So if I am
> using KSOAP that also need to be changed.
>
> Regards,
> archana
>
> On Oct 10, 3:58 pm, nageswara rao rajana 
> wrote:
> > http://seesharpgears.blogspot.com/2010/10/ksoap-android-web-service-t...
> >
> >
> >
> > On Mon, Oct 10, 2011 at 5:22 PM, Archana 
> wrote:
> > > Hi,
> >
> > > Thanks to both of you for quick reply. I am unable to open this link.
> > > Could someone tell me why
> > > it is not supporting. Is there any specific reason?
> >
> > > On Oct 10, 3:41 pm, nageswara rao rajana 
> > > wrote:
> > > > hi,
> >
> > > >   Look at this i will help you
> >
> > > >
> http://seesharpgears.blogspot.com/2010/10/ksoap-android-web-service-t...
> >
> > > > On Mon, Oct 10, 2011 at 5:02 PM, Archana 
> > > wrote:
> > > > >  Hi,
> >
> > > > > Could some one tell me whether android supports SOAP web Service.
> If
> > > > > yes then how.
> > > > > I read in forum that there is no SOAP supported library for
> android.
> > > > > Its very urgent please reply.
> >
> > > > > --
> > > > > 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-Hide quoted
> > > text -
> >
> > > > - Show quoted text -
> >
> > > --
> > > 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- Hide quoted
> text -
> >
> > - Show quoted text -
>
> --
> 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
>

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

[android-developers] Re: Does Android Support SOAP web service?

2011-10-10 Thread Archana
We have server which is maintained for SOAP web service. So if I am
using KSOAP that also need to be changed.

Regards,
archana

On Oct 10, 3:58 pm, nageswara rao rajana 
wrote:
> http://seesharpgears.blogspot.com/2010/10/ksoap-android-web-service-t...
>
>
>
> On Mon, Oct 10, 2011 at 5:22 PM, Archana  wrote:
> > Hi,
>
> > Thanks to both of you for quick reply. I am unable to open this link.
> > Could someone tell me why
> > it is not supporting. Is there any specific reason?
>
> > On Oct 10, 3:41 pm, nageswara rao rajana 
> > wrote:
> > > hi,
>
> > >   Look at this i will help you
>
> > >http://seesharpgears.blogspot.com/2010/10/ksoap-android-web-service-t...
>
> > > On Mon, Oct 10, 2011 at 5:02 PM, Archana 
> > wrote:
> > > >  Hi,
>
> > > > Could some one tell me whether android supports SOAP web Service. If
> > > > yes then how.
> > > > I read in forum that there is no SOAP supported library for android.
> > > > Its very urgent please reply.
>
> > > > --
> > > > 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-Hide quoted
> > text -
>
> > > - Show quoted text -
>
> > --
> > 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- Hide quoted text -
>
> - Show quoted text -

-- 
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] Re: Does Android Support SOAP web service?

2011-10-10 Thread nageswara rao rajana
http://seesharpgears.blogspot.com/2010/10/ksoap-android-web-service-tutorial-with.html


On Mon, Oct 10, 2011 at 5:22 PM, Archana  wrote:

> Hi,
>
> Thanks to both of you for quick reply. I am unable to open this link.
> Could someone tell me why
> it is not supporting. Is there any specific reason?
>
> On Oct 10, 3:41 pm, nageswara rao rajana 
> wrote:
> > hi,
> >
> >   Look at this i will help you
> >
> > http://seesharpgears.blogspot.com/2010/10/ksoap-android-web-service-t...
> >
> >
> >
> > On Mon, Oct 10, 2011 at 5:02 PM, Archana 
> wrote:
> > >  Hi,
> >
> > > Could some one tell me whether android supports SOAP web Service. If
> > > yes then how.
> > > I read in forum that there is no SOAP supported library for android.
> > > Its very urgent please reply.
> >
> > > --
> > > 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- Hide quoted
> text -
> >
> > - Show quoted text -
>
> --
> 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
>

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

[android-developers] Re: Does Android Support SOAP web service?

2011-10-10 Thread Archana
Hi,

Thanks to both of you for quick reply. I am unable to open this link.
Could someone tell me why
it is not supporting. Is there any specific reason?

On Oct 10, 3:41 pm, nageswara rao rajana 
wrote:
> hi,
>
>   Look at this i will help you
>
> http://seesharpgears.blogspot.com/2010/10/ksoap-android-web-service-t...
>
>
>
> On Mon, Oct 10, 2011 at 5:02 PM, Archana  wrote:
> >  Hi,
>
> > Could some one tell me whether android supports SOAP web Service. If
> > yes then how.
> > I read in forum that there is no SOAP supported library for android.
> > Its very urgent please reply.
>
> > --
> > 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- Hide quoted text -
>
> - Show quoted text -

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