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

78 lines
3.3 KiB
XML

<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<appSettings>
<add key="OracleConnStrWeChat" value="localhost,orcl,HIGHWAY_EXCHANGE,qrwl"/>
<add key="OracleConnStr" value="localhost,orcl,HIGHWAY_EXCHANGE,qrwl"/>
<add key="OracleConnData" value="localhost,orclex,HIGHWAY_EXCHANGE,qrwl"/>
<add key="OracleConnEnd" value="localhost,orcl,HIGHWAY_EXCHANGE,qrwl"/>
<add key="HostServerpart" value="109"/>
<add key="SERVERPART_IPADDRESS" value="cloud.eshangtech.com:8000/TransferState/index.html" />
<add key="PROVINCE_CODE" value="330000" />
<add key="ValidationType" value="1" />
<add key="DataType" value="0" />
</appSettings>
<system.serviceModel>
<client>
<!--ClickOnce部署配置-->
<endpoint address="http://183.129.232.106:6060/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://mall.eshangtech.com:7010/MobileServicePlatform/Service.svc"
binding="wsHttpBinding"
bindingConfiguration="RealEstate_Binding"
behaviorConfiguration="RealEstate_EndPointBehavior"
contract="MobileServicePlatform.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>