开发者

How to connect with C#/.NET 4.0 Client to Web Service providing WSDL 2.0

开发者 https://www.devze.com 2023-02-09 10:30 出处:网络
I have an SOAP Service exposing a WSD开发者_如何学编程L 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.

I have an SOAP Service exposing a WSD开发者_如何学编程L 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.


.NET currently has no support for WSDL 2.0.

0

精彩评论

暂无评论...
验证码 换一张
取 消