如何将wsdl文件包含到项目中?

发布于 2024-12-09 08:10:57 字数 92 浏览 1 评论 0原文

我正在编写一个 wcf 应用程序。在 Visual Studio 构建期间,我需要将 wsdl 文件包含到项目中。怎么做呢?我知道 disco.exe 能够下载这些文件。

I am writing a wcf application.During a Visual Studio build, I need to include wsdl files into the project. How to do it? I know disco.exe is able to download these files.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

情徒 2024-12-16 08:10:57

在 Visual Studio 中,您添加 Web 服务作为引用。

  • 在“解决方案资源管理器”中,右键单击要添加 Web 服务的项目名称,然后单击“添加 Web 引用”。
  • 将显示“添加 Web 引用”对话框。
  • 在 URL 框中,输入要使用的 Web 服务的 URL。如果您不知道 URL,请使用浏览窗格中的链接来查找所需的 Web 服务。

http://msdn.microsoft.com/en-我们/library/d9w023sx(v=vs.80).aspx

In Visual Studio you add a Webservice as an Reference.

  • In Solution Explorer, right-click the name of the project to add the Web service to and then click Add Web Reference.
  • The Add Web Reference dialog box is displayed.
  • In the URL box, enter the URL of the Web service to use. If you do not know the URL, use the links in the browse pane to locate the Web service you want.

http://msdn.microsoft.com/en-us/library/d9w023sx(v=vs.80).aspx

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文