Table of Contents

Search

  1. Preface
  2. Part 1: Cloud Operations
  3. Part 2: Parameter and Element Reference
  4. Appendix A: REST Call Example
  5. Appendix B: Geocode Countries
  6. Appendix C: Certified Mode Values

Developer Guide

Developer Guide

UseTransactionPool Property

UseTransactionPool Property

UseTransactionPool is an optional property. Include the UseTransactionPool property to specify the transaction pool that
Informatica Address Verification
must use for a call.
You can specify one of the following values for the UseTransactionPool property:
  • ANY. Address Verification uses either production or test transaction pools based on their availability. Address Verification tries to use the production transaction pool first and uses the test transaction pool only if no production transactions are available. Default is ANY.
  • PRODUCTION. Address Verification uses only the production transaction pool.
  • TEST. Address Verification uses only the test transaction pool.
Use the UseTransactionPool property if you have separate production and development environments. It is technologically possible to use both kinds of transactions in either environment. However, using test transactions for production purposes violates the Terms of Use. If you use production transactions for test purposes, you reduce the available transactions in the production environment.
If you use the UseTransactionPool property during development, change the value to production when you deploy the application to the production environment. We recommend making this externally configurable, for example through a configuration file or Registry setting. Alternatively, you can use compiler switches or similar code to distinguish the production environment from the development environment.

0 COMMENTS

We’d like to hear from you!