Address Verification (Cloud)
- Address Verification (Cloud) 3.0
- All Products
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:v1="http://validator5.AddressDoctor.com/Webservice5/v3"> <soapenv:Header/> <soapenv:Body> <Process xmlns="http://validator5.AddressDoctor.com/Webservice5/v3"> <login>*******</login> <password>********</password> <parameters> <ProcessMode>INTERACTIVE</ProcessMode> <ValidationParameters> <GlobalPreferredDescriptor>PRESERVE_INPUT </GlobalPreferredDescriptor> </ValidationParameters> </parameters> <addresses> <Address> <FormattedAddress> <string>OCEAN BD 2</string> <string>SEACLIFF PARK 5049</string> <string>SOUTH AUSTRALIA</string> <string>AUS</string> </FormattedAddress> </Address> </addresses> </Process> </soapenv:Body> </soapenv:Envelope>
<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/v3"> <ProcessResult> <StatusCode>100</StatusCode> <StatusMessage>OK</StatusMessage> <Results> <Result> <ProcessStatus>C4</ProcessStatus> <CountryISO3>AUS</CountryISO3> <ResultDataSet> <ResultData> <ResultNumber>1</ResultNumber> <MailabilityScore>4</MailabilityScore> <ResultPercentage>97.76</ResultPercentage> <ElementInputStatus>60605040600000000060</ElementInputStatus> <ElementResultStatus>F0F0E070F000000000E0</ElementResultStatus> <ElementRelevance>10101010100000000010</ElementRelevance> <ExtElementStatus>00000000000000000000</ExtElementStatus> <AddressResolutionCode>00000000000000000000 </AddressResolutionCode> <AddressType>S</AddressType> <LanguageISO3>ENG</LanguageISO3> <Address> <Street> <string>OCEAN BVD</string> </Street> <HouseNumber> <string>2</string> </HouseNumber> <Locality> <string>SEACLIFF PARK</string> </Locality> <PostalCode> <string>5049</string> </PostalCode> <Province> <string>SA</string> </Province> <Country> <string>AUSTRALIA</string> </Country> <DeliveryAddressLines> <string>2 OCEAN BVD</string> </DeliveryAddressLines> <CountrySpecificLocalityLine> <string>SEACLIFF PARK SA 5049</string> </CountrySpecificLocalityLine> <FormattedAddress> <string>2 OCEAN BVD</string> <string>SEACLIFF PARK SA 5049</string> <string>AUSTRALIA</string> </FormattedAddress> <AddressComplete>2 OCEAN BVD;SEACLIFF PARK SA 5049; AUSTRALIA</AddressComplete> </Address> </ResultData> </ResultDataSet> </Result> </Results> </ProcessResult> </ProcessResponse> </soap:Body> </soap:Envelope>