[android-developers] Re: Begging with Web Services in Android

2010-11-12 Thread Hal
Your welcome. BTW, The Jt framework also supports secure messaging/ REST web services. It requires configuration. I'll probably post additional info. Regards, On Nov 9, 4:03 pm, William Añez wrote: > Thanks for this information, I'll give a try. > > Regards, > > On Nov 5, 10:36 am, Hal wrote: >

[android-developers] Re: Begging with Web Services in Android

2010-11-09 Thread William Añez
Thanks for this information, I'll give a try. Regards, On Nov 5, 10:36 am, Hal wrote: > I'm afraid that I agree with criticism against SOAP. You may want use > REST. > There are REST implementations for Android: > > http://www.ibm.com/developerworks/webservices/library/ws-designpatter... > > Thi

[android-developers] Re: Begging with Web Services in Android

2010-11-05 Thread Hal
I'm afraid that I agree with criticism against SOAP. You may want use REST. There are REST implementations for Android: http://www.ibm.com/developerworks/webservices/library/ws-designpattern/index.html This will allow you to invoke your web service (Jboss) from your android client easily. I have