FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE

FlexNet Operations Web Services Guide

Element: getDownloadLogResponse

Description

A getDownloadLogResponse message contains an element of getDownloadLog.

Derived By

Restricting anyType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1   
DownloadableFile  DownloadableFile  1..1  Downloadable file.
FileDownloadLog  FileDownloadLog  0..1  File download log.
Referenced By
Name  Type 
getDownloadLog  Method 
XML Example

The following XML fragment illustrates an getDownloadLogResponse message:

      <ns2:getDownloadLogResponse xmlns:ns2="http://esdservice.esd.flexerasoftware.com">
         <ns2:DownloadableFile>
            <ns2:FileId>File_031001</ns2:FileId>
            <ns2:SystemFileId>5320753</ns2:SystemFileId>
            <ns2:FileName>File_031001.txt</ns2:FileName>
            <ns2:CompressedSize>20</ns2:CompressedSize>
         </ns2:DownloadableFile>
         <ns2:FileDownloadLog>
            <ns2:FileDownloadLogId>333350993</ns2:FileDownloadLogId>
            <ns2:StartDateTime>2015-04-14T09:07:36.000-07:00</ns2:StartDateTime>
            <ns2:Member>
               <ns2:Email>member@someorg.org</ns2:Email>
               <ns2:FirstName>Some</ns2:FirstName>
               <ns2:LastName>One</ns2:LastName>
            </ns2:Member>
            <ns2:EndDateTime>2015-04-14T09:07:36.000-07:00</ns2:EndDateTime>
            <ns2:DownloadMethod>HTTP</ns2:DownloadMethod>
            <ns2:IPAddress>10.20.42.211</ns2:IPAddress>
         </ns2:FileDownloadLog>
      </ns2:getDownloadLogResponse>