Nodejs + vmware vsphere sdk soap connection

I try to use NodeJS with soap and connect to VMWare WSDL in ESX or virtual center, but I could not do this. Any pointers would be really helpful.

I am using node-soap and I also found a php tutorial using soap for connecting to ESX http://www.helixstorm.com/connecting-vsphere-api-php5-soap/

Thank!

+3
source share
1 answer

I was able to create a connection to the VMware SOAP API using the node-soap module . The key is that their interface requires cookie authentication, so in addition to this module you will also need the soap-cookie module .

, vCenter/ESXi vSphere API . , .

+1

All Articles