Configure the PeopleSoft web.config entry

If you have installed the PeopleSoft plugin, it is necessary to edit the default entry in the web.config file so that it matches your solution.

You can configure the PeopleSoft entry in the web.config file so that it works for your solution by following these steps.

  1. Navigate to the ERP Connector folder that was created during installation.

    By default, this path is <Program Files>\Kofax\APAgility\Web.

  2. Open the Web.config file for editing.
  3. Locate the connection name="PeopleSoft" type="PeopleSoft"> entry or create an entirely new entry in the <erpConnector> section.
  4. Edit the following settings as required by your solution.

    For each of the <add> elements, provide the following values.

    • url. Enter the URL for the PeopleSoft web service.

    • username and password. Enter the authentication details for the PeopleSoft web service.

    • page_size. Enter a positive integer with the amount of master data records at are returned by the web service for each call.

      For example, if page_size is set to 1000 and the number of vendors in the PeopleSoft ERP system is 5000, the PeopleSoft ERP plugin makes 5 request to the web service. Each time the web service returns 1000 data records.

  5. Optionally, to configure the web.config to use HTTP rather than the default HTTPS protocol, locate the <binding name="KOFAX_APA_SERVICE_Binding" entry and delete the <security mode="Transport" /> element.
  6. Optionally, copy or edit another web.config entry.
  7. Save the web.config file.
  8. Optionally, close the web.config file.