<?xml version="1.0"?>
<configuration>
  <appSettings>
    <!-- Databases-->
    <add key="CRCLinkOnline_DefaultDatabase" value="CRCLink"/>

    <!--WebOrbSettings-->
    <add key="LogLevel" value="4"/>
  </appSettings>
  <connectionStrings>
    <!-- CRCLink-->
    <add name="CRCLink" connectionString="user id=CRCLinkUser;password=crc;server=crcmnsql1;database=CRCLink;connection timeout=30" providerName="System.Data.SqlClient"/>
  </connectionStrings>
  <system.serviceModel>
    <bindings>
      <basicHttpBinding>
        <binding name="TextMessageServicesSoap" closeTimeout="00:01:00"
          openTimeout="00:01:00" receiveTimeout="00:10:00" sendTimeout="00:01:00"
          allowCookies="false" bypassProxyOnLocal="false" hostNameComparisonMode="StrongWildcard"
          maxBufferPoolSize="524288" maxBufferSize="65536" maxReceivedMessageSize="65536"
          textEncoding="utf-8" transferMode="Buffered" useDefaultWebProxy="true"
          messageEncoding="Text">
          <readerQuotas maxDepth="32" maxStringContentLength="8192" maxArrayLength="16384"
            maxBytesPerRead="4096" maxNameTableCharCount="16384" />
          <security mode="Transport">
            <transport clientCredentialType="None" proxyCredentialType="None"
              realm="" />
            <message clientCredentialType="UserName" algorithmSuite="Default" />
          </security>
        </binding>
      </basicHttpBinding>
      <customBinding>
        <binding name="TextMessageServicesSoap12">
          <textMessageEncoding maxReadPoolSize="64" maxWritePoolSize="16"
            messageVersion="Soap12" writeEncoding="utf-8">
            <readerQuotas maxDepth="32" maxStringContentLength="8192" maxArrayLength="16384"
              maxBytesPerRead="4096" maxNameTableCharCount="16384" />
          </textMessageEncoding>
          <httpsTransport manualAddressing="false" maxBufferPoolSize="524288"
            maxReceivedMessageSize="65536" allowCookies="false" authenticationScheme="Anonymous"
            bypassProxyOnLocal="false" decompressionEnabled="true" hostNameComparisonMode="StrongWildcard"
            keepAliveEnabled="true" maxBufferSize="65536" proxyAuthenticationScheme="Anonymous"
            realm="" transferMode="Buffered" unsafeConnectionNtlmAuthentication="false"
            useDefaultWebProxy="true" requireClientCertificate="false" />
        </binding>
      </customBinding>
    </bindings>
    <client>
      <endpoint address="https://secure.textpower.com/TPIServices/BasicInterfaceXMLV4.asmx"
        binding="basicHttpBinding" bindingConfiguration="TextMessageServicesSoap"
        contract="TextPowerBasicV4.BasicInterfaceXMLV4Soap" name="BasicInterfaceXMLV4Soap" />
      <endpoint address="https://secure.textpower.com/TPIServices/BasicInterfaceXMLV4.asmx"
        binding="customBinding" bindingConfiguration="TextMessageServicesSoap12"
        contract="TextPowerBasicV4.BasicInterfaceXMLV4Soap" name="BasicInterfaceXMLV4Soap12" />
      <endpoint address="https://secure.textpower.com/TPIServices/AdvancedMessageServicesV3.asmx"
        binding="basicHttpBinding" bindingConfiguration="TextMessageServicesSoap"
        contract="TextPowerAdvancedV3.AdvancedMessageServicesV3Soap"
        name="AdvancedMessageServicesV3Soap" />
      <endpoint address="https://secure.textpower.com/TPIServices/AdvancedMessageServicesV3.asmx"
        binding="customBinding" bindingConfiguration="TextMessageServicesSoap12"
        contract="TextPowerAdvancedV3.AdvancedMessageServicesV3Soap"
        name="AdvancedMessageServicesV3Soap12" />
      <endpoint address="https://secure.textpower.com/TPIServices/WebManagementServicesV2.asmx"
        binding="basicHttpBinding" bindingConfiguration="TextMessageServicesSoap"
        contract="TextPowerWebManagementV2.WebManagementServicesV2Soap"
        name="WebManagementServicesV2Soap" />
      <endpoint address="https://secure.textpower.com/TPIServices/WebManagementServicesV2.asmx"
        binding="customBinding" bindingConfiguration="TextMessageServicesSoap12"
        contract="TextPowerWebManagementV2.WebManagementServicesV2Soap"
        name="WebManagementServicesV2Soap12" />
    </client>
  </system.serviceModel>
  <startup>
    <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/>
  </startup>
</configuration>
