FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE

FlexNet Operations Web Services Guide

Element: getDownloadPackageNoticeDetailsResponse

Description

A getDownloadPackageNoticeDetailsResponse message contains an element of getDownloadPackageNoticeDetails.

Derived By

Restricting anyType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1   
NotificationEmail  NotificationEmail  1..1  Notification Email.
Referenced By
Name  Type 
getDownloadPackageNoticeDetails  Method 
XML Example

The following XML fragment illustrates an getDownloadPackageNoticeDetailsResponse message:

      <ns2:getDownloadPackageNoticeDetailsResponse 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:TextContent>A new version is available for ESDDownloadPackage_020501-NoEULANoEC. Navigate here http://test-fno-qa1.isys.intraware.com/flexnet/operationsportal/logon.do to download the new product.</ns2:TextContent>
            <ns2:HTMLContent>&lt;font color = "blue">
A new version is available for ESDDownloadPackage_020501-NoEULANoEC. Navigate to this &lt;a href="test-fno-qa1.isys.intraware.com/flexnet/operationsportal/logon.do">URL&lt;/a> to download the new product.
&lt;/font></ns2:HTMLContent>
         </ns2:NotificationEmail>
      </ns2:getDownloadPackageNoticeDetailsResponse>