Free cookie consent management tool by TermsFeed Policy Generator

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

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

#1196

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