70 lines
3.3 KiB
XML
70 lines
3.3 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<configuration>
|
|
<startup>
|
|
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/>
|
|
</startup>
|
|
<system.serviceModel>
|
|
<client>
|
|
<!--ClickOnce部署配置-->
|
|
<endpoint address="http://192.168.11.190: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://192.168.11.190: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>
|
|
<!--高速驿站183.129.232.106:7000-->
|
|
<endpoint address="http://192.168.11.190:7010/SaleStore/Running/Service.svc" binding="wsHttpBinding" bindingConfiguration="RealEstate_Binding" behaviorConfiguration="RealEstate_EndPointBehavior" contract="SaleStore.Running.References.IService">
|
|
<identity>
|
|
<dns value="SuperMap_RealEstate_Server"/>
|
|
</identity>
|
|
</endpoint>
|
|
<endpoint address="http://192.168.11.190: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>
|
|
</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>
|