FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE |
FlexNet Operations Web Services Guide |
The createProduct operation adds one or more products. To use the createProduct operation to create a product:
There must be existing draft or deployed features and/or feature bundles in the FlexNet Operations database.
There must be at least one existing draft or deployed license technology in the FlexNet Operations database.
If specifying the FlexNet Licensing technology, there must be one or more existing license generator configurations in the FlexNet Operations database.
There must be existing license models in the FlexNet Operations database.
If a product is to be licensed with a trusted license model, there must be existing transaction keys in the FlexNet Operations database.
If part numbers are to be mapped to products, unassigned part numbers must already exist in the FlexNet Operations database. Part numbers can be imported through the Product Packaging Service or from an XML file through the FlexNet Operations user interface.
Name | Type | Direction | Description |
---|---|---|---|
msgparameters | createProductRequestType | Input |
A createProductResponse element having the structure defined by the following table.
Name | Type | Description | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
statusInfo | StatusInfoType |
|
|||||||||
failedData | failedProductDataListType | Information about the products that were not added is listed in the failedData element. See failedProductDataListType. |
|||||||||
responseData | createdProductDataListType | Information about the products that were added is listed in the responseData element. See createdProductDataListType. |