|
FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE |
FlexNet Operations Web Services Guide |
A manualRepairRequest message contains an element of trustedRequestType.
Type trustedRequestType
Contains elements as defined in the following table.
| Component | Type | Occurs | Description |
|---|---|---|---|
|
1..1 | ||
| inputData | activationDataType | 1..1 | Required. A manualActivationRequest contains a single inputData element. See activationDataType. |
| Name | Type |
|---|---|
| manualRepair | Method |
The following XML fragment illustrates a manualRepairRequest message:
<manualRepairRequest>
<inputData>
<activationData>...</activationData>
</inputData>
</manualRepairRequest>