FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE

FlexNet Operations Web Services Guide

Element: getDownloadPackageNotificationsResponse

Description

A getDownloadPackageNotificationsResponse message contains an element of getDownloadPackageNotifications.

Derived By

Restricting anyType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1   
NotificationEmail  NotificationEmail  0..*  Notification Email.
Referenced By
Name  Type 
getDownloadPackageNotifications  Method 
XML Example

The following XML fragment illustrates an getDownloadPackageNotificationsResponse message:

      <ns2:getDownloadPackageNotificationsResponse xmlns:ns2="http://esdservice.esd.flexerasoftware.com">
         <ns2:NotificationEmail>
            <ns2:SystemEmailId>38337003</ns2:SystemEmailId>
            <ns2:Subject>Product Update Notification</ns2:Subject>
            <ns2:SendDateTime>2015-02-05-08:00</ns2:SendDateTime>
         </ns2:NotificationEmail>
         <ns2:NotificationEmail>
            <ns2:SystemEmailId>38336993</ns2:SystemEmailId>
            <ns2:Subject>Product Update Notification</ns2:Subject>
            <ns2:SendDateTime>2015-02-05-08:00</ns2:SendDateTime>
         </ns2:NotificationEmail>
      </ns2:getDownloadPackageNotificationsResponse>