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 Generate
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/Select
Input IEDocService_Select_InputMessage (soap:body, use = literal) parameters type Select
Output IEDocService_Select_OutputMessage (soap:body, use = literal) parameters type Select

Request Message

The operation input is Select. The request requires a SelectIn object.

Parameter Type Description
request SelectIn This object provides information to perform the Select operation.

Response Element

The operation output is SelectResponse. The response returns a SelectOut object containing status information for the request.

Element Name Description
SelectResponse SelectResult The output message for the SelectResponse operation used to select the documents.

Request and Response Samples

For sample code, see: Select.