|
FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE |
FlexNet Operations Web Services Guide |
An updateProductResponse message contains an element of updateProductResponseType.
Each product in the updateProductRequest is modifed as an atomic unit; modifying each either succeeds or fails. No specific information is returned about products that were modified successfully.
Type updateProductResponseType
Contains elements as defined in the following table.
| Component | Type | Occurs | Description | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
1..1 | |||||||||||
| statusInfo | StatusInfoType | 1..1 |
|
|||||||||
| failedData | failedUpdateProductDataListType | 0..1 | Information about the products that were not modified is listed in the failedData element. See failedUpdateProductDataListType. |
|||||||||
| Name | Type |
|---|---|
| updateProduct | Method |
The following XML fragment illustrates a successful updateProductResponse message:
<updateProductResponse>
<statusInfo>
<status>SUCCESS</status>
</statusInfo>
</updateProductResponse>