1 | <?xml version="1.0" encoding="utf-8" ?>
|
---|
2 | <configuration>
|
---|
3 | <configSections>
|
---|
4 | <sectionGroup name="applicationSettings" type="System.Configuration.ApplicationSettingsGroup, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" >
|
---|
5 | <section name="HeuristicLab.PluginInfrastructure.Properties.Settings" type="System.Configuration.ClientSettingsSection, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false" />
|
---|
6 | </sectionGroup>
|
---|
7 | </configSections>
|
---|
8 | <applicationSettings>
|
---|
9 | <HeuristicLab.PluginInfrastructure.Properties.Settings>
|
---|
10 | <setting name="User" serializeAs="String">
|
---|
11 | <value>-</value>
|
---|
12 | </setting>
|
---|
13 | <setting name="Organization" serializeAs="String">
|
---|
14 | <value>-</value>
|
---|
15 | </setting>
|
---|
16 | <setting name="UpdateLocations" serializeAs="Xml">
|
---|
17 | <value>
|
---|
18 | <ArrayOfString xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
---|
19 | xmlns:xsd="http://www.w3.org/2001/XMLSchema">
|
---|
20 | <string>http://localhost:59253/UpdateLocation.svc</string>
|
---|
21 | </ArrayOfString>
|
---|
22 | </value>
|
---|
23 | </setting>
|
---|
24 | </HeuristicLab.PluginInfrastructure.Properties.Settings>
|
---|
25 | </applicationSettings>
|
---|
26 | <system.serviceModel>
|
---|
27 | <bindings>
|
---|
28 | <wsHttpBinding>
|
---|
29 | <binding name="WSHttpBinding_IUpdateLocation" closeTimeout="00:01:00"
|
---|
30 | openTimeout="00:01:00" receiveTimeout="00:10:00" sendTimeout="00:01:00"
|
---|
31 | bypassProxyOnLocal="false" transactionFlow="false" hostNameComparisonMode="StrongWildcard"
|
---|
32 | maxBufferPoolSize="524288" maxReceivedMessageSize="65536"
|
---|
33 | messageEncoding="Text" textEncoding="utf-8" useDefaultWebProxy="true"
|
---|
34 | allowCookies="false">
|
---|
35 | <readerQuotas maxDepth="32" maxStringContentLength="8192" maxArrayLength="16384"
|
---|
36 | maxBytesPerRead="4096" maxNameTableCharCount="16384" />
|
---|
37 | <reliableSession ordered="true" inactivityTimeout="00:10:00"
|
---|
38 | enabled="false" />
|
---|
39 | <security mode="Message">
|
---|
40 | <transport clientCredentialType="Windows" proxyCredentialType="None"
|
---|
41 | realm="" />
|
---|
42 | <message clientCredentialType="Windows" negotiateServiceCredential="true"
|
---|
43 | algorithmSuite="Default" establishSecurityContext="true" />
|
---|
44 | </security>
|
---|
45 | </binding>
|
---|
46 | </wsHttpBinding>
|
---|
47 | </bindings>
|
---|
48 | <client>
|
---|
49 | <endpoint address="http://localhost:59253/UpdateLocation.svc"
|
---|
50 | binding="wsHttpBinding" bindingConfiguration="WSHttpBinding_IUpdateLocation"
|
---|
51 | contract="UpdateLocationReference.IUpdateLocation" name="WSHttpBinding_IUpdateLocation">
|
---|
52 | <identity>
|
---|
53 | <dns value="localhost" />
|
---|
54 | </identity>
|
---|
55 | </endpoint>
|
---|
56 | </client>
|
---|
57 | </system.serviceModel>
|
---|
58 | </configuration> |
---|