4

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?

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

Community
  • 1
  • 1
Graviton
  • 81,782
  • 146
  • 424
  • 602

2 Answers2

3

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.

Randolpho
  • 55,384
  • 17
  • 145
  • 179
1

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

Steve
  • 127
  • 1
  • 8