by Chris Harman | Apr 13, 2011 | Keep (KP Project), Revise (KP Project), Tutorials and How To Main, Documentation
C++ Example #include #include "lqtcr.h" using namespace std; int main(int argc, char* argv[]) { try { // Create the objects lqtServer* srv(lqtServer::create()); lqtProcessOptions* opts(lqtProcessOptions::create()); lqtInputRecord*...
by juanjsilva | Jun 21, 2012 | Keep (KP Project), Tutorials and How To Main
This tutorial is no longer supported and may include content that is incorrect or invalid. Overview The purpose of this tutorial is to help developers create an On-Premise REST Web Service using the Loqate Local API in Java. The resulting web service response is in...
by juanjsilva | May 4, 2012 | Keep (KP Project), Revise (KP Project), Tutorials and How To Main, Documentation
Creating a Sample Java-based Batch File Processor Overview This tutorial describes a sample Java program which uses Loqate Local API to process an input text file containing multiple international addresses. The program writes all Loqate output results to an output...
by Chris Harman | Aug 2, 2012 | Keep (KP Project), Revise (KP Project), Tutorials and How To Main, Documentation
Creating a Simplified Query Demo GUI in C# Using the Loqate .NET API Overview The tutorial provides step-by-step instructions showing developers how to create a simplified version of Loqate’s Query Demo User Interface using the Loqate .NET API. The resulting GUI will...
by Christina Rivera | Jul 11, 2012 | Keep (KP Project), Revise (KP Project), Tutorials and How To Main, Documentation
Creating a Simplified Verify Demo GUI in C# Using the Loqate .NET API Overview The tutorial provides step-by-step instructions showing developers how to create a simplified version of Loqate’s Verify Demo User Interface using the Loqate .NET API. The resulting GUI...
by Christina Rivera | Jul 27, 2012 | Keep (KP Project), Revise (KP Project), Tutorials and How To Main, Documentation
Creating a Simplified Register Demo GUI in C# Using the Loqate .NET API Overview The tutorial provides step-by-step instructions showing developers how to create a simplified version of Loqate’s Register Demo User Interface using the Loqate .NET API. The resulting GUI...