FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE

FlexNet Operations Web Services Guide

Element: getDownloadableFilesResponse

Description

A getDownloadableFilesResponse message contains an element of getDownloadableFiles.

Derived By

Restricting anyType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1   
DownloadPackage  DownloadPackage  1..1  The identifiers for a Download Package.
DownloadableFileList  DownloadableFile  1..*  List of downloadable files.
OrderBy  DownloadableFileOrderBy  1..1  Sort order of files in the response.
Ascending  boolean  1..1  Flag indicating whether files in the response are sorted in ascending order.
FileGroups  DownloadableFilesGroup  0..*  Downloadable files grouped under a group ID.
emailNoticeId  string  0..1  Email notice ID (if user got to the page by following email link).
MediaAvailable  boolean  1..1  Media availablility of the downloadable files.
Referenced By
Name  Type 
getDownloadableFiles  Method 
XML Example

The following XML fragment illustrates an getDownloadableFilesResponse message:

      <ns2:getDownloadableFilesResponse xmlns:ns2="http://esdservice.esd.flexerasoftware.com">
         <ns2:DownloadPackage>
            <ns2:Id>DP_05121501</ns2:Id>
            <ns2:ProductLineId>ESDProductLine</ns2:ProductLineId>
            <ns2:Description>DP_05121501</ns2:Description>
            <ns2:Version>1.0</ns2:Version>
         </ns2:DownloadPackage>
         <ns2:DownloadableFileList>
            <ns2:FileId>File_05121501</ns2:FileId>
            <ns2:SystemFileId>5329433</ns2:SystemFileId>
            <ns2:FileName>File_05121501.txt</ns2:FileName>
            <ns2:Description>File_05121501</ns2:Description>
            <ns2:HasDownloadsRemaining>true</ns2:HasDownloadsRemaining>
            <ns2:HasCompressedContent>false</ns2:HasCompressedContent>
            <ns2:IsFileSynced>true</ns2:IsFileSynced>
            <ns2:StatusCode>LOADED</ns2:StatusCode>
            <ns2:CompressedSize>52</ns2:CompressedSize>
            <ns2:MassDownloadURL>http://scdev-01.isys.intraware.com:11111/cgi-bin/download?rid=1839491523&amp;rp=DTM20151008191331NjQ2NTQ0MDc4</ns2:MassDownloadURL>
            <ns2:DownloadURL>http://scdev-01.isys.intraware.com:11111/cgi-bin/download?rid=1839491523&amp;rp=DTM20151008191331NjQ2NTQ0MDc4</ns2:DownloadURL>
            <ns2:AdvancedDownloadProperties>dkey=5329433&amp;element_key=3699243&amp;cert_num=114867033&amp;plne=618493&amp;did=477438593</ns2:AdvancedDownloadProperties>
            <ns2:DownloadMethod>HTTP</ns2:DownloadMethod>
            <ns2:MD5CheckSum>3da506aaa164c52a19683e8dc2e62dfe</ns2:MD5CheckSum>
            <ns2:DownloadImageUpdateDate>2015-05-12-07:00</ns2:DownloadImageUpdateDate>
         </ns2:DownloadableFileList>
         <ns2:Ascending>false</ns2:Ascending>
         <ns2:emailNoticeId>emailNoticeId</ns2:emailNoticeId>
         <ns2:MediaAvailable>true</ns2:MediaAvailable>
      </ns2:getDownloadableFilesResponse>