FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE |
FlexNet Operations Web Services Guide |
A getAllFilesForPackageRequest message contains an element of getAllFilesForPackage.
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. |
DownloadPackageReference | DownloadPackageReference | 1..1 | The identifiers for a Download Package. |
NetStorageLocation | string | 0..1 | Net storage location. |
ipAddress | string | 0..1 | IP Address of the requesting party. In case of a UI client, this is hopefully the UI browser's IP address. |
UdfFilters | UserDefinedField | 0..* | Custom attribute filters to apply to returned files. |
Name | Type |
---|---|
getAllFilesForPackage | Method |
The following XML fragment illustrates an getAllFilesForPackageRequest message:
<esd:DownloadPackageReference>
<!--Optional:-->
<esd:Id>TestPackage</esd:Id>
</esd:DownloadPackageReference>
<!--Optional:-->
<esd:ipAddress>10.20.42.206</esd:ipAddress>