FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE |
FlexNet Operations Web Services Guide |
A returnHostRequest message contains an element of returnHostRequestListType.
Type returnHostRequestListType
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
![]() |
1..1 | ||
returnHosts | returnHostType | 1..* | See returnHostType. |
Name | Type |
---|---|
returnHost | Method |
The following XML fragment illustrates a returnHostRequest message:
<returnHostRequest>
<returnHosts>
<hostIdentifier>
<deviceType>CLIENT</deviceType>
<deviceId>r_dev1</deviceId>
<deviceIdType>STRING</deviceIdType>
<publisherName>fnedemo</publisherName>
</hostIdentifier>
</returnHosts>
</returnHostRequest>