Production Print and ADEP integration > Invoking Document Service Processes from Production Print > ADEP output connector > Creating an ADEP filter

Creating an ADEP filter
You create an ADEP filter the same way as you create other output filters in Design Center. This means you must create a filter chain resource, create and configure the ADEP filter in the filter chain, and connect the filter chain to the appropriate output connector.
To create and apply an ADEP filter
1
2
3
Configure the filter (see Filter settings below) and save the Filter Chain resource.
4
Filter settings
Click to enlarge
Figure 4
 
localhost
8080
The name (case sensitive) of the service to invoke. This name must be the same as the corresponding process created in the Document Services Workbench.
User name to connect to the server hosting ADEP. Used in case of basic HTTP authentication.
Password to connect to the server hosting ADEP. Used in case of basic HTTP authentication.
Yes – Make asynchronous calls to the service. This option is used when invoking long-lived ADEP services.
No – Make synchronous calls to the service. This option is used when invoking short-lived ADEP services.
Only used together with asynchronous calls. This is the interval (milliseconds) used to check for a response to the invocation request.
The root certificate used when HTTPS is used as web service protocol (secure communication). The certificate must be available from a resource set connected to the Platform.
A list of custom keys (key-value pairs) to include in the invocation request.
To be able to handle custom keys, the service must have a variable named optionsMap of the type map. All custom keys defined here will be added to the optionsMap variable in the invoked service.
The values provided can be extracted in the receiving Document Services Process by using an XPath expression in the Document Services Process.
Examples of custom keys are passwords for creating password encrypted PDF files. For example:
Key: pdfpassword
Value: encrypted
OpenText StreamServe 5.6 Updated: 2013-03-01