FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE |
FlexNet Operations Web Services Guide |
An updateFeatureRequest message contains an element of updateFeatureRequestType.
Type updateFeatureResponseType
Contains elements as defined in the following table.
Component | Type | Occurs | Description | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
1..1 | |||||||||||
statusInfo | StatusInfoType | 1..1 |
|
|||||||||
failedData | failedUpdateFeatureDataListType | 0..1 | Contains one or more failedFeature elements. See failedUpdateFeatureDataListType. |
|||||||||
Name | Type |
---|---|
updateFeature | Method |
The following XML fragment illustrates a successful updateFeatureResponse message:
<updateFeatureResponse>
<statusInfo>
<status>SUCCESS</status>
</statusInfo>
</updateFeatureResponse>