FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE

FlexNet Operations Web Services Guide

Element: manualReturnRequest

Description

A manualReturnRequest message contains an element of trustedRequestType.

Derived By

Type trustedRequestType

Content Model

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.
Referenced By
Name  Type 
manualReturn  Method 
XML Example

The following XML fragment illustrates a manualReturnRequest message:

<manualReturnRequest>
   <inputData>
      <activationData>...</activationData>
   </inputData>
</manualReturnRequest>