FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE |
FlexNet Operations Web Services Guide |
A getDownloadPackagesRequest message contains an element of getDownloadPackages.
Extending RequestByPrincipal
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
![]() |
1..1 | ||
Member | string | 0..1 | User ID (email). |
EntitlementId | string | 0..1 | Entitlement ID. |
ActivationId | string | 0..1 | Activation ID. |
OrganizationId | string | 0..* | An array of one or more organization IDs. |
ProductLineReference | ProductLineReference | 0..1 |
Product line reference. When Member property is supplied, either product line id or activation id must be supplied, but not both. |
VersionType | VersionType | 0..1 |
Download package version type. The possible values are:
|
OrderBy | DownloadPackageOrderBy | 0..1 | Sort order of files in the response. |
LocaleLanguage | language | 0..1 | Locale language of the Download Packages names and descriptions. |
Name | Type |
---|---|
getDownloadPackages | Method |
The following XML fragment illustrates an getDownloadPackagesRequest message:
<esd:getDownloadPackagesRequest>
<esd:Member>member@someorg.org</esd:Member>
<esd:OrganizationId>Neusoft-Ultrasound-Distributor</esd:OrganizationId>
<!--Optional:-->
<esd:ProductLineReference>Neusoft-HD5-DICOM-Network-Permanent</esd:ProductLineReference>
<!--Optional:-->
<esd:VersionType>All</esd:VersionType>
</esd:getDownloadPackagesRequest>