2025-03-27 15:05:14 +08:00

177 lines
8.9 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<configuration>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/>
</startup>
<connectionStrings>
<add name="Oracle" providerName="System.Data.OracleClient" connectionString="Data Source=(DESCRIPTION =(ADDRESS = (PROTOCOL = TCP)(HOST = {0})(PORT = {1}))(CONNECT_DATA =(SERVER = DEDICATED)(SERVICE_NAME = {2}))); User ID={3}; PassWord={4}"/>
<add name="OracleDataAccessClient" providerName="Oracle.DataAccess.Client" connectionString="Data Source=(DESCRIPTION =(ADDRESS = (PROTOCOL = TCP)(HOST = {0})(PORT = {1}))(CONNECT_DATA =(SERVER = DEDICATED)(SERVICE_NAME = {2}))); User ID={3}; PassWord={4}"/>
<add name="Access" providerName="System.Data.OleDb" connectionString="Provider=Microsoft.Ace.oledb.12.0;Data Source={0};"/>
<add name="Excel" providerName="System.Data.OleDb" connectionString="Provider=Microsoft.Ace.oledb.12.0;Data Source={0};Extended Properties='Excel 12.0;HDR=No;IMEX=1;'"/>
<add name="SqlServer" providerName="System.Data.SqlClient" connectionString="Data Source={0};Initial Catalog={1};User Id={2};Password={3};"/>
</connectionStrings>
<system.serviceModel>
<client>
<!--ClickOnce部署配置-->
<endpoint address="http://localhost:8080/PortalService/NetworkDeployed/Service.svc"
binding="wsHttpBinding"
bindingConfiguration="RealEstate_Binding"
behaviorConfiguration="RealEstate_EndPointBehavior"
contract="NetworkDeployed.References.IService">
<identity>
<dns value="SuperMap_RealEstate_Server" />
</identity>
</endpoint>
<!--登录验证-->
<endpoint address="http://localhost:8080/PortalService/Identity/Service.svc"
binding="wsHttpBinding"
bindingConfiguration="RealEstate_Binding"
behaviorConfiguration="RealEstate_EndPointBehavior"
contract="Identity.References.IService">
<identity>
<dns value="SuperMap_RealEstate_Server" />
</identity>
</endpoint>
<!--系统框架-->
<endpoint address="http://localhost:7080/FrameWork/Service.svc"
binding="wsHttpBinding"
bindingConfiguration="RealEstate_Binding"
behaviorConfiguration="RealEstate_EndPointBehavior"
contract="FrameWork.References.IService">
<identity>
<dns value="SuperMap_RealEstate_Server" />
</identity>
</endpoint>
<!--核心框架-->
<endpoint address="http://localhost:7080/CoreFrameWork/Dictionary/Service.svc"
binding="wsHttpBinding"
bindingConfiguration="RealEstate_Binding"
behaviorConfiguration="RealEstate_EndPointBehavior"
contract="CoreFrameWork.Dictionary.References.IService">
<identity>
<dns value="SuperMap_RealEstate_Server" />
</identity>
</endpoint>
<!--模块管理-->
<endpoint address="http://localhost:7080/CoreFrameWork/Modules/Service.svc"
binding="wsHttpBinding"
bindingConfiguration="RealEstate_Binding"
behaviorConfiguration="RealEstate_EndPointBehavior"
contract="CoreFrameWork.Modules.References.IService">
<identity>
<dns value="SuperMap_RealEstate_Server" />
</identity>
</endpoint>
<!--业务流程-->
<endpoint address="http://localhost:7080/WorkFlow/Support/Service.svc"
binding="wsHttpBinding"
bindingConfiguration="RealEstate_Binding"
behaviorConfiguration="RealEstate_EndPointBehavior"
contract="WorkFlow.Support.References.IService">
<identity>
<dns value="SuperMap_RealEstate_Server" />
</identity>
</endpoint>
<endpoint address="http://localhost:7080/WorkFlow/Instance/Service.svc"
binding="wsHttpBinding"
bindingConfiguration="RealEstate_Binding"
behaviorConfiguration="RealEstate_EndPointBehavior"
contract="WorkFlow.Instance.References.IService">
<identity>
<dns value="SuperMap_RealEstate_Server" />
</identity>
</endpoint>
<!--白蚁防治-->
<endpoint address="http://localhost:7080/TermiteControl/Running/Service.svc"
binding="wsHttpBinding"
bindingConfiguration="RealEstate_Binding"
behaviorConfiguration="RealEstate_EndPointBehavior"
contract="TermiteControl.Running.References.IService">
<identity>
<dns value="SuperMap_RealEstate_Server" />
</identity>
</endpoint>
<endpoint address="http://localhost:7080/TermiteControl/Storage/Service.svc"
binding="wsHttpBinding"
bindingConfiguration="RealEstate_Binding"
behaviorConfiguration="RealEstate_EndPointBehavior"
contract="TermiteControl.Storage.References.IService">
<identity>
<dns value="SuperMap_RealEstate_Server" />
</identity>
</endpoint>
<endpoint address="http://localhost:7080/TermiteControl/AllImage/Service.svc"
binding="wsHttpBinding"
bindingConfiguration="RealEstate_Binding"
behaviorConfiguration="RealEstate_EndPointBehavior"
contract="TermiteControl.AllImage.References.IService">
<identity>
<dns value="SuperMap_RealEstate_Server" />
</identity>
</endpoint>
</client>
<bindings>
<wsHttpBinding>
<binding name="RealEstate_Binding" maxReceivedMessageSize="655360000">
<readerQuotas maxArrayLength="163840000"></readerQuotas>
<security mode="Message">
<message clientCredentialType="Certificate"
negotiateServiceCredential="True"
establishSecurityContext="True" />
</security>
</binding>
</wsHttpBinding>
</bindings>
<behaviors>
<endpointBehaviors>
<behavior name="RealEstate_EndPointBehavior">
<clientCredentials>
<serviceCertificate>
<authentication certificateValidationMode="Custom"
customCertificateValidatorType="SuperMap.RealEstate.Certificate.ClientX509CertificateValidator,RealEstate.Core" />
</serviceCertificate>
</clientCredentials>
</behavior>
</endpointBehaviors>
<serviceBehaviors>
<behavior name="RealEstate_ServiceBehavior">
<serviceCredentials>
<clientCertificate>
<authentication certificateValidationMode="Custom"
customCertificateValidatorType="SuperMap.RealEstate.Certificate.ServiceX509CertificateValidator,RealEstate.Core" />
</clientCertificate>
</serviceCredentials>
<serviceMetadata httpGetEnabled="true" />
<serviceDebug includeExceptionDetailInFaults="true" />
</behavior>
<behavior>
<serviceMetadata httpGetEnabled="true" />
<serviceDebug includeExceptionDetailInFaults="true" />
</behavior>
</serviceBehaviors>
</behaviors>
</system.serviceModel>
<!--<system.serviceModel>
<bindings>
<wsHttpBinding>
<binding name="WSHttpBinding_IService">
<security>
<message clientCredentialType="Certificate" />
</security>
</binding>
</wsHttpBinding>
</bindings>
<client>
<endpoint address="http://localhost:8080/ToolKits/CodeGenerator/Service.svc"
binding="wsHttpBinding" bindingConfiguration="WSHttpBinding_IService"
contract="ToolKits.CodeGenerator.References.IService" name="WSHttpBinding_IService">
<identity>
<certificate encodedValue="AwAAAAEAAAAUAAAA3KYBK0rhb4UolKHLFmgnbgdcuDMgAAAAAQAAAHMCAAAwggJvMIIB3KADAgECAhDgkwzmZeU/lU7MFSCeg1cSMAkGBSsOAwIdBQAwPzE9MDsGA1UEAx40AFMAdQBwAGUAcgBNAGEAcABfAFIAZQBhAGwARQBzAHQAYQB0AGUAXwBTAGUAcgB2AGUAcjAeFw0xMTA4MTcwOTU0NTRaFw0zOTEyMzEyMzU5NTlaMD8xPTA7BgNVBAMeNABTAHUAcABlAHIATQBhAHAAXwBSAGUAYQBsAEUAcwB0AGEAdABlAF8AUwBlAHIAdgBlAHIwgZ8wDQYJKoZIhvcNAQEBBQADgY0AMIGJAoGBAKdZxeOpPwP5fW034r8rDmCpQX1Pg93s2ZvdvQmpPj5N6Ll9Yx2rdVq/MJmj5H4sMVHDmDf35YzMNsEKe0oXtrORqjf49fyyJR6jB7pNVdT88p4oFvRKWvmvZAyUeRPMUjOfjupWk4lrVaDHEabwjbwYHfiQgit5eN7zSs4n/jZFAgMBAAGjdDByMHAGA1UdAQRpMGeAEPMnxBPO9PifxujVbGCNTFuhQTA/MT0wOwYDVQQDHjQAUwB1AHAAZQByAE0AYQBwAF8AUgBlAGEAbABFAHMAdABhAHQAZQBfAFMAZQByAHYAZQByghDgkwzmZeU/lU7MFSCeg1cSMAkGBSsOAwIdBQADgYEAIn4OhiOFRk7NHDs8/WWVIjyeanNWXFS6bqVfh1JhnZwweLxx4F5pTyqwv+1gMnLaPxNvBzavUOvkV6bFC9v1sTB7dTLP2x3i37uOktwN+/4OkbfmBFTh2VXsJh6mKvMk/u/y/1UZ1HOVg3hK3WSdBsZ7YBhjnjrljbPfzIFMc2w=" />
</identity>
</endpoint>
</client>
</system.serviceModel>-->
</configuration>