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