FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE

FlexNet Operations Web Services Guide

Element: returnHostRequest

Description

A returnHostRequest message contains an element of returnHostRequestListType.

Derived By

Type returnHostRequestListType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1   
returnHosts  returnHostType  1..*  See returnHostType.
Referenced By
Name  Type 
returnHost  Method 
XML Example

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>