Hi
I am seeing the same problem. I am calling vijava (vsphere SDK for java) from a stand alone java program. It is working perfectly fine.
I have created an android application. Calling the VM service instance from android application gives the same error.
ServiceInstance si = new ServiceInstance
(new URL(Config.getVmwareHostURL()), Config.getVmwareLogin(), Config.getVmwarePassword(), true);
Pl help me with the solution. I have added the JAR file vijava2120100824.jar in my android application build path (eclipse IDE).
Appreciate your input.