<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:clearspace="http://www.jivesoftware.com/xmlns/clearspace/rss" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:opensearch="http://a9.com/-/spec/opensearch/1.1/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>VMware Communities : Thread List - vCenter Lab Manager API</title>
    <link>http://communities.vmware.com/community/developer/forums/labmanager?view=discussions</link>
    <description>Latest Forum Threads in vCenter Lab Manager API</description>
    <language>en</language>
    <pubDate>Thu, 12 Nov 2009 18:47:09 GMT</pubDate>
    <generator>Clearspace 1.10.12 (http://jivesoftware.com/products/clearspace/)</generator>
    <dc:date>2009-11-12T18:47:09Z</dc:date>
    <dc:language>en</dc:language>
    <item>
      <title>Resetting a machine's internal IP address in LM 4.0?</title>
      <link>http://communities.vmware.com/thread/227450</link>
      <description>&lt;br /&gt;
Here's my situation: I am cloning multiple Library configurations into an existing workspace configuration using the internal SOAP API (4.0). I already have everything working with LibraryCloneToWorkspace(), including a provision for if multiple machines are inserted with the same name (renaming them as they are added so that they are sure to have a unique name, like LM does internally), and using MachineResetMacAddress() to prevent conflicts with that.&lt;br /&gt;
&lt;p /&gt;
The issue I run into (which is a common case for my application) is that two machines based on the same template are cloned into the same configuration; thus, they have the same name, MAC address, and internal IP. I have the name and MAC address issues sorted out, as I said... but I don't yet have a way to deal with the internal IP.&lt;br /&gt;
&lt;p /&gt;
I intend to keep looking around for a solution, but I was wondering if anyone else has run into the same issue. My guess is that the answer is either in some obscure, yet-undocumented option in MachinePerformAction, or in some argument for a deployment method (i.e., the "Force Recustomization" checkbox). Any ideas? &lt;br /&gt;
&lt;p /&gt;
On a related note, has anyone seen the 4.0 internal API docs floating around?</description>
      <category domain="http://communities.vmware.com/tags?communityID=2981">internal_api</category>
      <category domain="http://communities.vmware.com/tags?communityID=2981">internalip</category>
      <category domain="http://communities.vmware.com/tags?communityID=2981">libraryclonetoworkspace</category>
      <category domain="http://communities.vmware.com/tags?communityID=2981">labmanager_4.0_api</category>
      <pubDate>Fri, 21 Aug 2009 13:01:44 GMT</pubDate>
      <author>tleavitt</author>
      <guid>http://communities.vmware.com/thread/227450</guid>
      <dc:date>2009-08-21T13:01:44Z</dc:date>
      <clearspace:dateToText>2 weeks, 21 hours ago</clearspace:dateToText>
      <clearspace:messageCount>3</clearspace:messageCount>
      <clearspace:replyCount>2</clearspace:replyCount>
    </item>
    <item>
      <title>determining expired configurations</title>
      <link>http://communities.vmware.com/thread/239502</link>
      <description>It seems that ListConfigurations() calls return all configurations, including those whose storage lease has expired. We would like to be able to exclude these configurations from the results, but can see no way to distinguish between an expired configuration and an unexpired configuration.  we are currently using the v3 api. Looking at v4 it seems there are additional methods and members relating to leases, but still nothing that would enable us to figure out if a configuration's storage lease had expired. &lt;br /&gt;
&lt;br /&gt;
Is there any way to achieve this? Or at least is there a way to determine if a config has expired from any other properties?</description>
      <category domain="http://communities.vmware.com/tags?communityID=2981">api</category>
      <category domain="http://communities.vmware.com/tags?communityID=2981">configuration</category>
      <category domain="http://communities.vmware.com/tags?communityID=2981">strage_lease</category>
      <pubDate>Thu, 29 Oct 2009 15:16:45 GMT</pubDate>
      <author>MartinCartwright</author>
      <guid>http://communities.vmware.com/thread/239502</guid>
      <dc:date>2009-10-29T15:16:45Z</dc:date>
      <clearspace:dateToText>3 weeks, 8 hours ago</clearspace:dateToText>
      <clearspace:messageCount>3</clearspace:messageCount>
      <clearspace:replyCount>2</clearspace:replyCount>
    </item>
    <item>
      <title>Java Exception when GetConfigurationByName called for non-existent Configuration</title>
      <link>http://communities.vmware.com/thread/239279</link>
      <description>Hi All -&lt;br /&gt;
&lt;br /&gt;
I'm updating our Java-based application from the LM 2.5.3 API to LM 4 API.  I'm using the unsupported API, and leveraging Axis2 for the SOAP work.&lt;br /&gt;
When using GetConfigurationByName, all works well as long as the requested Configuration exists in LM.&lt;br /&gt;
But, if it doesn't, I get an oddball Axis2/SOAP error (see below).&lt;br /&gt;
&lt;br /&gt;
Anybody else having this problem?&lt;br /&gt;
In fact, anybody else still using Java for LM API? Kinda feels like VMware has abandoned all but the Windows/C# crowd. &lt;img class="jive-emoticon" border="0" src="http://communities.vmware.com/images/emoticons/sad.gif" alt=":-(" /&gt;&lt;br /&gt;
&lt;br /&gt;
Thanks,&lt;br /&gt;
JC&lt;br /&gt;
&lt;br /&gt;
2009-10-28 15:53:07,518 &lt;a class="jive-link-adddocument" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;subject=main"&gt;main&lt;/a&gt; ERROR labmanageradapter.LabManagerAdapter  - Unknown exception encountered when retrieving configuration&lt;br /&gt;
org.apache.axiom.om.impl.exception.OMBuilderException: detail unsupported element in SOAPFault element&lt;br /&gt;
	at org.apache.axiom.soap.impl.builder.SOAP12BuilderHelper.handleEvent(SOAP12BuilderHelper.java:175)&lt;br /&gt;
	at org.apache.axiom.soap.impl.builder.StAXSOAPModelBuilder.constructNode(StAXSOAPModelBuilder.java:374)&lt;br /&gt;
	at org.apache.axiom.soap.impl.builder.StAXSOAPModelBuilder.createOMElement(StAXSOAPModelBuilder.java:212)&lt;br /&gt;
	at org.apache.axiom.soap.impl.builder.StAXSOAPModelBuilder.createNextOMElement(StAXSOAPModelBuilder.java:191)&lt;br /&gt;
	at org.apache.axiom.om.impl.builder.StAXOMBuilder.next(StAXOMBuilder.java:172)&lt;br /&gt;
	at org.apache.axiom.om.impl.llom.OMElementImpl.buildNext(OMElementImpl.java:633)&lt;br /&gt;
	at org.apache.axiom.om.impl.llom.OMNodeImpl.getNextOMSibling(OMNodeImpl.java:141)&lt;br /&gt;
	at org.apache.axiom.om.impl.llom.OMElementImpl.getNextOMSibling(OMElementImpl.java:314)&lt;br /&gt;
	at org.apache.axiom.om.impl.traverse.OMChildrenQNameIterator.next(OMChildrenQNameIterator.java:118)&lt;br /&gt;
	at org.apache.axiom.om.impl.llom.OMElementImpl.getFirstChildWithName(OMElementImpl.java:252)&lt;br /&gt;
	at org.apache.axiom.soap.impl.llom.soap12.SOAP12FaultImpl.getReason(SOAP12FaultImpl.java:143)&lt;br /&gt;
	at org.apache.axis2.AxisFault.initializeValues(AxisFault.java:202)&lt;br /&gt;
	at org.apache.axis2.AxisFault.&amp;lt;init&amp;gt;(AxisFault.java:196)&lt;br /&gt;
	at org.apache.axis2.util.Utils.getInboundFaultFromMessageContext(Utils.java:512)&lt;br /&gt;
	at org.apache.axis2.description.OutInAxisOperationClient.handleResponse(OutInAxisOperation.java:370)&lt;br /&gt;
	at org.apache.axis2.description.OutInAxisOperationClient.send(OutInAxisOperation.java:416)&lt;br /&gt;
	at org.apache.axis2.description.OutInAxisOperationClient.executeImpl(OutInAxisOperation.java:228)&lt;br /&gt;
	at org.apache.axis2.client.OperationClient.execute(OperationClient.java:163)&lt;br /&gt;
	at com.vmware.labmanager.VMwareLabManagerSOAPinterfaceStub.GetConfigurationByName(VMwareLabManagerSOAPinterfaceStub.java:4428)&lt;br /&gt;
	at org.nplace.ci.fap.labmanageradapter.LabManagerAdapter.getConfigurationByName(LabManagerAdapter.java:390)</description>
      <pubDate>Wed, 28 Oct 2009 20:14:47 GMT</pubDate>
      <author>JohnCasebolt</author>
      <guid>http://communities.vmware.com/thread/239279</guid>
      <dc:date>2009-10-28T20:14:47Z</dc:date>
      <clearspace:dateToText>4 weeks, 1 day ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>How to retrieve DataStore Path</title>
      <link>http://communities.vmware.com/thread/213075</link>
      <description>&lt;br /&gt;
I'm writing a perl script using Labmanager SOAP API  to deploy multiple configs in Labmanger. After deploying the Config/VM, I would like to interact with the VMs in each config. To do this I am using the VIX Perl API. My issue is that I need to know the datastore path of each VM as soon as it is deployed so that VIX commands can be ran on it. &lt;br /&gt;
&lt;p /&gt;
 The script is multi-threaded. Each thread represents one configuration with one vm.  &lt;br /&gt;
&lt;p /&gt;
I know how to list all the datastores for all registered VMs. The VM name is not unique so I cannot parse this list for that. Does anyone know a way to reliably get the datastore path for a VM knowing either the MachineId or ConfigID/MachineID combo? Ideall I would be able to do sometype of search for the ID that will yield the datastore path. &lt;br /&gt;
&lt;p /&gt;
 I'm open to VI Toolkit, VIX or anything else out there that will allow me to get this info (preferably using Perl).&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
Thanks.</description>
      <category domain="http://communities.vmware.com/tags?communityID=2981">datastore</category>
      <category domain="http://communities.vmware.com/tags?communityID=2981">path</category>
      <category domain="http://communities.vmware.com/tags?communityID=2981">vix</category>
      <category domain="http://communities.vmware.com/tags?communityID=2981">deploy</category>
      <category domain="http://communities.vmware.com/tags?communityID=2981">guest</category>
      <pubDate>Tue, 02 Jun 2009 15:11:18 GMT</pubDate>
      <author>vemwhere</author>
      <guid>http://communities.vmware.com/thread/213075</guid>
      <dc:date>2009-06-02T15:11:18Z</dc:date>
      <clearspace:dateToText>1 month, 2 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>6</clearspace:messageCount>
      <clearspace:replyCount>5</clearspace:replyCount>
    </item>
    <item>
      <title>Lab Manager plug-in for VMware Orchestrator?</title>
      <link>http://communities.vmware.com/thread/235053</link>
      <description>&lt;br /&gt;
Is Lab Manager plug-in for VMware Orchestrator available? &lt;br /&gt;
&lt;p /&gt;
 If not, please, suggest a simplest way to integrate Lab Manager to VMware Orchestrator.</description>
      <pubDate>Mon, 05 Oct 2009 10:48:34 GMT</pubDate>
      <author>AlexeyBykov</author>
      <guid>http://communities.vmware.com/thread/235053</guid>
      <dc:date>2009-10-05T10:48:34Z</dc:date>
      <clearspace:dateToText>1 month, 3 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>VMWare Tools for Server 2008 R2</title>
      <link>http://communities.vmware.com/thread/213526</link>
      <description>&lt;br /&gt;
Hi,&lt;br /&gt;
&lt;p /&gt;
 I've recently attempted to install the Server 2008 R2 release candidate on a VM in LabManager only to discover that VMWare Tools does contain a supported driver for the Ethernet adapter. Is there an ISO of the latest VMWare tools that would address this or is VMWare simply waiting for the full release?&lt;br /&gt;
&lt;p /&gt;
Regards,&lt;br /&gt;
&lt;p /&gt;
Michael Taylor &lt;br /&gt;
&lt;p /&gt;
&lt;br /&gt;</description>
      <pubDate>Thu, 04 Jun 2009 02:41:48 GMT</pubDate>
      <author>Michael1985</author>
      <guid>http://communities.vmware.com/thread/213526</guid>
      <dc:date>2009-06-04T02:41:48Z</dc:date>
      <clearspace:dateToText>1 month, 4 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>3</clearspace:messageCount>
      <clearspace:replyCount>2</clearspace:replyCount>
    </item>
    <item>
      <title>Change Name in Machine Defined in Workspace</title>
      <link>http://communities.vmware.com/thread/226257</link>
      <description>&lt;br /&gt;
I am using Lab Manager 3 and would like to be able to change the Name of a machine defined in the Workspace before I Clone and Deploy the Workspace. I have everything working with the supported APIs except the Name change.&lt;br /&gt;
&lt;p /&gt;
 I've looked at the LabManagerInternal services but don't see anything obvious.&lt;br /&gt;
&lt;p /&gt;
 Any suggestions?</description>
      <pubDate>Fri, 14 Aug 2009 22:51:17 GMT</pubDate>
      <author>dphinc</author>
      <guid>http://communities.vmware.com/thread/226257</guid>
      <dc:date>2009-08-14T22:51:17Z</dc:date>
      <clearspace:dateToText>2 months, 1 week ago</clearspace:dateToText>
      <clearspace:messageCount>3</clearspace:messageCount>
      <clearspace:replyCount>2</clearspace:replyCount>
    </item>
    <item>
      <title>Internal LM API Operation "machineInsertCDFromPath" returns "Deprecated. Use ESX30Agent.SmbMount"</title>
      <link>http://communities.vmware.com/thread/230406</link>
      <description>In LM 3.0, attempting to use the "machineInsertCDFromPath" operation, we get the result:  "Deprecated. Use ESX30Agent.SmbMount".   Is this operation broken?   Any suggestions?</description>
      <pubDate>Tue, 08 Sep 2009 14:19:00 GMT</pubDate>
      <author>dleigh</author>
      <guid>http://communities.vmware.com/thread/230406</guid>
      <dc:date>2009-09-08T14:19:00Z</dc:date>
      <clearspace:dateToText>2 months, 2 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>How to know the labamanger version ?</title>
      <link>http://communities.vmware.com/thread/225940</link>
      <description>Is it possible to retreive the labmanager version to which am connecting using the LabManager SOAP?&lt;br /&gt;
&lt;br /&gt;
Thanks.</description>
      <pubDate>Thu, 13 Aug 2009 12:05:42 GMT</pubDate>
      <author>vm_wonder</author>
      <guid>http://communities.vmware.com/thread/225940</guid>
      <dc:date>2009-08-13T12:05:42Z</dc:date>
      <clearspace:dateToText>2 months, 4 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>3</clearspace:messageCount>
      <clearspace:replyCount>2</clearspace:replyCount>
    </item>
    <item>
      <title>Changing a Configuration's Property Values</title>
      <link>http://communities.vmware.com/thread/225018</link>
      <description>&lt;br /&gt;
How does one change any of the properties of a Configuration and persist them to the system?  Specifically, it is the "description" property that I would like to adjust for an existing, or newly captured, Configuration.  I cannot determine how to do this, even with the "LabManagerInternal" WSDL, but the web application provides a property window that the user can adjust and persist so it must be possible.  The only function I can find that accepts a "description" argument is the ConfigurationCopy function, but I don't think that I want to create a copy of a configuration each time I want to change the description, right?</description>
      <category domain="http://communities.vmware.com/tags?communityID=2981">lab_manager_sdk</category>
      <category domain="http://communities.vmware.com/tags?communityID=2981">internalapi</category>
      <category domain="http://communities.vmware.com/tags?communityID=2981">internal</category>
      <category domain="http://communities.vmware.com/tags?communityID=2981">developer</category>
      <category domain="http://communities.vmware.com/tags?communityID=2981">configuration</category>
      <category domain="http://communities.vmware.com/tags?communityID=2981">soap_api</category>
      <pubDate>Fri, 07 Aug 2009 13:42:22 GMT</pubDate>
      <author>SteveFonden</author>
      <guid>http://communities.vmware.com/thread/225018</guid>
      <dc:date>2009-08-07T13:42:22Z</dc:date>
      <clearspace:dateToText>3 months, 2 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>9</clearspace:messageCount>
      <clearspace:replyCount>8</clearspace:replyCount>
    </item>
    <item>
      <title>URGENT API calls to LabManager 4.0 fails</title>
      <link>http://communities.vmware.com/thread/224997</link>
      <description>My organization recently upgraded the Labmanager from v3.0 to v4.0. The methods what we exposed through C# .net assembly started failing after upgrade of labmanager while it worked perfectly in previous versions (both v2.5 and v3.0). Please advice immediately since this is very critical.&lt;br /&gt;
&lt;br /&gt;
The exceptions are thrown in Labmanager SOAP methods like ListConfigurations(), GetSingleConfigurationByName() and probably others too.&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;(Exception: Could not find Bucket in database given the parameters---&amp;gt;)&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
Sample code which worked in v3.0 while it fails in v4.0 :&lt;br /&gt;
&lt;br /&gt;
binding = new LabManagerSoap.LabManagerSOAPinterface();&lt;br /&gt;
binding.Url = sLabManagerSOAPUrl;&lt;br /&gt;
binding.Timeout = 10 * 300 * 1000;&lt;br /&gt;
&lt;br /&gt;
binding.AuthenticationHeaderValue = new LabManagerSoap.AuthenticationHeader();&lt;br /&gt;
binding.AuthenticationHeaderValue.username = sUsername;&lt;br /&gt;
binding.AuthenticationHeaderValue.password = sPassword;&lt;br /&gt;
ServicePointManager.CertificatePolicy = new CertificateAccepter();&lt;br /&gt;
&lt;br /&gt;
//** Get Configurations in Workspace and see if the connection could be established&lt;br /&gt;
int configurationType = 1; //** 1=Workspace&lt;br /&gt;
LabManagerSoap.Configuration[] WSconfigurations = binding.ListConfigurations(configurationType); &amp;lt;---- exception is thrown here.&lt;br /&gt;
&lt;p /&gt;
Thanks.</description>
      <category domain="http://communities.vmware.com/tags?communityID=2981">labmanager_4.0_api</category>
      <category domain="http://communities.vmware.com/tags?communityID=2981">could_not_find_bucket_in_database_given_the_parameters</category>
      <pubDate>Fri, 07 Aug 2009 11:39:51 GMT</pubDate>
      <author>vm_wonder</author>
      <guid>http://communities.vmware.com/thread/224997</guid>
      <dc:date>2009-08-07T11:39:51Z</dc:date>
      <clearspace:dateToText>3 months, 2 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>6</clearspace:messageCount>
      <clearspace:replyCount>5</clearspace:replyCount>
    </item>
    <item>
      <title>ConfigurationDeployEx Sample Code Needed</title>
      <link>http://communities.vmware.com/thread/218118</link>
      <description>Could anybody send me some sample code using the ConfigurationDeployEx method? The standard ConfigurationDeploy method is not powerful enough to do what I need, but I can't get the ConfigurationDeployEx method to work no matter what I try. Preferably I need sample code in C# 2008. Thanks in advance.</description>
      <category domain="http://communities.vmware.com/tags?communityID=2981">configurationdeployex</category>
      <category domain="http://communities.vmware.com/tags?communityID=2981">internal</category>
      <pubDate>Fri, 26 Jun 2009 15:23:28 GMT</pubDate>
      <author>cregan89</author>
      <guid>http://communities.vmware.com/thread/218118</guid>
      <dc:date>2009-06-26T15:23:28Z</dc:date>
      <clearspace:dateToText>3 months, 2 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>11</clearspace:messageCount>
      <clearspace:replyCount>10</clearspace:replyCount>
    </item>
    <item>
      <title>SOAP Equivilant for:  Clone to existing worspace?</title>
      <link>http://communities.vmware.com/thread/205825</link>
      <description>&lt;br /&gt;
I would like to automate the "merging" of two different library configurations into a single work space. The two base configurations making up the merge are libraries. Is there a mechanism to do this using the LabManagerInternal API set? &lt;br /&gt;
&lt;p /&gt;
My first attempt was to use Checkout. That API fails due to the server side requirement that the target of checkout operation may not exist. This is shown below:&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote&gt;test: &lt;br clear="all" /&gt; &lt;a class="jive-link-adddocument" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;subject=LabMinder%3ACheckout"&gt;LabMinder:Checkout&lt;/a&gt; Checking out library:  LoadRunner4K_SSH to workspace: TaskS &lt;br clear="all" /&gt; pace500.15 &lt;br clear="all" /&gt; BUILD FAILED &lt;br clear="all" /&gt; javax.xml.ws.soap.SOAPFaultException: "TaskSpace500.15" already exists in the workspace. ---&amp;gt; "TaskSpace500.15" already exists in the workspace. ---&amp;gt; "TaskSpace500.15" already exists in the workspace.&lt;/blockquote&gt;
&lt;br /&gt;
I next considered using the ConfigurationClone method. That method requries a &lt;b&gt;workspace&lt;/b&gt; to be passed in on the configurationId argument as shown below: &lt;br /&gt;
&lt;br /&gt;
&lt;blockquote&gt;test: &lt;br clear="all" /&gt; &lt;a class="jive-link-adddocument" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;subject=LabMinder%3AClone"&gt;LabMinder:Clone&lt;/a&gt; Starting to clone configuration LoadRunner4K_SSH &lt;br clear="all" /&gt; BUILD FAILED &lt;br clear="all" /&gt; javax.xml.ws.soap.SOAPFaultException: This configuration is not a Workspace Configuration ---&amp;gt; This configuration is not a Workspace Configuration ---&amp;gt; This configuration is not a Workspace Configuration&lt;/blockquote&gt;
&lt;br /&gt;
My question is what API call should I be using to do this? I looked at ConfigurationCopy however that method requires that a VMCopyData structure be created. The requirement of the VMCopyData structure implies that this call initiates a deep copy operation, potentially onto a different data store. &lt;br /&gt;
&lt;p /&gt;
Is there a way to do this?</description>
      <category domain="http://communities.vmware.com/tags?communityID=2981">lab_manager_sdk</category>
      <category domain="http://communities.vmware.com/tags?communityID=2981">sdk_documentation</category>
      <category domain="http://communities.vmware.com/tags?communityID=2981">soap_api</category>
      <pubDate>Mon, 20 Apr 2009 18:33:33 GMT</pubDate>
      <author>Michael Ottati</author>
      <guid>http://communities.vmware.com/thread/205825</guid>
      <dc:date>2009-04-20T18:33:33Z</dc:date>
      <clearspace:dateToText>4 months, 1 week ago</clearspace:dateToText>
      <clearspace:messageCount>7</clearspace:messageCount>
      <clearspace:replyCount>6</clearspace:replyCount>
    </item>
    <item>
      <title>ConfigurationDeploy()</title>
      <link>http://communities.vmware.com/thread/220697</link>
      <description>&lt;br /&gt;
Hi al, &lt;br /&gt;
&lt;p /&gt;
 i am sucessfull cloned and deployed using PowershellCTP3, but there is no option to connect to the physical network during deploy, here my comman:-&lt;br /&gt;
&lt;p /&gt;
$labmanager.ConfigurationDeploy(132,0,4)  , the "4" for FenceAllowInAndOut,&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
 What i'm trying to do is clone the configuration, deploy them and export the external IP address, so user can connect any VMs from their computer.&lt;br /&gt;
&lt;p /&gt;
Any suggestion? &lt;br /&gt;
&lt;p /&gt;
I can see the  "BeginConfigurationDeploy" and EndConfigurationDeploy but not sure how to user them (from $labManager | gm | where { $_.MemberType -eq "Method" }) &lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
Thanks&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
ps: I have seen  a lotof potential useful funtion in LabManagerInternal Class, but not sure how to use them,is anylink I could read?&lt;br /&gt;
&lt;p /&gt;
&lt;br /&gt;</description>
      <pubDate>Mon, 13 Jul 2009 09:58:44 GMT</pubDate>
      <author>CapiZikus</author>
      <guid>http://communities.vmware.com/thread/220697</guid>
      <dc:date>2009-07-13T09:58:44Z</dc:date>
      <clearspace:dateToText>4 months, 2 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>3</clearspace:messageCount>
      <clearspace:replyCount>2</clearspace:replyCount>
    </item>
    <item>
      <title>Script to Clone Configuration and Deploys in LM</title>
      <link>http://communities.vmware.com/thread/220437</link>
      <description>&lt;br /&gt;
Is anyway I could create a script to clone a config that shared in LM and deploys them afterward?&lt;br /&gt;
I know how to do clone and deploy script using VI Toolkit, but not sure about the LM, any suggest or starting poing please.&lt;br /&gt;
&lt;p /&gt;
Thanks</description>
      <pubDate>Fri, 10 Jul 2009 15:04:54 GMT</pubDate>
      <author>CapiZikus</author>
      <guid>http://communities.vmware.com/thread/220437</guid>
      <dc:date>2009-07-10T15:04:54Z</dc:date>
      <clearspace:dateToText>4 months, 2 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>3</clearspace:messageCount>
      <clearspace:replyCount>2</clearspace:replyCount>
    </item>
    <item>
      <title>internalIP seems to always be null?</title>
      <link>http://communities.vmware.com/thread/218096</link>
      <description>Hello fellow experts it's me again... :-P&lt;br /&gt;
&lt;br /&gt;
First I'll give you a brief overview of what I am trying to accomplish&lt;br /&gt;
for my project, cause I am hoping someone here is going through the same thing&lt;br /&gt;
and maybe we will be able to help each other in doing so...&lt;br /&gt;
&lt;p /&gt;
&lt;br /&gt;
We purchased Lab Manager to replace out QA automation testing environment&lt;br /&gt;
from ESX, this decision was made on what the SOAP API that Lab Manager&lt;br /&gt;
offers.  We are trying to develop a system for our QA testers that will&lt;br /&gt;
deploy a bank of images on demand power them on, and execute a series of test,&lt;br /&gt;
and also have the ability to underplay the image bank when it's done to release&lt;br /&gt;
the SilkTest agent license so other test can be run.  (SilkTest is our&lt;br /&gt;
sledgehammer QA automation tool we use to perform all our automated regression&lt;br /&gt;
and function tests) &lt;br /&gt;
&lt;p /&gt;
&lt;br /&gt;
I am currently able to "checkout" and "Check in"&lt;br /&gt;
now I am trying to start up a process (i.e. SilkTest with the given test) and&lt;br /&gt;
wait for the process to end.  Now when I try to pull the&lt;br /&gt;
"internalIP" from a deployed and running machine it is null?  I&lt;br /&gt;
am not sure why it's NULL, and I'm kind of at a road block on.   &lt;br /&gt;
&lt;p /&gt;
&lt;br /&gt;
And with that said. Does anyone have any ideas as to why, and is there&lt;br /&gt;
anyone out there who is working on this type of Lab Manager testing environment&lt;br /&gt;
and would like to share some knowledge on developing such a system... &lt;br /&gt;
&lt;p /&gt;
&lt;br /&gt;
Thanks in advance...&lt;br /&gt;
&lt;p /&gt;
&lt;br /&gt;
&lt;sub&gt;swordphish&lt;/sub&gt;</description>
      <pubDate>Fri, 26 Jun 2009 14:18:35 GMT</pubDate>
      <author>Swordphish99</author>
      <guid>http://communities.vmware.com/thread/218096</guid>
      <dc:date>2009-06-26T14:18:35Z</dc:date>
      <clearspace:dateToText>4 months, 3 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>2</clearspace:messageCount>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>How can you get a list of organizations?</title>
      <link>http://communities.vmware.com/thread/218988</link>
      <description>&lt;br /&gt;
I am trying to write a small C# program that will list the Organizations setup in the LabManager environment.  Is there an LabManager SOAP API call to do this?  The only thing that I could find is the "LabManagerInternal.GetOrganizations" method but I am not sure how to use this method.  &lt;br /&gt;
&lt;br /&gt;
Any help would be greatly appreciated.&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;br /&gt;
Thanks&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;br /&gt;
Paul &lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;</description>
      <pubDate>Wed, 01 Jul 2009 20:17:19 GMT</pubDate>
      <author>pyurgal</author>
      <guid>http://communities.vmware.com/thread/218988</guid>
      <dc:date>2009-07-01T20:17:19Z</dc:date>
      <clearspace:dateToText>4 months, 3 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>4</clearspace:messageCount>
      <clearspace:replyCount>3</clearspace:replyCount>
    </item>
    <item>
      <title>How to deploy a sinlge image from a mulitimage configuration?</title>
      <link>http://communities.vmware.com/thread/217936</link>
      <description>&lt;br /&gt;
In the Lab Manager GUI you are able to select the images you want to deploy from a library configuration, is there a way to do this with the SOAP API&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
Thanks in advance...</description>
      <pubDate>Thu, 25 Jun 2009 17:09:06 GMT</pubDate>
      <author>Swordphish99</author>
      <guid>http://communities.vmware.com/thread/217936</guid>
      <dc:date>2009-06-25T17:09:06Z</dc:date>
      <clearspace:dateToText>4 months, 4 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>6</clearspace:messageCount>
      <clearspace:replyCount>5</clearspace:replyCount>
    </item>
    <item>
      <title>Deploy one machine in a workspace config. with fenced networking</title>
      <link>http://communities.vmware.com/thread/208477</link>
      <description>&lt;br /&gt;
Is there a way to deploy one machine from an undeployed workspace configuration with fenced networking?   We can use MachinePerformAction to deploy a single machine from an undeployed workspace, but the machine does not get an external IP address.   If the configuration is first deployed with fenced networking, we can then deploy and undeploy individual machines and get external IPs.   Is there a way to deploy a single machine with fenced networking without first deploying the configuration?  We can do this in the GUI...&lt;br /&gt;
&lt;p /&gt;
Thanks, &lt;br /&gt;
&lt;p /&gt;
&lt;br /&gt;</description>
      <pubDate>Tue, 05 May 2009 18:05:32 GMT</pubDate>
      <author>dleigh</author>
      <guid>http://communities.vmware.com/thread/208477</guid>
      <dc:date>2009-05-05T18:05:32Z</dc:date>
      <clearspace:dateToText>4 months, 4 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>4</clearspace:messageCount>
      <clearspace:replyCount>3</clearspace:replyCount>
    </item>
    <item>
      <title>VMwareLabManagerSOAPinterface is an unknown type</title>
      <link>http://communities.vmware.com/thread/218869</link>
      <description>&lt;br /&gt;
Hi all,&lt;br /&gt;
&lt;p /&gt;
I'm doing my first steps with the SOAP API of the Lab Manager. So far I have set up the project in Visual Studio 2008. As desribed in the SOAP API guide I have created the proxy objects using Visual Studio. I'm able to browse it using Visual Studios object browser. The problem is that I don't see any types starting with "VMware", especially I don't see "VMwareLabManagerSOAPinterface". Because of that the first sample application of the SOAP API guide does not compile.&lt;br /&gt;
&lt;p /&gt;
The attached screenshot shows all types that are available to me. Any help is greatly appreachiated.&lt;br /&gt;
&lt;p /&gt;
Thanks!&lt;br /&gt;
&lt;p /&gt;
ACKH</description>
      <pubDate>Wed, 01 Jul 2009 10:36:13 GMT</pubDate>
      <author>ACKH</author>
      <guid>http://communities.vmware.com/thread/218869</guid>
      <dc:date>2009-07-01T10:36:13Z</dc:date>
      <clearspace:dateToText>4 months, 4 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>2</clearspace:messageCount>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>internalIP seems to always be null?</title>
      <link>http://communities.vmware.com/thread/218097</link>
      <description>Hello fellow experts it's me again... :-P&lt;br /&gt;
 First I'll give you a brief overview of what I am trying to accomplish for my project, cause I am hoping someone here is going through the same thing and maybe we will be able to help each other in doing so...&lt;br /&gt;
We purchased Lab Manager to replace out QA automation testing environment from ESX, this decision was made on what the SOAP API that Lab Manager offers.  We are trying to develop a system for our QA testers that will deploy a bank of images on demand power them on, and execute a series of test, and also have the ability to underplay the image bank when it's done to release the SilkTest agent license so other test can be run.  (SilkTest is our sledgehammer QA automation tool we use to perform all our automated regression and function tests) &lt;br /&gt;
 I am currently able to "checkout" and "Check in" now I am trying to start up a process (i.e. SilkTest with the given test) and wait for the process to end.  Now when I try to pull the "internalIP" from a deployed and running machine it is null?  I am not sure why it's NULL, and I'm kind of at a road block on.   &lt;br /&gt;
And with that said. Does anyone have any ideas as to why, and is there anyone out there who is working on this type of Lab Manager testing environment and would like to share some knowledge on developing such a system... &lt;br /&gt;
 Thanks in advance...&lt;br /&gt;
&lt;sub&gt;swordphish&lt;/sub&gt;</description>
      <pubDate>Fri, 26 Jun 2009 14:19:11 GMT</pubDate>
      <author>Swordphish99</author>
      <guid>http://communities.vmware.com/thread/218097</guid>
      <dc:date>2009-06-26T14:19:11Z</dc:date>
      <clearspace:dateToText>5 months, 4 days ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>VI SDK - vim25.jar will support esx3 server</title>
      <link>http://communities.vmware.com/thread/217577</link>
      <description>&lt;br /&gt;
Hi...&lt;br /&gt;
&lt;p /&gt;
   In our environment we are using vim.jar ..now we are going to replace vim25.jar instead of vim.jar..  vim25.jar will support esx3 server..&lt;br /&gt;
&lt;p /&gt;
If am using that vim25.jar ........It throws SOAP exception.....Is any idea ?</description>
      <pubDate>Wed, 24 Jun 2009 07:58:00 GMT</pubDate>
      <author>kbr5678</author>
      <guid>http://communities.vmware.com/thread/217577</guid>
      <dc:date>2009-06-24T07:58:00Z</dc:date>
      <clearspace:dateToText>5 months, 5 days ago</clearspace:dateToText>
      <clearspace:messageCount>2</clearspace:messageCount>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>Iam using vim25.jar used to connect esx3 server VI SDK -not vCenter</title>
      <link>http://communities.vmware.com/thread/217548</link>
      <description>&lt;br /&gt;
Hi ..&lt;br /&gt;
&lt;p /&gt;
        Iam using vim25.jar used to connect esx3 server via VI SDK &lt;br /&gt;
&lt;p /&gt;
  throws exception&lt;br /&gt;
&lt;p /&gt;
 AxisFault&lt;br /&gt;
 faultCode: ClientFaultCode&lt;br /&gt;
 faultSubcode: &lt;br /&gt;
 faultString: Unsupported namespace in content of SOAP Body&lt;br /&gt;
 faultActor: &lt;br /&gt;
 faultNode: &lt;br /&gt;
 faultDetail: &lt;br /&gt;
    {&lt;a class="jive-link-external" href="http://xml.apache.org/axis/"&gt;http://xml.apache.org/axis/&lt;/a&gt;}stackTrace:Unsupported namespace in content of SOAP Body&lt;br /&gt;
    at org.apache.axis.message.SOAPFaultBuilder.createFault(SOAPFaultBuilder.java:222)&lt;br /&gt;
    at org.apache.axis.message.SOAPFaultBuilder.endElement(SOAPFaultBuilder.java:129)&lt;br /&gt;
    at org.apache.axis.encoding.DeserializationContext.endElement(DeserializationContext.java:1087)&lt;br /&gt;
    at org.apache.xerces.parsers.AbstractSAXParser.endElement(Unknown Source)&lt;br /&gt;
    at org.apache.xerces.impl.XMLNSDocumentScannerImpl.scanEndElement(Unknown Source)&lt;br /&gt;
    at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(Unknown Source)&lt;br /&gt;
    at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)&lt;br /&gt;
    at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)&lt;br /&gt;
    at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)&lt;br /&gt;
    at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)&lt;br /&gt;
    at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source)&lt;br /&gt;
    at org.apache.xerces.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)&lt;br /&gt;
    at javax.xml.parsers.SAXParser.parse(Unknown Source)&lt;br /&gt;
    at org.apache.axis.encoding.DeserializationContext.parse(DeserializationContext.java:227)&lt;br /&gt;
    at org.apache.axis.SOAPPart.getAsSOAPEnvelope(SOAPPart.java:696)&lt;br /&gt;
    at org.apache.axis.Message.getSOAPEnvelope(Message.java:435)&lt;br /&gt;
    at org.apache.axis.handlers.soap.MustUnderstandChecker.invoke(MustUnderstandChecker.java:62)&lt;br /&gt;
    at org.apache.axis.client.AxisClient.invoke(AxisClient.java:206)&lt;br /&gt;
    at org.apache.axis.client.Call.invokeEngine(Call.java:2784)&lt;br /&gt;
    at org.apache.axis.client.Call.invoke(Call.java:2767)&lt;br /&gt;
    at org.apache.axis.client.Call.invoke(Call.java:2443)&lt;br /&gt;
    at org.apache.axis.client.Call.invoke(Call.java:2366)&lt;br /&gt;
    at org.apache.axis.client.Call.invoke(Call.java:1812)&lt;br /&gt;
    at com.vmware.vim25.VimBindingStub.retrieveServiceContent(VimBindingStub.java:43886)&lt;br /&gt;
    at Vm25Connection.getEsxConnection(Vm25Connection.java:28)&lt;br /&gt;
    at Vm25ConnectionPool.getConnection(Vm25ConnectionPool.java:130)&lt;br /&gt;
    at VmGetInfoReal.getEsxConnection(VmGetInfoReal.java:1001)&lt;br /&gt;
    at VmGetInfoConnectionThread.isConnectedToEsx(VmGetInfoConnectionThread.java:58)&lt;br /&gt;
    at VmGetInfoConnectionThread.run(VmGetInfoConnectionThread.java:17)&lt;br /&gt;
&lt;br /&gt;
    {&lt;a class="jive-link-external" href="http://xml.apache.org/axis/"&gt;http://xml.apache.org/axis/&lt;/a&gt;}hostname:egurkha161&lt;br /&gt;
&lt;br /&gt;
Unsupported namespace in content of SOAP Body&lt;br /&gt;
    at org.apache.axis.message.SOAPFaultBuilder.createFault(SOAPFaultBuilder.java:222)&lt;br /&gt;
    at org.apache.axis.message.SOAPFaultBuilder.endElement(SOAPFaultBuilder.java:129)&lt;br /&gt;
    at org.apache.axis.encoding.DeserializationContext.endElement(DeserializationContext.java:1087)&lt;br /&gt;
    at org.apache.xerces.parsers.AbstractSAXParser.endElement(Unknown Source)&lt;br /&gt;
    at org.apache.xerces.impl.XMLNSDocumentScannerImpl.scanEndElement(Unknown Source)&lt;br /&gt;
    at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(Unknown Source)&lt;br /&gt;
    at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)&lt;br /&gt;
    at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)&lt;br /&gt;
    at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)&lt;br /&gt;
    at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)&lt;br /&gt;
    at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source)&lt;br /&gt;
    at org.apache.xerces.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)&lt;br /&gt;
    at javax.xml.parsers.SAXParser.parse(Unknown Source)&lt;br /&gt;
    at org.apache.axis.encoding.DeserializationContext.parse(DeserializationContext.java:227)&lt;br /&gt;
    at org.apache.axis.SOAPPart.getAsSOAPEnvelope(SOAPPart.java:696)&lt;br /&gt;
    at org.apache.axis.Message.getSOAPEnvelope(Message.java:435)&lt;br /&gt;
    at org.apache.axis.handlers.soap.MustUnderstandChecker.invoke(MustUnderstandChecker.java:62)&lt;br /&gt;
    at org.apache.axis.client.AxisClient.invoke(AxisClient.java:206)&lt;br /&gt;
    at org.apache.axis.client.Call.invokeEngine(Call.java:2784)&lt;br /&gt;
    at org.apache.axis.client.Call.invoke(Call.java:2767)&lt;br /&gt;
    at org.apache.axis.client.Call.invoke(Call.java:2443)&lt;br /&gt;
    at org.apache.axis.client.Call.invoke(Call.java:2366)&lt;br /&gt;
    at org.apache.axis.client.Call.invoke(Call.java:1812)&lt;br /&gt;
    at com.vmware.vim25.VimBindingStub.retrieveServiceContent(VimBindingStub.java:43886)&lt;br /&gt;
    at Vm25Connection.getEsxConnection(Vm25Connection.java:28)&lt;br /&gt;
    at Vm25ConnectionPool.getConnection(Vm25ConnectionPool.java:130)&lt;br /&gt;
    at VmGetInfoReal.getEsxConnection(VmGetInfoReal.java:1001)&lt;br /&gt;
    at VmGetInfoConnectionThread.isConnectedToEsx(VmGetInfoConnectionThread.java:58)&lt;br /&gt;
    at VmGetInfoConnectionThread.run(VmGetInfoConnectionThread.java:17)&lt;br /&gt;
&lt;br /&gt;</description>
      <pubDate>Wed, 24 Jun 2009 05:36:51 GMT</pubDate>
      <author>kbr5678</author>
      <guid>http://communities.vmware.com/thread/217548</guid>
      <dc:date>2009-06-24T05:36:51Z</dc:date>
      <clearspace:dateToText>5 months, 6 days ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>VI SDK to monitor an ESX server and its VMs through VC.</title>
      <link>http://communities.vmware.com/thread/217546</link>
      <description>&lt;br /&gt;
Hi&lt;br /&gt;
&lt;p /&gt;
I am using VI SDK to monitor an ESX server and its VMs through VC. ESX metrics are retrieved properly but no VMs are discovered. I have used the administrator only. VC version is 2.5 update 4. Has any one seen this issue before? Any clues?"&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
Thanks&lt;br /&gt;
&lt;p /&gt;
ram</description>
      <pubDate>Wed, 24 Jun 2009 04:38:10 GMT</pubDate>
      <author>kbr5678</author>
      <guid>http://communities.vmware.com/thread/217546</guid>
      <dc:date>2009-06-24T04:38:10Z</dc:date>
      <clearspace:dateToText>5 months, 6 days ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>How to Deploy to a virtual network connected to a physical network</title>
      <link>http://communities.vmware.com/thread/201044</link>
      <description>I working with a configuration that is set up as virtual network for its network. I want to be able to deploy it while connecting it to a physicla network, and allowing in/out trafffic. Can someone enlighten me?</description>
      <pubDate>Mon, 23 Mar 2009 16:01:23 GMT</pubDate>
      <author>AHutton</author>
      <guid>http://communities.vmware.com/thread/201044</guid>
      <dc:date>2009-03-23T16:01:23Z</dc:date>
      <clearspace:dateToText>5 months, 6 days ago</clearspace:dateToText>
      <clearspace:messageCount>5</clearspace:messageCount>
      <clearspace:replyCount>4</clearspace:replyCount>
    </item>
    <item>
      <title>getting more info for some internal calls...</title>
      <link>http://communities.vmware.com/thread/205071</link>
      <description>&lt;br /&gt;
So i can point a browser at my lm server like this: &lt;a class="jive-link-external" href="https://"&gt;https://&lt;/a&gt;&amp;lt;lm.server.name.or.ip&amp;gt;/LabManager/SOAP/LabManagerInternal.asmx &lt;br /&gt;
&lt;p /&gt;
which gets me the xml that the various soap calls are expecting and how they will respond. &lt;br /&gt;
&lt;p /&gt;
However, some of the calls aren't very well documented here, for example TemplatePerformAction, just takes an action as an int, but doesn't explain what actions are available. Is there a way of finding this out? What am i missing?&lt;br /&gt;
&lt;p /&gt;
Thanks,&lt;br /&gt;
&lt;p /&gt;
Calvin</description>
      <pubDate>Wed, 15 Apr 2009 20:01:24 GMT</pubDate>
      <author>cschmidt</author>
      <guid>http://communities.vmware.com/thread/205071</guid>
      <dc:date>2009-04-15T20:01:24Z</dc:date>
      <clearspace:dateToText>5 months, 6 days ago</clearspace:dateToText>
      <clearspace:messageCount>5</clearspace:messageCount>
      <clearspace:replyCount>4</clearspace:replyCount>
    </item>
    <item>
      <title>API, Revert and Snapshot a machine?</title>
      <link>http://communities.vmware.com/thread/217157</link>
      <description>How do you take a snapshot via the API, I have been trying to use the&lt;br /&gt;
MachinePerformAction, and sending in the snapshot value, but there is&lt;br /&gt;
no parmeter for what to call a snapshot nor what snapshot to revert too?&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
And I keep getting an error "InvalidAction" but the documentation dosn't really state how to perform these two actions...&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
Any help would be grand!  Thanks in advance...</description>
      <pubDate>Mon, 22 Jun 2009 16:31:13 GMT</pubDate>
      <author>Swordphish99</author>
      <guid>http://communities.vmware.com/thread/217157</guid>
      <dc:date>2009-06-22T16:31:13Z</dc:date>
      <clearspace:dateToText>5 months, 6 days ago</clearspace:dateToText>
      <clearspace:messageCount>2</clearspace:messageCount>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>If it possible to use vim25.jar to connect Esx3 servers..</title>
      <link>http://communities.vmware.com/thread/217324</link>
      <description>&lt;br /&gt;
Hi..&lt;br /&gt;
&lt;p /&gt;
 If it possible to use vim25.jar to connect Esx3 servers..If any changes in vim25.jar files..iam waiting for urs reply............................&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
Thanks&lt;br /&gt;
&lt;p /&gt;
ram</description>
      <pubDate>Tue, 23 Jun 2009 09:59:12 GMT</pubDate>
      <author>kbr5678</author>
      <guid>http://communities.vmware.com/thread/217324</guid>
      <dc:date>2009-06-23T09:59:12Z</dc:date>
      <clearspace:dateToText>5 months, 1 week ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>How to get the hosts currenttime via VirtualCenter (VI SDK)</title>
      <link>http://communities.vmware.com/thread/215694</link>
      <description>&lt;br /&gt;
Hai..&lt;br /&gt;
&lt;p /&gt;
How to get the Esx hosts currenttime via VirtualCenter (VI SDK)....................... &lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
thanks&lt;br /&gt;
&lt;p /&gt;
ram</description>
      <pubDate>Mon, 15 Jun 2009 09:59:40 GMT</pubDate>
      <author>kbr5678</author>
      <guid>http://communities.vmware.com/thread/215694</guid>
      <dc:date>2009-06-15T09:59:40Z</dc:date>
      <clearspace:dateToText>5 months, 1 week ago</clearspace:dateToText>
      <clearspace:messageCount>3</clearspace:messageCount>
      <clearspace:replyCount>2</clearspace:replyCount>
    </item>
    <item>
      <title>Getting info on Stored and Deployed User Quotas</title>
      <link>http://communities.vmware.com/thread/216141</link>
      <description>&lt;br /&gt;
Hi, &lt;br /&gt;
&lt;p /&gt;
I would like to be able to get the info on user quota for stored and deployed configurations. Internal SOAP API "GetCurrentUser" provides this information as well as number of currently stored and deployed configurations. &lt;br /&gt;
&lt;p /&gt;
However, I can't execute "GetCurrentUser" with non-admin permissions. This does not make much sence, because it is different from "GetUser" which can be used to get someone else password, but "GetCurrentUser" will return the password of the user to the same user.&lt;br /&gt;
&lt;p /&gt;
I have two questions: &lt;br /&gt;
&lt;p /&gt;
First: is there a way to enable user permissions so that this API can be executed without making a user an "admin" ? &lt;br /&gt;
&lt;p /&gt;
Second: is there any other way to get user quotas through SOAP? &lt;br /&gt;
&lt;p /&gt;
&lt;br /&gt;</description>
      <pubDate>Tue, 16 Jun 2009 21:05:39 GMT</pubDate>
      <author>tparkhom</author>
      <guid>http://communities.vmware.com/thread/216141</guid>
      <dc:date>2009-06-16T21:05:39Z</dc:date>
      <clearspace:dateToText>5 months, 1 week ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>How to Delete a VM through SDK</title>
      <link>http://communities.vmware.com/thread/205371</link>
      <description>Hello again,&lt;br /&gt;
 One more question to my already required list &lt;img class="jive-emoticon" border="0" src="http://communities.vmware.com/images/emoticons/happy.gif" alt=":-)" /&gt;&lt;br /&gt;
&lt;br /&gt;
Basically i wanted to know if there is a way to delete a VM which is undeployed. I looked at MachinePerformAction() method and there is not corresponding ActionID for delete VM.&lt;br /&gt;
&lt;br /&gt;
I do not want to use ConfigurationDelete() method because it deletes all VMs under the Configuration. I wanted to delete only specific VMs in my configuration.&lt;br /&gt;
&lt;br /&gt;
The action to be performed: &amp;lt;list&amp;gt; &amp;lt;item&amp;gt;1 for Power On&amp;lt;/item&amp;gt; &amp;lt;item&amp;gt;2 for Power Off&amp;lt;/item&amp;gt; &amp;lt;item&amp;gt;3 for Suspend&amp;lt;/item&amp;gt; &amp;lt;item&amp;gt;4 for Resume&amp;lt;/item&amp;gt; &amp;lt;item&amp;gt;5 for Reset&amp;lt;/item&amp;gt; &amp;lt;item&amp;gt;6 for Snapshot&amp;lt;/item&amp;gt; &amp;lt;item&amp;gt;7 for Revert&amp;lt;/item&amp;gt; &amp;lt;item&amp;gt;8 for Shutdown Guest&amp;lt;/item&amp;gt; &amp;lt;/list&amp;gt; &lt;br /&gt;
&lt;br /&gt;
Thanks.</description>
      <pubDate>Fri, 17 Apr 2009 08:03:06 GMT</pubDate>
      <author>vm_wonder</author>
      <guid>http://communities.vmware.com/thread/205371</guid>
      <dc:date>2009-04-17T08:03:06Z</dc:date>
      <clearspace:dateToText>5 months, 4 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>3</clearspace:messageCount>
      <clearspace:replyCount>2</clearspace:replyCount>
    </item>
    <item>
      <title>How to use Async Methods</title>
      <link>http://communities.vmware.com/thread/205894</link>
      <description>&lt;br /&gt;
Hey everyone,&lt;br /&gt;
&lt;p /&gt;
 I have just started working with the LM API a few weeks ago.  I am successful in doing most things using the direct blocking calls but really need to iplement Async Processing.&lt;br /&gt;
&lt;p /&gt;
 Does anyone have an example of how to use the eventhandlers in .net code?&lt;br /&gt;
&lt;p /&gt;
I am declaring:&lt;br /&gt;
&lt;p /&gt;
 public MyListCompleted as new LabManagerSoap.ListConfigurationsCompletedEventHandler(addressOf form1.MyListComplete)&lt;br /&gt;
&lt;p /&gt;
public MyArgs as LabManagerSoap.ListConfigurationsCompletedEventArgs&lt;br /&gt;
&lt;p /&gt;
and created a proper MyListComplete proceedure but it never gets fired.  Do I need to associate something with MyListCompleted somehow?&lt;br /&gt;
&lt;p /&gt;
 HELP!&lt;br /&gt;
&lt;p /&gt;
Thanks,&lt;br /&gt;
&lt;p /&gt;
Curtis</description>
      <pubDate>Tue, 21 Apr 2009 03:22:09 GMT</pubDate>
      <author>cpope</author>
      <guid>http://communities.vmware.com/thread/205894</guid>
      <dc:date>2009-04-21T03:22:09Z</dc:date>
      <clearspace:dateToText>6 months, 3 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>2</clearspace:messageCount>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>Using NetInfo with ConfigurationAddMachineEx() method</title>
      <link>http://communities.vmware.com/thread/204903</link>
      <description>Hello,&lt;br /&gt;
I need help on building NetInfo class object which will be passed to ConfigurationAddMachineEx() method. The documentation for the Internal API does not explain the members of the class completely.&lt;br /&gt;
&lt;br /&gt;
I have attached a screenshot file which shows the options which are available when adding a new VM manually through labmanager web interface.&lt;br /&gt;
&lt;br /&gt;
Am using LabManager 3.0 (3.0.2.56) version.&lt;br /&gt;
&lt;br /&gt;
Thanks.</description>
      <pubDate>Wed, 15 Apr 2009 09:12:50 GMT</pubDate>
      <author>vm_wonder</author>
      <guid>http://communities.vmware.com/thread/204903</guid>
      <dc:date>2009-04-15T09:12:50Z</dc:date>
      <clearspace:dateToText>6 months, 3 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>2</clearspace:messageCount>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>Roles &amp;#38; Rights</title>
      <link>http://communities.vmware.com/thread/209142</link>
      <description>Hi,&lt;br /&gt;
&lt;br /&gt;
This seems like a simple question, but I just can't seem to find it...&lt;br /&gt;
&lt;br /&gt;
Anyone know what user right I can assign to a role that would allow someone to Insert/Swap/Eject a CD to a VM in their workspace?&lt;br /&gt;
&lt;p /&gt;
What I'm looking for is a way to assign minimal rights that are still usable. View Only seems like enough, except for the right mentioned above...&lt;br /&gt;
&lt;p /&gt;
Regards,</description>
      <pubDate>Fri, 08 May 2009 20:21:37 GMT</pubDate>
      <author>farojoyer</author>
      <guid>http://communities.vmware.com/thread/209142</guid>
      <dc:date>2009-05-08T20:21:37Z</dc:date>
      <clearspace:dateToText>6 months, 3 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>moving/copying templates between organizations?</title>
      <link>http://communities.vmware.com/thread/205081</link>
      <description>&lt;br /&gt;
I'm setting up some automation to manage a group of servers(bring up arbitrary config, do some post processing). Currently one team is already using LM and has some active configurations and a set of templates. I was setup in a separate organization, with the intention being that I'll have a separate datastore for the VMs I'll be bringing up. I want to leverage the templates that already exist within the primary organization. I know that if i had access i could use templatecopy to copy it to my datastore, but I can't see it unless i use the primary organization.(this user account has rights in both orgs)&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
What's the best way for me to go about this? Am i better to just not have a separate organization and put both datastores under the same org?  or is there a viable way to</description>
      <pubDate>Wed, 15 Apr 2009 19:31:34 GMT</pubDate>
      <author>cschmidt</author>
      <guid>http://communities.vmware.com/thread/205081</guid>
      <dc:date>2009-04-15T19:31:34Z</dc:date>
      <clearspace:dateToText>7 months, 2 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>How to modify Memory on a given VM Machine through SDK?</title>
      <link>http://communities.vmware.com/thread/204993</link>
      <description>Hello all,&lt;br /&gt;
 I would like to know if how to change the default memory for a VM through SDK. In my case the default value is 1024 MB when i add a new VM.&lt;br /&gt;
I can get Machine object from GetMachineByName() method but changing the fields on this object does not reflect back to the original VM.&lt;br /&gt;
&lt;br /&gt;
Thanks.</description>
      <pubDate>Wed, 15 Apr 2009 14:42:04 GMT</pubDate>
      <author>vm_wonder</author>
      <guid>http://communities.vmware.com/thread/204993</guid>
      <dc:date>2009-04-15T14:42:04Z</dc:date>
      <clearspace:dateToText>7 months, 2 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>Deploy configuration to specific Resource Pool</title>
      <link>http://communities.vmware.com/thread/204027</link>
      <description>&lt;br /&gt;
Hi,  I am working on an automation application that deploys a large number of configurations very quickly for a training environment.  I would like to specify the resource pool that the configuration gets deployed into like I can in the LM interface.  I have looked through the API and the InternalAPI and don't see a method to do this.  Is there any undocumented tricks to be able to achieve what I am looking for.&lt;br /&gt;
&lt;p /&gt;
 Thanks,&lt;br /&gt;
&lt;p /&gt;
Curtis</description>
      <category domain="http://communities.vmware.com/tags?communityID=2981">resource</category>
      <category domain="http://communities.vmware.com/tags?communityID=2981">pool</category>
      <category domain="http://communities.vmware.com/tags?communityID=2981">api</category>
      <category domain="http://communities.vmware.com/tags?communityID=2981">internalapi</category>
      <category domain="http://communities.vmware.com/tags?communityID=2981">lab</category>
      <category domain="http://communities.vmware.com/tags?communityID=2981">manager</category>
      <category domain="http://communities.vmware.com/tags?communityID=2981">deploy</category>
      <category domain="http://communities.vmware.com/tags?communityID=2981">configuration</category>
      <pubDate>Thu, 09 Apr 2009 01:25:23 GMT</pubDate>
      <author>cpope</author>
      <guid>http://communities.vmware.com/thread/204027</guid>
      <dc:date>2009-04-09T01:25:23Z</dc:date>
      <clearspace:dateToText>7 months, 3 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>Call to get a list of all templates?</title>
      <link>http://communities.vmware.com/thread/203716</link>
      <description>&lt;br /&gt;
I'm not seeing any obvious way fo getting all available templates. Anybody have any suggestions, besides looping through an incrementing GetTemplate(id) routine?&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
Thanks,</description>
      <pubDate>Tue, 07 Apr 2009 18:18:35 GMT</pubDate>
      <author>cschmidt</author>
      <guid>http://communities.vmware.com/thread/203716</guid>
      <dc:date>2009-04-07T18:18:35Z</dc:date>
      <clearspace:dateToText>7 months, 3 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>2</clearspace:messageCount>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>SOAP ConfigurationAddMachineEx error: Unable to cast transparent proxy to type 'LabManager.Backend.Interfaces.ITemplateContainer'.</title>
      <link>http://communities.vmware.com/thread/202189</link>
      <description>&lt;br /&gt;
Lab Manager 3.0.0.2063&lt;br /&gt;
&lt;p /&gt;
I'm trying to use the SOAP api to dynamically build a configuration. I'm working in python, but I'm testing calls using soapUI. I can successfully list configurations, machines, etc so the basic connectivity is working. Based on the internal wsdl, soapUI created the following xml for the soap request(i've filled in values where it seemed appropriate and partially based on another config made through the web interface):&lt;br /&gt;
&lt;p /&gt;
 &amp;lt;soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:lab="http://vmware.com/labmanager"&amp;gt;&lt;br /&gt;
   &amp;lt;soapenv:Header&amp;gt;&lt;br /&gt;
      &amp;lt;lab:AuthenticationHeader&amp;gt;&lt;br /&gt;
         &amp;lt;!--Optional:--&amp;gt;&lt;br /&gt;
         &amp;lt;lab:username&amp;gt;myuser&amp;lt;/lab:username&amp;gt;&lt;br /&gt;
         &amp;lt;!--Optional:--&amp;gt;&lt;br /&gt;
         &amp;lt;lab:password&amp;gt;mypass&amp;lt;/lab:password&amp;gt;&lt;br /&gt;
         &amp;lt;!--Optional:--&amp;gt;&lt;br /&gt;
         &amp;lt;lab:organizationname&amp;gt;myorg&amp;lt;/lab:organizationname&amp;gt;&lt;br /&gt;
      &amp;lt;/lab:AuthenticationHeader&amp;gt;&lt;br /&gt;
   &amp;lt;/soapenv:Header&amp;gt;&lt;br /&gt;
   &amp;lt;soapenv:Body&amp;gt;&lt;br /&gt;
      &amp;lt;lab:ConfigurationAddMachineEx&amp;gt;&lt;br /&gt;
         &amp;lt;lab:id&amp;gt;404&amp;lt;/lab:id&amp;gt;&lt;br /&gt;
         &amp;lt;lab:template_id&amp;gt;741&amp;lt;/lab:template_id&amp;gt;&lt;br /&gt;
         &amp;lt;!--Optional:--&amp;gt;&lt;br /&gt;
         &amp;lt;lab:name&amp;gt;Blah&amp;lt;/lab:name&amp;gt;&lt;br /&gt;
         &amp;lt;!--Optional:--&amp;gt;&lt;br /&gt;
         &amp;lt;lab:desc&amp;gt;Foo&amp;lt;/lab:desc&amp;gt;&lt;br /&gt;
         &amp;lt;lab:boot_seq&amp;gt;0&amp;lt;/lab:boot_seq&amp;gt;&lt;br /&gt;
         &amp;lt;lab:boot_delay&amp;gt;0&amp;lt;/lab:boot_delay&amp;gt;&lt;br /&gt;
         &amp;lt;!--Optional:--&amp;gt;&lt;br /&gt;
         &amp;lt;lab:netInfo&amp;gt;&lt;br /&gt;
            &amp;lt;!--Zero or more repetitions:--&amp;gt;&lt;br /&gt;
            &amp;lt;lab:NetInfo&amp;gt;&lt;br /&gt;
               &amp;lt;lab:networkId&amp;gt;2&amp;lt;/lab:networkId&amp;gt;&lt;br /&gt;
               &amp;lt;lab:nicId&amp;gt;775&amp;lt;/lab:nicId&amp;gt;&lt;br /&gt;
               &amp;lt;lab:vmxSlot&amp;gt;0&amp;lt;/lab:vmxSlot&amp;gt;&lt;br /&gt;
               &amp;lt;!--Optional:--&amp;gt;&lt;br /&gt;
               &amp;lt;lab:macAddress/&amp;gt;&lt;br /&gt;
               &amp;lt;lab:resetMac&amp;gt;false&amp;lt;/lab:resetMac&amp;gt;&lt;br /&gt;
               &amp;lt;lab:ipAddressingMode&amp;gt;STATIC_AUTOMATIC&amp;lt;/lab:ipAddressingMode&amp;gt;&lt;br /&gt;
               &amp;lt;!--Optional:--&amp;gt;&lt;br /&gt;
               &amp;lt;lab:ipAddress/&amp;gt;&lt;br /&gt;
               &amp;lt;!--Optional:--&amp;gt;&lt;br /&gt;
               &amp;lt;lab:externalIpAddress/&amp;gt;&lt;br /&gt;
               &amp;lt;!--Optional:--&amp;gt;&lt;br /&gt;
               &amp;lt;lab:netmask/&amp;gt;&lt;br /&gt;
               &amp;lt;!--Optional:--&amp;gt;&lt;br /&gt;
               &amp;lt;lab:gateway/&amp;gt;&lt;br /&gt;
               &amp;lt;!--Optional:--&amp;gt;&lt;br /&gt;
               &amp;lt;lab:dns1/&amp;gt;&lt;br /&gt;
               &amp;lt;!--Optional:--&amp;gt;&lt;br /&gt;
               &amp;lt;lab:dns2/&amp;gt;&lt;br /&gt;
               &amp;lt;lab:isConnected&amp;gt;true&amp;lt;/lab:isConnected&amp;gt;&lt;br /&gt;
            &amp;lt;/lab:NetInfo&amp;gt;&lt;br /&gt;
         &amp;lt;/lab:netInfo&amp;gt;&lt;br /&gt;
      &amp;lt;/lab:ConfigurationAddMachineEx&amp;gt;&lt;br /&gt;
   &amp;lt;/soapenv:Body&amp;gt;&lt;br /&gt;
&amp;lt;/soapenv:Envelope&amp;gt;&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
In return for the above xml i get the following response:&lt;br /&gt;
&lt;p /&gt;
&amp;lt;soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"&amp;gt;&lt;br /&gt;
   &amp;lt;soap:Body&amp;gt;&lt;br /&gt;
      &amp;lt;soap:Fault&amp;gt;&lt;br /&gt;
         &amp;lt;faultcode&amp;gt;soap:Client&amp;lt;/faultcode&amp;gt;&lt;br /&gt;
         &amp;lt;faultstring&amp;gt;Unable to cast transparent proxy to type 'LabManager.Backend.Interfaces.ITemplateContainer'. ---&amp;gt; Unable to cast transparent proxy to type 'LabManager.Backend.Interfaces.ITemplateContainer'. ---&amp;gt; Unable to cast transparent proxy to type 'LabManager.Backend.Interfaces.ITemplateContainer'.&amp;lt;/faultstring&amp;gt;&lt;br /&gt;
         &amp;lt;detail&amp;gt;&lt;br /&gt;
            &amp;lt;message type="failure"&amp;gt;&lt;br /&gt;
               &amp;lt;format&amp;gt;Unable to cast transparent proxy to type 'LabManager.Backend.Interfaces.ITemplateContainer'.&amp;lt;/format&amp;gt;&lt;br /&gt;
               &amp;lt;debug&amp;gt;at LabManager.Web.SOAP.SOAPMethodAttribute.ProcessException(IMessage message, ClassLogger cLogger)&lt;br /&gt;
   at LabManager.Web.SOAP.SOAPMethodAdminAttribute.PostProcessing(IMessage message)&amp;lt;/debug&amp;gt;&lt;br /&gt;
            &amp;lt;/message&amp;gt;&lt;br /&gt;
         &amp;lt;/detail&amp;gt;&lt;br /&gt;
      &amp;lt;/soap:Fault&amp;gt;&lt;br /&gt;
   &amp;lt;/soap:Body&amp;gt;&lt;br /&gt;
&amp;lt;/soap:Envelope&amp;gt;&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
Anybody see this error before, any ideas on moving forward?&lt;br /&gt;
&lt;p /&gt;
Thanks, &lt;br /&gt;
&lt;p /&gt;
&lt;br /&gt;</description>
      <pubDate>Mon, 30 Mar 2009 16:56:36 GMT</pubDate>
      <author>cschmidt</author>
      <guid>http://communities.vmware.com/thread/202189</guid>
      <dc:date>2009-03-30T16:56:36Z</dc:date>
      <clearspace:dateToText>7 months, 4 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>7</clearspace:messageCount>
      <clearspace:replyCount>6</clearspace:replyCount>
    </item>
    <item>
      <title>Intermittent Errors With SOAP calls</title>
      <link>http://communities.vmware.com/thread/199797</link>
      <description>&lt;br /&gt;
Hi,&lt;br /&gt;
&lt;p /&gt;
I have some Python code which makes SOAP calls to LabManager. However, sometimes the call ends in the status code  500 and the following esponse:&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote&gt;Internal Server &lt;br clear="all" /&gt; Error: Incorrect username or password. ---&amp;gt; Incorrect username or password.&lt;/blockquote&gt;
&lt;br /&gt;
However, 99% of the time I don't get this error and my requests go sucesfully.&lt;br /&gt;
&lt;p /&gt;
Does anyone have any suggestions of how to avoid this problem? &lt;br /&gt;
&lt;p /&gt;
Vinay</description>
      <pubDate>Mon, 16 Mar 2009 17:14:32 GMT</pubDate>
      <author>vinayan3</author>
      <guid>http://communities.vmware.com/thread/199797</guid>
      <dc:date>2009-03-16T17:14:32Z</dc:date>
      <clearspace:dateToText>8 months, 6 days ago</clearspace:dateToText>
      <clearspace:messageCount>10</clearspace:messageCount>
      <clearspace:replyCount>9</clearspace:replyCount>
    </item>
    <item>
      <title>ConfigurationPerformAction</title>
      <link>http://communities.vmware.com/thread/200306</link>
      <description>Can anyone give me a list of what the actions are for this call? Thanks</description>
      <pubDate>Wed, 18 Mar 2009 19:49:55 GMT</pubDate>
      <author>AHutton</author>
      <guid>http://communities.vmware.com/thread/200306</guid>
      <dc:date>2009-03-18T19:49:55Z</dc:date>
      <clearspace:dateToText>8 months, 1 week ago</clearspace:dateToText>
      <clearspace:messageCount>2</clearspace:messageCount>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>SetCurrentOrganization question</title>
      <link>http://communities.vmware.com/thread/200557</link>
      <description>&lt;br /&gt;
I am trying to use this method, as ConfigurtionChangeOwner requires being in the same organization. So I login to SOAP and bind in the global organization, then I setcurrentorganization to another organization and then checkout a configuration. I would have thought it would be then checkout under that new organization, but it isn't it is still global. However if I then go to the website I am indeed in that new organization.  What do i have to do to get it checkout to another organization? Did I misguess at to what SetCurrentOrganizations intended use case was?&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
Any advice or information would be greatly appreciated</description>
      <pubDate>Thu, 19 Mar 2009 21:20:35 GMT</pubDate>
      <author>AHutton</author>
      <guid>http://communities.vmware.com/thread/200557</guid>
      <dc:date>2009-03-19T21:20:35Z</dc:date>
      <clearspace:dateToText>8 months, 1 week ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>Python SOAP API</title>
      <link>http://communities.vmware.com/thread/200309</link>
      <description>&lt;br /&gt;
Hello all, i'm looking for an example python script to talk to Lab manager's SOAP API. Assume that I want to run this on a freshly installed Ubuntu image. I've got python 2.5 and have intalled the latest version of ZSI. I've managed to get the wsdl file and converted it using wsdl2py. I'm now trying to setup  even a simple connection and i'm not having much luck.&lt;br /&gt;
&lt;p /&gt;
 Anyone here successfully using python for this interaction?&lt;br /&gt;
&lt;p /&gt;
 Thanks,</description>
      <pubDate>Wed, 18 Mar 2009 20:10:56 GMT</pubDate>
      <author>cschmidt</author>
      <guid>http://communities.vmware.com/thread/200309</guid>
      <dc:date>2009-03-18T20:10:56Z</dc:date>
      <clearspace:dateToText>8 months, 1 week ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>Welcome Lab Manager Developers!</title>
      <link>http://communities.vmware.com/thread/199251</link>
      <description>Welcome to the new VMware vCenter Lab Manager SDK Community.&lt;br /&gt;
&lt;br /&gt;
1. &lt;a class="jive-link-wiki" href="http://communities.vmware.com/docs/DOC-9692"&gt;Documentation&lt;/a&gt; for the SDK&lt;br /&gt;
&lt;br /&gt;
2. &lt;a class="jive-link-external" href="http://www.vmware.com/download/labmanager/"&gt;Download&lt;/a&gt; (Included in the VMware Lab Manager Download)&lt;br /&gt;
&lt;br /&gt;
Have fun and we would like to hear your feedback.&lt;br /&gt;
&lt;p /&gt;
&lt;br /&gt;
Thank You,&lt;br /&gt;
&lt;br /&gt;
Corey Romero &lt;br /&gt;
&lt;br /&gt;
VMware Community Web Producer</description>
      <pubDate>Thu, 12 Mar 2009 20:38:52 GMT</pubDate>
      <author>Corey_R</author>
      <guid>http://communities.vmware.com/thread/199251</guid>
      <dc:date>2009-03-12T20:38:52Z</dc:date>
      <clearspace:dateToText>8 months, 2 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
  </channel>
</rss>

