FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE

FlexNet Operations Web Services Guide

Element: tns:getStateChangeHistoryResponse

Description

A getStateChangeHistoryResponse message contains an element of getStateChangeHistoryResponseType.

Derived By

Type getStateChangeHistoryResponseType

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.
 
responseData  stateChangeResponseType  0..1  See stateChangeResponseType.
Referenced By
Name  Type 
getStateChangeHistory  Method 
XML Example

The following XML fragment illustrates a successful getStateChangeHistoryResponse message:

<getStateChangeHistoryResponse>
   <statusInfo>
      <status>SUCCESS</status>
   </statusInfo>
   <responseData>
      <simpleEntitlementList>
         <entitlement>
            <entitlementIdentifier>
               <primaryKeys>
                  <entitlementId>18ee-9d61-1094-1748-747f-f8</entitlementId>
               </primaryKeys>
            </entitlementIdentifier>
            <stateChangeRecord>
               <eventName>EVENT_CREATED</eventName>
               <eventDate>2008-02-07T03:15:20.157Z</eventDate>
               <userId>admin</userId>
               <description>Created line item 18ee-9d61-1094-1748-747f-f7
                            </description>
            </stateChangeRecord>
            <stateChangeRecord>
               <eventName>EVENT_CREATED</eventName>
               <eventDate>2008-02-07T03:15:20.300Z</eventDate>
               <userId>admin</userId>
               <description>Created line item 18ee-9d61-1094-1748-747f-f6
                              </description>
             </stateChangeRecord>
             <stateChangeRecord>
                <eventName>EVENT_TRANSFERRED</eventName>
                <eventDate>2008-02-07T03:15:20.313Z</eventDate>
                <userId>admin</userId>
                <description>Entitlement created as a result of transfer from
                             entitlement Ent-basic belonging to Acme Software
                             Corporation.</description>
            </stateChangeRecord>
         </entitlement>
      </simpleEntitlementList>
   </responseData>
</getStateChangeHistoryResponse>