|
FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE |
FlexNet Operations Web Services Guide |
A createUniformSuiteResponse message contains an element of createUniformSuiteResponseType.
Each suite in the createUniformSuiteRequest is added as an atomic unit; adding each either succeeds or fails.
Type createUniformSuiteResponseType
Contains elements as defined in the following table.
| Component | Type | Occurs | Description | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
1..1 | |||||||||||
| statusInfo | StatusInfoType | 1..1 |
|
|||||||||
| failedData | failedUniformSuiteDataListType | 0..1 | Information about the suites that were not added is listed in the failedData element. See failedUniformSuiteDataListType. |
|||||||||
| responseData | createdUniformSuiteDataListType | 0..1 | Information about the suites that were added is listed in the responseData element. See createdUniformSuiteDataListType. |
|||||||||
| Name | Type |
|---|---|
| createUniformSuite | Method |
The following XML fragment illustrates a successful createUniformSuiteResponse message:
<createUniformSuiteResponse>
<statusInfo>
<status>SUCCESS</status>
</statusInfo>
<responseData>
<createdUniformSuite>
<recordRefNo>1</recordRefNo>
<uniqueId>HID-12</uniqueId>
</createdUniformSuite>
</responseData>
</createUniformSuiteResponse>