FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE

FlexNet Operations Web Services Guide

Element: getManufacturerProductLineResponse

Description

A getManufacturerProductLineResponse message contains an element of getManufacturerProductLine.

Derived By

Restricting anyType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1   
ProductChart  ProductChartLevel  1..1  An array of manufacturers, each including its respective product lines.
Referenced By
Name  Type 
getManufacturerProductLine  Method 
XML Example

The following XML fragment illustrates an getManufacturerProductLineResponse message:

      <ns2:getManufacturerProductLineResponse xmlns:ns2="http://esdservice.esd.flexerasoftware.com">
         <ns2:ProductChart xsi:type="ns2:Manufacturers" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns2:Manufacturers>
               <ns2:ManufacturerId>FlexeraInternal</ns2:ManufacturerId>
               <ns2:ManufacturerName>FLEXERA INTERNAL</ns2:ManufacturerName>
               <ns2:ProductLines>
                  <ns2:ProductLineId>FNO</ns2:ProductLineId>
                  <ns2:ProductLineName>FNO</ns2:ProductLineName>
                  <ns2:ProductLineDescr>FNO</ns2:ProductLineDescr>
               </ns2:ProductLines>
               <ns2:ProductLines>
                  <ns2:ProductLineId>September</ns2:ProductLineId>
                  <ns2:ProductLineName>September</ns2:ProductLineName>
                  <ns2:ProductLineDescr>SEPTEMBER</ns2:ProductLineDescr>
               </ns2:ProductLines>
            </ns2:Manufacturers>
         </ns2:ProductChart>
      </ns2:getManufacturerProductLineResponse>