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

Example: Passing Through a Key Value for an Address in Address Code Lookup Mode

Example: Passing Through a Key Value for an Address in Address Code Lookup Mode

The following example shows how you can pass a Record ID value from an Austria input address to the output address in address code lookup mode.
You submit the following request:
<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>ADDRESSCODELOOKUP</ProcessMode> <ServiceParameters> </ServiceParameters> <ValidationParameters> </ValidationParameters> </parameters> <addresses> <Address>
<RecordId>24</RecordId>
<AddressCode> <CodeType>AUT_PAC_ID</CodeType> <Value>100004254</Value> </AddressCode> </Address> </addresses> <enrichments></enrichments> </Process> </soapenv:Body> </soapenv:Envelope>
Informatica Address Verification returns the following response:
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <soap:Body> <ProcessResponse xmlns="http://validator5.AddressDoctor.com/Webservice5/v4"> <ProcessResult> <StatusCode>100</StatusCode> <StatusMessage>OK</StatusMessage> <Results> <Result> <ProcessStatus>A1</ProcessStatus> <CountryISO3>AUT</CountryISO3> <ResultDataSet> <ResultData> <ResultNumber>1</ResultNumber> <MailabilityScore>5</MailabilityScore> <ResultPercentage>100.00</ResultPercentage> <ElementInputStatus>00000000000000000000</ElementInputStatus> <ElementResultStatus>F0FFFFF0F000000000E0</ElementResultStatus> <ElementRelevance>10100010100000000010</ElementRelevance> <ExtElementStatus>00000000000000000000</ExtElementStatus> <AddressResolutionCode>00000000000000000000</AddressResolutionCode> <AddressType/> <LanguageISO3/> <Address>
<RecordId>24</RecordId>
<Street> <string>Neue-Welt-Gasse</string> </Street> <HouseNumber> <string>2</string> </HouseNumber> <Locality> <string>Graz</string> <string>Graz,01.Bez.:Innere Stadt</string> </Locality> <PostalCode> <string>8010</string> </PostalCode> <Province> <string>Steiermark</string> <string>Graz(Stadt)</string> </Province> <Country> <string>AUSTRIA</string> </Country> <DeliveryAddressLines> <string>Neue-Welt-Gasse 2</string> </DeliveryAddressLines> <CountrySpecificLocalityLine> <string>8010 Graz</string> </CountrySpecificLocalityLine> <FormattedAddress> <string>Neue-Welt-Gasse 2</string> <string>8010 Graz</string> <string>AUSTRIA</string> </FormattedAddress> <AddressComplete>Neue-Welt-Gasse 2;8010 Graz;AUSTRIA</AddressComplete> </Address> </ResultData> </ResultDataSet> </Result> </Results> </ProcessResult> </ProcessResponse> </soap:Body> </soap:Envelope>

0 COMMENTS

We’d like to hear from you!