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>*****</login> <password>****</password> <parameters> <ProcessMode>INTERACTIVE</ProcessMode> <ValidationParameters> <FormatDelimiter>COMMA</FormatDelimiter> <PreferredScript>LATIN</PreferredScript> <PreferredLanguage>ENGLISH</PreferredLanguage> <MaxResultCount>100</MaxResultCount> <Standardizations> <Element>Locality</Element> <Casing>UPPER</Casing> <MaxLength>50</MaxLength> <MaxItemCount>2</MaxItemCount> </Standardizations> </ValidationParameters> </parameters> <addresses> <Address> <FormattedAddress> <string>Grafenweg 3</string> <string>6714 Nüziders</string> <string>AUT</string> </FormattedAddress> </Address> </addresses> <enrichments> <Enrichment> <Type>SUPPLEMENTARY_AT</Type> </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>00EEEEE0000000000000</ExtElementStatus> <AddressResolutionCode>00000000000000000000</AddressResolutionCode> <AddressType>S</AddressType> <LanguageISO3>DEU</LanguageISO3> <Address> <Street> <string>Grafenweg</string> </Street> <HouseNumber> <string>3</string> </HouseNumber> <Locality> <string>NUEZIDERS</string> <string>NUEZIDERS</string> </Locality> <PostalCode> <string>6714</string> </PostalCode> <Province> <string>Vorarlberg</string> <string>Bludenz</string> </Province> <Country> <string>AUSTRIA</string> </Country> <DeliveryAddressLines> <string>Grafenweg 3</string> </DeliveryAddressLines> <CountrySpecificLocalityLine> <string>6714 NUEZIDERS</string> </CountrySpecificLocalityLine> <FormattedAddress> <string>Grafenweg 3</string> <string>6714 NUEZIDERS</string> <string>AUSTRIA</string> </FormattedAddress> <AddressComplete>Grafenweg 3,6714 Nueziders,AUSTRIA</AddressComplete> </Address> </ResultData> </ResultDataSet> <Enrichments> <Enrichment> <Type>SUPPLEMENTARY_AT</Type><PayloadXml><![CDATA[<SUPPLEMENTARY_AT><Status>EAT1</Status><POSTAL_ADDRESS_CODE>100501606</POSTAL_ADDRESS_CODE><PAC_ID></PAC_ID></SUPPLEMENTARY_AT>]]></PayloadXml></Enrichment> </Enrichments> </Result> </Results> </ProcessResult> </ProcessResponse> </soap:Body> </soap:Envelope>