Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HeuristicLab.Hive-3.3/sources/HeuristicLab.Hive/HeuristicLab.Hive.ExperimentManager/3.3/Tools/RecreateServiceConfig.bat @ 5511

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

added streamedHttpEndpoit binding (without message-security (for now)) (#1168)

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