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: Native Address Verification for a Hong Kong Address

Example: Native Address Verification for a Hong Kong Address

The following example shows how you can submit a Hong Kong address in English and retrieve the verified address information in Chinese.
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>BATCH</ProcessMode> <ServiceParameters></ServiceParameters> <ValidationParameters></ValidationParameters> </parameters> <addresses> <Address> <AddressComplete>Flourish Industrial Building;33 Sheung Yee Rd.;Kowloon Bay;Kowloon;HKG</AddressComplete> </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>C4</ProcessStatus> <CountryISO3>HKG</CountryISO3> <ResultDataSet> <ResultData> <ResultNumber>1</ResultNumber> <MailabilityScore>4</MailabilityScore> <ResultPercentage>57.06</ResultPercentage> <ElementInputStatus>00505050600030000060</ElementInputStatus> <ElementResultStatus>00E0E8E0F000700000E0</ElementResultStatus> <ElementRelevance>00101110100010000010</ElementRelevance> <ExtElementStatus>00505550000050000000</ExtElementStatus> <AddressResolutionCode>00000000000000000000</AddressResolutionCode> <AddressType>S</AddressType> <LanguageISO3>CHN</LanguageISO3> <Address> <Building> <string>宏力工業大廈</string> </Building> <Street> <string>常怡道</string> </Street> <HouseNumber> <string>33</string> </HouseNumber> <Locality> <string>九龍灣</string> </Locality> <Province> <string>九龍</string> <string>觀塘</string> </Province> <Country> <string>HONG KONG</string> </Country> <Residue> <string/> <string>Flourish Industrial Building</string> </Residue> <DeliveryAddressLines> <string>宏力工業大廈</string> <string>33 常怡道</string> </DeliveryAddressLines> <CountrySpecificLocalityLine> <string>九龍灣</string> </CountrySpecificLocalityLine> <FormattedAddress> <string>宏力工業大廈</string> <string>33 常怡道</string> <string>九龍灣</string> <string>九龍</string> <string>HONG KONG</string> </FormattedAddress> <AddressComplete>宏力工業大廈;33 常怡道;九龍灣;九龍;HONG KONG</AddressComplete> </Address> </ResultData> </ResultDataSet> </Result> </Results> </ProcessResult> </ProcessResponse> </soap:Body> </soap:Envelope>

0 COMMENTS

We’d like to hear from you!