Common functionalities for AMT Driver
Bases: object
AMT client.
Create a pywsman client to connect to the target server
Get target server info
| Parameters: | 
  | 
|---|---|
| Returns: | XmlDoc object  | 
| Raises: | AMTFailure if get unexpected response.  | 
| Raises: | AMTConnectFailure if unable to connect to the server.  | 
Invoke method on target server
| Parameters: | 
  | 
|---|---|
| Returns: | XmlDoc object  | 
| Raises: | AMTFailure if get unexpected response.  | 
| Raises: | AMTConnectFailure if unable to connect to the server.  |