C# - 添加 UPS 追踪 API 引用时出错

本文关键字:引用 出错 API 追踪 添加 UPS | 更新日期: 2023-09-27 18:30:48

我正在尝试使用 URL http://onlinetools.ups.com/webservices/Track将 UPS 追踪 API 引用添加到我的Console/Asp.Net Web API项目中。

App.Config/Web.Config 中添加此设置,但仍然没有帮助:

  <add key="AccessLicenseNumber" value="xxxxxxx"/>
  <add key="UserId" value="xxxxxxxx"/>
  <add key="Password" value="xxxxx"/>

我在上面的 URL 上找不到任何 Web 服务,而是给出以下消息:

Service Name: TrackWS
Remote User: null
Server Port: 443
Server Name: wwwcie.ups.com
Servlet Path: /Track

错误:

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.
非常感谢对此

的任何帮助。

谢谢

婉婷

C# - 添加 UPS 追踪 API 引用时出错

首先,我建议您访问 UPS 的开发人员资源网站并继续创建一个帐户。 它简短且易于完成。

拥有帐户后,您可以下载示例代码和文档,这些代码和文档将指导您逐步了解如何与其服务集成。提供的文档还包括您正在寻找用于设置 Web 服务引用的必要 WSDL。

这是指向其开发人员网站的链接。https://www.ups.com/upsdeveloperkit/

希望对您有所帮助!干杯!