以编程方式从元数据创建 WSDL

发布于 2024-10-20 20:20:31 字数 79 浏览 2 评论 0原文

如何覆盖 ASP.NET 从我的 WebMethod 元数据为我的 Web Serive 创建 WSDL 文件的方式?

How can I override the way ASP.NET creates a WSDL file for my Web Serive from my WebMethods' metadata?

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

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

发布评论

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

评论(2

那片花海 2024-10-27 20:20:32

你无法很好地控制这一点。您可以使用 [XmlElementAttribute] 等属性来控制 XML 请求和响应的形状。您可以使用 [WebMethod] 属性控制请求和响应的名称和命名空间。

你想实现什么目标?

You cannot control this very much. You can control the shape of the XML request and response by using attributes like [XmlElementAttribute]. You can control the name and namespace of the request and response with the [WebMethod] attribute.

What are you trying to accomplish?

别想她 2024-10-27 20:20:32

使用属性 [XmlSchemaProvider] 标记您的类,如此处。

Mark your class with the attribute [XmlSchemaProvider] as shown here.

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