如何使用SvcUtil生成wsdl?
是否可以使用 SvcUtil 或任何其他工具生成 wsdl。我知道我可以在运行服务时在浏览器中查看 wsdl,但我需要一个没有 xsd:import 指令但指定该文件中的所有信息的 wsdl 文件。
Is it possible to generate wsdl with use of SvcUtil or any other tool. I know I can view wsdl in browser while running the service but I need to have one wsdl file that doesn't have xsd:import directive but rather specifies all the information in this file.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果是一次性的,您可以手动构建单个 WSDL 文件。但这并不好玩。 :)
另一种方法是创建端点行为。请参阅改进 WCF 互操作性:扁平化 WSDL< /a> 获取完整详细信息。
If it's a one off you could manually construct the single WSDL file. But that's no fun. :)
Another way is to create an endpoint behavior. See Improving WCF Interoperability: Flattening your WSDL for the full details.