abd - 2015-07-29

Hello,
I'm new with the vi api.I'm using esx-3.0.1-32039 and vi api VI Java API 5.5.I get errors when debugging the helloVm project. Here is the console
Exception in thread "main" java.rmi.RemoteException: VI SDK invoke exception:com.vmware.vim25.ws.SoapFaultException
at com.vmware.vim25.ws.WSClient.invoke(WSClient.java:122)
at com.vmware.vim25.ws.VimStub.retrieveServiceContent(VimStub.java:1433)
at com.vmware.vim25.mo.ServiceInstance.<init>(ServiceInstance.java:85)
at com.vmware.vim25.mo.ServiceInstance.<init>(ServiceInstance.java:69)
at com.vmware.vim25.samples.HelloVM.main(HelloVM.java:12)
Thanks in advance.