Skip to content

Commit

Permalink
Fix vmware WSDL configuration - SDK needed
Browse files Browse the repository at this point in the history
fixes bug 1044414

As in the bug report, the instructions that say you only need
the WSDL are incorrect - the entire SDK is needed.

Updated example config to match.

Change-Id: Id9feaa86fea70795f23de950a9dd67609403f8b9
  • Loading branch information
fifieldt committed Aug 31, 2012
1 parent 7cdca28 commit 64d673a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/src/docbkx/common/vmware.xml
Expand Up @@ -34,8 +34,8 @@ xml:id="vmware">
</section>
<section xml:id="vmware-wsdl">
<title>Configure Tomcat to serve WSDL files</title>
<para>Download the WSDLs from <link xlink:href="http://www.vmware.com/support/developer/vc-sdk/">http://www.vmware.com/support/developer/vc-sdk/</link> and copy the <filename>wsdl</filename> folder into
<filename>/var/lib/tomcat6/webapps</filename>.</para>
<para>Download the the SDK from <link xlink:href="http://www.vmware.com/support/developer/vc-sdk/">http://www.vmware.com/support/developer/vc-sdk/</link> and copy it into
<filename>/var/lib/tomcat6/webapps</filename>. You should ensure that the WSDL is available, in eg <filename> /var/lib/tomcat6/webapps/vmware/SDK/wsdl/vim25/vimService.wsdl</filename>.</para>
</section>
<section xml:id="VMWare_configuration_options">
<title>VMWare configuration options</title>
Expand All @@ -45,7 +45,7 @@ xml:id="vmware">
<programlisting>vmwareapi_host_ip=&lt;ESX hypervisor machine IP&gt;
vmwareapi_host_username=&lt; ESX hypervisor username&gt;
vmwareapi_host_password=&lt; ESX hypervisor password&gt;
vmwareapi_wsdl_loc=http://127.0.0.1:8080/wsdl/vim25/vimService.wsdl
vmwareapi_wsdl_loc=http://127.0.0.1:8080/vmware/SDK/wsdl/vim25/vimService.wsdl
</programlisting>

</section>
Expand Down

0 comments on commit 64d673a

Please sign in to comment.