Generate

Overview

The Generate operation is used to request document processing based on transaction data included in the request. This operation is an asynchronous call back that takes transaction data, a Content URI (for callback servicing), and an account ID (AccountID) for the calling application and returns status information. This is typically followed by a call to the GetRequestResult operation to return the generated package documents as requested by the calling application in the Generate request.

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

Request Message

The operation input is Generate. The request requires a Generate object. The Generate object contains all data necessary to generate a document.

Parameter Type Constraints Description
request GenerateIn Required An object serving as the root element for the request.

Response Element

The operation output is GenerateResponse. The response returns a GenerateOut object containing status information for the request.

Element Name Description
GenerateResponse GenerateResult The output message for the GenerateResponse operation used to generate the document image.

Request and Response Samples

For sample code, see: Generate.