用于从wsdl创建代理类的wsdl.exe的替代方法

时间:2023-01-19 18:56:10

wsdl.exe, appears to be the default tool for .Net to generate proxy class from wsdl. It has known problems (see here and here, also some SO questions). Is there an alternative proxy class generator?

wsdl.exe似乎是.Net从wsdl生成代理类的默认工具。它已知问题(见这里和这里,也有一些SO问题)。是否有替代代理类生成器?

I am not doing WCF, so tools such as svcutil.exe may not be usable.

我没有做WCF,因此svcutil.exe等工具可能无法使用。

2 个解决方案

#1


wsdl.exe is the only core .NET proxy generator other than svcutil.exe. If you want anything else, you'll need a third-party tool. Unfortunately, I don't know of one.

wsdl.exe是除svcutil.exe之外唯一的核心.NET代理生成器。如果您还需要其他任何东西,则需要第三方工具。不幸的是,我不知道一个。

#2


I know this is a very old question but it came up in a recent search. I then found WSCF which is currently at https://github.com/WSCF/WSCF which may help people looking for something like this in future

我知道这是一个非常古老的问题,但它是在最近的搜索中出现的。然后我找到了WSCF,目前位于https://github.com/WSCF/WSCF,可以帮助人们在将来寻找这样的东西

#1


wsdl.exe is the only core .NET proxy generator other than svcutil.exe. If you want anything else, you'll need a third-party tool. Unfortunately, I don't know of one.

wsdl.exe是除svcutil.exe之外唯一的核心.NET代理生成器。如果您还需要其他任何东西,则需要第三方工具。不幸的是,我不知道一个。

#2


I know this is a very old question but it came up in a recent search. I then found WSCF which is currently at https://github.com/WSCF/WSCF which may help people looking for something like this in future

我知道这是一个非常古老的问题,但它是在最近的搜索中出现的。然后我找到了WSCF,目前位于https://github.com/WSCF/WSCF,可以帮助人们在将来寻找这样的东西