Select
Overview
The Select operation is used to request a list of documents and the status of each document included on in a particular package.
This operation is an asynchronous call back that takes transaction data, a Content URI (for callback servicing), and account ID (AccountID) for the calling application and returns a list of autoselected documents as requested by the calling application.
| Operation | Select |
|---|---|
| Style | document |
| Operation Type | Request-response. The endpoint receives a message, and sends a correlated message. |
| SOAP Action | http://www.wolterskluwerfs.com/2012/12/DocGenServices/IDocumentService/Select |
| Input | Select_InputMessage (soap:body, use = literal) parameterstype SelectRequest |
| Output | Select_OutputMessage (soap:body, use = literal) parameters type SelectResponse |
Request Message
The operation input is SelectRequest. The request (request) requires a SelectRequest object containing a TransactionData object.
| Parameter | Type | Constraints | Description |
|---|---|---|---|
| request | SelectRequest | Required | The input message for the SelectRequest operation. |
Response Element
The operation output is SelectResponse. The response returns a SelectResult object containing status information for the request.
| Element | Name | Description |
|---|---|---|
| SelectResponse | SelectResult | The output message for the SelectRequest operation. |
Request and Response Samples
For sample code, see: Select.