FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE |
FlexNet Operations Web Services Guide |
A getManufacturerProductLineResponse message contains an element of getManufacturerProductLine.
Restricting anyType
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. |
Name | Type |
---|---|
getManufacturerProductLine | Method |
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>