FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE |
FlexNet Operations Web Services Guide |
Checks whether Download Packages exist for each activation code in a collection. If this operation encounters an unknown activation ID, or an activation ID from an organization that the user is not a member of, a "false" response is returned for this activation code.
Name | Type | Direction | Description |
---|---|---|---|
parameters | RequestByUser | Input | See checkDownloadPackagesRequest. |
A checkDownloadPackagesResponse element having the structure defined by the following table.
Name | Type | Description |
---|---|---|
ActivationId | string | Activation ID. |
HasDownloadablePackages | boolean | An array of flags indicating whether corresponding activation IDs have downloadable packages or not. The array corresponds in size and order to the activation ids array, so each flag indicates whether the activation ID in the same position has Download Packages or not. |
Name | Content |
---|---|
AuthenticationProblem | AuthenticationProblem |
RequestValidationError | RequestValidationError |
UnknownPrincipalError | UnknownPrincipalError |
UnexpectedError | UnexpectedError |