I am trying to add UPS Tracking API reference to my Console/Asp.Net Web API
project using the URL http://onlinetools.ups.com/webservices/Track
.
Adding this setting in App.Config/Web.Config
, but still didn't help:
<add key="AccessLicenseNumber" value="xxxxxxx"/>
<add key="UserId" value="xxxxxxxx"/>
<add key="Password" value="xxxxx"/>
I can't find any web services at the above URL instead it gives the below message:
Service Name: TrackWS
Remote User: null
Server Port: 443
Server Name: wwwcie.ups.com
Servlet Path: /Track
Error:
There was an error downloading 'http://onlinetools.ups.com/webservices/Track/ metadata'. Unable to connect to the remote server
A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond 153.2.224.76:80
Metadata contains a reference that cannot be resolved: 'http://onlinetools.ups.com/webservices/Track'.
There was no endpoint listening at http://onlinetools.ups.com/webservices/Track that could accept the message. This is often caused by an incorrect address or SOAP action. See InnerException, if present, for more details.
Any help on this is much appreciated.
Thanks,
WH