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 "proxy stub" jar from your webservice with the classes you need plus throw in the apache ones?
TimJowers On Mon, May 11, 2009 at 10:16 AM, RS.Giridaran <[email protected]> wrote: > > Hi all, > > i want to call a web service call, for that i used ksoap(j2me).when i > do a service call i am getting the folliwing exception > java.lang.NoClassDefFoundError: javax/microedition/io/Connector > > Please help me solve this issue > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

