SelectAndGenerate
Overview
The SelectAndGenerate operation is used to select the documents for the transaction, then generate the images for the selected documents.
This operation is an asynchronous call back that takes a Content URI and a unique ID (ticket #) for the calling application and returns a package(s) as requested by the calling application. The operation is used to request processing of all documents for a specified package, including options for 1) generating a text watermark, 2) generating documents as a merged output file or individual files, and 3) assigning a specific barcode format. This is typically followed by a call to the GetRequestResult operation to return the generated package documents as requested by the calling application in the SelectAndGenerate request.
| Operation | SelectAndGenerate |
|---|---|
| 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/SelectAndGenerate |
| Input | IEDocService_SelectAndGenerate_InputMessage (soap:body, use = literal) parameters type SelectAndGenerate |
| Output | IEDocService_SelectAndGenerate_OutputMessage (soap:body, use = literal) parameters type SelectAndGenerate |
Request Message
The operation input is SelectAndGenerate. The request requires a SelectAndGenerate object.
| Parameter | Type | Constraints | Description |
|---|---|---|---|
| request | SelectAndGenerateIn | Required | An object to hold data on what documents to select and generate. |
Response Element
The operation output is SelectAndGenerateResponse. The response returns a SelectAndGenerateOut object containing status information for the request.
| Element | Name | Description |
|---|---|---|
| SelectAndGenerateResponse | SelectAndGenerateResult | The output message for the SelectAndGenerate operation used to generate the images of the documents. |
Request and Response Samples
For sample code, see: SelectAndGenerate.