FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE

FlexNet Operations Web Services Guide

Element: getDownloadPackageInProductQuery

Derived By

Restricting anyType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1   
DownloadPackageInProductQueryParameters  DownloadPackageInProductQueryParameters  1..1  See DownloadPackageInProductQueryParameters.
PageNumber  integer  1..1  Required. Starts at 1. If the getDownloadPackageInProductQuery operation (using the same query parameters) returns 100 records and the BatchSize is 50 records, set pageNumber to 2 to get the second batch of 50 records.
BatchSize  integer  1..1  Required. Maximum number of records to return in the response.
ReturnContainedObjects  boolean  1..1  Whether or not to include the contained objects in the response. TRUE or FALSE.
XML Example

The following XML fragment illustrates a getDownloadPackageInProductQuery message:

<getDownloadPackageInProductQuery>
     <DownloadPackageInProductQueryParameters>
          <ProductName>AS-ESDProduct-0825161</ProductName>
          <ProductVersion>1.0</ProductVersion>
     </DownloadPackageInProductQueryParameters>
     <PageNumber>1</PageNumber>
     <BatchSize>10</BatchSize>
     <ReturnContainedObjects>1</ReturnContainedObjects>
</getDownloadPackageInProductQuery>