FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE

FlexNet Operations Web Services Guide

Element: removeProductCategoriesFromUserResponse

Description

A removeProductCategoriesFromUserResponse message contains an element of handleProductCategoriesToUserResponseType.

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 
removeProductCategoriesFromUser  Method 
XML Example

The following XML fragment illustrates a successful removeProductCategoriesFromUserResponse message:

<removeProductCategoriesFromUserResponse>
   <statusInfo>
      <status>SUCCESS</status>
   </statusInfo>
</removeProductCategoriesFromUserResponse>