Disabling security for the transaction endpoints

You can disable security for the transaction endpoints in the /Transaction/ URI path.

About this task

Security for transactional endpoints is enabled by default. The transactionSecurity parameter is set to true by default. When true, you must first authenticate by using the Session/Logon endpoint.

When this parameter is set to false, the web service does not connect to Datacap Server for that endpoint.

Procedure

To disable security for the transaction endpoints:

  1. Open the configuration file:
    • When hosting the web services by using Microsoft Internet Information Services (IIS), open: \Datacap\wTM\web.config
    • When hosting the web services as a Windows Service: \Datacap\wTM\wTMservice.exe.config
  2. Set the value for transactionSecurity to false, as follows:
    <setting name="transactionSecurity" serializeAs="String">
    <value>False</value>
    </setting>