FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE |
FlexNet Operations Web Services Guide |
Get a set of files that can be downloaded for a given Download Package and a set of organizations entitled to it.
NOTE: Regarding the EULAIsNotAcceptedError, listed under Faults below, if the EULA has not been accepted, this error will be thrown. We recommend calling this method separately for each download package.
Name | Type | Direction | Description |
---|---|---|---|
parameters | RequestByPrincipal | Input | See getDownloadableFilesRequest. |
A getDownloadableFilesResponse element having the structure defined by the following table.
Name | Type | Description |
---|---|---|
DownloadPackage | DownloadPackage | The identifiers for a Download Package. |
DownloadableFileList | DownloadableFile | List of downloadable files. |
OrderBy | DownloadableFileOrderBy | Sort order of files in the response. |
Ascending | boolean | Flag indicating whether files in the response are sorted in ascending order. |
FileGroups | DownloadableFilesGroup | Downloadable files grouped under a group ID. |
emailNoticeId | string | Email notice ID (if user got to the page by following email link). |
MediaAvailable | boolean | Media availablility of the downloadable files. |
Name | Content |
---|---|
AuthenticationProblem | AuthenticationProblem |
RequestValidationError | RequestValidationError |
UnknownPrincipalError | UnknownPrincipalError |
UnknownOrganizationError | UnknownOrganizationError |
UnknownDownloadPackageError | UnknownDownloadPackageError |
UnknownFileError | UnknownFileError |
DownloadPrivilegeError | DownloadPrivilegeError |
RestrictedPackageDistributionError | RestrictedPackageDistributionError |
ExportComplianceError | ExportComplianceError |
EULAIsNotAcceptedError | EULAIsNotAcceptedError |
ComplianceAgreementIsNotAcceptedError | ComplianceAgreementIsNotAcceptedError |
UnexpectedError | UnexpectedError |