Address Verification (On-Premises)
- Address Verification (On-Premises) 5.16.0
- All Products
AD_Initialize( "<?xml version='1.0' encoding='iso-8859-1' ?>\n" "<SetConfig>\n" "<General />\n" "<UnlockCode>(Enter Code A here)</UnlockCode>\n" "<UnlockCode>(Enter Code B here)</UnlockCode>\n" "<UnlockCode>(Enter Code C here)</UnlockCode>\n" "<DataBase CountryISO3='USA' Type='GEOCODING' Path='/ADDB' PreloadingType='NONE' />\n” "<DataBase CountryISO3='CHE' Type='GEOCODING' Path='/ADDB' PreloadingType='NONE' />\n” "<DataBase CountryISO3='ALL' Type='BATCH_INTERACTIVE' Path='/ADDB' PreloadingType='NONE' />\n" "</SetConfig>\n", NULL, NULL, NULL );
AddressDoctor.initialize( "<?xml version='1.0' encoding='UTF-16LE'?>\n" + "<!DOCTYPE SetConfig SYSTEM 'SetConfig.dtd'>\n" + "<SetConfig>\n" + "<General WriteXMLEncoding='UTF-16LE'/>\n" + // Engine & DB Unlock Code "<UnlockCode>(Enter Code A here)</UnlockCode>\n" + "<UnlockCode>(Enter Code B here)</UnlockCode>\n" + "<UnlockCode>(Enter Code C here)</UnlockCode>\n" + "<DataBase CountryISO3='USA' Type='GEOCODING' Path='/ADDB' PreloadingType='NONE'/>\n" + "<DataBase CountryISO3='CHE' Type='GEOCODING' Path='/ADDB' PreloadingType='NONE'/>\n" + "<DataBase CountryISO3='ALL' Type='BATCH_INTERACTIVE' Path='/ADDB' PreloadingType='NONE'/>\n" + "</SetConfig>", null, null, null);