Table of Contents

Search

  1. Preface
  2. Getting Started with Informatica Address Verification (On-Premises)
  3. General Settings
  4. Input Parameters
  5. Process Parameters
  6. Address Enrichments
  7. Result Parameters
  8. Output Fields
  9. Assessment Codes and Return Codes
  10. Frequently Asked Questions
  11. Geocode Countries
  12. CASS Return Codes

Developer Guide (On-Premises)

Developer Guide (On-Premises)

How Do I Validate an Address?

How Do I Validate an Address?

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.

    AddressDoctor.process(m_oAO);


0 COMMENTS

We’d like to hear from you!