views:

9455

answers:

2

I recently heart from WSDL.Exe, but did not find a download link. Anybody know the link?

A: 

It is included with .NET (not sure if only in the SDK).

leppie
+2  A: 

You'll get it as part of a Visual Studio install (if you included the SDK), or in a standalone SDK install. It'll live somewhere like C:\program files\Microsoft Visual Studio 8\SDK\v2.0\Bin

If you don't already have it, you can download the .NET SDKs from
http://msdn.microsoft.com/en-us/netframework/aa569263.aspx

David Bick