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.Access.Settings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false"/>
|
---|
6 | </sectionGroup>
|
---|
7 | </configSections>
|
---|
8 | <system.serviceModel>
|
---|
9 | <bindings>
|
---|
10 | <wsHttpBinding>
|
---|
11 | <binding name="WSHttpBinding_IAccessService" closeTimeout="00:01:00" openTimeout="00:01:00" receiveTimeout="00:10:00" sendTimeout="00:01:00" bypassProxyOnLocal="false" transactionFlow="false" hostNameComparisonMode="StrongWildcard" maxBufferPoolSize="524288" maxReceivedMessageSize="65536" messageEncoding="Text" textEncoding="utf-8" useDefaultWebProxy="true" allowCookies="false">
|
---|
12 | <readerQuotas maxDepth="32" maxStringContentLength="8192" maxArrayLength="16384" maxBytesPerRead="4096" maxNameTableCharCount="16384"/>
|
---|
13 | <reliableSession ordered="true" inactivityTimeout="00:10:00" enabled="false"/>
|
---|
14 | <security mode="Message">
|
---|
15 | <transport clientCredentialType="Windows" proxyCredentialType="None" realm=""/>
|
---|
16 | <message clientCredentialType="UserName" negotiateServiceCredential="true" algorithmSuite="Default"/>
|
---|
17 | </security>
|
---|
18 | </binding>
|
---|
19 | </wsHttpBinding>
|
---|
20 | </bindings>
|
---|
21 | <client>
|
---|
22 | <endpoint address="http://f060pc.hagenberg.fhooe.at/AccessService-3.3/AccessService.svc" binding="wsHttpBinding" bindingConfiguration="WSHttpBinding_IAccessService" contract="HeuristicLab.Clients.Access.IAccessService" name="WSHttpBinding_IAccessService">
|
---|
23 | <identity>
|
---|
24 | <certificate encodedValue="AwAAAAEAAAAUAAAAsBAiQNbfReR5pYaSMZcalnXNehMgAAAAAQAAANUBAAAwggHRMIIBOqADAgECAhBZk8ZrPkmUv0lw+rA4krQ5MA0GCSqGSIb3DQEBBQUAMBQxEjAQBgNVBAMTCWxvY2FsaG9zdDAeFw0xNDAzMDUxMjAyMDBaFw0xOTAzMDUwMDAwMDBaMBQxEjAQBgNVBAMTCWxvY2FsaG9zdDCBnzANBgkqhkiG9w0BAQEFAAOBjQAwgYkCgYEApeJ7tPwPHlTw7Q3P0vsdZYbLV3uG1nlXsdxWLGlfNjo4AUaIm2W9Kj0Kkr2e5b65mhWxt7vBfiAE2WLyb4raQo+ZLMTjCy5NSFlEFbxtOIXNZFXIpLJpdzwKAtWsQlr8Eliu5DTjs/WXd+MbimeEjXg6KuTVxeLXaf4ZfMmpoLsCAwEAAaMkMCIwCwYDVR0PBAQDAgSwMBMGA1UdJQQMMAoGCCsGAQUFBwMBMA0GCSqGSIb3DQEBBQUAA4GBAKHyEdLKZBdMHjmKYuGpZ46Io65X+IhvQsL+vggkzhpORwaZUOkwDct3rK9vIfm+1l0vbd3vhqmo4wEvUGBPGm76/Uyd1XkAyVtl7IyjLv7su/1H51bWHggdnyDDqG8f5lzd1ZAqSKu/V8JIymwR9WIlIzgB1lZzWliyl4x8e0I9"/>
|
---|
25 | </identity>
|
---|
26 | </endpoint>
|
---|
27 | </client>
|
---|
28 | </system.serviceModel>
|
---|
29 | <applicationSettings>
|
---|
30 | <HeuristicLab.Clients.Access.Settings>
|
---|
31 | <setting name="HLExeName" serializeAs="String">
|
---|
32 | <value>HeuristicLab 3.3</value>
|
---|
33 | </setting>
|
---|
34 | <setting name="ClientTypeName" serializeAs="String">
|
---|
35 | <value>HLClient</value>
|
---|
36 | </setting>
|
---|
37 | </HeuristicLab.Clients.Access.Settings>
|
---|
38 | </applicationSettings>
|
---|
39 | <startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5"/></startup></configuration>
|
---|