FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE

FlexNet Operations Web Services Guide

Element: publisherErrorLicenseRequest

Description

A publisherErrorLicenseRequest message contains an element of publisherErrorFulfillmentRequestType.

Derived By

Type publisherErrorFulfillmentRequestType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1   
fulfillment  publisherErrorFulfillmentDataType  1..*  See publisherErrorFulfillmentDataType.
Referenced By
Name  Type 
publisherErrorLicense  Method 
XML Example

The following XML fragment illustrates a publisherErrorLicenseRequest message:

<publisherErrorLicenseRequest>
   <fulfillment>
      <fulfillmentIdentifier>
         <primaryKeys>
            <fulfillmentId>FID_828cab6_14ddc48ce2a__7feb</fulfillmentId>
         </primaryKeys>
      </fulfillmentIdentifier>
      <serverIds>
         <server1>HOSTNAME=pe2-myserver1</server1>
      </serverIds>
      <nodeIds>
         <nodeId>HOSTNAME=pe2-mynode1</nodeId>
      </nodeIds>
      <fulfillCount>1</fulfillCount>
   </fulfillment>
</publisherErrorLicenseRequest>