Address Verification (Cloud)
- Address Verification (Cloud) 4.0
- All Products
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns="http://validator5.AddressDoctor.com/Webservice5/v4"> <soapenv:Header/> <soapenv:Body> <Process> <login>88111</login> <password>QA4test</password> <parameters> <ProcessMode>Batch</ProcessMode> <ServiceParameters> </ServiceParameters> <ValidationParameters> </ValidationParameters> </parameters> <addresses> <Address> <Country> <string>AUT</string> </Country> <AddressComplete>Hauptplatz 4;8010;Graz;AUT</AddressComplete> </Address> </addresses> <enrichments> <Enrichment> <Type>SUPPLEMENTARY_AT</Type> <PayloadXml/> </Enrichment> </enrichments> </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/v4"> <ProcessResult> <StatusCode>100</StatusCode> <StatusMessage>OK</StatusMessage> <Results> <Result> <ProcessStatus>V4</ProcessStatus> <CountryISO3>AUT</CountryISO3> <ResultDataSet> <ResultData> <ResultNumber>1</ResultNumber> <MailabilityScore>5</MailabilityScore> <ResultPercentage>100.00</ResultPercentage> <ElementInputStatus>60600060600000000060</ElementInputStatus> <ElementResultStatus>F0F888F0F000000000E0</ElementResultStatus> <ElementRelevance>10100010100000000010</ElementRelevance> <ExtElementStatus>00000000000000000000</ExtElementStatus> <AddressResolutionCode>00000000000000000000</AddressResolutionCode> <AddressType>S</AddressType> <LanguageISO3>DEU</LanguageISO3> <Address> <Street> <string>Hauptplatz</string> </Street> <HouseNumber> <string>4</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>Hauptplatz 4</string> </DeliveryAddressLines> <CountrySpecificLocalityLine> <string>8010 Graz</string> </CountrySpecificLocalityLine> <FormattedAddress> <string>Hauptplatz 4</string> <string>8010 Graz</string> <string>AUSTRIA</string> </FormattedAddress> <AddressComplete>Hauptplatz 4;8010 Graz;AUSTRIA</AddressComplete> </Address> </ResultData> </ResultDataSet> <Enrichments> <Enrichment> <Type>SUPPLEMENTARY_AT</Type><PayloadXml><![CDATA[<SUPPLEMENTARY_AT><Status>EAT1</Status><POSTAL_ADDRESS_CODE>100001915</POSTAL_ADDRESS_CODE><PAC_ID>100004254</PAC_ID></SUPPLEMENTARY_AT>]]></PayloadXml></Enrichment> </Enrichments> </Result> </Results> </ProcessResult> </ProcessResponse> </soap:Body> </soap:Envelope>
<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> <AddressCode> <CodeType>AUT_PAC_ID</CodeType> <Value>100004254</Value> </AddressCode> </Address> </addresses> <enrichments> </enrichments> </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/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> <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>