FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE |
FlexNet Operations Web Services Guide |
Restricting anyType
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
![]() |
1..1 | ||
DownloadPackageInProductCountResult | DownloadPackageInProductCountResult | 0..1 | See DownloadPackageInProductCountResult. |
The following XML fragment illustrates a successful getDownloadPackageInProductCountResponse message:
<getDownloadPackageInProductCountResponse>
<DownloadPackageInProductCountResult>
<QueryResult>
<Successful>1</Successful>
<ProcessedTime xsi:nil="true"/>
</QueryResult>
<ResponseData>
<Count>2</Count>
</ResponseData>
</DownloadPackageInProductCountResult>
</getDownloadPackageInProductCountResponse>