Previous Topic: Authentication and Web Services ManagementNext Topic: GetInstalledComponents2


GetInstalledComponents

The GetInstalledComponents method retrieves the installed Components.

Parameters

xsd:string sessionId (M)

The session identifier.

Return Values

Components GetInstalledComponentsReturn.

The Component Structure contains the following elements.

isAMInstalled;

isSDInstalled;

isRCInstalled;

isBABLDInstalled;

isSDESKInstalled;

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

Remarks

None