UPS Shipping Cost - ASP.NET

Discussion in 'Programming' started by ljk6802, Jan 24, 2011.

  1. #1
    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.
     
    ljk6802, Jan 24, 2011 IP
  2. AstarothSolutions

    AstarothSolutions Peon

    Messages:
    2,680
    Likes Received:
    77
    Best Answers:
    0
    Trophy Points:
    0
    #2
    It claims its a webservice therefore simply point Visual Studio to the WSDL and it will generate the library & classes for you
     
    AstarothSolutions, Jan 24, 2011 IP
  3. ljk6802

    ljk6802 Peon

    Messages:
    23
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Which are you referring too? the UPS API/Web Service?
     
    ljk6802, Jan 25, 2011 IP
  4. webcosmo

    webcosmo Notable Member

    Messages:
    5,840
    Likes Received:
    153
    Best Answers:
    2
    Trophy Points:
    255
    #4
    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.
     
    webcosmo, Jan 29, 2011 IP
  5. ljk6802

    ljk6802 Peon

    Messages:
    23
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #5
    If I want to be able to do UPS and Fedex with one control, any recommendations?
     
    ljk6802, Jan 30, 2011 IP