FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE |
FlexNet Operations Web Services Guide |
A generateCapabilityResponseResponse message contains an element of generateCapabilityResponseResponseType.
Type generateCapabilityResponseResponseType
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
![]() |
1..1 | ||
statusInfo | OpsEmbeddedStatusInfoType | 1..1 | See OpsEmbeddedStatusInfoType. |
failedData | failedGenerateCapabilityResponseDataType | 0..1 | See failedGenerateCapabilityResponseDataType. |
responseData | generateCapabilityResponseDataType | 0..1 | See generateCapabilityResponseDataType. |
Name | Type |
---|---|
generateCapabilityResponse | Method |
The following XML fragments illustrate generateCapabilityResponseResponse messages:
Sample Successful Capability Response Data:
<generateCapabilityResponseResponse>
<statusInfo>
<status>SUCCESS</status>
</statusInfo>
<responseData>
<device>
<deviceIdentifier>
<deviceType>CLIENT</deviceType>
<deviceId>555555</deviceId>
</deviceIdentifier>
<addonLicense>?</addonLicense>
</device>
</responseData>
</generateCapabilityResponseResponse>
Sample Successful Buffer Response Data:
<generateCapabilityResponseResponse xmlns="urn:com.macrovision:flexnet/opsembedded">
<statusInfo>
<status>SUCCESS</status>
</statusInfo>
<responseData>
<device>
<deviceIdentifier>
<deviceType>CLIENT</deviceType>
<deviceId>bufDev</deviceId>
<deviceIdType>STRING</deviceIdType>
</deviceIdentifier>
<addonLicense>?</addonLicense>
<bufferLicense>true</bufferLicense>
</device>
</responseData>
</generateCapabilityResponseResponse>
Sample Failed Response Data:
<generateCapabilityResponseResponse>
<statusInfo>
<status>FAILURE</status>
</statusInfo>
<failedData>
<failedDevice>
<deviceIdentifier>
<deviceType>CLIENT</deviceType>
<deviceId>555555</deviceId>
</deviceIdentifier>
<reason>20022:Device Identifier is invalid.</reason>
</failedDevice>
</failedData>
</generateCapabilityResponseResponse>