FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE |
FlexNet Operations Web Services Guide |
An addWebRegKeyResponse message contains an element of addWebRegKeyResponseType.
Each web register key in the addWebRegKeyRequest is added as an atomic unit; adding each either succeeds or fails
Contains elements as defined in the following table.
Component | Type | Occurs | Description | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
1..1 | |||||||||||
statusInfo | StatusInfoType | 1..1 |
|
|||||||||
responseData | webRegKeyDataListType | 0..1 | Information about the web register keys that were added is listed in the responseData element. See webRegKeyDataListType. Not populated for asynchronous requests or for requests in which the web register keys are not autogenerated. |
|||||||||
failedData | failedAddWebRegKeyDataListType | 0..1 | Information about the web register keys that were not added is listed in the failedData element. See failedAddWebRegKeyDataListType. Not populated for asynchronous requests or for requests in which the web register keys are autogenerated. |
|||||||||
Name | Type |
---|---|
createWebRegKey | Method |
The following XML fragment illustrates a successful addWebRegKeyResponse message:
<addWebRegKeyResponse>
<statusInfo>
<status>SUCCESS</status>
</statusInfo>
</addWebRegKeyResponse>