|
FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE |
FlexNet Operations Web Services Guide |
A mapEntitlementsToUserResponse message contains an element of mapEntitlementsToUserResponseType.
Each ID in the mapEntitlementsToUserRequest is added as an atomic unit; adding each either succeeds or fails.
Type mapEntitlementsToUserResponseType
Contains elements as defined in the following table.
| Component | Type | Occurs | Description | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
1..1 | |||||||||||
| statusInfo | StatusInfoType | 1..1 |
|
|||||||||
| failedData | failedMapEntitlementsToUserDataListType | 0..1 | Information about the IDs that were not mapped to the user is listed in the failedData element. See failedMapEntitlementsToUserDataListType. |
|||||||||
| Name | Type |
|---|---|
| mapEntitlementsToUser | Method |
The following XML fragment illustrates a successful mapEntitlementsToUserResponse message:
<mapEntitlementsToUserResponse>
<statusInfo>
<status>SUCCESS</status>
</statusInfo>
</mapEntitlementsToUserResponse>