使用 svcutil 为 wcf 4 创建扁平化 WSDL
我需要创建一个没有额外 xsd 文件作为外部文件的 wsdl,但将它们全部放在一个文件中。我需要这个,因为它们将由 Delphi 的 WSDL 导入器导入,这已经过时了。我可以使用 svcutil.exe 执行此操作吗?如果 svcutil 无法实现,有什么办法可以做到这一点吗?我看过基于 WCF 3.5 的非常旧的示例,但我不知道它们是否仍然适用。
非常感谢
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这似乎是本周的热门话题。有几篇关于如何生成扁平化 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.