Enable vSphere Web Client Automation
In this post I will provide some files and instructions that will allow you to create automated tests for the vSphere Web Client. Important notes, before you start:This post describes how to enable the...
View ArticleHTML plug-in that works with VWC 5.5 does not work with VWC 6.0
Hi,We have a plug-in that works fine when deployed in VWC 5.5u2, but in VWC 6.0 it loads up but in our tab in the vSphere client we get tomcat 404 page.When VWC loads the plug-in, we see the following...
View ArticleStoring Data/Object in userSession - vmware userSessionService for Vsphere...
Hi All Currently I am working on the VWC plugin using Flex - Java Service. Currently I can get the UserSession of VWC as mentioned in the link Re: get current user name on vsphere web clientThanks to...
View ArticleQuestions regarding tag in the extensions in plugin.xml with html-bridge
According to the Web Client SDK the <url> inside plugin.xml has to either be relative and hosted within Virgo OR https. Does this relative URL HAVE to point to an .html file? We are using Apache...
View Articlehow to retrieve dvs name from DVS Destroyed event
ManagedObjectReference mordvs = dvsDestroyedEvent.getDvs().dvs;String mor_type = mordvs.getType(); DistributedVirtualSwitch dvs = null; dvs = (DistributedVirtualSwitch)...
View ArticleError in Web Client Development Setup
Hello, I am having the following error when I run the Virgo server, what could be the issue ?PS: Entire log is attached.[2015-10-03 07:55:31.963] [ERROR] Thread-53 System.err...
View ArticleDeployment successful on Virgo but the plugin sample don't show on the...
hello,I am using the following environment -1. vSphere Web Client SDK Update 12. Adobe Flash Builder 4.73. JDK 1.7.0_79 64 bit4. VCSA at 172.26.1.5Deployment of helloworld-ui happens successfully and I...
View ArticleHow to acquire a SAML token
Hi,We know how to acquire a SAML token from the SSO API using the VC username/password, but couldn't figure out how to get those.Is there a way for the web client to retrieve the username and password...
View ArticleNeed help on vSphere web client plugin deployment
Hi, I have built a plugin and have been able to successfully package and deploy using the test java program provided in some other discussion on this forum. I wanted some help on writing a production...
View ArticleVMware vCloud Suite SDK for REST for vSphere 6.0
Hi All,Cloud anyone to help me to setting VMware vCloud Suite SDK for REST for vSphere 6.0 on VM.Thanks
View ArticleUpdating/Removing Extension and Web Client plugin
Hi, I've noticed that when we unregister the extension/plugin using the MOB, that the Web client plugin still shows in list of installed plugins (in the web client) - and the UI components are still...
View Articlehow to get objectID from ManagedObjectReference
hi All,i want to use object id of vmware object,(host , vm, clusters etc). i saw the sample codes and i am aware of getting it from web_platform.but in my condition i am working in generic...
View ArticleDs.properties file error while running vSphere Web Client HTML plugin
Hello, Here is my configuration:1. vSphere Web Client SDK 6.0 Update 12. JDK 1.7.0_79 64 bit3. Eclipse Juno SR 1 64 bit I am following the documentation to create the HTML plugin and run into this...
View ArticleVCSA 6 U1 plugin is visible only in local web client
HelloMy setup:vCenter: VCSA 6.0 U1DEV environment: vSphere Web Client SDK 6.0 U1My issue:A plugin that worked fine on vSphere 5.0 - 5.5 stopped being visible on vSphere 6.I adapted the plugin to...
View ArticleFlex UI logs
Hi, I wanted to print UI log at server side like we have virgo logs.Is there any way to achieve this functionality? Thanks in advance
View ArticlevSphere WebClient PrivateKey
-6.Hi all, I'm attempting to use the web client's keystore to extract an X509Certificate and PrivateKey to use with the SSO server. I've successfully been able to retrieve the vSphere 6 web client's...
View ArticleCompiler Error While running the vspherewssdk sample
Hello, I am getting error running when Importing the sample. I have copied vim25.jar to vsphere-client-sdk\server\repository\usr directory.On deploying to the server, the error is -...
View Articleusing vCenter Server's embedded database
Hi all,i want maintain a database for my plugin. so instead of creating a new one can i use the existing vCenter server's embedded database to keep my data.if no, then if i have to save a file on...
View ArticleTasks panel not vsisble in vcsa 6.0 U1 webclient GUI
Hi Laurent,' I have enabled the tasks to be shown by making the flag true in "webclient.properties",still it doesnt show up in the web client UI .Is there any step that i missed?#...
View ArticleHow to resolve the autowire candidate for vSphere SDK HTML sample...
Hello, I imported the globalviewhtml and get the error when I deploy them to Virgo. How to resolve this error? [2015-10-17T21:18:07.179+05:30] [ERROR] start-signalling-2...
View Article