String password = cfgGlobal_.getPassword();
/* Prepare connection vSphere soap server.
It will automatically connect the server
when the connection is really required. */
Connection conn = new Connection(url, username, password);
/* Prepare global manager. */
gm_ = new GlobalManager(conn);
}