Document Generation Service API Overview

Overview

The Document Generation Service API is a collection of several operations (methods) that generate and receive documents from a self-hosted Expere instance. This section discusses the operations available in the service, the request and response messages, required parameters, and the data types available in the service.

Important: In this documentation, the location (endpoint) for the service is given as the CI (continuous integration) environment. In your implementation, the endpoint may be a different environment.
Web Service Document Service
Target namespace http://tempuri.org/ (default namespace URI, replace with meaningful URI)
Port DocGenServices.Interfaces.IDocumentService
Location http//www.wolterskluwerfs.com/2012/12/DocGenServices
Protocol SOAP 1.2
Transport protocol SOAP over HTTP

Operations

The Document Service is a collection of seven operations (methods). The following operations and request/response messages are available in the service.

Operation Input Message Output Message
Generate Generate_InputMessage Generate_OutputMessage
GetRequestResult GetRequestResult_InputMessage GetRequestResult
PostProcess PostProcess_InputMessage PostProcess_OutputMessage
Select Select_InputMessage Select_OutputMessage
SelectAndGenerate SelectAndGenerate_InputMessage SelectAndGenerate_OutputMessage
PerformDeliveryCallback PerformDeliveryCallback_InputMessage PerformDeliveryCallback_OutputMessage
ListDocuments ListDocuments_InputMessage ListDocuments_OutputMessage
ApplyPoliciesAndReturnTransaction ApplyPoliciesAndReturnTransaction_InputMessage ApplyPoliciesAndReturnTransaction_OutputMessage
PostProcessSynchronous PostProcessSynchronous_InputMessage PostProcessSynchronous_OutputMessage
SmartSignPlusPackageStatus SmartSignPlusPackageStatus_InputMessage SmartSignPlusPackageStatus_OutputMessage
SmartSignPlusModifyPackage SmartSignPlusModifyPackage_InputMessage SmartSignPlusModifyPackage_OutputMessage