Release Guide

Release Guide

Main Features of Informatica Address Verification 6.0.0

Main Features of Informatica Address Verification 6.0.0

Informatica Address Verification 6.0.0 includes the following features:
Support for JSON
In version 6.0.0,
Address Verification
defines address requests and responses in JSON and defines the engine configuration in JSON.
Address Verification 5.x used XML to configure the engine and to define address requests and responses.
RESTful interface design
The interface is modelled according to REST principles, using JSON as the data format. Data is submitted to the engine via Put functions, retrieved from the engine via Get functions, and deleted via the Delete function. Data is processed via the Post function.
Support for hot swapping of file sets
Address Verification
supports hot swapping of file sets. Hot swapping allows you to switch from one file set to another in seconds without deinitializing the process.
Fail-safe architecture
The main address processing functionality is encapsulated in one or more function servers. Each function server runs as a separate process, isolating the main process from any issues related to the address processing. If a function server fails, the event is reported back to the caller as an error and a new function server is started.
Support for UTF-8 and UTF-16
Address Verification 6.0.0 supports UTF-8 and UTF-16 encoding for input and output. Address Verification sets the encoding to UTF-8 or UTF-16 based on your use of 8-bit or 16-bit API functions.
When you use a function to submit or return a string value with UTF-16 characters, append W to the function name. For example, submit IDVE_PutStringW(). For functions that do not pass a string value, such as IDVE_Delete() and IDVE_Deinitialize(), use the function without W.

0 COMMENTS

We’d like to hear from you!