[8055] | 1 | <?xml version="1.0" encoding="utf-8"?>
|
---|
| 2 | <configuration>
|
---|
| 3 | <system.serviceModel>
|
---|
| 4 | <behaviors>
|
---|
| 5 | <endpointBehaviors>
|
---|
| 6 | <behavior name="DefaultEndpointBehavior">
|
---|
| 7 | <dataContractSerializer maxItemsInObjectGraph="200000000"/>
|
---|
| 8 | </behavior>
|
---|
| 9 | </endpointBehaviors>
|
---|
| 10 | </behaviors>
|
---|
| 11 | <bindings>
|
---|
| 12 | <wsHttpBinding>
|
---|
| 13 | <binding name="WSHttpBinding_IAdministrationService" closeTimeout="00:01:00"
|
---|
| 14 | openTimeout="00:01:00" receiveTimeout="00:10:00" sendTimeout="00:01:00"
|
---|
| 15 | bypassProxyOnLocal="false" transactionFlow="false" hostNameComparisonMode="StrongWildcard"
|
---|
| 16 | maxBufferPoolSize="524288" maxReceivedMessageSize="200000000"
|
---|
| 17 | messageEncoding="Text" textEncoding="utf-8" useDefaultWebProxy="true"
|
---|
| 18 | allowCookies="false">
|
---|
| 19 | <readerQuotas maxDepth="32" maxStringContentLength="8192" maxArrayLength="200000000"
|
---|
| 20 | maxBytesPerRead="4096" maxNameTableCharCount="16384" />
|
---|
| 21 | <reliableSession ordered="true" inactivityTimeout="00:10:00"
|
---|
| 22 | enabled="false" />
|
---|
| 23 | <security mode="Message">
|
---|
| 24 | <transport clientCredentialType="Windows" proxyCredentialType="None"
|
---|
| 25 | realm="" />
|
---|
| 26 | <message clientCredentialType="UserName" negotiateServiceCredential="true"
|
---|
| 27 | algorithmSuite="Default" />
|
---|
| 28 | </security>
|
---|
| 29 | </binding>
|
---|
| 30 | <binding name="WSHttpBinding_IRunCreationService" closeTimeout="00:01:00"
|
---|
| 31 | openTimeout="00:01:00" receiveTimeout="00:10:00" sendTimeout="00:01:00"
|
---|
| 32 | bypassProxyOnLocal="false" transactionFlow="false" hostNameComparisonMode="StrongWildcard"
|
---|
| 33 | maxBufferPoolSize="524288" maxReceivedMessageSize="200000000"
|
---|
| 34 | messageEncoding="Text" textEncoding="utf-8" useDefaultWebProxy="true"
|
---|
| 35 | allowCookies="false">
|
---|
| 36 | <readerQuotas maxDepth="32" maxStringContentLength="8192" maxArrayLength="200000000"
|
---|
| 37 | maxBytesPerRead="4096" maxNameTableCharCount="16384" />
|
---|
| 38 | <reliableSession ordered="true" inactivityTimeout="00:10:00"
|
---|
| 39 | enabled="false" />
|
---|
| 40 | <security mode="Message">
|
---|
| 41 | <transport clientCredentialType="Windows" proxyCredentialType="None"
|
---|
| 42 | realm="" />
|
---|
| 43 | <message clientCredentialType="UserName" negotiateServiceCredential="true"
|
---|
| 44 | algorithmSuite="Default" />
|
---|
| 45 | </security>
|
---|
| 46 | </binding>
|
---|
| 47 | <binding name="WSHttpBinding_IQueryService" closeTimeout="00:01:00"
|
---|
| 48 | openTimeout="00:01:00" receiveTimeout="00:10:00" sendTimeout="00:01:00"
|
---|
| 49 | bypassProxyOnLocal="false" transactionFlow="false" hostNameComparisonMode="StrongWildcard"
|
---|
| 50 | maxBufferPoolSize="524288" maxReceivedMessageSize="200000000"
|
---|
| 51 | messageEncoding="Text" textEncoding="utf-8" useDefaultWebProxy="true"
|
---|
| 52 | allowCookies="false">
|
---|
| 53 | <readerQuotas maxDepth="32" maxStringContentLength="8192" maxArrayLength="200000000"
|
---|
| 54 | maxBytesPerRead="4096" maxNameTableCharCount="16384" />
|
---|
| 55 | <reliableSession ordered="true" inactivityTimeout="00:10:00"
|
---|
| 56 | enabled="false" />
|
---|
| 57 | <security mode="Message">
|
---|
| 58 | <transport clientCredentialType="Windows" proxyCredentialType="None"
|
---|
| 59 | realm="" />
|
---|
| 60 | <message clientCredentialType="UserName" negotiateServiceCredential="true"
|
---|
| 61 | algorithmSuite="Default" />
|
---|
| 62 | </security>
|
---|
| 63 | </binding>
|
---|
| 64 | <binding name="WSHttpBinding_IAuthenticationService" closeTimeout="00:01:00"
|
---|
| 65 | openTimeout="00:01:00" receiveTimeout="00:10:00" sendTimeout="00:01:00"
|
---|
| 66 | bypassProxyOnLocal="false" transactionFlow="false" hostNameComparisonMode="StrongWildcard"
|
---|
| 67 | maxBufferPoolSize="524288" maxReceivedMessageSize="65536"
|
---|
| 68 | messageEncoding="Text" textEncoding="utf-8" useDefaultWebProxy="true"
|
---|
| 69 | allowCookies="false">
|
---|
| 70 | <readerQuotas maxDepth="32" maxStringContentLength="8192" maxArrayLength="16384"
|
---|
| 71 | maxBytesPerRead="4096" maxNameTableCharCount="16384" />
|
---|
| 72 | <reliableSession ordered="true" inactivityTimeout="00:10:00"
|
---|
| 73 | enabled="false" />
|
---|
| 74 | <security mode="Message">
|
---|
| 75 | <transport clientCredentialType="Windows" proxyCredentialType="None"
|
---|
| 76 | realm="" />
|
---|
| 77 | <message clientCredentialType="UserName" negotiateServiceCredential="true"
|
---|
| 78 | algorithmSuite="Default" />
|
---|
| 79 | </security>
|
---|
| 80 | </binding>
|
---|
| 81 | </wsHttpBinding>
|
---|
| 82 | </bindings>
|
---|
| 83 | <client>
|
---|
| 84 | <endpoint address="http://services.heuristiclab.com/OKB-3.3/AdministrationService.svc"
|
---|
| 85 | binding="wsHttpBinding" bindingConfiguration="WSHttpBinding_IAdministrationService"
|
---|
| 86 | contract="HeuristicLab.Clients.OKB.Administration.IAdministrationService"
|
---|
| 87 | name="WSHttpBinding_IAdministrationService" behaviorConfiguration="DefaultEndpointBehavior">
|
---|
| 88 | <identity>
|
---|
| 89 | <certificate encodedValue="AwAAAAEAAAAUAAAAwK1+2oAmcy/mI2P2QjyiJRh0y60gAAAAAQAAACoCAAAwggImMIIBj6ADAgECAhAIkseQ2EEhgU720qJA61gqMA0GCSqGSIb3DQEBBAUAMCQxIjAgBgNVBAMTGXNlcnZpY2VzLmhldXJpc3RpY2xhYi5jb20wHhcNMTAwNTExMTExNDAyWhcNMzkxMjMxMjM1OTU5WjAkMSIwIAYDVQQDExlzZXJ2aWNlcy5oZXVyaXN0aWNsYWIuY29tMIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCq26Bwmwc7k+4W30qLQ2j+FInEL5BuH6opDY6CSlrtt3xQS/anrhvpbf3QghLDVINzcHkzbPmm/SguG4F85QLB6xO+tJaOvRo0iEK5g3c307vMIru7FJwk/OhplEQ5J1hbDgL3zOJlrWlgtqRVxCtVdF3XroI9BctOt1NkeKv9ewIDAQABo1kwVzBVBgNVHQEETjBMgBCjbgdYd4j5JgUuJ1Wo/GxroSYwJDEiMCAGA1UEAxMZc2VydmljZXMuaGV1cmlzdGljbGFiLmNvbYIQCJLHkNhBIYFO9tKiQOtYKjANBgkqhkiG9w0BAQQFAAOBgQAb/2xk2uQad68shSPl/uixWgvFI8WkxOTBopOLaLtDxwCeZ3mWVHdV9VnixHtThubnEBXAhYOCQSIXWtQuXFWO+gH3YyjTRJY5kTmXyuvBRTn3/so5SrQ7Rdlm9hf6E5YVX3tCjAy7ybUyaDUkQfmH5vmvgvpMzRfsJ1qhnUpJiQ==" />
|
---|
| 90 | </identity>
|
---|
| 91 | </endpoint>
|
---|
| 92 | <endpoint address="http://services.heuristiclab.com/OKB-3.3/RunCreationService.svc"
|
---|
| 93 | binding="wsHttpBinding" bindingConfiguration="WSHttpBinding_IRunCreationService"
|
---|
| 94 | contract="HeuristicLab.Clients.OKB.RunCreation.IRunCreationService"
|
---|
| 95 | name="WSHttpBinding_IRunCreationService" behaviorConfiguration="DefaultEndpointBehavior">
|
---|
| 96 | <identity>
|
---|
| 97 | <certificate encodedValue="AwAAAAEAAAAUAAAAwK1+2oAmcy/mI2P2QjyiJRh0y60gAAAAAQAAACoCAAAwggImMIIBj6ADAgECAhAIkseQ2EEhgU720qJA61gqMA0GCSqGSIb3DQEBBAUAMCQxIjAgBgNVBAMTGXNlcnZpY2VzLmhldXJpc3RpY2xhYi5jb20wHhcNMTAwNTExMTExNDAyWhcNMzkxMjMxMjM1OTU5WjAkMSIwIAYDVQQDExlzZXJ2aWNlcy5oZXVyaXN0aWNsYWIuY29tMIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCq26Bwmwc7k+4W30qLQ2j+FInEL5BuH6opDY6CSlrtt3xQS/anrhvpbf3QghLDVINzcHkzbPmm/SguG4F85QLB6xO+tJaOvRo0iEK5g3c307vMIru7FJwk/OhplEQ5J1hbDgL3zOJlrWlgtqRVxCtVdF3XroI9BctOt1NkeKv9ewIDAQABo1kwVzBVBgNVHQEETjBMgBCjbgdYd4j5JgUuJ1Wo/GxroSYwJDEiMCAGA1UEAxMZc2VydmljZXMuaGV1cmlzdGljbGFiLmNvbYIQCJLHkNhBIYFO9tKiQOtYKjANBgkqhkiG9w0BAQQFAAOBgQAb/2xk2uQad68shSPl/uixWgvFI8WkxOTBopOLaLtDxwCeZ3mWVHdV9VnixHtThubnEBXAhYOCQSIXWtQuXFWO+gH3YyjTRJY5kTmXyuvBRTn3/so5SrQ7Rdlm9hf6E5YVX3tCjAy7ybUyaDUkQfmH5vmvgvpMzRfsJ1qhnUpJiQ==" />
|
---|
| 98 | </identity>
|
---|
| 99 | </endpoint>
|
---|
| 100 | <endpoint address="http://services.heuristiclab.com/OKB-3.3/QueryService.svc"
|
---|
| 101 | binding="wsHttpBinding" bindingConfiguration="WSHttpBinding_IQueryService"
|
---|
| 102 | contract="HeuristicLab.Clients.OKB.Query.IQueryService" name="WSHttpBinding_IQueryService"
|
---|
| 103 | behaviorConfiguration="DefaultEndpointBehavior">
|
---|
| 104 | <identity>
|
---|
| 105 | <certificate encodedValue="AwAAAAEAAAAUAAAAwK1+2oAmcy/mI2P2QjyiJRh0y60gAAAAAQAAACoCAAAwggImMIIBj6ADAgECAhAIkseQ2EEhgU720qJA61gqMA0GCSqGSIb3DQEBBAUAMCQxIjAgBgNVBAMTGXNlcnZpY2VzLmhldXJpc3RpY2xhYi5jb20wHhcNMTAwNTExMTExNDAyWhcNMzkxMjMxMjM1OTU5WjAkMSIwIAYDVQQDExlzZXJ2aWNlcy5oZXVyaXN0aWNsYWIuY29tMIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCq26Bwmwc7k+4W30qLQ2j+FInEL5BuH6opDY6CSlrtt3xQS/anrhvpbf3QghLDVINzcHkzbPmm/SguG4F85QLB6xO+tJaOvRo0iEK5g3c307vMIru7FJwk/OhplEQ5J1hbDgL3zOJlrWlgtqRVxCtVdF3XroI9BctOt1NkeKv9ewIDAQABo1kwVzBVBgNVHQEETjBMgBCjbgdYd4j5JgUuJ1Wo/GxroSYwJDEiMCAGA1UEAxMZc2VydmljZXMuaGV1cmlzdGljbGFiLmNvbYIQCJLHkNhBIYFO9tKiQOtYKjANBgkqhkiG9w0BAQQFAAOBgQAb/2xk2uQad68shSPl/uixWgvFI8WkxOTBopOLaLtDxwCeZ3mWVHdV9VnixHtThubnEBXAhYOCQSIXWtQuXFWO+gH3YyjTRJY5kTmXyuvBRTn3/so5SrQ7Rdlm9hf6E5YVX3tCjAy7ybUyaDUkQfmH5vmvgvpMzRfsJ1qhnUpJiQ==" />
|
---|
| 106 | </identity>
|
---|
| 107 | </endpoint>
|
---|
| 108 | </client>
|
---|
| 109 | </system.serviceModel>
|
---|
| 110 | </configuration> |
---|