FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE

FlexNet Operations Web Services Guide

Element: rehostLicenseRequest

Description

A rehostLicenseRequest message contains an element of rehostFulfillmentRequestType.

Derived By

Type rehostFulfillmentRequestType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1   
fulfillment  rehostFulfillmentDataType  1..*  Required. A rehostLicenseRequest contains an array of fulfillment elements. See rehostFulfillmentDataType.
Referenced By
Name  Type 
rehostLicense  Method 
XML Example

The following XML fragment illustrates a rehostLicenseRequest message:

<rehostLicenseRequest>
   <fulfillment>
      <fulfillmentIdentifier>
         <primaryKeys>
            <fulfillmentId>FID_18c5...1__7ffb</fulfillmentId>
         </primaryKeys>
      </fulfillmentIdentifier>
      <serverIds>
         <server1>432143214321</server1>
      </serverIds>
      <partialCount>3</partialCount>
      <overDraftCount>1</overDraftCount>
   </fulfillment>
</rehostLicenseRequest>