Web Service

This post is going to be about using simple object collectors to get a list of virtual machines on a given host. Now, there are a couple of ways to do this, namely using traversal objects, but for this post, we are going to keep it simple. We will get to the TraversalSpec object in [...]

Continue reading about Accessing the VMWare API to retrieve Virtual Machine Properties.

So I am trying to put together some short tutorials about using VMWare ESX Web Service together with .NET. These tutorials  are meant to be specific and pointed for a single item. So, on with the first posting for the ESX web Service API. Before you dig into the the code below, this code references [...]

Continue reading about VMWware SDK HowTo Series: Login to the ESX WebService from .NET (C#)

JohnMcBride on January 26th, 2009

I am prototyping some ESX integration and needed to add a reference to the ESX web service, but couldnt remember what the URL was. So…. if you need to access the ESX from a Visual Studio project, You will need to add a Web Service Reference, and point the URL to the following link https://<your [...]

Continue reading about Accessing the ESX Web Service WSDL