mnemonic
mnemonic

Reputation: 1645

Generating WSDL & disco files

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 ?

Upvotes: 2

Views: 5790

Answers (1)

Hans Passant
Hans Passant

Reputation: 941645

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

Upvotes: 3

Related Questions