FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE |
FlexNet Operations Web Services Guide |
An deleteWebRegKeyResponse message contains an element of deleteWebRegKeyResponseType.
Each web register key in the deleteWebRegKeyRequest is deleted as an atomic unit; deleting each either succeeds or fails.
Type deleteWebRegKeyResponseType
Contains elements as defined in the following table.
Component | Type | Occurs | Description | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
1..1 | |||||||||||
statusInfo | StatusInfoType | 1..1 |
|
|||||||||
failedData | failedDeleteWebRegKeyListType | 0..1 | Information about the web register keys that were not deleted is listed in the failedData element. See failedDeleteWebRegKeyListType. |
|||||||||
Name | Type |
---|---|
deleteWebRegKey | Method |
The following XML fragment illustrates a successful deleteWebRegKeyResponse message:
<deleteWebRegKeyResponse>
<statusInfo>
<status>SUCCESS</status>
</statusInfo>
</deleteWebRegKeyResponse>