Address Verification (Cloud)
- Address Verification (Cloud) H2L
- All Products
<soap:Envelope xmlns:soap="http://www.w3.org/2003/05/soap-envelope" xmlns:v="http://validator5.AddressDoctor.com/Webservice5/v4"> <soap:Header/> <soap:Body> <v:Process> <v:login>****</v:login> <v:password>****</v:password> <v:parameters> <v:ProcessMode>BATCH</v:ProcessMode> <v:ServiceParameters></v:ServiceParameters> <v:ValidationParameters> </v:ValidationParameters> </v:parameters> <v:addresses> <v:Address> <v:FormattedAddress> <v:string>CALLE CARLOS PELLEGRINI 961 3ER PISO</v:string> <v:string>C1009ABS CIUDAD AUTONOMA BUENOS AIRES</v:string> <v:string>ARGENTINA</v:string> </v:FormattedAddress> </v:Address> </v:addresses> <v:enrichments> </v:enrichments> </v:Process> </soap:Body> </soap:Envelope>
<soap:Envelope xmlns:soap="http://www.w3.org/2003/05/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>ARG</CountryISO3> <ResultDataSet> <ResultData> <ResultNumber>1</ResultNumber> <MailabilityScore>5</MailabilityScore> <ResultPercentage>100.00</ResultPercentage> <ElementInputStatus>60600060600000200060</ElementInputStatus> <ElementResultStatus>F0F080F0F000004000E0</ElementResultStatus> <ElementRelevance>10100010100000000010</ElementRelevance> <ExtElementStatus>00000000000000B00000</ExtElementStatus> <AddressResolutionCode>00000000000000000000</AddressResolutionCode> <AddressType>S</AddressType> <LanguageISO3>???</LanguageISO3> <Address> <SubBuilding> <string>PISO 3ER</string> </SubBuilding> <Street> <string>CALLE CARLOS PELLEGRINI</string> </Street> <HouseNumber> <string>961</string> </HouseNumber> <Locality> <string>CIUDAD AUTONOMA BUENOS AIRES</string> </Locality> <PostalCode> <string>C1009ABS</string> </PostalCode> <Province> <string>CAPITAL FEDERAL</string> </Province> <Country> <string>ARGENTINA</string> </Country> <DeliveryAddressLines> <string>CALLE CARLOS PELLEGRINI 961 PISO 3ER</string> </DeliveryAddressLines> <CountrySpecificLocalityLine> <string>C1009ABS CIUDAD AUTONOMA BUENOS AIRES</string> </CountrySpecificLocalityLine> <FormattedAddress> <string>CALLE CARLOS PELLEGRINI 961 PISO 3ER</string> <string>C1009ABS CIUDAD AUTONOMA BUENOS AIRES</string> <string>ARGENTINA</string> </FormattedAddress> <AddressComplete>CALLE CARLOS PELLEGRINI 961 PISO 3ER;C1009ABS CIUDAD AUTONOMA BUENOS AIRES;ARGENTINA</AddressComplete> </Address> </ResultData> </ResultDataSet> </Result> </Results> </ProcessResult> </ProcessResponse> </soap:Body> </soap:Envelope>