Question

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.

Was it helpful?

Solution

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.

OTHER TIPS

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

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top