FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE

FlexNet Operations Web Services Guide

Element: tns:addWebRegKeyResponse

Description

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

Derived By

Type addWebRegKeyResponseType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1   
statusInfo  StatusInfoType  1..1 
Element  Data Type  Description 
status
StatusType

Returns one of the following:

  • SUCCESS—If the request was synchronous, all of the web register keys in the request were processed successfully. If the request was asynchronous, SUCCESS means that the import request of web register keys was scheduled; this does not necessarily mean that the request was processed successfully.

  • PARTIAL_FAILURE—Some, but not all web register keys in the synchronous request were processed. The getCount and getQuery operations never return PARTIAL_FAILURE.

  • FAILURE—If the request was synchronous, none of the web register keys in the request were processed successfully. If the request was asynchronous, FAILURE means that the import request of web register keys was not scheduled.

reason
string
Gives reason for partial failure or failure.
 
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.
Referenced By
Name  Type 
createWebRegKey  Method 
XML Example

The following XML fragment illustrates a successful addWebRegKeyResponse message:

<addWebRegKeyResponse>
   <statusInfo>
      <status>SUCCESS</status>
   </statusInfo>
</addWebRegKeyResponse>