FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE |
FlexNet Operations Web Services Guide |
A setLineItemStateResponse message contains an element of setLineItemStateResponseType.
Type setLineItemStateResponseType
Contains elements as defined in the following table.
Component | Type | Occurs | Description | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
1..1 | |||||||||||
statusInfo | StatusInfoType | 1..1 |
|
|||||||||
failedData | failedLineItemStateDataListType | 0..1 | Information about the line items whose state was not set is listed in the failedData element. See failedLineItemStateDataListType. |
|||||||||
Name | Type |
---|---|
setLineItemState | Method |
The following XML fragment illustrates a successful setLineItemStateResponse message:
<setLineItemStateResponse>
<statusInfo>
<status>SUCCESS</status>
</statusInfo>
</setLineItemStateResponse>