Description

This Javadoc generated documentation set provides information about the sample applications included with the VMware vSphere Web Services JAX-WS sample set.

Documentation for all of these is included. This page contains:

Running the Samples

All the samples are independent of each other. Minimally, each application requires:

Example

java com.vmware.samples.packagename.SampleClassName --url https://myserver --userName username --password password

Here are the common command-line parameters (options) provided by the sample classes:

Parameter Description Example
--urlRequired. Complete URL for the vSphere API Web service for the connection.--url https://www.myserver.com/sdk
--usernameRequired. User account with privileges to connect to the host. --username root
--passwordRequired. Password for the user account.--password mypassword
--helpDisplay usage information for the application or script.--help