Table of Contents

Search

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

Developer Guide

Developer Guide

Login and Password Parameters

Login and Password Parameters

Informatica AddressDoctor Cloud processes only those requests that contain valid values for the
login
and
password
parameters.
The
login
parameter contains the Informatica AddressDoctor Data Quality Center (DQC) account ID. The
password
parameter contains the password for the Informatica AddressDoctor DQC account ID provided for the
login
parameter.
You can view your Informatica AddressDoctor DQC account ID and password on the Informatica AddressDoctor DQC portal. To log in to the portal, use your Informatica Passport credentials. For more information about accessing the Informatica AddressDoctor 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 AddressDoctor Cloud returns an Authentication Failed error.
Example
The following example shows an Informatica AddressDoctor Cloud 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/v2"> <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!