[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

[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

[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