PostProcessSynchronous
Overview
The PostProcess operation is used to request document processing based on transaction data included in the request. This operation is a synchronous call back that manipulates the existing Generate operation to render a desired output (PDF) and merge any generated PDF outputs.
| Operation | PostProcess |
|---|---|
| Style | document |
| Operation Type | Request-response. The endpoint receives a message, and sends a correlated message. |
| SOAP Action | https://www.wolterskluwerfs.com/2012/12/DocGenServices/IDocumentService/PostProcessSynchronous |
| Input | PostProcessSynchronous_InputMessage (soap:body, use = literal) parameters type PostProcesssSynchronousRequest |
| Output | PostProcessSynchronous_OutputMessage (soap:body, use = literal) parameters type PostProcessSynchronousResponse |
Request Message
The operation input is PostProcessRequest. The request (PostProcessRequest) contains transaction data defining the requested document as a parameter on the input message.
| Parameter | Type | Constraints | Description |
|---|---|---|---|
| request | PostProcessRequest | Required | The input message for the PostProcess operation used to request processing. |
Response Element
The operation output is PostProcessSynchronousResponse. The response returns a PostProcessSynchronousResult object with status information and documents with any post processing applied.
| Element | Type | Description |
|---|---|---|
| PostProcessResult | PostProcessSynchronousResponse | The output message for the PostProcessSynchronous operation used to return the details of the request. |