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>BATCH</ProcessMode> <ServiceParameters> </ServiceParameters> <ValidationParameters> </ValidationParameters> </parameters> <addresses> <Address> <Building> <string>320</string> </Building> <SubBuilding> <string/> </SubBuilding> <Street> <string>Musorgského</string> </Street> <HouseNumber> <string>2</string> </HouseNumber> <DeliveryService> <string/> </DeliveryService> <Locality> <string>Brno 23</string> <string>Kohoutovice</string> </Locality> <PreferredLocality> <string/> </PreferredLocality> <PostalCode> <string>623 00</string> </PostalCode> <Province> <string/> </Province> <Country> <string>CZE</string> </Country> </Address> </addresses> <enrichments> <Enrichment> <Type>SUPPLEMENTARY_CZ</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>CZE</CountryISO3> <ResultDataSet> <ResultData> <ResultNumber>1</ResultNumber> <MailabilityScore>5</MailabilityScore> <ResultPercentage>100.00</ResultPercentage> <ElementInputStatus>60660060600060000060</ElementInputStatus> <ElementResultStatus>F0FF00F0F000F00000E0</ElementResultStatus> <ElementRelevance>10100010100010000010</ElementRelevance> <ExtElementStatus>00000000000000000000</ExtElementStatus> <AddressResolutionCode>00000000000000000000</AddressResolutionCode> <AddressType>B</AddressType> <LanguageISO3>XXX</LanguageISO3> <Address> <Building> <string>320</string> </Building> <Street> <string>Musorgského</string> </Street> <HouseNumber> <string>2</string> </HouseNumber> <Locality> <string>Brno 23</string> <string>Kohoutovice</string> </Locality> <PostalCode> <string>623 00</string> </PostalCode> <Country> <string>CZECH REPUBLIC</string> </Country> <DeliveryAddressLines> <string>Musorgského 320/2</string> </DeliveryAddressLines> <CountrySpecificLocalityLine> <string>623 00 Brno 23</string> </CountrySpecificLocalityLine> <FormattedAddress> <string>Musorgského 320/2</string> <string>Kohoutovice</string> <string>623 00 Brno 23</string> <string>CZECH REPUBLIC</string> </FormattedAddress> <AddressComplete>Musorgského 320/2;Kohoutovice;623 00 Brno 23;CZECH REPUBLIC</AddressComplete> </Address> </ResultData> </ResultDataSet> <Enrichments> <Enrichment><Type>SUPPLEMENTARY_CZ</Type> <PayloadXml><![CDATA[<SUPPLEMENTARY_CZ><Status>ECZ1</Status><RUIANAM_ID>19382481</RUIANAM_ID><RUIANSO_ID>19204035</RUIANSO_ID><RUIANTEA_ID>76838</RUIANTEA_ID></SUPPLEMENTARY_CZ>]]></PayloadXml></Enrichment> </Enrichments> </Result> </Results> </ProcessResult> </ProcessResponse> </soap:Body> </soap:Envelope>