SelectSynchronous
Overview
The SelectSynchronous operation is used to select documents for immediate processing and retrieves the results of the Select request by displaying the PassthroughIdentifier, Status, StatusDescription, and SelectedDocuments.
| Operation | SelectSynchronous |
|---|---|
| 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/SelectSynchronous |
| Input | IEDocService_SelectSynchronous_InputMessage (soap12:body, use = literal) parameters type SelectSynchronous |
| Output | IEDocService_SelectSynchronous_OutputMessage (soap12:body, use = literal) parameters type GetSelectResults |
Request Message
The operation input is SelectSynchronous. The request does not require a delivery object.
| Parameter | Type | Constraints | Description |
|---|---|---|---|
| request | SelectIn | Required | The input message for the SelectRequest operation. |
Response Element
The operation output is SelectSynchronousResponse. The response returns a SelectResults object containing status information for the request.
| Element | Name | Description |
|---|---|---|
| SelectSynchronousResponse | SelectSynchronousResult | The output message for the SelectRequest operation. |
Request and Response Samples
For sample code, see: SelectSynchronous.