FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE

FlexNet Operations Web Services Guide

Element: createLicenseRequest

Description

A createLicenseRequest message contains an element of createFulfillmentRequestType.

Derived By

Type createFulfillmentRequestType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1   
fulfillment  createFulfillmentDataType  1..*  Required. A createFulfillmentRequest contains an array of fulfillment elements to be verified. See createFulfillmentDataType.
Referenced By
Name  Type 
createLicense  Method 
XML Example

The following XML fragment illustrates a createLicenseRequest message:

<createLicenseRequest>
   <fulfillment>
      <activationId>Ent_basic_1</activationId>
      <fulfillCount>5</fulfillCount>
      <overDraftCount>3</overDraftCount>
      <startDate>2005-11-30</startDate>
      <serverIds>
         <server1>HOSTNAME=testserver</server1>
      </serverIds>
      <licenseModelAttributes>
         <attribute>
            <attributeName>VENDOR_STRING</attributeName>
            <stringValue>vendor string</stringValue>
         </attribute>
      </licenseModelAttributes>
   </fulfillment>
</createLicenseRequest>