Link TotalAgility to Microsoft Dynamics AX

Use the following procedure to link TotalAgility to Microsoft Dynamics AX.

Change the bindings in TotalAgility Web.config for an SSL installation

If you are calling a non-SSL Dynamics AX server from an SSL enabled server (On-Premise or Integration Server), update the Dynamics AX Web.config file.

  1. Open the Web.config file, located at ...\TotalAgility\DAXInstallation\Agility.Server.Integration.DynamicsAx.Web.
  2. Update the BasicHttpBinding_DynamicsAxCommunicatorService to change the binding from
    <!-- HTTP with Windows authentication--> <security mode="Transport"> <transport clientCredentialType="None" /> </security>
    to
    <!-- HTTP with Windows authentication--> <security mode="TransportCredentialOnly"> <transport clientCredentialType="None" /> </security>
  3. Save the file.
  4. Restart TotalAgility DynamicsAXCommunicator service to apply the new settings.