FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE

FlexNet Operations Web Services Guide

Method: getFilesByDownloadPackages

Description

Gets the files for a list of Download Packages.

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

Parameters
Name  Type  Direction  Description 
parameters  RequestByUser  Input  See getFilesByDownloadPackagesRequest.
Returns

A getFilesByDownloadPackagesResponse element having the structure defined by the following table.

Name  Type  Description 
TotalCount  integer  Total count of the downloads.
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  Group of files.
emailNoticeId  string  Email notice ID (if user got to the page by following email link).
MediaAvailable  boolean  Media availablility of the downloadable files.
Faults
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