2

i want to generate a wsdl and a disco file automatically (e.g. via a bat-file).

these files will be generated if a service reference is added to a (test) project.

wsdl.exe and disco.exe are missing.

can you tell me best practice ?

skaffman
  • 398,947
  • 96
  • 818
  • 769
mnemonic
  • 1,605
  • 2
  • 17
  • 26

1 Answers1

3

These tools are installed in the Windows SDK directory. For VS2010, the default install path is C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\bin

Hans Passant
  • 922,412
  • 146
  • 1,693
  • 2,536
  • If you're using Visual Studio 2022 you'll find the tools here: C:\Program Files (x86)\Microsoft SDKs\Windows\v10.0A\bin\NETFX 4.8 Tools – PhillipPDX Jun 09 '22 at 11:14