FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE

FlexNet Operations Web Services Guide

Element: searchDownloadableFilesResponse

Description

A searchDownloadableFilesResponse message contains an element of searchDownloadableFiles.

Derived By

Restricting anyType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1   
File  DownloadableFile  0..* 

File

  • system id

  • file name

  • description

  • file update date

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 
searchDownloadableFiles  Method 
XML Example

The following XML fragment illustrates an searchDownloadableFilesResponse message:

      <ns2:searchDownloadableFilesResponse xmlns:ns2="http://esdservice.esd.flexerasoftware.com">
         <ns2:File>
            <ns2:FileId>AS_File_09043</ns2:FileId>
            <ns2:SystemFileId>5375153</ns2:SystemFileId>
            <ns2:FileName>AS_File_09043.txt</ns2:FileName>
            <ns2:Description>AS_File_09043</ns2:Description>
            <ns2:DownloadPackageReference>
               <ns2:Id>AS_DP_09043</ns2:Id>
            </ns2:DownloadPackageReference>
            <ns2:DownloadImageUpdateDate>2015-09-04-07:00</ns2:DownloadImageUpdateDate>
         </ns2:File>
         <ns2:TotalMatches>1</ns2:TotalMatches>
      </ns2:searchDownloadableFilesResponse>