Address Verification (Cloud)
- Address Verification (Cloud) 2.0
- All Products
POST /Webservice5/v2/AddressValidation.asmx HTTP/1.1 Host: 127.0.0.1 Content-Type: application/soap+xml; charset=utf-8 Content-Length: length <?xml version="1.0" encoding="utf-8"?> <soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://www.w3.org/2003/05/soap-envelope"> <soap:Body> <Process xmlns=" http://validator5.AddressDoctor.com/Webservice5/v2"> </Process> </soap:Body> </soap:Envelope>
HTTP/1.1 200 OK Content-Type: application/soap+xml; charset=utf-8 Content-Length: length <?xml version="1.0" encoding="utf-8"?> <soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://www.w3.org/2003/05/soap-envelope"> <soap:Body> <ProcessResponse xmlns=" http://validator5.AddressDoctor.com/Webservice5/v2"> </ProcessResponse> </soap:Body> </soap:Envelope>