FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE

FlexNet Operations Web Services Guide

Element: createManufacturer

Derived By

Restricting anyType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1   
Manufacturer  Manufacturer  1..1  See Manufacturer.
OpType  OpTypeType  0..1  See OpTypeType.
XML Example

The following XML fragment illustrates a createManufacturer message:

<createManufacturer>
     <Manufacturer>
          <ManufacturerID>AS-FLEXERAQA</ManufacturerID>
          <Name>AS-FLEXERAQA</Name>
          <!--Optional:-->
          <Status>ACTIVE</Status>
     </Manufacturer>
</createManufacturer>