From 64d673a73f5d73bc1240a49c6cb75aa6e0f51b1f Mon Sep 17 00:00:00 2001 From: Tom Fifield Date: Sat, 1 Sep 2012 00:57:37 +1000 Subject: [PATCH] Fix vmware WSDL configuration - SDK needed 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 --- doc/src/docbkx/common/vmware.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/src/docbkx/common/vmware.xml b/doc/src/docbkx/common/vmware.xml index fc7f9bb0436..04bcbd80289 100644 --- a/doc/src/docbkx/common/vmware.xml +++ b/doc/src/docbkx/common/vmware.xml @@ -34,8 +34,8 @@ xml:id="vmware">
Configure Tomcat to serve WSDL files - Download the WSDLs from http://www.vmware.com/support/developer/vc-sdk/ and copy the wsdl folder into - /var/lib/tomcat6/webapps. + Download the the SDK from http://www.vmware.com/support/developer/vc-sdk/ and copy it into + /var/lib/tomcat6/webapps. You should ensure that the WSDL is available, in eg /var/lib/tomcat6/webapps/vmware/SDK/wsdl/vim25/vimService.wsdl.
VMWare configuration options @@ -45,7 +45,7 @@ xml:id="vmware"> vmwareapi_host_ip=<ESX hypervisor machine IP> vmwareapi_host_username=< ESX hypervisor username> vmwareapi_host_password=< ESX hypervisor password> -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