echo off echo. echo ******************************************************************************************* echo Generating OKBService client echo. svcutil.exe ^ http://localhost:8732/Design_Time_Addresses/OKB-3.3/OKBService/mex ^ /out:OKBServiceClient ^ /namespace:*,HeuristicLab.Clients.OKB ^ /targetClientVersion:Version35 ^ /enableDataBinding ^ /config:..\app.config echo. echo --------------------------------------------------------------------------------------- echo !!! ATTENTION !!! ATTENTION !!! ATTENTION !!! ATTENTION !!! ATTENTION !!! ATTENTION !!! echo. echo Following modifications have to be done manually in generated data contracts: echo * Remove method "protected void RaisePropertyChanged(string propertyName)" in OKBItem echo. echo !!! ATTENTION !!! ATTENTION !!! ATTENTION !!! ATTENTION !!! ATTENTION !!! ATTENTION !!! echo --------------------------------------------------------------------------------------- echo. echo Generation of OKBService client finished. echo ******************************************************************************************* echo. echo. echo ******************************************************************************************* echo Generating AuthenticationService client echo. svcutil.exe ^ http://localhost:8732/Design_Time_Addresses/OKB-3.3/AuthenticationService/mex ^ /out:AuthenticationServiceClient ^ /namespace:*,HeuristicLab.Clients.OKB ^ /targetClientVersion:Version35 ^ /enableDataBinding ^ /config:..\app.config ^ /mergeConfig echo. echo Generation of AuthenticationService client finished. echo ******************************************************************************************* echo. pause