FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE

FlexNet Operations Web Services Guide

Element: stopGapLicenseResponse

Description

A stopGapLicenseResponse message contains an element of stopGapFulfillmentResponseType.

Derived By

Type stopGapFulfillmentResponseType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1   
statusInfo  StatusInfoType  1..1 
     
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  stopGapResponseDataType  0..1  See stopGapResponseDataType.
failedData  failedStopGapResponselistDataType  0..1  See failedStopGapResponselistDataType.
Referenced By
Name  Type 
stopGapLicense  Method 
XML Example

The following XML fragment illustrates a successful stopGapLicenseResponse message:

<stopGapLicenseResponse>
   <statusInfo>
      <status>SUCCESS</status>
   </statusInfo>
   <responseData>
      <fulfillmentData>
         <recordRefNo>1</recordRefNo>
         <fulfillment>
            <entitlementIdentifier>
               <uniqueId>HID-3</uniqueId>
               <primaryKeys>
                  <entitlementId>sg1</entitlementId>
               </primaryKeys>
            </entitlementIdentifier>
            <fulfillmentIdentifier>
               <uniqueId>HID-9</uniqueId>
               <primaryKeys>
                  <fulfillmentId>FID_828cab6_14ddc48ce2a__7fef</fulfillmentId>
               </primaryKeys>
            </fulfillmentIdentifier>
            <fulfillmentType>CERTIFICATE</fulfillmentType>
            <lineItem>
               <uniqueId>HID-3</uniqueId>
               <primaryKeys>
                  <activationId>sga1</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=sgh2</server1>
            </serverIds>
            <nodeIds>
               <nodeId>HOSTNAME=sghh2</nodeId>
            </nodeIds>
            <fulfilledCount>2</fulfilledCount>
            <overDraftCount>0</overDraftCount>
            <fulfillDate>2015-06-10</fulfillDate>
            <fulfillDateTime>2015-06-10T09:00:43.635Z</fulfillDateTime>
            <isPermanent>false</isPermanent>
            <startDate>2015-06-05</startDate>
            <expirationDate>2015-08-08</expirationDate>
            <licenseText>SERVER this_host HOSTNAME=sgh2
VENDOR demo
USE_SERVER
INCREMENT f1 demo 1.0 8-aug-2015 2 HOSTID=HOSTNAME=sghh2 ISSUER="My \
        Corporation" ISSUED=10-jun-2015 START=5-jun-2015 SIGN="0050 \
        D5D5 3608 DE22 36D4 46C1 71F5 DB00 9F39 5D06 FE37 C792 0D8B \
        4F42 13FD"</licenseText>
            <consolidatedHostLicense>
               <license>#Please Do not delete this comment line.
SERVER this_host HOSTNAME=sgh2
VENDOR demo
USE_SERVER
INCREMENT f1 demo 1.0 8-aug-2015 2 HOSTID=HOSTNAME=sghh2 ISSUER="My \
        Corporation" ISSUED=10-jun-2015 START=5-jun-2015 SIGN="0050 \
        D5D5 3608 DE22 36D4 46C1 71F5 DB00 9F39 5D06 FE37 C792 0D8B \
        4F42 13FD"</license>
            </consolidatedHostLicense>
            <supportAction>STOPGAP</supportAction>
            <lastModifiedDateTime>2015-06-10T09:00:43.642Z</lastModifiedDateTime>
            <parentFulfillmentId>
               <uniqueId>HID-8</uniqueId>
               <primaryKeys>
                  <fulfillmentId>FID_828cab6_14ddc48ce2a__7ff0</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=sgh2
VENDOR demo
USE_SERVER
INCREMENT f1 demo 1.0 8-aug-2015 2 HOSTID=HOSTNAME=sghh2 ISSUER="My \
        Corporation" ISSUED=10-jun-2015 START=5-jun-2015 SIGN="0050 \
        D5D5 3608 DE22 36D4 46C1 71F5 DB00 9F39 5D06 FE37 C792 0D8B \
        4F42 13FD"</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>
</stopGapLicenseResponse>