FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE

FlexNet Operations Web Services Guide

Element: assignProductCategoriesToUserResponse

Description

An assignProductCategoriesToUserResponse message contains an element of handleProductCategoriesToUserResponseType.

Assigning each product category either succeeds or fails. No specific information is returned about categories.

Derived By

Type handleProductCategoriesToUserResponseType

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 categories in the request were processed.

  • PARTIAL_FAILURE—Some, but not all categories in the request were processed. The get operation never returns PARTIAL_FAILURE.

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

reason
string
Gives a reason for partial failure or failure.
 
Referenced By
Name  Type 
assignProductCategoriesToUser  Method 
XML Example

The following XML fragment illustrates a sucessful assignProductCategoriesToUserResponse message:

<assignProductCategoriesToUserResponse>
   <statusInfo>
      <status>SUCCESS</status>
   </statusInfo>
</assignProductCategoriesToUserResponse>