Using the API package here: https://www.ups.com/gec/techdocs/pdf/Rates_Pkg_Gnd.zip
Added the reference to RateWS.wsdl by:
-Right click on website project -> Add Service Reference
-In the address field input: file://C:\Users\MyUser\Desktop\UPS API\RatingPACKAGE\PACKAGEWebServices\SCHEMA-WSDLs\RateWS.wsdl
Visual Studio added several reference files:
Using the Sample code provided in the API package, I copied the test code to my project.
The problem: The "RateService" class is not defined. Missing reference?
It appears the web reference was not added properly. The RateService class is unknown. Thanks for your help.