FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE

FlexNet Operations Web Services Guide

Element: createManufacturerResponse

Derived By

Restricting anyType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1   
ManufacturerTransactionResult  ManufacturerTransactionResult  1..1  See ManufacturerTransactionResult.
XML Example

The following XML fragment illustrates a successful createManufacturerResponse message:

<createManufacturerResponse>
     <ManufacturerTransactionResult>
          <TransactionResult>
               <TransactionID>2200543373</TransactionID>
               <TransactionStatus>SUCCESS</TransactionStatus>
               <ProcessedTime>2016-02-18T01:26:25.847Z</ProcessedTime>
          </TransactionResult>
          <Manufacturer>
               <ManufacturerID>AS-FLEXERAQA</ManufacturerID>
               <Name>AS-FLEXERAQA</Name>
               <Status>ACTIVE</Status>
          </Manufacturer>
     </ManufacturerTransactionResult>
</createManufacturerResponse>