Integration Gateway Properties File

The integration gateway properties file contains an EIPTestTool Properties section, in which you set the following information for integration point test automation:

Property Description

ig.gatewayManagerClass=com.peoplesoft.pt.

integrationgateway.eiptesttool.EIPTestTool

GatewayManager

Indicates the class name of the gateway manager to use during processing.

ig.EIPLoopBack

Determines if the integration gateway should be in record or playback mode.

Set this property equal to True for outbound playback, and set it equal to False for recording.

The default value is True.

The only acceptable values for this property are True and False. Any other values specified for this property will be ignored by the system.

ig.EIPOutputDirectory

Indicates the directory to store request and response files during recording. The default value is c:\temp\output.

You must set this property for recording service operation transactions.

Setting this property is optional for playback.

ig.EIPMsgProp.count

Indicates the number of integration point test service operation transaction properties files that are in use for test automation. The default value is 0 (zero).

ig.EIPInputDirectory

Indicates the location of the integration point test data repository that stores request and response data. The default value is c:\temp\input.

ig.EIPMsgProp.N.propFile

Indicates the name and location of an integration point service operation transaction properties file.

N denotes the index number for this property. The index starts at 1 and incrementally advances to the number specified by the ig.EIPMsgProp.count property.

ig.EIPMsgProp.N.inputDirectory

Indicates the input directory path for request or response data in situations for which an integration point service operation transaction property file uses a directory structure other than the default certification directory.

Use this property to override the ig.EIPInputDirectory property.

ig.EIPNodeMap

Indicates the location and name of the node map file to use during outbound playback (“loop back”) testing.

Note:

All file paths in the integration gateway property file for EIP test tools must use back slashes in the file path.