user1134181
user1134181

Reputation:

Where can I find wsdl.exe for Visual Studio 2015?

I'm use Microsoft Visual Studio Community 2015 and I want to generate proxy classes from WSDL. I have published WSDL then I save it locally, then use the utility wsdl.exe.

Where can I find wsdl.exe for Visual Studio 2015?

I found this utility in only one place:

C:\Program Files(86)\Microsoft SDKs\Windows\v7.0A\Bin

When I tried to run it not as administrator, I get this message:

Visual Studio 2010. Invalid license data. Reinstall is required.

After running as administrator the tool works fine and I got my proxy classes.

wsdl.exe C:\Applications\SimpleCustomService.wsdl /out:myproxy.cs

Is it OK if I use in MS Visual Studio 2015 the wsdl utility, which is included in MS Visual Studio 2010?

Upvotes: 2

Views: 16069

Answers (1)

argaz
argaz

Reputation: 1488

Do you have it in: C:\Program Files (x86)\Microsoft SDKs\Windows\v10.0A\bin\NETFX 4.6 Tools?

Did you try using Developer Command Prompt for VS2015?

Upvotes: 4

Related Questions