FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE

FlexNet Operations Web Services Guide

Element: emergencyLicenseResponse

Description

An emergencyLicenseResponse message contains an element of emergencyFulfillmentResponseType.

Derived By

Type emergencyFulfillmentResponseType

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  emergencyResponseDataType  0..1  See emergencyResponseDataType.
failedData  failedEmergencyResponselistDataType  0..1  See failedEmergencyResponselistDataType.
Referenced By
Name  Type 
emergencyLicense  Method 
XML Example

The following XML fragment illustrates a successful emergencyLicenseResponse message:

 <emergencyLicenseResponse>
    <statusInfo>
       <status>SUCCESS</status>
    </statusInfo>
    <responseData>
       <fulfillmentData>
          <recordRefNo>1</recordRefNo>
          <fulfillment>
             <entitlementIdentifier>
                <uniqueId>HID-2</uniqueId>
                <primaryKeys>
                   <entitlementId>e2</entitlementId>
                </primaryKeys>
             </entitlementIdentifier>
             <fulfillmentIdentifier>
                <uniqueId>HID-5</uniqueId>
                <primaryKeys>
                   <fulfillmentId>FID_828cab6_14ddc48ce2a__7ff4</fulfillmentId>
                </primaryKeys>
             </fulfillmentIdentifier>
             <fulfillmentType>CERTIFICATE</fulfillmentType>
             <lineItem>
                <uniqueId>HID-2</uniqueId>
                <primaryKeys>
                   <activationId>a2</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=h-h2</server1>
             </serverIds>
             <nodeIds>
                <nodeId>HOSTNAME=d-d2</nodeId>
             </nodeIds>
             <fulfilledCount>2</fulfilledCount>
             <overDraftCount>0</overDraftCount>
             <fulfillDate>2015-06-10</fulfillDate>
             <fulfillDateTime>2015-06-10T08:50:01.142Z</fulfillDateTime>
             <isPermanent>false</isPermanent>
             <startDate>2015-06-05</startDate>
             <expirationDate>2015-09-08</expirationDate>
             <licenseText>SERVER this_host HOSTNAME=h-h2
VENDOR demo
USE_SERVER
INCREMENT f1 demo 1.0 8-sep-2015 2 HOSTID=HOSTNAME=d-d2 ISSUER="My \
        Corporation" ISSUED=10-jun-2015 START=5-jun-2015 SIGN="00A2 \
        B496 80E0 D993 5958 6D65 98DB 5700 694B 165F 2100 AB68 4EBF \
        2FCC 0AC2"</licenseText>
             <consolidatedHostLicense>
               <license>#Please Do not delete this comment line.
SERVER this_host HOSTNAME=h-h2
VENDOR demo
USE_SERVER
INCREMENT f1 demo 1.0 8-sep-2015 2 HOSTID=HOSTNAME=d-d2 ISSUER="My \
        Corporation" ISSUED=10-jun-2015 START=5-jun-2015 SIGN="00A2 \
        B496 80E0 D993 5958 6D65 98DB 5700 694B 165F 2100 AB68 4EBF \
        2FCC 0AC2"</license>
            </consolidatedHostLicense>
            <supportAction>EMERGENCY</supportAction>
            <lastModifiedDateTime>2015-06-10T08:50:01.148Z</lastModifiedDateTime>
            <parentFulfillmentId>
               <uniqueId>HID-4</uniqueId>
               <primaryKeys>
                  <fulfillmentId>FID_828cab6_14ddc48ce2a__7ff5</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>APPLICATION</fulfillmentSource>
            <licenseFiles>
               <licenseFile>
                  <licenseFileDefinitionName>FNP License</licenseFileDefinitionName>
                  <licenseText>SERVER this_host HOSTNAME=h-h2
VENDOR demo
USE_SERVER
INCREMENT f1 demo 1.0 8-sep-2015 2 HOSTID=HOSTNAME=d-d2 ISSUER="My \
        Corporation" ISSUED=10-jun-2015 START=5-jun-2015 SIGN="00A2 \
        B496 80E0 D993 5958 6D65 98DB 5700 694B 165F 2100 AB68 4EBF \
        2FCC 0AC2"</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>
</emergencyLicenseResponse>