Created
November 21, 2017 15:18
-
-
Save arnabdas/604d5849d295a56490ba5dfa0d358d52 to your computer and use it in GitHub Desktop.
Generate POCO from WSDL
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
SvcUtil.exe "path\to\service\configuration\service.wsdl" /t:code /l:c# /o:"path\to\output\file\Output.cs" /n:*,NameSpace | |
# if SvcUtil is not found, open Visual Studio command prompt and invoke and get the path | |
where SvcUtil.exe | |
# C:\Program Files (x86)\Microsoft SDKs\Windows\v10.0A\bin\NETFX 4.6.1 Tools\SvcUtil.exe |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
nothing new