Hello guys,
My code to login to vCloud (the code is from the sample code with support funtion FakeCertificatePolicy())
client = new vCloudClient(vCloudURL, com.vmware.vcloud.sdk.constants.Version.V1_5);
client.Login(username, password);
where vCloudURL is base url (https://vcloud) and username is in format username@organization
But I always got exception Access is forbidden.
With such cridentials I can login via RESTClient plugin or via code without SDK
Does anyone have any idea about it?
Thanks a lot