FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE |
FlexNet Operations Web Services Guide |
A getBulkEntitlementQueryResponse message contains an element of getBulkEntitlementQueryResponseType.
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.
Type getBulkEntitlementPropertiesResponseType
Contains elements as defined in the following table.
Component | Type | Occurs | Description | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
1..1 | |||||||||||
statusInfo | StatusInfoType | 1..1 |
|
|||||||||
bulkEntitlement | bulkEntitlementPropertiesType | 0..* | See bulkEntitlementPropertiesType. |
|||||||||
Name | Type |
---|---|
getBulkEntitlementPropertiesQuery | Method |
The following XML fragment illustrates a successful getBulkEntitlementQueryResponse message:
<getBulkEntitlementPropertiesQueryResponse>
<statusInfo>
<status>SUCCESS</status>
</statusInfo>
<bulkEntitlement>
<entitlementId>
<uniqueId>HID-220046</uniqueId>
<primaryKeys>
<entitlementId>RamaTestBulkEnt1</entitlementId>
</primaryKeys>
</entitlementId>
<description/>
<state>TEST</state>
<soldTo>
<uniqueId>HID-20182</uniqueId>
<primaryKeys>
<name>ROADR</name>
</primaryKeys>
</soldTo>
<soldToDisplayName>Road Runner Corporation</soldToDisplayName>
<shipToEmail>jsmith@example.com</shipToEmail>
<shipToAddress>1 Ranch Dr Milpitas, CA</shipToAddress>
<orderId>568868</orderId>
<orderLineNumber>Rama-Test-Linenumber</orderLineNumber>
<product>
<uniqueId>HID-20096</uniqueId>
<primaryKeys>
<name>Standard Paint</name>
<version>1.0</version>
</primaryKeys>
</product>
<productDescription>This product contains what consumers need to build graphic designs.</productDescription>
<licenseModel>
<uniqueId>HID-501</uniqueId>
<primaryKeys>
<name>Floating Counted</name>
</primaryKeys>
</licenseModel>
<licenseTechnology>
<uniqueId>HID-100</uniqueId>
<primaryKeys>
<name>FLEXnet Licensing</name>
</primaryKeys>
</licenseTechnology>
<startDateOption>DEFINE_ACTDATE_AT_FIRST_ACTIVATION</startDateOption>
<isPermanent>false</isPermanent>
<expirationDate>2010-09-25</expirationDate>
<numberOfCopies>10</numberOfCopies>
<customAttributes>
<attribute>
<attributeName>TextAttr</attributeName>
<stringValue>rama test</stringValue>
</attribute>
</customAttributes>
</bulkEntitlement>
<bulkEntitlement>
<entitlementId>
<uniqueId>HID-22003</uniqueId>
<primaryKeys>
<entitlementId>Test Bulk Entitlement</entitlementId>
</primaryKeys>
</entitlementId>
<description/>
<state>TEST</state>
<soldTo>
<uniqueId>HID-20180</uniqueId>
<primaryKeys>
<name>ACME</name>
</primaryKeys>
</soldTo>
<soldToDisplayName>Acme Software Corporation</soldToDisplayName>
<shipToEmail>jsmith@example.com</shipToEmail>
<shipToAddress>1234 Main St
San Francisco, CA</shipToAddress>
<orderId>123</orderId>
<orderLineNumber>test-line-num</orderLineNumber>
<product>
<uniqueId>HID-20090</uniqueId>
<primaryKeys>
<name>Scientific Calculator</name>
<version>1.0</version>
</primaryKeys>
</product>
<productDescription>In addition to the basic arithmetic operations, this scientific calculator
contains transcendental functions such as sines, logarithms and powers.</productDescription>
<partNumber>
<uniqueId>HID-20121</uniqueId>
<primaryKeys>
<partId>800-111-2222-2</partId>
</primaryKeys>
</partNumber>
<licenseModel>
<uniqueId>HID-504</uniqueId>
<primaryKeys>
<name>Nodelocked Uncounted</name>
</primaryKeys>
</licenseModel>
<licenseTechnology>
<uniqueId>HID-100</uniqueId>
<primaryKeys>
<name>FLEXnet Licensing</name>
</primaryKeys>
</licenseTechnology>
<startDateOption>DEFINE_AT_FIRST_ACTIVATION</startDateOption>
<isPermanent>false</isPermanent>
<term>
<numDuration>6</numDuration>
<durationUnit>DAYS</durationUnit>
</term>
<versionDate>2008-09-09</versionDate>
<versionDateAttributes>
<versionOption>DEFINE_NOW</versionOption>
</versionDateAttributes>
<numberOfCopies>4</numberOfCopies>
<customAttributes>
<attribute>
<attributeName>TextAttr</attributeName>
<stringValue/>
</attribute>
</customAttributes>
</bulkEntitlement>
</getBulkEntitlementPropertiesResponse>