IBOSSPRD.exe.config 8.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <configuration>
  3. <system.serviceModel>
  4. <behaviors>
  5. <endpointBehaviors>
  6. <behavior name="endpointBehavior_DKIBOSSPRDService">
  7. <ClientInterpector />
  8. </behavior>
  9. </endpointBehaviors>
  10. </behaviors>
  11. <extensions>
  12. <behaviorExtensions>
  13. <add name="ClientInterpector" type="Dongke.IBOSS.PRD.WCF.Proxys.ClientInterpector.MyClientBehavior, WCF.Proxys" />
  14. </behaviorExtensions>
  15. </extensions>
  16. <bindings>
  17. <wsHttpBinding>
  18. <binding name="wsHttpBinding_DKIBOSSPRDService"
  19. closeTimeout="20:30:00"
  20. openTimeout="20:30:00"
  21. receiveTimeout="20:30:00"
  22. sendTimeout="20:30:00"
  23. bypassProxyOnLocal="false"
  24. transactionFlow="false"
  25. hostNameComparisonMode="StrongWildcard"
  26. maxBufferPoolSize="2147483647"
  27. maxReceivedMessageSize="2147483647"
  28. messageEncoding="Text"
  29. textEncoding="utf-8"
  30. useDefaultWebProxy="true"
  31. allowCookies="false">
  32. <readerQuotas maxDepth="2147483647"
  33. maxStringContentLength="2147483647"
  34. maxArrayLength="2147483647"
  35. maxBytesPerRead="2147483647"
  36. maxNameTableCharCount="2147483647" />
  37. <!--注意客户端将对应服务器端生成30分钟的可靠性会话-->
  38. <reliableSession ordered="true" inactivityTimeout="20:30:00" enabled="false" />
  39. <security mode="None">
  40. <transport clientCredentialType="Windows" proxyCredentialType="None" realm="" />
  41. <message clientCredentialType="Windows"
  42. negotiateServiceCredential="true"
  43. establishSecurityContext="true" />
  44. </security>
  45. </binding>
  46. </wsHttpBinding>
  47. </bindings>
  48. <client>
  49. <!-- 系统登录相关服务 -->
  50. <endpoint name="DKIBOSSPRDService"
  51. address=""
  52. behaviorConfiguration="endpointBehavior_DKIBOSSPRDService"
  53. binding="wsHttpBinding"
  54. bindingConfiguration="wsHttpBinding_DKIBOSSPRDService"
  55. contract="DKIBOSSPRDService.IDKIBOSSPRD">
  56. </endpoint>
  57. <!-- 共通处理服务 -->
  58. <endpoint name="CommonModuleService"
  59. address=""
  60. behaviorConfiguration="endpointBehavior_DKIBOSSPRDService"
  61. binding="wsHttpBinding"
  62. bindingConfiguration="wsHttpBinding_DKIBOSSPRDService"
  63. contract="CommonModuleService.ICommonModule">
  64. </endpoint>
  65. <!-- 系统管理服务 -->
  66. <endpoint name="SystemModuleService"
  67. address=""
  68. behaviorConfiguration="endpointBehavior_DKIBOSSPRDService"
  69. binding="wsHttpBinding"
  70. bindingConfiguration="wsHttpBinding_DKIBOSSPRDService"
  71. contract="SystemModuleService.ISystemModule">
  72. </endpoint>
  73. <!-- 人力资源服务 -->
  74. <endpoint name="HRModuleService"
  75. address=""
  76. behaviorConfiguration="endpointBehavior_DKIBOSSPRDService"
  77. binding="wsHttpBinding"
  78. bindingConfiguration="wsHttpBinding_DKIBOSSPRDService"
  79. contract="HRModuleService.IHRModule">
  80. </endpoint>
  81. <!-- 生产配置服务 -->
  82. <endpoint name="PCModuleService"
  83. address=""
  84. behaviorConfiguration="endpointBehavior_DKIBOSSPRDService"
  85. binding="wsHttpBinding"
  86. bindingConfiguration="wsHttpBinding_DKIBOSSPRDService"
  87. contract="PCModuleService.IPCModule">
  88. </endpoint>
  89. <!-- 生产管理服务 -->
  90. <endpoint name="PMModuleService"
  91. address=""
  92. behaviorConfiguration="endpointBehavior_DKIBOSSPRDService"
  93. binding="wsHttpBinding"
  94. bindingConfiguration="wsHttpBinding_DKIBOSSPRDService"
  95. contract="PMModuleService.IPMModule">
  96. </endpoint>
  97. <!-- 生产计划服务 -->
  98. <endpoint name="PPModuleService"
  99. address=""
  100. behaviorConfiguration="endpointBehavior_DKIBOSSPRDService"
  101. binding="wsHttpBinding"
  102. bindingConfiguration="wsHttpBinding_DKIBOSSPRDService"
  103. contract="PPModuleService.IPPModule">
  104. </endpoint>
  105. <!-- 策略管理服务 -->
  106. <endpoint name="TATModuleService"
  107. address=""
  108. behaviorConfiguration="endpointBehavior_DKIBOSSPRDService"
  109. binding="wsHttpBinding"
  110. bindingConfiguration="wsHttpBinding_DKIBOSSPRDService"
  111. contract="TATModuleService.ITATModule" />
  112. <!-- 报表体系服务 -->
  113. <endpoint name="ReportModuleService"
  114. address=""
  115. behaviorConfiguration="endpointBehavior_DKIBOSSPRDService"
  116. binding="wsHttpBinding"
  117. bindingConfiguration="wsHttpBinding_DKIBOSSPRDService"
  118. contract="ReportModuleService.IReportModule">
  119. </endpoint>
  120. <!-- WCF测试服务 -->
  121. <endpoint name="WCFTestService"
  122. address=""
  123. behaviorConfiguration="endpointBehavior_DKIBOSSPRDService"
  124. binding="wsHttpBinding"
  125. bindingConfiguration="wsHttpBinding_DKIBOSSPRDService"
  126. contract="WCFTestService.IWCFTest">
  127. </endpoint>
  128. <!-- 生产管理服务 -->
  129. <endpoint name="PMModuleServiceNew"
  130. address=""
  131. behaviorConfiguration="endpointBehavior_DKIBOSSPRDService"
  132. binding="wsHttpBinding"
  133. bindingConfiguration="wsHttpBinding_DKIBOSSPRDService"
  134. contract="PMModuleServiceNew.IPMModuleNew">
  135. </endpoint>
  136. <!-- 生产配置服务 -->
  137. <endpoint name="PCModuleServiceNew"
  138. address=""
  139. behaviorConfiguration="endpointBehavior_DKIBOSSPRDService"
  140. binding="wsHttpBinding"
  141. bindingConfiguration="wsHttpBinding_DKIBOSSPRDService"
  142. contract="PCModuleServiceNew.IPCModuleNew">
  143. </endpoint>
  144. <!-- 生产配置服务 -->
  145. <endpoint name="SAPDataService"
  146. address=""
  147. behaviorConfiguration="endpointBehavior_DKIBOSSPRDService"
  148. binding="wsHttpBinding"
  149. bindingConfiguration="wsHttpBinding_DKIBOSSPRDService"
  150. contract="SAPDataService.ISAPData">
  151. </endpoint>
  152. <!-- 工资核算管理服务 -->
  153. <endpoint name="PAMModuleService"
  154. address=""
  155. behaviorConfiguration="endpointBehavior_DKIBOSSPRDService"
  156. binding="wsHttpBinding"
  157. bindingConfiguration="wsHttpBinding_DKIBOSSPRDService"
  158. contract="PAMModuleService.IPAMModule">
  159. </endpoint>
  160. </client>
  161. </system.serviceModel>
  162. </configuration>