使用 svcutil 为 wcf 4 创建扁平化 WSDL

发布于 2024-10-29 06:11:37 字数 193 浏览 4 评论 0 原文

我需要创建一个没有额外 xsd 文件作为外部文件的 wsdl,但将它们全部放在一个文件中。我需要这个,因为它们将由 Delphi 的 WSDL 导入器导入,这已经过时了。我可以使用 svcutil.exe 执行此操作吗?如果 svcutil 无法实现,有什么办法可以做到这一点吗?我看过基于 WCF 3.5 的非常旧的示例,但我不知道它们是否仍然适用。
非常感谢

I need to create a wsdl without the extras xsd files as external files, but have them all inside a single file. I need this because they will be imported by Delphi's WSDL importer, that is quite out-of-date. Can I do this using svcutil.exe? If it's not possible with svcutil, is there any way to do this? I have seen very old samples, based on WCF 3.5, but I don't know if they still apply.
Tks so much

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

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

发布评论

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

评论(1

旧话新听 2024-11-05 06:11:37

这似乎是本周的热门话题。有几篇关于如何生成扁平化 wsdl 的文章,但 博客文章 几乎就是所需要的一切。

This seems to be a popular topic this week. There are several articles on how to generate flattened wsdl but this article should get you started. The code in the article will work for WCF 4. For the actual code to create the behavior this (unrelated) blog post is pretty much all this needed.

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