FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE |
FlexNet Operations Web Services Guide |
A manualActivationResponse message contains an element of trustedResponseType.
Type trustedResponseType
Contains elements as defined in the following table.
Component | Type | Occurs | Description | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
1..1 | |||||||||||
statusInfo | StatusInfoType | 1..1 |
|
|||||||||
responseData | activationDataType | 0..1 | If the request was processed successfully, responseData contains an XML response string in an activationData element. This response is saved in a file and delivered back to the customer to enter into an activation utility. |
|||||||||
Name | Type |
---|---|
manualActivation | Method |
The following XML fragment illustrates a successful manualActivationResponse message:
<manualActivationResponse>
<statusInfo>
<status>SUCCESS</status>
</statusInfo>
<responseData>
<activationData>...</activationData>
</responseData>
</manualActivationResponse>