VMware {code} Community
RakeshBandari
Contributor
Contributor

Registration of my package to VCSA

Hi ,

I have gone through the SDK\tutorials document.i Have built the package as specified in in the document.

The next step is i need to register this package .I have few questions regarding the package registration.Iam using the Sample java program in the  vsphere_plugin_4_1_technote as specified in the SDK\tutorial document .

I have seen the java program and have questions in it .

1)We need to create two java objects ExtensionServerInfo and ExtensionClientInfo .they both need the package Url (.zip file location ).But in our case we dont have any webserver that is hosting  this .zip file ,that means i have this pckage created and saved in my local c:\\myPackage.zip.What should i do in this case .(Do i need to Winscp to the vcsa and manually copy the files as specified in documentation)?

2)what would be my Service URL in this line of code  -

_service = _serviceLocator.getVimPort(new URL (url ));

_sic = _service.retrieveServcieContent(_svcRef);

I am giving my url as ........

https://dnsNameofvcsa/sdk and https://hostname+sdk/vim. ( Is this the correct url ?if not how do i get  correct url for vcsa server.)

both gives me error  "Permission to perform this operation was denied."

Thanks,

Rakesh Bandari

0 Kudos
0 Replies