SERP Overview

What is SERP The Address Accuracy Software Evaluation and Recognition Program (SERP) ensures the best postage rates for your mailing list. Platform Availability SERP is currently available for the following platforms:  Windows 32 Windows 64 Linux 32 Linux 64 Release...

CASS2 Java sample code

CASS2 Java sample code import com.loqate.*; import java.io.*; import java.net.*; public class lqtSample { static { System.loadLibrary(“lqtjava”); } public static void main(String args[]) { // Loqate objects lqtServer srv = lqtServer.create();...

CASS2 C# sample code

CASS2 C# Sample Code using System; using System.Collections.Generic; using System.Text; using com.loqate; namespace lqtSample { class lqtSample { static void Main(string[] args) { // Loqate objects lqtServer srv = lqtServer.create(); lqtInputRecord rec =...