echo off echo echo ******************************************************************************************* echo Generating OKBService client echo svcutil.exe ^ http://localhost:8732/Design_Time_Addresses/HeuristicLab.Services.Authentication/AuthenticationService/mex ^ /out:AuthenticationServiceClient ^ /namespace:*,HeuristicLab.Services.Authentication ^ /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 pause