FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE

FlexNet Operations Web Services Guide

Element: generatePrebuiltLicenseResponse

Description

A generatePrebuiltLicenseResponse message contains an element of generatePrebuiltLicenseResponseType.

Derived By

Type generatePrebuiltLicenseResponseType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1   
statusInfo  OpsEmbeddedStatusInfoType  1..1  See OpsEmbeddedStatusInfoType.
failedData  failedGeneratePrebuiltLicenseDataListType  0..1  See failedGeneratePrebuiltLicenseDataListType.
responseData  generatePrebuiltLicenseDataListType  0..1  See generatePrebuiltLicenseListType.
Referenced By
Name  Type 
generatePrebuiltLicense  Method 
XML Example

The following XML fragments illustrate generatePrebuiltLicenseResponse messages:

Sample Successful Response Data:

  <generatePrebuiltLicenseResponse>
         <statusInfo>
            <status>SUCCESS</status>
         </statusInfo>
         <responseData>
            <deviceIdentifier>
               <deviceType>CLIENT</deviceType>

               <deviceId>555555</deviceId>
            </deviceIdentifier>
         </responseData>     
 </generatePrebuiltLicenseResponse>

Sample Failed Response Data:

     <generatePrebuiltLicenseResponse>
         <statusInfo>
            <status>FAILURE</status>
         </statusInfo>
         <failedData>
            <failedDevice>
               <deviceIdentifier>
                  <deviceType>CLIENT</deviceType>
                  <deviceId>555555</deviceId>
               </deviceIdentifier>
               <reason>20026:Cannot generate license for obsolete device.</reason>
            </failedDevice>
         </failedData>      
</generatePrebuiltLicenseResponse>