Skip to content

Instantly share code, notes, and snippets.

@hartsock
Created August 10, 2013 02:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hartsock/6198768 to your computer and use it in GitHub Desktop.
Save hartsock/6198768 to your computer and use it in GitHub Desktop.
All the files for a given vSphere 5.0 WS installation. There are two files missing ... reflect-messagetypes.xsd and reflect-types.xsd. Fortunately, if we cache them locally, we can recreate them.
$ wget --no-check-certificate https://$VMWAREAPI_IP/sdk/vimService.wsdl
$ wget --no-check-certificate https://$VMWAREAPI_IP/sdk/vim.wsdl
$ wget --no-check-certificate https://$VMWAREAPI_IP/sdk/core-types.xsd
$ wget --no-check-certificate https://$VMWAREAPI_IP/sdk/query-messagetypes.xsd
$ wget --no-check-certificate https://$VMWAREAPI_IP/sdk/query-types.xsd
$ wget --no-check-certificate https://$VMWAREAPI_IP/sdk/reflect-messagetypes.xsd
$ wget --no-check-certificate https://$VMWAREAPI_IP/sdk/reflect-types.xsd
$ wget --no-check-certificate https://$VMWAREAPI_IP/sdk/vim-messagetypes.xsd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment