Integrate a quick and simple identity check into your website or application with
Data8's Residency Verification service.
The Residency Verification service from Data8 is accessed through SOAP web services,
making it simple to use from any major programming language.
Web Service URLs
The service is available on the URL:
http://webservices.data-8.co.uk/NameAppend.asmx
The WSDL definition of the service is available at:
http://webservices.data-8.co.uk/NameAppend.asmx?WSDL
Example Code
The following C# code demonstrates getting a list of names resident at an address.
NameAppend proxy = new NameAppend();
InputRecord record = new InputRecord();
record.Name = new Name();
record.Name.Surname = SurnameTextBox.Text;
record.Address = new Address();
record.Address.Lines = AddressTextBox.Lines;
ResidencyVerificationOutput result = proxy.ConfirmResidency(
"username",
"password",
record,
null);
if (!result.Status.Success)
throw new ApplicationException(result.Status.ErrorMessage);
if (!result.Result)
MessageBox.Show("Residency not verified");
The above price packs are suggestions and you can buy any number of lookups here