FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE

FlexNet Operations Web Services Guide

Element: publisherErrorLicenseResponse

Description

A publisherErrorLicenseResponse message contains an element of publisherErrorFulfillmentResponseType.

Derived By

Type publisherErrorFulfillmentResponseType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1   
statusInfo  StatusInfoType  1..1 
Element  Data Type  Description 
status
StatusType

Returns one of the following:

  • SUCCESS—All entitlements in the request were processed.

  • PARTIAL_FAILURE—Some, but not all entitlements in the request were processed.

  • FAILURE—None of the entitlements in the request were processed.

reason
string
Gives reason for partial failure or failure.
 
responseData  publisherErrorResponseDataType  0..1  See publisherErrorResponseDataType.
failedData  failedPublisherErrorResponselistDataType  0..1  See failedPublisherErrorResponselistDataType.
Referenced By
Name  Type 
publisherErrorLicense  Method 
XML Example

The following XML fragment illustrates a successful publisherErrorLicenseResponse message:

<publisherErrorLicenseResponse>
   <statusInfo>
      <status>SUCCESS</status>
   </statusInfo>
   <responseData>
      <fulfillmentData>
         <recordRefNo>1</recordRefNo>
         <fulfillment>
            <entitlementIdentifier>
               <uniqueId>HID-4</uniqueId>
               <primaryKeys>
                  <entitlementId>pe1</entitlementId>
               </primaryKeys>
            </entitlementIdentifier>
            <fulfillmentIdentifier>
               <uniqueId>HID-13</uniqueId>
               <primaryKeys>
                  <fulfillmentId>FID_828cab6_14ddc48ce2a__7fea</fulfillmentId>
               </primaryKeys>
            </fulfillmentIdentifier>
            <fulfillmentType>CERTIFICATE</fulfillmentType>
            <lineItem>
               <uniqueId>HID-4</uniqueId>
               <primaryKeys>
                  <activationId>pe-a1</activationId>
               </primaryKeys>
            </lineItem>
            <product>
               <uniqueId>HID-1</uniqueId>
               <primaryKeys>
                  <name>p1</name>
                  <version>1.0</version>
               </primaryKeys>
            </product>
            <soldTo>UNKNOWN_ACCT_UNIT</soldTo>
            <shipToEmail/>
            <shipToAddress/>
            <serverIds>
               <server1>HOSTNAME=pe2-myserver1</server1>
            </serverIds>
            <nodeIds>
               <nodeId>HOSTNAME=pe2-mynode1</nodeId>
            </nodeIds>
            <fulfilledCount>1</fulfilledCount>
            <overDraftCount>0</overDraftCount>
            <fulfillDate>2015-06-10</fulfillDate>
            <fulfillDateTime>2015-06-10T09:18:35.622Z</fulfillDateTime>
            <isPermanent>true</isPermanent>
            <startDate>2015-06-10</startDate>
            <licenseText>SERVER this_host HOSTNAME=pe2-myserver1
VENDOR demo
USE_SERVER
INCREMENT f1 demo 1.0 permanent 1 HOSTID=HOSTNAME=pe2-mynode1 \
        ISSUER="My Corporation" ISSUED=10-jun-2015 START=9-jun-2015 \
        SIGN="002F 6162 5139 1979 B943 0C62 44DF 9E00 5BD6 3711 DEB0 \
        4641 9C51 BC4B EA91"</licenseText>
            <consolidatedHostLicense>
               <license>#Please Do not delete this comment line.
SERVER this_host HOSTNAME=pe2-myserver1
VENDOR demo
USE_SERVER
INCREMENT f1 demo 1.0 permanent 1 HOSTID=HOSTNAME=pe2-mynode1 \
        ISSUER="My Corporation" ISSUED=10-jun-2015 START=9-jun-2015 \
        SIGN="002F 6162 5139 1979 B943 0C62 44DF 9E00 5BD6 3711 DEB0 \
        4641 9C51 BC4B EA91"</license>
            </consolidatedHostLicense>
            <supportAction>MASTER</supportAction>
            <lastModifiedDateTime>2015-06-10T09:18:35.646Z</lastModifiedDateTime>
            <parentFulfillmentId>
               <uniqueId>HID-12</uniqueId>
               <primaryKeys>
                  <fulfillmentId>FID_828cab6_14ddc48ce2a__7feb</fulfillmentId>
               </primaryKeys>
            </parentFulfillmentId>
            <licenseTechnology>
               <uniqueId>HID-100</uniqueId>
               <primaryKeys>
                  <name>FlexNet Licensing</name>
               </primaryKeys>
            </licenseTechnology>
            <licenseModelAttributes>
               <attribute>
                  <attributeName>ISSUER</attributeName>
                  <stringValue>My Corporation</stringValue>
               </attribute>
               <attribute>
                  <attributeName>INCLUDE_USE_SERVER</attributeName>
                  <booleanValue>true</booleanValue>
               </attribute>
               <attribute>
                  <attributeName>ALLOW_ONE_TERMINAL_SERVER</attributeName>
                  <booleanValue>false</booleanValue>
               </attribute>
               <attribute>
                  <attributeName>NOTICE</attributeName>
               </attribute>
               <attribute>
                  <attributeName>SERIAL_NUMBER</attributeName>
               </attribute>
               <attribute>
                  <attributeName>VENDOR_STRING</attributeName>
               </attribute>
            </licenseModelAttributes>
            <state>ACTIVE</state>
            <fulfillmentSource>ONLINE</fulfillmentSource>
            <licenseFiles>
               <licenseFile>
                  <licenseFileDefinitionName>FNP License</licenseFileDefinitionName>
                  <licenseText>SERVER this_host HOSTNAME=pe2-myserver1
VENDOR demo
USE_SERVER
INCREMENT f1 demo 1.0 permanent 1 HOSTID=HOSTNAME=pe2-mynode1 \
        ISSUER="My Corporation" ISSUED=10-jun-2015 START=9-jun-2015 \
SIGN="002F 6162 5139 1979 B943 0C62 44DF 9E00 5BD6 3711 DEB0 \
4641 9C51 BC4B EA91"</licenseText>
               </licenseFile>
            </licenseFiles>
            <entitledProducts>
               <entitledProduct>
                  <product>
                     <uniqueId>HID-1</uniqueId>
                     <primaryKeys>
                        <name>p1</name>
                        <version>1.0</version>
                     </primaryKeys>
                  </product>
                  <quantity>1</quantity>
               </entitledProduct>
            </entitledProducts>
            <activationType>DEFAULT</activationType>
         </fulfillment>
      </fulfillmentData>
   </responseData>
</publisherErrorLicenseResponse>