FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE

FlexNet Operations Web Services Guide

Element: searchDownloadableFilesRequest

Description

A searchDownloadableFilesRequest message contains an element of searchDownloadableFiles.

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.
Query  SearchQuery  1..1  See SearchQuery.
OrderBy  SearchResultsOrderBy  0..1  Results sorting order. When value is not provided, results are ordered by relevance to the search string.
LocaleLanguage  language  0..1  Locale Language of the file description.
Referenced By
Name  Type 
searchDownloadableFiles  Method 
XML Example

The following XML fragment illustrates an searchDownloadableFilesRequest message:

      <esd:searchDownloadableFilesRequest>
        <esd:Member>member@someorg.org</esd:Member>
         <esd:Query>            <esd:Query>AS*</esd:Query>
            <esd:OrganizationId>MYORG</esd:OrganizationId>
             <!--Optional:-->
            <esd:StartOffset>0</esd:StartOffset>
            <!--Optional:-->
            <esd:ResultSetSize>1</esd:ResultSetSize>
         </esd:Query>
       </esd:searchDownloadableFilesRequest>