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)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/OKB (trunk integration)/HeuristicLab.Services.OKB/3.3/app.config

    r5295 r5299  
    4141        </binding>
    4242      </wsHttpBinding>
    43       <netTcpBinding>
    44         <binding name="DefaultNetTcpBinding" openTimeout="00:00:30" receiveTimeout="00:00:30" sendTimeout="00:00:30" maxBufferSize="2147483647" maxReceivedMessageSize="2147483647">
    45           <security mode="Message">
    46             <message clientCredentialType="UserName" />
    47           </security>
    48           <readerQuotas maxArrayLength="2147483647" />
    49           <reliableSession inactivityTimeout="00:00:30" enabled="false" />
    50         </binding>
    51       </netTcpBinding>
    5243    </bindings>
    5344
     
    6859
    6960    <services>
    70       <service name="HeuristicLab.Services.OKB.OKBService" behaviorConfiguration="DefaultServiceBehavior">
    71         <endpoint address="mex" binding="mexHttpBinding" bindingConfiguration="DefaultMexHttpBinding" contract="IMetadataExchange" />
    72         <endpoint binding="wsHttpBinding" bindingConfiguration="DefaultWsHttpBinding" contract="HeuristicLab.Services.OKB.IOKBService" />
    73         <host>
    74           <baseAddresses>
    75             <add baseAddress="http://localhost:8732/Design_Time_Addresses/OKB-3.3/OKBService" />
    76           </baseAddresses>
    77         </host>
    78       </service>
    79 
    80       <service name="HeuristicLab.Services.OKB.AuthenticationService" behaviorConfiguration="DefaultServiceBehavior">
    81         <endpoint address="mex" binding="mexHttpBinding" bindingConfiguration="DefaultMexHttpBinding" contract="IMetadataExchange" />
    82         <endpoint binding="wsHttpBinding" bindingConfiguration="DefaultWsHttpBinding" contract="HeuristicLab.Services.OKB.IAuthenticationService" />
     61      <service behaviorConfiguration="DefaultServiceBehavior" name="HeuristicLab.Services.OKB.AuthenticationService">
     62        <endpoint address="mex" binding="mexHttpBinding" bindingConfiguration="DefaultMexHttpBinding"
     63          contract="IMetadataExchange" />
     64        <endpoint binding="wsHttpBinding" bindingConfiguration="DefaultWsHttpBinding"
     65          contract="HeuristicLab.Services.OKB.IAuthenticationService" />
    8366        <host>
    8467          <baseAddresses>
     
    8770        </host>
    8871      </service>
    89 
    90       <service name="HeuristicLab.Services.OKB.TableService" behaviorConfiguration="DefaultServiceBehavior">
    91         <endpoint address="mex" binding="mexHttpBinding" bindingConfiguration="DefaultMexHttpBinding" contract="IMetadataExchange" />
    92         <endpoint binding="netTcpBinding" bindingConfiguration="DefaultNetTcpBinding" contract="HeuristicLab.Services.OKB.ITableService" />
     72      <service behaviorConfiguration="DefaultServiceBehavior" name="HeuristicLab.Services.OKB.AdministrationService">
     73        <endpoint address="mex" binding="mexHttpBinding" bindingConfiguration="DefaultMexHttpBinding"
     74          contract="IMetadataExchange" />
     75        <endpoint binding="wsHttpBinding" bindingConfiguration="DefaultWsHttpBinding"
     76          contract="HeuristicLab.Services.OKB.IAdministrationService" />
    9377        <host>
    9478          <baseAddresses>
    95             <add baseAddress="http://localhost:8732/Design_Time_Addresses/OKB-3.3/TableService" />
    96             <add baseAddress="net.tcp://localhost:8733/OKB-3.3/TableService" />
     79            <add baseAddress="http://localhost:8732/Design_Time_Addresses/OKB-3.3/AdministrationService" />
    9780          </baseAddresses>
    9881        </host>
    9982      </service>
    100 
    101       <service name="HeuristicLab.Services.OKB.DataService" behaviorConfiguration="DefaultServiceBehavior">
    102         <endpoint address="mex" binding="mexHttpBinding" bindingConfiguration="DefaultMexHttpBinding" contract="IMetadataExchange" />
    103         <endpoint binding="netTcpBinding" bindingConfiguration="DefaultNetTcpBinding" contract="HeuristicLab.Services.OKB.IDataService" />
    104         <host>
    105           <baseAddresses>
    106             <add baseAddress="http://localhost:8732/Design_Time_Addresses/OKB-3.3/DataService" />
    107             <add baseAddress="net.tcp://localhost:8733/OKB-3.3/DataService" />
    108           </baseAddresses>
    109         </host>
    110       </service>
    111 
    112       <service name="HeuristicLab.Services.OKB.RunnerService" behaviorConfiguration="DefaultServiceBehavior">
    113         <endpoint address="mex" binding="mexHttpBinding" bindingConfiguration="DefaultMexHttpBinding" contract="IMetadataExchange" />
    114         <endpoint binding="netTcpBinding" bindingConfiguration="DefaultNetTcpBinding" contract="HeuristicLab.Services.OKB.IRunnerService" />
    115         <host>
    116           <baseAddresses>
    117             <add baseAddress="http://localhost:8732/Design_Time_Addresses/OKB-3.3/RunnerService" />
    118             <add baseAddress="net.tcp://localhost:8733/OKB-3.3/RunnerService" />
    119           </baseAddresses>
    120         </host>
    121       </service>
    122 
    123       <service name="HeuristicLab.Services.OKB.QueryService" behaviorConfiguration="DefaultServiceBehavior">
    124         <endpoint address="mex" binding="mexHttpBinding" bindingConfiguration="DefaultMexHttpBinding" contract="IMetadataExchange" />
    125         <endpoint binding="netTcpBinding" bindingConfiguration="DefaultNetTcpBinding" contract="HeuristicLab.Services.OKB.IQueryService" />
     83      <service behaviorConfiguration="DefaultServiceBehavior" name="HeuristicLab.Services.OKB.QueryService">
     84        <endpoint address="mex" binding="mexHttpBinding" bindingConfiguration="DefaultMexHttpBinding"
     85          contract="IMetadataExchange" />
     86        <endpoint binding="wsHttpBinding" bindingConfiguration="DefaultWsHttpBinding"
     87          contract="HeuristicLab.Services.OKB.IQueryService" />
    12688        <host>
    12789          <baseAddresses>
    12890            <add baseAddress="http://localhost:8732/Design_Time_Addresses/OKB-3.3/QueryService" />
    129             <add baseAddress="net.tcp://localhost:8733/OKB-3.3/QueryService" />
    13091          </baseAddresses>
    13192        </host>
     
    13394    </services>
    13495  </system.serviceModel>
    135 
    13696  <startup>
    13797    <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0" />
Note: See TracChangeset for help on using the changeset viewer.