FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE

FlexNet Operations Web Services Guide

Element: obsoleteHostRequest

Description

An obsoleteHostRequest message contains an element of obsoleteHostRequestListType.

Derived By

Type obsoleteHostRequestListType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1   
host  obsoleteHostType  1..*  See obsoleteHostType.
Referenced By
Name  Type 
obsoleteHost  Method 
XML Example

The following XML fragment illustrates an obsoleteHostRequest message:

 <obsoleteHostRequest>
    <host>
       <hostIdentifier>
          <deviceType>CLIENT</deviceType>
          <deviceId>r_dev</deviceId>
          <deviceIdType>STRING</deviceIdType>
          <publisherName>fnedemo</publisherName>
       </hostIdentifier>
    </host>
 </obsoleteHostRequest>