Table of Contents

Search

  1. Preface
  2. Introduction to 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

Developer Guide (On-Premises)

Developer Guide (On-Premises)

How Do I Retrieve the Current Informatica Address Verification Settings?

How Do I Retrieve the Current Informatica Address Verification Settings?

If you are using C language API, call
AD_GetConfigSettingsXML()
at the Informatica Address Verification global level to generate
GetConfig.xml
that contains the current configuration that
AD_Initialize()
or
AD_InitializeW()
specifies.
To retrieve the default set of parameters at the Address Verification global level, call
AD_GetParametersSettingsXML()
to generate
Parameters.XML
that contains the default set of parameters that
AD_Initialize()
or
AD_InitializeW()
specifies.
Alternatively, you can call
AD_GetParametersXML()
to retrieve the parameters that
AD_SetParametersXML()
or
AD_SetParametersXMLW()
set.

0 COMMENTS

We’d like to hear from you!