FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE

FlexNet Operations Web Services Guide

Element: tns:mapEntitlementsToUserResponse

Description

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.

Derived By

Type mapEntitlementsToUserResponseType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1   
statusInfo  StatusInfoType  1..1 
Element  Data Type  Description 
status
StatusType

Returns one of the following:

  • SUCCESS—All items in the request were processed.

  • PARTIAL_FAILURE—Some, but not all items in the request were processed. The getCount and getQuery operations never return PARTIAL_FAILURE.

  • FAILURE—None of the items in the request were processed.

reason
string
Gives reason for partial failure or failure.
 
failedData  failedMapEntitlementsToUserDataListType  0..1  Information about the IDs that were not mapped to the user is listed in the failedData element. See failedMapEntitlementsToUserDataListType.
Referenced By
Name  Type 
mapEntitlementsToUser  Method 
XML Example

The following XML fragment illustrates a successful mapEntitlementsToUserResponse message:

<mapEntitlementsToUserResponse>
   <statusInfo>
      <status>SUCCESS</status>
   </statusInfo>
</mapEntitlementsToUserResponse>