GetSelectResults
Overview
The GetSelectResults operation is retrieves the results of a Select request by displaying the PassthroughIdentifier, Status, StatusDescription, and SelectedDocuments.
| Operation | GetSelectResults |
|---|---|
| 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/GetSelectResults |
| Input | IEDocService_GetSelectResults_InputMessage (soap:body, use = literal) parameters type GetSelectResults |
| Output | IEDocService_GetSelectResults_OutputMessage (soap:body, use = literal) parameters type GetSelectResultsResponse |
Request Message
The operation input is GetSelectResults. The request requires a GetSelectResults object.
| Parameter | Type | Description |
|---|---|---|
| TransactionID | string | An identifier assigned by the Expere Document Services solution for the generate image event. This ID is used for request tracking purposes. |
Response Element
The operation output is GetSelectResultsResponse. The response returns a GetSelectResultsOut object containing status information for the request.
| Element | Name | Description |
|---|---|---|
| GetSelectResultsResponse | GetSelectResultsResult | The output message for the GetSelectResultsResponse operation used for the GetSelectResults method. |
Request and Response Samples
For sample code, see: GetSelectResults.