如何使用 C#/.NET 4.0 客户端连接到提供 WSDL 2.0 的 Web 服务
我有一个公开 WSDL 2.0 描述符的 SOAP 服务。我试图找到一种使用 WSDL.EXE / SVCUTIL.EXE 与 C# 连接的方法 - 但它们都拒绝 WSDL。
WSDL 有效并且可以通过 PHP SOAP 客户端访问。
I have an SOAP Service exposing a WSDL 2.0 descriptor. I tried to find a way to connect with C# to it using WSDL.EXE / SVCUTIL.EXE - but both of them reject the WSDL.
The WSDL is valid and is accessible with PHP SOAP clients.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
![扫码二维码加入Web技术交流群](/public/img/jiaqun_03.jpg)
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
.NET 目前不支持 WSDL 2.0。
.NET currently has no support for WSDL 2.0.