- Timestamp:
- 01/15/11 01:35:43 (14 years ago)
- Location:
- branches/OKB (trunk integration)/HeuristicLab.Clients.OKB/3.3/ServiceClients
- Files:
-
- 1 added
- 1 deleted
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/OKB (trunk integration)/HeuristicLab.Clients.OKB/3.3/ServiceClients/GenerateServiceClients.cmd
r5295 r5299 3 3 echo. 4 4 echo ******************************************************************************************* 5 echo Generating OKB Service client5 echo Generating OKB service clients 6 6 echo. 7 7 … … 9 9 10 10 svcutil.exe ^ 11 http://localhost:8732/Design_Time_Addresses/OKB-3.3/OKBService/mex ^ 12 /out:OKBServiceClient ^ 11 http://localhost:8732/Design_Time_Addresses/OKB-3.3/AdministrationService/mex ^ 12 http://localhost:8732/Design_Time_Addresses/OKB-3.3/QueryService/mex ^ 13 /out:OKBServiceClients ^ 13 14 /namespace:*,HeuristicLab.Clients.OKB ^ 14 15 /collectionType:System.Collections.Generic.List`1 ^ … … 27 28 echo --------------------------------------------------------------------------------------- 28 29 echo. 29 echo Generation of OKB Service clientfinished.30 echo Generation of OKB service clients finished. 30 31 echo ******************************************************************************************* 31 32 echo.
Note: See TracChangeset
for help on using the changeset viewer.