FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE

FlexNet Operations Web Services Guide

Element: moveDeviceResponse

Description

A moveDeviceResponse message contains an element of moveDeviceResponseType.

Derived By

Type moveDeviceResponseType

Content Model

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.
Referenced By
Name  Type 
moveDevice  Method 
XML Example

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>