FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE |
FlexNet Operations Web Services Guide |
A setEntitlementStateResponse message contains an element of setEntitlementStateResponseType.
Type setEntitlementStateResponseType
Contains elements as defined in the following table.
Component | Type | Occurs | Description | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
1..1 | |||||||||||
statusInfo | StatusInfoType | 1..1 |
|
|||||||||
failedData | failedEntitlementStateDataListType | 0..1 | Information about the entitlements whose state was not set is listed in the failedData element. See failedEntitlementStateDataListType. |
|||||||||
Name | Type |
---|---|
setEntitlementState | Method |
The following XML fragment illustrates a successful setEntitlementStateResponse message:
<setEntitlementStateResponse>
<statusInfo>
<status>SUCCESS</status>
</statusInfo>
</setEntitlementStateResponse>