I am looking for a simple ASP.NET example or library to dynamically calculate UPS shipping rates on the fly. I know UPS has a complex API library, but I hope to find a simpler solution. Thanks.
It claims its a webservice therefore simply point Visual Studio to the WSDL and it will generate the library & classes for you
get an API key from here https://www.ups.com/upsdeveloperkit then pick the service you need. add the web service on your project. use the functions on the web service to make calls. that url got suggestions how to use the web services.