Results 25 comments of Patrick C

I'm pretty sure the tests were working when I wrote them, so I'm not sure what has changed since then... This is going to require some further investigation.

It seems that this is actually a limitation of the vSphere API. According to [this link](https://communities.vmware.com/thread/430908) on the VMware Communities forum, people seem to be having similar issues. Just brainstorming...

I haven't had time to maintain this module -- why no longer throw errors? Just trying to understand rationale before merging everything in.

Do you have an excerpt of the code that calls the node-vsphere functions? I intended people to use node-vsphere which depends upon node-vsphere-soap

I can't update soap to 0.9.x since it introduces a bug that breaks node-vsphere-soap. If you could find a soap version between the two that works in v0.12+, but doesn't...

That's weird -- when I do an `npm info node-vsphere-soap` it looks like it's already there... ``` pc-macbook:~ pat$ npm info node-vsphere-soap { name: 'node-vsphere-soap', description: 'interface to vSphere SOAP/WSDL...

That's a good question -- gimme some time to look into it. I haven't tried running this stuff on node v4.0.0 at all -- I wonder if one of its...

I haven't had time to research it further, but it seems the behavior changes even between minor releases within v0.12 ``` pc-macbook:nvstest pat$ nvm use v4.1.1 Now using node v4.1.1...

How much time passes before the auth token expires? It was my understanding that the auth token expiration is lengthened each time an operation happens using that token, but I...

It looks like the command you may be sending may not be providing all the arguments it needs to run properly. I don't have your code so it will be...