Thanks for the response. I'm trying to use ksoap2. Does anyone know of a good tutorial, or something that is up2date with all the API's? The current one that I have that uses the modified HttpTransport(AndroidHttpTransport) is complaining about org/apache/commons/httpclient/SimpleHttpConnectioNManager.
I really would just like to call a simple webservice from my app! -----Original Message----- From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Jean-Baptiste Queru Sent: Tuesday, December 02, 2008 2:55 PM To: [email protected] Subject: [android-beginners] Re: DalvikVM VFY: Unable to resolve static method 122 Your code uses an API that is not available in Android, probably because you imported some pre-compiled java classes in your Android project. JBQ On Tue, Dec 2, 2008 at 2:38 PM, Smith, Miles J (DOH) <[EMAIL PROTECTED]> wrote: > > Hello, I'm trying to get kSOAP2 working in Android, and I'm getting a > weird error from dalvik. > > VFY: unable to resolve static method 122: > Ljavax/microedition/io/Connector; .open > (Ljava/lang/String;IZ)Ljavax/microedition/io/Connection; > > Can anyone shed some light on this, and what must be done to rectify it? > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Beginners" 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-beginners?hl=en -~----------~----~----~----~------~----~------~--~---

