FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE |
FlexNet Operations Web Services Guide |
A repairShortCodeResponse message contains an element of repairShortCodeResponseType.
Type repairShortCodeResponseType
Contains elements as defined in the following table.
Component | Type | Occurs | Description | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
1..1 | |||||||||||
statusInfo | StatusInfoType | 1..1 |
|
|||||||||
failedData | failedRepairShortCodeDataType | 0..1 | Information about a short code repair response that was not generated is listed in the failedData element. See failedRepairShortCodeDataType. |
|||||||||
responseData | repairedShortCodeDataType | 0..1 | Information about a short code repair response that was generated is listed in the responseData element. responseData contains a shortCode repair response string. This response is delivered back to the customer to enter into an activation utility. |
|||||||||
Name | Type |
---|---|
repairShortCode | Method |
The following XML fragment illustrates a successful repairShortCodeResponse message:
<repairShortCodeResponse>
<statusInfo>
<status>SUCCESS</status>
</statusInfo>
<responseData>
<shortCode>...</shortCode>
</responseData>
</repairShortCodeResponse>