microsoft / referencesource

Source from the Microsoft .NET Reference Source that represent a subset of the .NET Framework
https://referencesource.microsoft.com/
MIT License
3.13k stars 1.26k forks source link

Is WSDL source code available in git? #165

Open nithinbandaru1 opened 2 years ago

nithinbandaru1 commented 2 years ago

Hi,

Is source code for this tool WSDL.exe available in GitHub. I was just curious how this too is able to generate proxy classes and Stub classes using the WSDL file.

  1. Is it using T4 templates or something else?
  2. Can it also generate WSDL from the Service code file whereas SvcUtil.exe can(Was not able to find the answer online)?