Free cookie consent management tool by TermsFeed Policy Generator

source: branches/UserManagement/HeuristicLab.Services.Authentication.ServiceClients/ServiceClients/GenerateServiceClients.cmd @ 5095

Last change on this file since 5095 was 4962, checked in by mjesner, 14 years ago

#1196

File size: 1.3 KB
Line 
1echo off
2
3echo
4echo *******************************************************************************************
5echo Generating OKBService client
6echo
7
8svcutil.exe ^
9http://localhost:8732/Design_Time_Addresses/HeuristicLab.Services.Authentication/AuthenticationService/mex ^
10/out:AuthenticationServiceClient ^
11/namespace:*,HeuristicLab.Services.Authentication ^
12/targetClientVersion:Version35 ^
13/enableDataBinding ^
14/config:..\app.config
15
16echo
17echo ---------------------------------------------------------------------------------------
18echo !!! ATTENTION !!! ATTENTION !!! ATTENTION !!! ATTENTION !!! ATTENTION !!! ATTENTION !!!
19echo
20echo Following modifications have to be done manually in generated data contracts:
21echo  * Remove method "protected void RaisePropertyChanged(string propertyName)" in OKBItem
22echo
23echo !!! ATTENTION !!! ATTENTION !!! ATTENTION !!! ATTENTION !!! ATTENTION !!! ATTENTION !!!
24echo ---------------------------------------------------------------------------------------
25echo
26echo Generation of OKBService client finished.
27echo *******************************************************************************************
28echo
29echo
30echo *******************************************************************************************
31echo Generating AuthenticationService client
32echo
33
34
35pause
Note: See TracBrowser for help on using the repository browser.