FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE |
FlexNet Operations Web Services Guide |
A getRecentDownloadPackagesResponse message contains an element of getRecentDownloadPackages.
Restricting anyType
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
![]() |
1..1 | ||
DownloadPackage | DownloadPackage | 0..* | The identifiers for a Download Package. |
Name | Type |
---|---|
getRecentDownloadPackages | Method |
The following XML fragment illustrates an getRecentDownloadPackagesResponse message:
<ns2:getRecentDownloadPackagesResponse xmlns:ns2="http://esdservice.esd.flexerasoftware.com">
<ns2:DownloadPackage>
<ns2:Id>DP_05121501</ns2:Id>
<ns2:Description>DP_05121501</ns2:Description>
<ns2:EffectiveDate>2015-05-12-07:00</ns2:EffectiveDate>
<ns2:Version>1.0</ns2:Version>
</ns2:DownloadPackage>
</ns2:getRecentDownloadPackagesResponse>