gpt4 book ai didi

c# - 在 Visual Studio 2012 中使用 Web 引用

转载 作者:行者123 更新时间:2023-12-02 04:53:13 28 4
gpt4 key购买 nike

我正在尝试将第三方托管的 Web 引用添加到 visual studio 2012 中的新项目。特别是 UPS API。我已经联系了他们的支持人员,如果我在回答此问题之前收到回复,则会更新。

现在添加一个正常的 Web 引用我已经关注了 MSDN: How to add a reference to a web service 上的文章并在 How to add a Web reference Visual Studio 2012 上就 SO 提出问题.但是,对于 UPS API,当遵循此方法时,会收到以下错误:

There was an error downloading '<a href="https://wwwcie.ups.com/webservices/Void/_vti_bin/ListData.svc/" rel="noreferrer noopener nofollow">https://wwwcie.ups.com/webservices/Void/_vti_bin/ListData.svc/</a>$metadata'.



The request failed with HTTP status 404: Not Found.

现在在 UPS Development Community 论坛上,有一个与此类似的问题可用 here .然而,他们的解决方案是使用 UPS 提供的示例项目以及其中已有的 Web 引用并对其进行编辑。如果我要在现有应用程序中使用 Web 引用,则此解决方案无效。

补充说明,UPS在开发包中确实提供了WSDL文件。我犹豫是否要遵循添加它们的方法,因为在开发和生产之间,Web 服务的 URL 会发生变化。如果这是一个解决方案,您是否介意解释 WSDL 从开发到生产的生命周期以及如何配置 URL。

UPS 技术支持响应:

Thank you for your inquiry. I apologize for the difficulty you have encountered when attempting to integrate the UPS Developer Kit APIs into your solution.

Due to the many possible programming languages and environments, we do not support client code directly.

For your convenience, UPS provides sample code in each Developer's Kit. These files include code samples in C#, Java, XML, PHP, and Perl, and can be used as an example of how to integrate UPS Developer APIs. No samples other than those provided in the Developer's Kit are available. Please keep in mind that you will need to customize these files to fit your specific needs.

最佳答案

我的解决方案是采用提供的 WSDL 文件并使用它们在我的系统上的路径作为 Web 引用 URL。在 Project.Properties.Settings 中自动添加了一个设置,用于 Web 服务的实际 url。

关于c# - 在 Visual Studio 2012 中使用 Web 引用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18453698/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com