FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE |
FlexNet Operations Web Services Guide |
The createPartNumber operation adds one or more part numbers, either asynchronously or synchronously. By default, part number creation is asynchronous.
To use the Product Packaging Service to load unassigned part numbers asynchronously, the Importing Part Numbers alert must be configured. See the FlexNet Operations Online Help for instructions. Before checking whether the part numbers were really added, wait until after the import has triggered.
With synchronous processing, the Web services client will be blocked until the request is completely processed. Therefore, use synchronous processing to load only for small numbers of part numbers at a time. The Importing Part Numbers alert does not have to be configured to load unassigned part numbers synchronously.
Name | Type | Direction | Description |
---|---|---|---|
msgparameters | createPartNumberRequestType | Input |
A createPartNumberResponse element having the structure defined by the following table.
Name | Type | Description | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
statusInfo | StatusInfoType |
|
|||||||||
failedData | failedPartNumberDataListType | Information about the part numbers that were not added is listed in the failedData element. See failedPartNumberDataListType. Not populated for asynchronous requests. |
|||||||||
responseData | createdPartNumberDataListType | Information about the part numbers that were added is listed in the responseData element. See createdPartNumberDataListType. Not populated for asynchronous requests. |