If you are using C language API, you can validate an address by calling
AD_Process()
. If you are using Java API, call
AddressDoctor.process()
to validate addresses.
Before you can validate an address, you must create an AddressObject and add an input address to the object. If you do not specify a process mode, Informatica Address Verification validates addresses in the Batch mode.
The following example shows the function call for C API.
AD_Process( hAOHandle );
The following example shows the function call for Java API.