FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE |
FlexNet Operations Web Services Guide |
A getDownloadPackageNoticeDetailsResponse message contains an element of getDownloadPackageNoticeDetails.
Restricting anyType
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
![]() |
1..1 | ||
NotificationEmail | NotificationEmail | 1..1 | Notification Email. |
Name | Type |
---|---|
getDownloadPackageNoticeDetails | Method |
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><font color = "blue">
A new version is available for ESDDownloadPackage_020501-NoEULANoEC. Navigate to this <a href="test-fno-qa1.isys.intraware.com/flexnet/operationsportal/logon.do">URL</a> to download the new product.
</font></ns2:HTMLContent>
</ns2:NotificationEmail>
</ns2:getDownloadPackageNoticeDetailsResponse>