[android-developers] Re: Web service calling from andriod

2009-05-12 Thread Dave Bordoley
Android doesn't implement J2ME (with the exception of some OpenGL classes) hence the NoClassDefFoundError. You could look at porting kSoap to use Androids Apache HTTPClient or implement your own SOAP client. Dave On Mon, May 11, 2009 at 7:16 AM, RS.Giridaran rsgirida...@gmail.com wrote: Hi

[android-developers] Re: Web service calling from andriod

2009-05-12 Thread Tim Jowers
As I'm sure you know, the package you are using is not on the Android. You can either compile it into your product if the license for ksoap allows you or use another soap client technology. I've used one from apache before on other java projects. Probably your webservice container does create a