FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE |
FlexNet Operations Web Services Guide |
A createChildLineItemFulfillmentResponse message contains an element of createChildLineItemFulfillmentResponseType.
Each fulfillment in the createChildLineItemFulfillmentRequest is created as an atomic unit; creating each either succeeds or fails.
Type createChildLineItemFulfillmentResponseType
Contains elements as defined in the following table.
Component | Type | Occurs | Description | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
1..1 | |||||||||||
statusInfo | StatusInfoType | 1..1 |
|
|||||||||
responseData | createdChildLIFmtResponseDataType | 0..1 | Information about the fulfillments that were created is listed in the responseData element. See createdChildLIFmtResponseDataType. |
|||||||||
failedData | failedChildLIFmtResponseDataType | 0..1 | Information about the fulfillments that were not returned is listed in the failedData element. See failedChildLIFmtResponseDataType. |
|||||||||
Name | Type |
---|---|
createChildLineItemFulfillment | Method |
The following XML fragment illustrates a successful createChildLineItemFulfillmentResponse message:
<createChildLineItemFulfillmentResponse>
<statusInfo>
<status>SUCCESS</status>
</statusInfo>
<responseData>
<fulfillment>
<recordRefNo>1</recordRefNo>
<fulfillmentInfo>
<uniqueId>HID-11</uniqueId>
<fulfillmentId>FID_18ee9d6_110b73ab7b0__7ffb</fulfillmentId>
<licenseText>entire_license_text</licenseText>
</fulfillmentInfo>
<fulfillmentInfo>
<uniqueId>HID-12</uniqueId>
<fulfillmentId>FID_18ee9d6_110b73ab7b0__7ffa</fulfillmentId>
<licenseText>entire_license_text</licenseText>
</fulfillmentInfo>
</fulfillment>
</responseData>
</createChildLineItemFulfillmentResponse>