AutoDispatch

Articles

AutoDispatch 2 - Core Configuration
Configuration file The AutoDispatch 2 uses a JSON file for configuration, as is standard practice for .NET Core applications. You'll need to know JSON syntax to edit this file. However, JSON syntax is very simpl...
AutoDispatch Gateway Error Codes
// AutoDispatch Gateway Errors AUTOERR_PARMS = 3100, // Invalid paramerter(s) AUTOERR_NLETS_UNREACHABLE = 3101, // NLETS Web Service failure AUTOERR_NLETS_REJECT = 3102, // NLETS reject ...
AutoDispatch Gateway 2 Installation Instructions
Contents Installation Instructions Prerequisites Initial Install Steps Setting up an Authority for Auto Dispatch Installation Instructions Prerequisites The following is a list of ...
Migrating to the new AutoDispatch Gateway
Overview We have created a new modern technology replacement for the AutoDispatch Gateway (ADGW). It was written in .NetCore and allows easier expansion to support new dispatch type integrations. We can also add new in...