FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE

FlexNet Operations Web Services Guide

Complex Type: tns:activationIdList

Derived By

Restricting anyType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1   
activationId  SimpleQueryType  1..* 

Use to perform a mass entitlement search using the getActivatableItemsQuery operation, which can return a large number of entitlements and line items that match specified criteria.

To achieve this, use the parameter tag:

<urn:activationIds> ... </urn:activationIds>

which accepts multiple activation IDs as input parameters to retrieve all line item details in a single request.

The parameter tag:

<urn:activationId> ... </urn:activationId> 

is wrapped inside the parameter tag:

<urn:activationIds> ... </urn:activationIds>

To search for a single activation ID, pass the activation ID in:

<urn:activationId> ... </urn:activationId>