[android-developers] java.rmi.RemoteException

2008-11-11 Thread Avinash Patil
Hi, How to remove java.rmi.RemoteException in android. Can you please suggest link from where I can download supporting JAR files into eclipse - anroid platform. Thanks, Avi. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google G

[android-developers] Need to resolve .APK not found error.

2008-11-07 Thread Avinash Patil
Hi, I have created new android project and trying to run at start , but getting beloiw error. *Could not find getDet.apk!* Can anybody suggest what can be done in this case!! Thanks. Avi. --~--~-~--~~~---~--~~ You received this message because you are subscribed to

[android-developers] Re: How to use WSDL web service in Android

2008-11-07 Thread Avinash Patil
i, Hashtable hashtable, PropertyInfo > propertyinfo) { > propertyinfo.namespace = NAMESPACE; > switch (i) { > case 0: > propertyinfo.type = (new MyObjectId()).getClass(); > propertyinfo.name = "myObjectId"; > break; > case 1

[android-developers] Need help in Android - WSDL web service.

2008-11-07 Thread Avinash Patil
Hi I have done following steps and need further help. 1. Created new WSDL for web service. - Need to pass a parameter and get response back. 2. Added WSDL file in Android project. 3. Right clicked on WSDL file in project and Clicked for "Generate Client" - Thiss has generated auto all the classes/i

[android-developers] Android error

2008-11-07 Thread Avinash Patil
Hi, I am trying to use WSDL classes in Android, getting error Could not find tut10.apk! Please suggest. Thanks, Avi. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this grou

[android-developers] How to use WSDL web service in Android

2008-11-06 Thread Avinash Patil
I have simple WSDL web service file and added into project. Now I am trying to use WSDL web service through android class code, but not able to use it. Can anybody suggest how to import WSDL file in ANdroid, so that it can create auto classes for WSDL file and same can be used ion android main cla