Previous Topic: GetInstalledComponentsNext Topic: WSChallenge


GetInstalledComponents2

The GetInstalledComponents2 method retrieves the installed Components including the Asset Collector.

Parameters

xsd:string sessionId (M)

The session identifier.

Return Values

Components2 GetInstalledComponentsReturn.

Component Structure elements:

isAMInstalled;

isSDInstalled;

isRCInstalled;

isBABLDInstalled;

isSDESKInstalled;

isACInstalled;

All these variables are of type Boolean. If the variables have a true value, the component is installed.

Remarks

None

GetInstalledComponents3

The GetInstalledComponents3 method returns the status of components installed, including CCS Calendar.

Parameters

xsd:string sessionId

Specifies the session ID obtained from the DSM web services login.

dsm:ArrayOfComponents components

Specifies the array of components for which the status must be retrieved.

Return Values

dsm:ArrayOfComponentStatus getStatus

Includes an array of components and their statuses.

Note: To get the status of CCS Calendar, enter "8" in the component structure. CCS Calendar has following statuses: INSTALLED, NOTINSTALLED, or NOTCOMPATIBLE.