FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE

FlexNet Operations Web Services Guide

Element: generateCapabilityResponseRequest

Description

A generateCapabilityResponseRequest message contains an element of generateCapabilityResponseRequestType.

Derived By

Type generateCapabilityResponseRequestType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1   
device  capabilityRequestType  0..*  See capabilityRequestType. Specify a device to generate a capability response based on web service parameters. If no device is specified, you must specify a capability request.
request  base64Binary  0..*  A base-64 encoded, binary capability request. Specify a request to generate a capability response based on a capability request. If no request is specified, the generateCapabilityResponse operation requires that you specify a device and provide sufficient data via capabilityRequestType elements to generate the response.
Referenced By
Name  Type 
generateCapabilityResponse  Method 

The following XML fragment illustrates a generateCapabilityResponseRequest message.

<generateCapabilityResponseRequest>
    <!--Zero or more repetitions:-->
    <device>
       <deviceIdentifier>
          <deviceType>?</deviceType>
          <!--Optional:-->
          <uniqueId>?</uniqueId>
          <!--Optional:-->
          <deviceId>?</deviceId>
          <!--Optional:-->
          <serverIds>
             <!--1 or more repetitions:-->
             <serverId>?</serverId>
          </serverIds>
          <!--Optional:-->
          <deviceIdType>?</deviceIdType>
       </deviceIdentifier>
       <!--Optional:-->
       <lastUpdateTime>?</lastUpdateTime>
       <!--Optional:-->
       <force>?</force>
       <!--Optional:-->
       <vendorDictionary>
          <!--1 or more repetitions:-->
          <entry>
             <name>?</name>
             <!--Optional:-->
             <stringValue>?</stringValue>
             <!--Optional:-->
             <numberValue>?</numberValue>
          </ops:entry>
       </vendorDictionary>
       <!--Zero or more repetitions:-->
       <lineItem>
          <lineItemIdentifier>
             <!--Optional:-->
             <activationId>?</activationId>
             <!--Optional:-->
             <count>?</count>
          </lineItemIdentifier>
       </lineItem>
      <!--Optional:-->
       <bufferLicense>?</bufferLicense>
      </device>
 </generateCapabilityResponseRequest>