FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE

FlexNet Operations Web Services Guide

Element: searchDownloadPackagesResponse

Description

A searchDownloadPackagesResponse message contains an element of searchDownloadPackages.

Derived By

Restricting anyType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1   
DownloadPackage  DownloadPackage  0..*  The identifiers for a Download Package.
TotalMatches  int  1..1  Total matches count. Number of all matches found in the index. Might be greater than the number of results returned.
Referenced By
Name  Type 
searchDownloadPackages  Method 
XML Example

The following XML fragment illustrates an searchDownloadPackagesResponse message:

      <ns2:searchDownloadPackagesResponse xmlns:ns2="http://esdservice.esd.flexerasoftware.com">
         <ns2:DownloadPackage>
            <ns2:Id>AS_DP_09043</ns2:Id>
            <ns2:Description>AS_DP_09043</ns2:Description>
            <ns2:EffectiveDate>2015-09-04-07:00</ns2:EffectiveDate>
         </ns2:DownloadPackage>
         <ns2:TotalMatches>1</ns2:TotalMatches>
      </ns2:searchDownloadPackagesResponse>
            <!--Optional:-->
            <esd:StartOffset>0</esd:StartOffset>
            <!--Optional:-->
            <esd:ResultSetSize>1</esd:ResultSetSize>
         </esd:Query>
         <!--Optional:-->
         <esd:OrderBy>?</esd:OrderBy>
      </esd:searchDownloadPackagesRequest>