We have made a vwc plugin with sdk 5.1, now we want to run it on the web client 6.0. before running, we modified the MANIFEST.MF and services-config.xml following the reminders as below:
2 Important reminders for your 5.5 plugin to be compatible with Web Client 6.0
After that, we deployed our plugin on web client 6.0.
If we access it using the URL with port: https://<ipaddress>:9443/vsphere-client/?csp, our plugin shows up, the function of our plugin is also ok.
If we access it using the URL without port: https://<ipaddress>/vsphere-client/?csp, our plugin shows up, the function is broken (error occurred when flex ui calling java service: " Could not connect to vSphere Web Client. Contact your administrator to fix this issue.").
Thank you very much