Deliver
Overview
The Deliver operation is used to send documents to print fulfillment as well allowing you to perform a delivery callback for PDF validation.
| Operation | SelectGenerateDeliver |
|---|---|
| Style | document |
| Operation Type | Request-response. The endpoint receives a message, and sends a correlated message. |
| SOAP Action | http://www.wolterskluwerfs.com/2014/05/DocServices/V2/IEDocService/Deliver |
| Input | IEDocService_Deliver_InputMessage (soap:body, use = literal) parameters type Deliver |
| Output | IEDocService_Deliver_OutputMessage (soap:body, use = literal) parameters type Deliver |
Request Message
The operation input is DeliverIn. The request requires a DeliverIn object.
| Parameter | Name | Constraints | Description |
|---|---|---|---|
| request | DeliverIn | Required | A collection of information that holds recipient and delivery information. |
Response Element
The operation output is DeliverResponse. The response returns a DeliverOut object containing status information for the request.
| Element | Name | Description |
|---|---|---|
| DeliverResponse | DeliverResult | The output message for the Deliver operation used to the deliver the package. |
Request and Response Samples
For sample code, see: Deliver.