FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE |
FlexNet Operations Web Services Guide |
A deleteFeatureResponse message contains an element of deleteFeatureResponseType.
Each feature in the deleteFeatureRequest is deleted as an atomic unit; deleting each either succeeds or fails. No specific information is returned about features that were deleted successfully.
Type deleteFeatureResponseType
Contains elements as defined in the following table.
Component | Type | Occurs | Description | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
1..1 | |||||||||||
statusInfo | StatusInfoType | 1..1 |
|
|||||||||
failedData | failedDeleteFeatureDataListType | 0..1 | Information about the features that were not deleted is listed in the failedData element. See failedDeleteFeatureDataListType. |
|||||||||
Name | Type |
---|---|
deleteFeature | Method |
The following XML fragment illustrates an unsuccessful deleteFeatureResponse message (Feature_toDelete has a fixed version, so version needs to be specified):
<deleteFeatureResponse>
<statusInfo>
<status>FAILURE</status>
<reason>All input data in the request failed. Please check the
specific reasons in returned data.</reason>
</statusInfo>
<failedData>
<failedFeature>
<featureIdentifier>
<primaryKeys>
<name>Feature_toDelete</name>
<version/>
</primaryKeys>
</featureIdentifier>
<reason>Identifier Feature_toDelete is invalid.
# 4359-767</reason>
</failedFeature>
</failedData>
</deleteFeatureResponse>