FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE

FlexNet Operations Web Services Guide

Element: getAllFilesForPackageRequest

Description

A getAllFilesForPackageRequest message contains an element of getAllFilesForPackage.

Derived By

Extending RequestByPrincipal

Content Model

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.
Referenced By
Name  Type 
getAllFilesForPackage  Method 
XML Example

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>