Skip to content

Instantly share code, notes, and snippets.

@iurisilvio
Created May 15, 2012 17:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save iurisilvio/2703710 to your computer and use it in GitHub Desktop.
Save iurisilvio/2703710 to your computer and use it in GitHub Desktop.
Generating App_WebReferences from command line
# RTFM SvcUtil.exe
"C:/Program Files (x86)/Microsoft SDKs/Windows/v7.0A/Bin/SvcUtil.exe" //noconfig "//n:*,MyNamespace" //o:some/path/app_Code/WebServiceClientSoap.cs http://www.somedomain.com/service.asmx
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment