Table of Contents

Search

  1. Preface
  2. Introduction to Informatica Address Verification
  3. Informatica Address Verification Interface
  4. Informatica Address Verification Request Parameters
  5. Informatica Address Verification Response Elements
  6. Examples

Developer Guide

Developer Guide

Login and Password Parameters

Login and Password Parameters

Informatica Address Verification
processes only those requests that contain valid values for the
login
and
password
parameters.
The
login
parameter contains the
Informatica Address Verification
Data Quality Center (DQC) account ID. The
password
parameter contains the password for the
Informatica Address Verification
DQC account ID provided for the
login
parameter.
You can view your
Informatica Address Verification
DQC account ID and password on the
Informatica Address Verification
DQC portal. To log in to the portal, use your Informatica Passport credentials. For more information about accessing the
Informatica Address Verification
DQC portal, see the
Informatica AddressDoctor Data Quality Center User Guide
.
If you leave the
login
and
password
parameters empty or enter incorrect values for these parameters,
Informatica Address Verification
returns an Authentication Failed error.
Example
The following example shows an
Informatica Address Verification
request. Note that the login and password values are masked for security reasons.
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns="http://validator5.AddressDoctor.com/Webservice5/
v4
"> <soapenv:Header/> <soapenv:Body> <Process> <login>*****</login> <password>**********</password> <parameters> <ProcessMode>INTERACTIVE</ProcessMode> </parameters> <addresses> <Address> <FormattedAddress> <string>U 8 995 BURKE ROAD</string> <string>CAMBERWELL VIC 3124</string> <string>AUSTRALIA</string> </FormattedAddress> </Address> </addresses> </Process> </soapenv:Body> </soapenv:Envelope>

0 COMMENTS

We’d like to hear from you!