GetGenerateResults

Overview

The GetGenerateResults operation is used to request status information about a previously submitted request and to retrieve generated documents (using a RequestID) for Generate SelectAndGenerate, or SelectGenerateDeliver API calls.

The operation returns document packets along with status and detailed information about the packets associated with the RequestID.

Operation GetDeliveryHistory
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/GetGenerateResults
Input IEDocService_GetDeliveryHistory_InputMessage (soap:body, use = literal) parameters type GetGenerateResults
Output IEDocService_GetDeliveryHistory_OutputMessage (soap:body, use = literal) parameters type GetGenerateResults

Request Message

The operation input is GetGenerateResults. The request requires a GetGenerateResults 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 GetGenerateResultsResponse. The response returns a GetGenerateResultsOut object containing status information for the request.

Element Name Description
GetGenerateResultsResponse GetGenerateResultsResult The output message for the GetGenerateResults operation used to generate the results of a Generate, Select and Generate, or Select Generate and Deliver call.

Request and Response Samples

For sample code, see: GetGenerateResults.