Skip to content

Instantly share code, notes, and snippets.

@arnabdas
Created November 21, 2017 15:18
Show Gist options
  • Save arnabdas/604d5849d295a56490ba5dfa0d358d52 to your computer and use it in GitHub Desktop.
Save arnabdas/604d5849d295a56490ba5dfa0d358d52 to your computer and use it in GitHub Desktop.
Generate POCO from WSDL
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
@ironpython2001
Copy link

nothing new

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment