Free cookie consent management tool by TermsFeed Policy Generator

source: branches/3.3-HiveMigration/sources/HeuristicLab.Hive/HeuristicLab.Hive.Server.Console/3.3/Tools/RecreateServiceConfig.bat @ 4316

Last change on this file since 4316 was 4316, checked in by cneumuel, 14 years ago

made streaming wcf-services work with Transport-Security and net.tcp but with Message-Level Credentials (#1168)

File size: 273 bytes
Line 
1REM This tool updates the app.config with the client-config. IP-Adress may need to be adjusted
2REM ServerConsoleFacade.cs is also created, but not needed
3
4SvcUtil.exe ^
5      /noLogo ^
6      http://localhost:9000/ServerConsoleService?wsdl ^
7      /config:app.config
Note: See TracBrowser for help on using the repository browser.