FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE |
FlexNet Operations Web Services Guide |
A moveDeviceResponse message contains an element of moveDeviceResponseType.
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
![]() |
1..1 | ||
statusInfo | OpsEmbeddedStatusInfoType | 1..1 | See OpsEmbeddedStatusInfoType. |
failedData | failedMoveDeviceListDataType | 0..1 | See failedMoveDeviceListDataType. |
Name | Type |
---|---|
moveDevice | Method |
The following XML fragments illustrate moveDeviceResponse messages:
Sample Successful Response Data:
<moveDeviceResponse>
<statusInfo>
<status>SUCCESS</status>
</statusInfo>
</moveDeviceResponse>
Sample Failed Response Data:
<moveDeviceResponse>
<statusInfo>
<status>FAILURE</status>
</statusInfo>
<failedData>
<failedDevice>
<deviceIdentifier>
<deviceType>CLIENT</deviceType>
<deviceId>client5</deviceId>
</deviceIdentifier>
<reason>20022:Device Identifier is invalid.</reason>
</failedDevice>
</failedData>
</moveDeviceResponse>