FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE

FlexNet Operations Web Services Guide

Element: updateUniformSuiteResponse

Description

An updateUniformSuiteResponse message contains an element of updateUniformSuiteResponseType.

Each suite in the updateUniformSuiteRequest is modifed as an atomic unit; modifying each either succeeds or fails. No specific information is returned about suites that were modified successfully.

Derived By

Type updateUniformSuiteResponseType

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

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

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

reason
string
Gives reason for partial failure or failure.
 
failedData  failedUpdateUniformSuiteDataListType  0..1  Information about the suites that were not modified is listed in the failedData element. See failedUpdateUniformSuiteDataListType.
Referenced By
Name  Type 
updateUniformSuite  Method 
XML Example

The following XML fragment illustrates a updateUniformSuiteResponse message:

<updateUniformSuiteResponse>
     <statusInfo>
          <status>SUCCESS</status>
     </statusInfo>
</updateUniformSuiteResponse>