[8055] | 1 | <?xml version="1.0" encoding="utf-8"?>
|
---|
| 2 | <configuration>
|
---|
[14732] | 3 | <configSections>
|
---|
| 4 | <sectionGroup name="applicationSettings" type="System.Configuration.ApplicationSettingsGroup, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" >
|
---|
| 5 | <section name="HeuristicLab.Clients.OKB.Properties.Settings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false" />
|
---|
| 6 | </sectionGroup>
|
---|
| 7 | </configSections>
|
---|
[14738] | 8 |
|
---|
| 9 |
|
---|
| 10 | <!--
|
---|
| 11 | !!! ATTENTION !!! ATTENTION !!! ATTENTION !!! ATTENTION !!! ATTENTION !!! ATTENTION !!!
|
---|
| 12 | If you want to update the configuration with the GenerateServiceClients.cmd, make sure to remove all child nodes of system.serviceModel first.
|
---|
| 13 | -->
|
---|
[8055] | 14 | <system.serviceModel>
|
---|
| 15 | <bindings>
|
---|
[14738] | 16 | <netTcpBinding>
|
---|
| 17 | <binding name="NetBinding_IQueryService" maxBufferPoolSize="2147483647"
|
---|
| 18 | maxBufferSize="2147483647" maxReceivedMessageSize="2147483647">
|
---|
| 19 | <readerQuotas maxDepth="2147483647" maxStringContentLength="2147483647"
|
---|
| 20 | maxArrayLength="2147483647" maxBytesPerRead="2147483647" maxNameTableCharCount="2147483647" />
|
---|
| 21 | <security mode="TransportWithMessageCredential">
|
---|
| 22 | <message clientCredentialType="UserName" />
|
---|
[8055] | 23 | </security>
|
---|
| 24 | </binding>
|
---|
[14738] | 25 | </netTcpBinding>
|
---|
| 26 | <wsHttpBinding>
|
---|
| 27 | <binding name="WSHttpBinding_IAdministrationService" maxBufferPoolSize="2147483647"
|
---|
| 28 | maxReceivedMessageSize="2147483647">
|
---|
| 29 | <readerQuotas maxDepth="2147483647" maxStringContentLength="2147483647"
|
---|
| 30 | maxArrayLength="2147483647" maxBytesPerRead="2147483647" maxNameTableCharCount="2147483647" />
|
---|
| 31 | <security>
|
---|
| 32 | <message clientCredentialType="UserName" />
|
---|
[8055] | 33 | </security>
|
---|
| 34 | </binding>
|
---|
[14738] | 35 | <binding name="WSHttpBinding_IQueryService" maxBufferPoolSize="2147483647"
|
---|
| 36 | maxReceivedMessageSize="2147483647">
|
---|
| 37 | <readerQuotas maxDepth="2147483647" maxStringContentLength="2147483647"
|
---|
| 38 | maxArrayLength="2147483647" maxBytesPerRead="2147483647" maxNameTableCharCount="2147483647" />
|
---|
| 39 | <security>
|
---|
| 40 | <message clientCredentialType="UserName" />
|
---|
[8055] | 41 | </security>
|
---|
| 42 | </binding>
|
---|
[14738] | 43 | <binding name="WSHttpBinding_IRunCreationService" maxBufferPoolSize="2147483647"
|
---|
| 44 | maxReceivedMessageSize="2147483647">
|
---|
| 45 | <readerQuotas maxDepth="2147483647" maxStringContentLength="2147483647"
|
---|
| 46 | maxArrayLength="2147483647" maxBytesPerRead="2147483647" maxNameTableCharCount="2147483647" />
|
---|
| 47 | <security>
|
---|
| 48 | <message clientCredentialType="UserName" />
|
---|
[8055] | 49 | </security>
|
---|
| 50 | </binding>
|
---|
| 51 | </wsHttpBinding>
|
---|
| 52 | </bindings>
|
---|
| 53 | <client>
|
---|
[14738] | 54 | <endpoint address="http://services.heuristiclab.com/OKB-3.3/AdministrationService.svc"
|
---|
| 55 | binding="wsHttpBinding" bindingConfiguration="WSHttpBinding_IAdministrationService"
|
---|
| 56 | contract="HeuristicLab.Clients.OKB.Administration.IAdministrationService"
|
---|
| 57 | name="WSHttpBinding_IAdministrationService">
|
---|
[8055] | 58 | <identity>
|
---|
[16140] | 59 | <dns value="services.heuristiclab.com" />
|
---|
[8055] | 60 | </identity>
|
---|
| 61 | </endpoint>
|
---|
[14738] | 62 | <endpoint address="http://services.heuristiclab.com/OKB-3.3/QueryService.svc"
|
---|
| 63 | binding="wsHttpBinding" bindingConfiguration="WSHttpBinding_IQueryService"
|
---|
| 64 | contract="HeuristicLab.Clients.OKB.Query.IQueryService" name="WSHttpBinding_IQueryService">
|
---|
[8055] | 65 | <identity>
|
---|
[16140] | 66 | <dns value="services.heuristiclab.com" />
|
---|
[8055] | 67 | </identity>
|
---|
| 68 | </endpoint>
|
---|
[14738] | 69 | <endpoint address="net.tcp://services.heuristiclab.com/OKB-3.3/QueryService.svc"
|
---|
| 70 | binding="netTcpBinding" bindingConfiguration="NetBinding_IQueryService"
|
---|
| 71 | contract="HeuristicLab.Clients.OKB.Query.IQueryService" name="NetBinding_IQueryService">
|
---|
[8055] | 72 | <identity>
|
---|
[14738] | 73 | <dns value="services.heuristiclab.com" />
|
---|
[8055] | 74 | </identity>
|
---|
| 75 | </endpoint>
|
---|
[14738] | 76 | <endpoint address="http://services.heuristiclab.com/OKB-3.3/RunCreationService.svc"
|
---|
| 77 | binding="wsHttpBinding" bindingConfiguration="WSHttpBinding_IRunCreationService"
|
---|
| 78 | contract="HeuristicLab.Clients.OKB.RunCreation.IRunCreationService"
|
---|
| 79 | name="WSHttpBinding_IRunCreationService">
|
---|
| 80 | <identity>
|
---|
[16140] | 81 | <dns value="services.heuristiclab.com" />
|
---|
[14738] | 82 | </identity>
|
---|
| 83 | </endpoint>
|
---|
[8055] | 84 | </client>
|
---|
| 85 | </system.serviceModel>
|
---|
[14738] | 86 |
|
---|
| 87 | <startup>
|
---|
| 88 | <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5"/>
|
---|
| 89 | </startup>
|
---|
| 90 | <applicationSettings>
|
---|
[14732] | 91 | <HeuristicLab.Clients.OKB.Properties.Settings>
|
---|
[14738] | 92 | <setting name="MaxEndpointRetries" serializeAs="String">
|
---|
| 93 | <value>3</value>
|
---|
| 94 | </setting>
|
---|
[14732] | 95 | <setting name="EndpointConfigurationPriorities" serializeAs="Xml">
|
---|
| 96 | <value>
|
---|
| 97 | <ArrayOfString xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
---|
| 98 | xmlns:xsd="http://www.w3.org/2001/XMLSchema">
|
---|
[14738] | 99 | <string>NetBinding_IQueryService</string>
|
---|
[14732] | 100 | <string>WSHttpBinding_IQueryService</string>
|
---|
| 101 | </ArrayOfString>
|
---|
| 102 | </value>
|
---|
| 103 | </setting>
|
---|
| 104 | </HeuristicLab.Clients.OKB.Properties.Settings>
|
---|
| 105 | </applicationSettings>
|
---|
| 106 | </configuration>
|
---|