by Chris Harman | Apr 12, 2012 | Keep (KP Project), Revise (KP Project), Getting started
Product Update June 2022 The Search function in Verify is now deprecated and in Maintenance Mode – no fixes will be made to any issues discoverd. This means that no further development or fixes to the functionality will be undertaken by Loqate. The existing...
by Christina Rivera | Jan 29, 2013 | Keep (KP Project), Getting started
SERP 1. How to run SERP certified verification I. You may invoke the SERP certification process for Canada directly by adding the process “SERP” to the process-list. In batch mode, run lqtbatch with the process set as “serp”. lqtbatch also generates a SERP address...
by clarencee | Sep 21, 2015 | Keep (KP Project), Revise (KP Project), Documentation
DuplicateHandlingMask Option Address elements that contain duplicates in input cause slower processing and complicate parsing. With this option set, GBG Loqate’s engine can handle some of the duplicate information that is encountered upon user input. Duplicate input...
by mjturvey | Dec 15, 2010 | Keep (KP Project), Revise (KP Project), Documentation
0: ssOK The library has been successfully initialized and ready to accept requests. 1: ssUninitialized The library has not yet been successfully initialized. 2: ssInvalidDataDirectory The supplied data directory does not contain a Global Knowledge Repository. 3:...
by Chris Harman | Apr 13, 2011 | Keep (KP Project), Getting started
Please note: The information on this page is no longer updated. Please visit our developer area at everythinglocation.com for the latest SOAP API documentation and support. SOAP API A key is required to access the SOAP API. Please contact Loqate to obtain your key....
by Chris Harman | Oct 28, 2011 | Keep (KP Project), Revise (KP Project), Documentation
SOAP API C# Example using System; using System.Collections.Generic; using System.Text; using LoqateSOAPSample.com.loqate.saas; namespace LoqateSOAPSample { class Program { static void Main(string[] args) { // Loqate objects lqtRecord lqtRecord = new lqtRecord();...