FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE

FlexNet Operations Web Services Guide

Element: tns:searchActivatableItemResponse

Description

A searchActivatableItemResponse message contains an element of searchActivatableItemResponseType.

This operation will not return maintenance line items.

Note: The soldTo element is supported for backwards compatibility in the response to this operation, and now the channelPartners element is also supported. Note, however, that the query parameters of the operation do not support the channelPartners element. soldTo or parentBulkEntSoldTo should still be used to specify an account in the query request or response.

Derived By

Type searchActivatableItemResponseType

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 items in the request were processed.

  • PARTIAL_FAILURE—Some, but not all items in the request were processed. The getCount and getQuery operations never return PARTIAL_FAILURE.

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

reason
string
Gives reason for partial failure or failure.
 
activatableItem  activatableItemDetailType  0..*  See activatableItemDetailType.
Referenced By
Name  Type 
getActivatableItemsQuery  Method 
XML Example

The following XML fragment illustrates part of a successful searchActivatableItemResponse message:

<searchActivatableItemResponse>
   <statusInfo>
      <status>SUCCESS</status>
   </statusInfo>
   <activatableItem>
      <activatableItemType>LINEITEM</activatableItemType>
      <entitlementId>Ent_basic_z</entitlementId>
      <soldTo>ACME</soldTo>
      <shipToEmail>test@example.com</shipToEmail>
      <shipToAddress>San Jose</shipToAddress>
      <entitlementState>DEPLOYED</entitlementState>
      <activatableItemData>
         <activationId>
            <id>Ent_basic_z_1</id>
         </activationId>
         <product>
            <uniqueId>HID-20103</uniqueId>
            <primaryKeys>
               <name>Product_basic</name>
               <version>1.0</version>
            </primaryKeys>
         </product>
         <licenseModel>
            <uniqueId>HID-21005</uniqueId>
            <primaryKeys>
               <name>FC Ent Policies</name>
            </primaryKeys>
         </licenseModel>
         <licenseModelAttributes>
            <attribute>
               <attributeName>NOTICE</attributeName>
               <stringValue>notice</stringValue>
            </attribute>
            <attribute>
               <attributeName>SERIAL_NUMBER</attributeName>
               <stringValue>serial</stringValue>
            </attribute>
         </licenseModelAttributes>
         <policyAttributes>
            <cancelLicensePolicy>
               <isCancelLicense>false</isCancelLicense>
            </cancelLicensePolicy>
            <virtualLicensePolicy>
               <isVirtualLicense>true</isVirtualLicense>
            </virtualLicensePolicy>
         </policyAttributes>
         <orderId>OR125</orderId>
         <orderLineNumber>1</orderLineNumber>
         <numberOfCopies>10</numberOfCopies>
         <isPermanent>false</isPermanent>
         <expirationDate>2008-11-30</expirationDate>
         <versionDateAttributes>
            <versionOption>DEFINE_NOW</versionOption>
         </versionDateAttributes>
         <numberOfRemainingCopies>10</numberOfRemainingCopies>
         <isTrustedType>false</isTrustedType>
         <state>DEPLOYED</state>
         <licenseTechnology>
            <uniqueId>HID-100</uniqueId>
            <primaryKeys>
               <name>FLEXnet Licensing</name>
            </primaryKeys>
         </licenseTechnology>
         <createdOnDateTime>2011-08-24T20:46:44.212Z</createdOnDateTime>
         <lastModifiedDateTime>2011-08-24T20:50:17.312Z</lastModifiedDateTime>
      </activatableItemData>
   </activatableItem>
</searchActivatableItemResponse>