| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158 |
- <?xml version="1.0" encoding="utf-8"?>
- <configuration>
- <appSettings>
- <add key="ShowLimitTime" value="120" />
- </appSettings>
- <system.serviceModel>
- <behaviors>
- <endpointBehaviors>
- <behavior name="endpointBehavior_DKIBOSSPRDService">
- <ClientInterpector />
- </behavior>
- </endpointBehaviors>
- </behaviors>
- <extensions>
- <behaviorExtensions>
- <add name="ClientInterpector" type="Dongke.IBOSS.PRD.WCF.Proxys.ClientInterpector.MyClientBehavior, WCF.Proxys" />
- </behaviorExtensions>
- </extensions>
- <bindings>
- <wsHttpBinding>
- <binding name="wsHttpBinding_DKIBOSSPRDService"
- closeTimeout="00:30:00"
- openTimeout="00:30:00"
- receiveTimeout="00:30:00"
- sendTimeout="00:30:00"
- bypassProxyOnLocal="false"
- transactionFlow="false"
- hostNameComparisonMode="StrongWildcard"
- maxBufferPoolSize="2147483647"
- maxReceivedMessageSize="2147483647"
- messageEncoding="Text"
- textEncoding="utf-8"
- useDefaultWebProxy="true"
- allowCookies="false">
- <readerQuotas maxDepth="2147483647"
- maxStringContentLength="2147483647"
- maxArrayLength="2147483647"
- maxBytesPerRead="2147483647"
- maxNameTableCharCount="2147483647" />
- <!--注意客户端将对应服务器端生成30分钟的可靠性会话-->
- <reliableSession ordered="true" inactivityTimeout="00:30:00" enabled="false" />
- <security mode="None">
- <transport clientCredentialType="Windows" proxyCredentialType="None" realm="" />
- <message clientCredentialType="Windows"
- negotiateServiceCredential="true"
- establishSecurityContext="true" />
- </security>
- </binding>
- </wsHttpBinding>
- </bindings>
- <client>
- <!-- 系统登录相关服务 -->
- <endpoint name="DKIBOSSPRDService"
- address=""
- behaviorConfiguration="endpointBehavior_DKIBOSSPRDService"
- binding="wsHttpBinding"
- bindingConfiguration="wsHttpBinding_DKIBOSSPRDService"
- contract="DKIBOSSPRDService.IDKIBOSSPRD">
- </endpoint>
- <!-- 共通处理服务 -->
- <endpoint name="CommonModuleService"
- address=""
- behaviorConfiguration="endpointBehavior_DKIBOSSPRDService"
- binding="wsHttpBinding"
- bindingConfiguration="wsHttpBinding_DKIBOSSPRDService"
- contract="CommonModuleService.ICommonModule">
- </endpoint>
- <!-- 系统管理服务 -->
- <endpoint name="SystemModuleService"
- address=""
- behaviorConfiguration="endpointBehavior_DKIBOSSPRDService"
- binding="wsHttpBinding"
- bindingConfiguration="wsHttpBinding_DKIBOSSPRDService"
- contract="SystemModuleService.ISystemModule">
- </endpoint>
- <!-- 人力资源服务 -->
- <endpoint name="HRModuleService"
- address=""
- behaviorConfiguration="endpointBehavior_DKIBOSSPRDService"
- binding="wsHttpBinding"
- bindingConfiguration="wsHttpBinding_DKIBOSSPRDService"
- contract="HRModuleService.IHRModule">
- </endpoint>
- <!-- 生产配置服务 -->
- <endpoint name="PCModuleService"
- address=""
- behaviorConfiguration="endpointBehavior_DKIBOSSPRDService"
- binding="wsHttpBinding"
- bindingConfiguration="wsHttpBinding_DKIBOSSPRDService"
- contract="PCModuleService.IPCModule">
- </endpoint>
- <!-- 生产管理服务 -->
- <endpoint name="PMModuleService"
- address=""
- behaviorConfiguration="endpointBehavior_DKIBOSSPRDService"
- binding="wsHttpBinding"
- bindingConfiguration="wsHttpBinding_DKIBOSSPRDService"
- contract="PMModuleService.IPMModule">
- </endpoint>
- <!-- 策略管理服务 -->
- <endpoint name="TATModuleService"
- address=""
- behaviorConfiguration="endpointBehavior_DKIBOSSPRDService"
- binding="wsHttpBinding"
- bindingConfiguration="wsHttpBinding_DKIBOSSPRDService"
- contract="TATModuleService.ITATModule" />
- <!-- 报表体系服务 -->
- <endpoint name="ReportModuleService"
- address=""
- behaviorConfiguration="endpointBehavior_DKIBOSSPRDService"
- binding="wsHttpBinding"
- bindingConfiguration="wsHttpBinding_DKIBOSSPRDService"
- contract="ReportModuleService.IReportModule">
- </endpoint>
- <!-- WCF测试服务 -->
- <endpoint name="WCFTestService"
- address=""
- behaviorConfiguration="endpointBehavior_DKIBOSSPRDService"
- binding="wsHttpBinding"
- bindingConfiguration="wsHttpBinding_DKIBOSSPRDService"
- contract="WCFTestService.IWCFTest">
- </endpoint>
- <!-- 生产管理服务 -->
- <endpoint name="PMModuleServiceNew"
- address=""
- behaviorConfiguration="endpointBehavior_DKIBOSSPRDService"
- binding="wsHttpBinding"
- bindingConfiguration="wsHttpBinding_DKIBOSSPRDService"
- contract="PMModuleServiceNew.IPMModuleNew">
- </endpoint>
- <!-- 生产配置服务 -->
- <endpoint name="PCModuleServiceNew"
- address=""
- behaviorConfiguration="endpointBehavior_DKIBOSSPRDService"
- binding="wsHttpBinding"
- bindingConfiguration="wsHttpBinding_DKIBOSSPRDService"
- contract="PCModuleServiceNew.IPCModuleNew">
- </endpoint>
- <!-- 工资核算管理服务 -->
- <endpoint name="PAMModuleService"
- address=""
- behaviorConfiguration="endpointBehavior_DKIBOSSPRDService"
- binding="wsHttpBinding"
- bindingConfiguration="wsHttpBinding_DKIBOSSPRDService"
- contract="PAMModuleService.IPAMModule">
- </endpoint>
- <!-- 公开查询服务 -->
- <endpoint name="PublicModuleService"
- address=""
- behaviorConfiguration="endpointBehavior_DKIBOSSPRDService"
- binding="wsHttpBinding"
- bindingConfiguration="wsHttpBinding_DKIBOSSPRDService"
- contract="PublicModuleService.IPublicModule">
- </endpoint>
- </client>
- </system.serviceModel>
- </configuration>
|