2025-03-28 09:49:56 +08:00

102 lines
4.4 KiB
XML

<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<appSettings>
<add key="Server" value="10.0.1.67"/>
<add key="Port" value="1521"/>
<add key="Name" value="orcl"/>
<add key="UserName" value="HIGHWAY_EXCHANGE"/>
<add key="UserPwd" value="qrwl"/>
<add key="OracleConnStrWeChat" value="10.0.1.67,orcl,HIGHWAY_EXCHANGE,qrwl"/>
<add key="OracleConnStr" value="10.0.1.67,orcl_bldex,HIGHWAY_EXCHANGE,qrwl"/>
<add key="OracleConnStrDownLoad" value="10.0.1.67,orclex,HIGHWAY_EXCHANGE,qrwl"/>
</appSettings>
<system.serviceModel>
<client>
<!--ClickOnce部署配置-->
<endpoint address="http://47.110.43.130:8010/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://47.110.43.130:7010/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://47.110.43.130:7010/HighWay/Storage/Service.svc"
binding="wsHttpBinding"
bindingConfiguration="RealEstate_Binding"
behaviorConfiguration="RealEstate_EndPointBehavior"
contract="HighWay.Storage.References.IService">
<identity>
<dns value="SuperMap_RealEstate_Server" />
</identity>
</endpoint>
<!--进销存管理-->
<endpoint address="http://47.110.43.130:7010/SaleStore/Storage/Service.svc"
binding="wsHttpBinding" bindingConfiguration="RealEstate_Binding"
behaviorConfiguration="RealEstate_EndPointBehavior"
contract="SaleStore.Storage.References.IService">
<identity>
<dns value="SuperMap_RealEstate_Server" />
</identity>
</endpoint>
<endpoint address="http://47.110.43.130:7000/Seller/Storage/Service.svc"
binding="wsHttpBinding" bindingConfiguration="RealEstate_Binding"
behaviorConfiguration="RealEstate_EndPointBehavior"
contract="Seller.Storage.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>
</configuration>