Additional information, Authentication methods, Additional configuration options – Kofax Export Connector 1.0.0 for Pega Rules Process Commander User Manual

Page 15: Debugging, Data type configuration, Chapter 3

Advertising
background image

Kofax Export Connector 1.0.0 for Pega Rules Process Commander Administrator's Guide

15

Chapter 3

Additional Information

This chapter contains additional information about Kofax Export Connector for Pega Rules

Process Commander.

Authentication Methods

The following two authentication methods can be used with this export connector.
▪ HTTP basic authentication
▪ Passing the user name and password to the SOAP method as parameters

Additional Configuration Options

You can configure some additional options by using the

config.xml

to set a number of

configuration options.

Debugging

If

<Debug>

is set to 1, additional information that can be used for debugging is saved

by default in the

Temp\KEC-PRPC

folder. An alternate location can be specified in

<DebugFolder>

.

<Config>
...
<Debug>0</Debug>
<DebugFolder></DebugFolder>

When debug is enabled, the following files are saved:

WSDL.wsdl

: WSDL file as specified during the export connector setup.

Proxy.vb

: The source for the proxy generated from the WSDL.

<doc order num>in.xml

: The input to the SOAP operation.

<doc order num>out.xml

: The output from the SOAP operation.

Data Type Configuration

You can use the configuration file to specify how data types are determined by the export

connector. The comments in the

config.xml

file provide details.


<!-- Since PRPC does not expose type information in the WSDL, the connector
will use the following
property name conventions to determine the type. If the string field value
can be parsed by

Advertising