Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/15/11 01:35:43 (14 years ago)
Author:
swagner
Message:

Worked on OKB (#1174)

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  
    33echo.
    44echo *******************************************************************************************
    5 echo Generating OKBService client
     5echo Generating OKB service clients
    66echo.
    77
     
    99
    1010svcutil.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 ^
    1314  /namespace:*,HeuristicLab.Clients.OKB ^
    1415  /collectionType:System.Collections.Generic.List`1 ^
     
    2728echo ---------------------------------------------------------------------------------------
    2829echo.
    29 echo Generation of OKBService client finished.
     30echo Generation of OKB service clients finished.
    3031echo *******************************************************************************************
    3132echo.
Note: See TracChangeset for help on using the changeset viewer.