This may be a very generalized question but had anyone has much luck with utilizing the UPS Street-level validation API? I have studied portions of this: http://www.codeproject.com/KB/aspnet/Benz_CPE.aspx?msg=3658759&display=Mobile
And this:
https://www.ups.com/upsdeveloperkit/downloadresource?loc=en_US
UPS has not been very helpful with their own sample code. Even after obtaining an access key, their sample insists sample data (even with the test-environment-acceptable states) that the state provided is invalid. Looking for more leads.
UPS informed me that the C# sample is configured for “Urbanization” which is only appropriate in Puerto Rico. I modified the code as follows:
Although I can now validate my credentials, I cannot produce multiple results and I’m not sure it’s doing any validation at all considering how even if I put in a bogus address, I receive the following:
Response Status Code 1
Response Status Description Success
When I get to that point in my problem, I’ll post another question. Until then, this question is answered.