1 | <?xml version="1.0" encoding="utf-8"?>
|
---|
2 | <configuration>
|
---|
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>
|
---|
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 | -->
|
---|
14 | <system.serviceModel>
|
---|
15 | <bindings>
|
---|
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" />
|
---|
23 | </security>
|
---|
24 | </binding>
|
---|
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" />
|
---|
33 | </security>
|
---|
34 | </binding>
|
---|
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" />
|
---|
41 | </security>
|
---|
42 | </binding>
|
---|
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" />
|
---|
49 | </security>
|
---|
50 | </binding>
|
---|
51 | </wsHttpBinding>
|
---|
52 | </bindings>
|
---|
53 | <client>
|
---|
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">
|
---|
58 | <identity>
|
---|
59 | <dns value="services.heuristiclab.com" />
|
---|
60 | </identity>
|
---|
61 | </endpoint>
|
---|
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">
|
---|
65 | <identity>
|
---|
66 | <dns value="services.heuristiclab.com" />
|
---|
67 | </identity>
|
---|
68 | </endpoint>
|
---|
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">
|
---|
72 | <identity>
|
---|
73 | <dns value="services.heuristiclab.com" />
|
---|
74 | </identity>
|
---|
75 | </endpoint>
|
---|
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>
|
---|
81 | <dns value="services.heuristiclab.com" />
|
---|
82 | </identity>
|
---|
83 | </endpoint>
|
---|
84 | </client>
|
---|
85 | </system.serviceModel>
|
---|
86 |
|
---|
87 | <startup>
|
---|
88 | <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5"/>
|
---|
89 | </startup>
|
---|
90 | <applicationSettings>
|
---|
91 | <HeuristicLab.Clients.OKB.Properties.Settings>
|
---|
92 | <setting name="MaxEndpointRetries" serializeAs="String">
|
---|
93 | <value>3</value>
|
---|
94 | </setting>
|
---|
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">
|
---|
99 | <string>NetBinding_IQueryService</string>
|
---|
100 | <string>WSHttpBinding_IQueryService</string>
|
---|
101 | </ArrayOfString>
|
---|
102 | </value>
|
---|
103 | </setting>
|
---|
104 | </HeuristicLab.Clients.OKB.Properties.Settings>
|
---|
105 | </applicationSettings>
|
---|
106 | </configuration>
|
---|