by juanjsilva | Jul 27, 2012 | Keep (KP Project), Archive (KP Project), Documentation
Sample Java Code: LqtRestRegisterTestClient.java package com.loqate.ws.rest.client; import javax.ws.rs.core.MediaType; import javax.ws.rs.core.UriBuilder; import com.sun.jersey.api.client.Client; import com.sun.jersey.api.client.WebResource; import...
by juanjsilva | Jun 22, 2012 | Keep (KP Project), Documentation
Sample Java Code: LqtRestTestClient.java package com.loqate.ws.rest.client; import javax.ws.rs.core.MediaType; import javax.ws.rs.core.UriBuilder; import com.sun.jersey.api.client.Client; import com.sun.jersey.api.client.WebResource; import...
by mjturvey | Dec 15, 2010 | Keep (KP Project), Documentation
Address Fields Loqate’s address structure is based on the OASIS Extensible Address Language (xAL) version 2.0, adapted to suit a flattened record structure. Some countries have more complex addressing structures than others. As such, the use of individual fields will...
by chol.gurung | Jan 9, 2014 | Keep (KP Project), Revise (KP Project), Documentation
AMAS Fields The table below is the list of AMAS specific output fields. Field Definition DPID Delivery Point Identifier is a unique 8-digit number which is assigned for every new address to the source address database FloorType Type of floor or level FloorNumber Floor...
by juanjsilva | Jun 22, 2012 | Keep (KP Project), Documentation
Sample Java Code: LqtWebQueryRecord.java package com.loqate.ws.rest.service; import javax.xml.bind.annotation.XmlRootElement; /** * LqtWebQueryRecord * Query record * Provides get and set methods. Required for the web service to provide * a response in multiple...
by juanjsilva | Apr 21, 2013 | Keep (KP Project), Revise (KP Project), Documentation
Sample Java Code: LqtThreadRunner.java package lqtmultithreadtestdriver; import com.loqate.*; import java.io.*; import java.net.*; import java.util.*; public class LqtThreadRunner implements Runnable { // Thread local objects private lqtServer srv; ...