Web.config 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296
  1. <?xml version="1.0"?>
  2. <configuration>
  3. <configSections>
  4. <section name="dongke.batchingHosting" type="Dongke.IBOSS.PRD.WCF.Services.ConfigSetting.BatchingHostingSettings, WCF.Services"/>
  5. </configSections>
  6. <runtime>
  7. <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
  8. <dependentAssembly>
  9. <assemblyIdentity name="zxing" publicKeyToken="4E88037AC681FE60" culture="neutral"/>
  10. <bindingRedirect oldVersion="0.0.0.0-0.16.5.0" newVersion="0.16.5.0"/>
  11. </dependentAssembly>
  12. <probing privatePath="orcl_10_11_x32"/>
  13. </assemblyBinding>
  14. </runtime>
  15. <system.serviceModel>
  16. <extensions>
  17. <behaviorExtensions>
  18. <add name="ServiceInterpector" type="Dongke.IBOSS.PRD.WCF.Services.ServiceInterpector.MyServiceBehavior, WCF.Services"/>
  19. </behaviorExtensions>
  20. </extensions>
  21. <behaviors>
  22. <endpointBehaviors>
  23. <!--xuwei add 2019-10-22 允许javascript调用接口-->
  24. <behavior name="AjaxWCFServiceAspNetAjaxBehavior">
  25. <enableWebScript/>
  26. </behavior>
  27. <!--xuwei end-->
  28. <behavior name="endpointBehavior_DKIBOSSPRDService">
  29. <dataContractSerializer maxItemsInObjectGraph="2147483647"/>
  30. </behavior>
  31. <behavior name="endpointBehavior_DKIBOSSPRD_PDAService">
  32. <enableWebScript/>
  33. <dataContractSerializer maxItemsInObjectGraph="2147483647"/>
  34. </behavior>
  35. </endpointBehaviors>
  36. <serviceBehaviors>
  37. <!--xuwei add 2019-10-22-->
  38. <behavior name="">
  39. <serviceMetadata httpGetEnabled="true"/>
  40. <serviceDebug includeExceptionDetailInFaults="true"/>
  41. </behavior>
  42. <!--xuwei end-->
  43. <behavior name="serviceBehavior_DKIBOSSPRDService">
  44. <!-- 为避免泄漏元数据信息,请在部署前将以下值设置为 false 并删除上面的元数据终结点 -->
  45. <serviceMetadata httpGetEnabled="true"/>
  46. <!-- 要接收故障异常详细信息以进行调试,请将以下值设置为 true。在部署前设置为 false 以避免泄漏异常信息-->
  47. <serviceDebug includeExceptionDetailInFaults="true"/>
  48. <!-- maxConcurrentCalls:并发消息数,默认16 -->
  49. <!-- maxConcurrentInstances:并发实例数,默认26 -->
  50. <!-- maxConcurrentSessions:并发会话数,默认10 -->
  51. <serviceThrottling maxConcurrentCalls="2147483647" maxConcurrentInstances="2147483647" maxConcurrentSessions="2147483647"/>
  52. <!--<ServiceInterpector />-->
  53. </behavior>
  54. </serviceBehaviors>
  55. </behaviors>
  56. <bindings>
  57. <wsHttpBinding>
  58. <binding name="wsHttpBinding_DKIBOSSPRDService" closeTimeout="20:30:00" openTimeout="20:30:00" receiveTimeout="20:30:00" sendTimeout="20:30:00" bypassProxyOnLocal="false" transactionFlow="false" hostNameComparisonMode="StrongWildcard" maxBufferPoolSize="2147483647" maxReceivedMessageSize="2147483647" messageEncoding="Text" textEncoding="utf-8" useDefaultWebProxy="true" allowCookies="false">
  59. <readerQuotas maxDepth="2147483647" maxStringContentLength="2147483647" maxArrayLength="2147483647" maxBytesPerRead="2147483647" maxNameTableCharCount="2147483647"/>
  60. <reliableSession ordered="false" inactivityTimeout="20:30:00" enabled="false"/>
  61. <security mode="None">
  62. <transport clientCredentialType="Windows" proxyCredentialType="None" realm=""/>
  63. <message clientCredentialType="Windows" negotiateServiceCredential="true"/>
  64. </security>
  65. </binding>
  66. </wsHttpBinding>
  67. <webHttpBinding>
  68. <!--测试上传图片添加-->
  69. <binding name="webHttpBinding_DKIBOSSPRDService" closeTimeout="01:30:00" openTimeout="01:30:00" receiveTimeout="01:30:00" sendTimeout="01:30:00" maxBufferPoolSize="2147483647" maxBufferSize="2147483647" maxReceivedMessageSize="2147483647" transferMode="Streamed" crossDomainScriptAccessEnabled="true">
  70. <readerQuotas maxDepth="2147483647" maxStringContentLength="2147483647" maxArrayLength="2147483647" maxBytesPerRead="2147483647" maxNameTableCharCount="2147483647"/>
  71. <security mode="None"/>
  72. </binding>
  73. <!--测试上传图片添加结束-->
  74. </webHttpBinding>
  75. <!--HEGII SAP同步-->
  76. <customBinding>
  77. <binding name="ZPPFM010_BIND" closeTimeout="00:05:00" openTimeout="00:05:00" receiveTimeout="20:00:00" sendTimeout="20:00:00">
  78. <mtomMessageEncoding messageVersion="Soap11WSAddressing10" maxBufferSize="2147483647"/>
  79. <httpTransport authenticationScheme="Basic" maxReceivedMessageSize="2147483647" maxBufferPoolSize="2147483647" maxBufferSize="2147483647"/>
  80. </binding>
  81. <binding name="ZPPFM010_BIND_soap12" closeTimeout="00:05:00" openTimeout="00:05:00" receiveTimeout="20:00:00" sendTimeout="20:00:00">
  82. <mtomMessageEncoding messageVersion="Soap12" maxBufferSize="2147483647"/>
  83. <httpTransport authenticationScheme="Basic" maxReceivedMessageSize="2147483647" maxBufferPoolSize="2147483647" maxBufferSize="2147483647"/>
  84. </binding>
  85. <binding name="ZPPFM008_BIND" closeTimeout="00:05:00" openTimeout="00:05:00" receiveTimeout="20:00:00" sendTimeout="20:00:00">
  86. <mtomMessageEncoding messageVersion="Soap11WSAddressing10" maxBufferSize="2147483647"/>
  87. <httpTransport authenticationScheme="Basic" maxReceivedMessageSize="2147483647" maxBufferPoolSize="2147483647" maxBufferSize="2147483647"/>
  88. </binding>
  89. <binding name="ZPPFM008_BIND_soap12" closeTimeout="00:05:00" openTimeout="00:05:00" receiveTimeout="20:00:00" sendTimeout="20:00:00">
  90. <mtomMessageEncoding messageVersion="Soap12" maxBufferSize="2147483647"/>
  91. <httpTransport authenticationScheme="Basic" maxReceivedMessageSize="2147483647" maxBufferPoolSize="2147483647" maxBufferSize="2147483647"/>
  92. </binding>
  93. </customBinding>
  94. <basicHttpBinding>
  95. <!--HEGII WMS系统同步-->
  96. <binding name="CERPWSService2ServiceSoapBinding_TEST" />
  97. <binding name="CERPWSService2ServiceSoapBinding" />
  98. <!--HEGII BPM系统同步-->
  99. <binding name="ProcessServiceSoap" />
  100. </basicHttpBinding>
  101. </bindings>
  102. <services>
  103. <!--xuwei add 2019-10-22-->
  104. <service name="AjaxWCFService">
  105. <endpoint address="" behaviorConfiguration="AjaxWCFServiceAspNetAjaxBehavior" binding="webHttpBinding" contract="AjaxWCFService"/>
  106. </service>
  107. <!--xuwei end-->
  108. <!-- PDA模块服务 -->
  109. <service name="PDAModuleService" behaviorConfiguration="serviceBehavior_DKIBOSSPRDService">
  110. <endpoint address="" binding="webHttpBinding" bindingConfiguration="webHttpBinding_DKIBOSSPRDService" behaviorConfiguration="endpointBehavior_DKIBOSSPRD_PDAService" contract="PDAModuleService.IPDAModule"/>
  111. </service>
  112. <!-- 系统登录相关服务 -->
  113. <service name="DKIBOSSPRDService" behaviorConfiguration="serviceBehavior_DKIBOSSPRDService">
  114. <endpoint address="" binding="wsHttpBinding" bindingConfiguration="wsHttpBinding_DKIBOSSPRDService" behaviorConfiguration="endpointBehavior_DKIBOSSPRDService" contract="DKIBOSSPRDService.IDKIBOSSPRD"/>
  115. </service>
  116. <!-- 共通处理服务 -->
  117. <service name="CommonModuleService" behaviorConfiguration="serviceBehavior_DKIBOSSPRDService">
  118. <endpoint address="" binding="wsHttpBinding" bindingConfiguration="wsHttpBinding_DKIBOSSPRDService" behaviorConfiguration="endpointBehavior_DKIBOSSPRDService" contract="CommonModuleService.ICommonModule"/>
  119. </service>
  120. <!-- 系统管理服务 -->
  121. <service name="SystemModuleService" behaviorConfiguration="serviceBehavior_DKIBOSSPRDService">
  122. <endpoint address="" binding="wsHttpBinding" bindingConfiguration="wsHttpBinding_DKIBOSSPRDService" behaviorConfiguration="endpointBehavior_DKIBOSSPRDService" contract="SystemModuleService.ISystemModule"/>
  123. </service>
  124. <!-- 人力资源服务 -->
  125. <service name="HRModuleService" behaviorConfiguration="serviceBehavior_DKIBOSSPRDService">
  126. <endpoint address="" binding="wsHttpBinding" bindingConfiguration="wsHttpBinding_DKIBOSSPRDService" behaviorConfiguration="endpointBehavior_DKIBOSSPRDService" contract="HRModuleService.IHRModule"/>
  127. </service>
  128. <!-- 生产配置服务 -->
  129. <service name="PCModuleService" behaviorConfiguration="serviceBehavior_DKIBOSSPRDService">
  130. <endpoint address="" binding="wsHttpBinding" bindingConfiguration="wsHttpBinding_DKIBOSSPRDService" behaviorConfiguration="endpointBehavior_DKIBOSSPRDService" contract="PCModuleService.IPCModule"/>
  131. </service>
  132. <!-- 生产管理服务 -->
  133. <service name="PMModuleService" behaviorConfiguration="serviceBehavior_DKIBOSSPRDService">
  134. <endpoint address="" binding="wsHttpBinding" bindingConfiguration="wsHttpBinding_DKIBOSSPRDService" behaviorConfiguration="endpointBehavior_DKIBOSSPRDService" contract="PMModuleService.IPMModule"/>
  135. </service>
  136. <!-- 策略管理服务 -->
  137. <service name="TATModuleService" behaviorConfiguration="serviceBehavior_DKIBOSSPRDService">
  138. <endpoint address="" binding="wsHttpBinding" bindingConfiguration="wsHttpBinding_DKIBOSSPRDService" behaviorConfiguration="endpointBehavior_DKIBOSSPRDService" contract="TATModuleService.ITATModule"/>
  139. </service>
  140. <!-- 报表体系服务 -->
  141. <service name="ReportModuleService" behaviorConfiguration="serviceBehavior_DKIBOSSPRDService">
  142. <endpoint address="" binding="wsHttpBinding" bindingConfiguration="wsHttpBinding_DKIBOSSPRDService" behaviorConfiguration="endpointBehavior_DKIBOSSPRDService" contract="ReportModuleService.IReportModule"/>
  143. </service>
  144. <!-- WCF测试服务 -->
  145. <service name="WCFTestService" behaviorConfiguration="serviceBehavior_DKIBOSSPRDService">
  146. <endpoint address="" binding="wsHttpBinding" bindingConfiguration="wsHttpBinding_DKIBOSSPRDService" behaviorConfiguration="endpointBehavior_DKIBOSSPRDService" contract="WCFTestService.IWCFTest"/>
  147. </service>
  148. <!-- 共通处理服务 -->
  149. <service name="CMNModuleService" behaviorConfiguration="serviceBehavior_DKIBOSSPRDService">
  150. <endpoint address="" binding="wsHttpBinding" bindingConfiguration="wsHttpBinding_DKIBOSSPRDService" behaviorConfiguration="endpointBehavior_DKIBOSSPRDService" contract="CMNModuleService.ICMNModule"/>
  151. </service>
  152. <!-- 生产管理服务 -->
  153. <service name="PMModuleServiceNew" behaviorConfiguration="serviceBehavior_DKIBOSSPRDService">
  154. <endpoint address="" binding="wsHttpBinding" bindingConfiguration="wsHttpBinding_DKIBOSSPRDService" behaviorConfiguration="endpointBehavior_DKIBOSSPRDService" contract="PMModuleServiceNew.IPMModuleNew"/>
  155. </service>
  156. <!-- 生产配置服务 -->
  157. <service name="PCModuleServiceNew" behaviorConfiguration="serviceBehavior_DKIBOSSPRDService">
  158. <endpoint address="" binding="wsHttpBinding" bindingConfiguration="wsHttpBinding_DKIBOSSPRDService" behaviorConfiguration="endpointBehavior_DKIBOSSPRDService" contract="PCModuleServiceNew.IPCModuleNew"/>
  159. </service>
  160. <!-- 生产计划服务 -->
  161. <service name="PPModuleService" behaviorConfiguration="serviceBehavior_DKIBOSSPRDService">
  162. <endpoint address="" binding="wsHttpBinding" bindingConfiguration="wsHttpBinding_DKIBOSSPRDService" behaviorConfiguration="endpointBehavior_DKIBOSSPRDService" contract="PPModuleService.IPPModule"/>
  163. </service>
  164. <!-- 工资核算管理服务 -->
  165. <service name="PAMModuleService" behaviorConfiguration="serviceBehavior_DKIBOSSPRDService">
  166. <endpoint address="" binding="wsHttpBinding" bindingConfiguration="wsHttpBinding_DKIBOSSPRDService" behaviorConfiguration="endpointBehavior_DKIBOSSPRDService" contract="PAMModuleService.IPAMModule"/>
  167. </service>
  168. <!-- 公开查询服务 -->
  169. <service name="PublicModuleService" behaviorConfiguration="serviceBehavior_DKIBOSSPRDService">
  170. <endpoint address="" binding="wsHttpBinding" bindingConfiguration="wsHttpBinding_DKIBOSSPRDService" behaviorConfiguration="endpointBehavior_DKIBOSSPRDService" contract="PublicModuleService.IPublicModule"/>
  171. </service>
  172. <!-- 智能设备数据服务 -->
  173. <service name="SmartDeviceService" behaviorConfiguration="serviceBehavior_DKIBOSSPRDService">
  174. <endpoint address="" binding="wsHttpBinding" bindingConfiguration="wsHttpBinding_DKIBOSSPRDService" behaviorConfiguration="endpointBehavior_DKIBOSSPRDService" contract="SmartDeviceService.ISmartDevice"/>
  175. </service>
  176. <!--恒洁三水三车-乾润对接接口-->
  177. <service name="ExHGS3QR" behaviorConfiguration="serviceBehavior_DKIBOSSPRDService">
  178. <endpoint address="" binding="webHttpBinding" bindingConfiguration="webHttpBinding_DKIBOSSPRDService" behaviorConfiguration="endpointBehavior_DKIBOSSPRD_PDAService" contract="ExHGS3QR.IExHGS3QR"/>
  179. </service>
  180. <!-- SAP数据接口 -->
  181. <service name="SAPDataService" behaviorConfiguration="serviceBehavior_DKIBOSSPRDService">
  182. <endpoint address="" binding="wsHttpBinding" bindingConfiguration="wsHttpBinding_DKIBOSSPRDService" behaviorConfiguration="endpointBehavior_DKIBOSSPRDService" contract="SAPDataService.ISAPData"/>
  183. </service>
  184. </services>
  185. <!--HEGII SAP同步 正式 800-->
  186. <!--<client>
  187. <endpoint address="http://S4PRDAPP2.HEGII.COM:8080/sap/bc/srt/rfc/sap/zppfm010/800/zppfm010/zppfm010_bind" binding="customBinding"
  188. bindingConfiguration="ZPPFM010_BIND" contract="HGSAPDK_ZPPFM010.ZPPFM010" name="ZPPFM010_BIND"/>
  189. <endpoint address="http://S4PRDAPP2.HEGII.COM:8080/sap/bc/srt/rfc/sap/zppfm010/800/zppfm010/zppfm010_bind" binding="customBinding"
  190. bindingConfiguration="ZPPFM010_BIND_soap12" contract="HGSAPDK_ZPPFM010.ZPPFM010" name="ZPPFM010_BIND_soap12"/>
  191. <endpoint address="http://S4PRDAPP2.HEGII.COM:8080/sap/bc/srt/rfc/sap/zppfm008/800/zppfm008/zppfm008_bind" binding="customBinding"
  192. bindingConfiguration="ZPPFM008_BIND" contract="HGSAPDK_ZPPFM008.ZPPFM008" name="ZPPFM008_BIND"/>
  193. <endpoint address="http://S4PRDAPP2.HEGII.COM:8080/sap/bc/srt/rfc/sap/zppfm008/800/zppfm008/zppfm008_bind" binding="customBinding"
  194. bindingConfiguration="ZPPFM008_BIND_soap12" contract="HGSAPDK_ZPPFM008.ZPPFM008" name="ZPPFM008_BIND_soap12"/>
  195. <endpoint address="http://S4PRDAPP1.HEGII.COM:8080/sap/bc/srt/rfc/sap/zppfm010/800/zppfm010/zppfm010_bind" binding="customBinding"
  196. bindingConfiguration="ZPPFM010_BIND" contract="HGSAPDK_ZPPFM010.ZPPFM010" name="ZPPFM010_BIND_APP1"/>
  197. <endpoint address="http://S4PRDAPP1.HEGII.COM:8080/sap/bc/srt/rfc/sap/zppfm008/800/zppfm008/zppfm008_bind" binding="customBinding"
  198. bindingConfiguration="ZPPFM008_BIND" contract="HGSAPDK_ZPPFM008.ZPPFM008" name="ZPPFM008_BIND_APP1"/>
  199. <endpoint address="http://S4PRDAPP2.HEGII.COM:8080/sap/bc/srt/rfc/sap/zppfm010/800/zppfm010/zppfm010_bind" binding="customBinding"
  200. bindingConfiguration="ZPPFM010_BIND" contract="HGSAPDK_ZPPFM010.ZPPFM010" name="ZPPFM010_BIND_APP2"/>
  201. <endpoint address="http://S4PRDAPP2.HEGII.COM:8080/sap/bc/srt/rfc/sap/zppfm008/800/zppfm008/zppfm008_bind" binding="customBinding"
  202. bindingConfiguration="ZPPFM008_BIND" contract="HGSAPDK_ZPPFM008.ZPPFM008" name="ZPPFM008_BIND_APP2"/>
  203. <endpoint address="http://S4PRDAPP3.HEGII.COM:8080/sap/bc/srt/rfc/sap/zppfm010/800/zppfm010/zppfm010_bind" binding="customBinding"
  204. bindingConfiguration="ZPPFM010_BIND" contract="HGSAPDK_ZPPFM010.ZPPFM010" name="ZPPFM010_BIND_APP3"/>
  205. <endpoint address="http://S4PRDAPP3.HEGII.COM:8080/sap/bc/srt/rfc/sap/zppfm008/800/zppfm008/zppfm008_bind" binding="customBinding"
  206. bindingConfiguration="ZPPFM008_BIND" contract="HGSAPDK_ZPPFM008.ZPPFM008" name="ZPPFM008_BIND_APP3"/>
  207. <endpoint address="http://wmsqas.hegii.com:8091/datahubWeb/WMSSOAP/FLUXWMSSOAP" binding="basicHttpBinding"
  208. bindingConfiguration="CERPWSService2ServiceSoapBinding_TEST" contract="WMS_putBARCODEData.IERPWSService2" name="CERPWSService2Port_TEST" />
  209. <endpoint address="http://wms.hegii.com:18080/datahubWeb/WMSSOAP" binding="basicHttpBinding"
  210. bindingConfiguration="CERPWSService2ServiceSoapBinding" contract="WMS_putBARCODEData.IERPWSService2" name="CERPWSService2Port" />
  211. <endpoint address="http://bpm.hegii.com:8010/Hegii.BPMWebService.WorkFlowProcess.asmx" binding="basicHttpBinding"
  212. bindingConfiguration="ProcessServiceSoap" contract="BPMWebService.ProcessServiceSoap" name="ProcessServiceSoap" />
  213. </client>-->
  214. <!--HEGII SAP同步 测试 230-->
  215. <client>
  216. <endpoint address="http://S4DEVAPP.hegii.com:8080/sap/bc/srt/rfc/sap/zppfm010/230/zppfm010/zppfm010_bind" binding="customBinding" bindingConfiguration="ZPPFM010_BIND" contract="HGSAPDK_ZPPFM010.ZPPFM010" name="ZPPFM010_BIND"/>
  217. <endpoint address="http://S4DEVAPP.hegii.com:8080/sap/bc/srt/rfc/sap/zppfm010/230/zppfm010/zppfm010_bind" binding="customBinding" bindingConfiguration="ZPPFM010_BIND_soap12" contract="HGSAPDK_ZPPFM010.ZPPFM010" name="ZPPFM010_BIND_soap12"/>
  218. <endpoint address="http://S4DEVAPP.hegii.com:8080/sap/bc/srt/rfc/sap/zppfm008/230/zppfm008/zppfm008_bind" binding="customBinding" bindingConfiguration="ZPPFM008_BIND" contract="HGSAPDK_ZPPFM008.ZPPFM008" name="ZPPFM008_BIND"/>
  219. <endpoint address="http://S4DEVAPP.hegii.com:8080/sap/bc/srt/rfc/sap/zppfm008/230/zppfm008/zppfm008_bind" binding="customBinding" bindingConfiguration="ZPPFM008_BIND_soap12" contract="HGSAPDK_ZPPFM008.ZPPFM008" name="ZPPFM008_BIND_soap12"/>
  220. <endpoint address="http://bpmtest.hegii.com:8010/Hegii.BPMWebService.WorkFlowProcess.asmx" binding="basicHttpBinding"
  221. bindingConfiguration="ProcessServiceSoap" contract="BPMWebService.ProcessServiceSoap" name="ProcessServiceSoap" />
  222. <endpoint address="http://wmsqas.hegii.com:8091/datahubWeb/WMSSOAP/FLUXWMSSOAP" binding="basicHttpBinding"
  223. bindingConfiguration="CERPWSService2ServiceSoapBinding_TEST" contract="WMS_putBARCODEData.IERPWSService2" name="CERPWSService2Port_TEST" />
  224. <!--<endpoint address="http://wms.hegii.com:18080/datahubWeb/WMSSOAP" binding="basicHttpBinding"
  225. bindingConfiguration="CERPWSService2ServiceSoapBinding" contract="WMS_putBARCODEData.IERPWSService2" name="CERPWSService2Port" />-->
  226. <!--<endpoint address="http://bpmtest.hegii.com:8010/Hegii.BPMWebService.WorkFlowProcess.asmx" binding="basicHttpBinding"
  227. bindingConfiguration="ProcessServiceSoap" contract="BPMWebService.ProcessServiceSoap" name="ProcessServiceSoap" />-->
  228. </client>
  229. <!--aspNetCompatibilityEnabled属性设为True,让WCF启用ASP.NET管线(通俗的说就是启用Web模式下的各种设置)-->
  230. <serviceHostingEnvironment aspNetCompatibilityEnabled="true" multipleSiteBindingsEnabled="true" minFreeMemoryPercentageToActivateService="0">
  231. <serviceActivations>
  232. <!--虚拟服务的映射文件,这样就不用手动创建.svc映射文件了-->
  233. <add service="Dongke.IBOSS.PRD.WCF.Services.CMNModuleService" relativeAddress="DKService/CMNModuleService.svc"/>
  234. <add service="Dongke.IBOSS.PRD.WCF.Services.CommonModuleService" relativeAddress="DKService/CommonModuleService.svc"/>
  235. <add service="Dongke.IBOSS.PRD.WCF.Services.DKIBOSSPRDService" relativeAddress="DKService/DKIBOSSPRDService.svc"/>
  236. <add service="Dongke.IBOSS.PRD.WCF.Services.HRModuleService" relativeAddress="DKService/HRModuleService.svc"/>
  237. <add service="Dongke.IBOSS.PRD.WCF.Services.PAMModuleService" relativeAddress="DKService/PAMModuleService.svc"/>
  238. <add service="Dongke.IBOSS.PRD.WCF.Services.PPModuleService" relativeAddress="DKService/PPModuleService.svc"/>
  239. <add service="Dongke.IBOSS.PRD.WCF.Services.PCModuleService" relativeAddress="DKService/PCModuleService.svc"/>
  240. <add service="Dongke.IBOSS.PRD.WCF.Services.PCModuleServiceNew" relativeAddress="DKService/PCModuleServiceNew.svc"/>
  241. <add service="Dongke.IBOSS.PRD.WCF.Services.PDAModuleService" relativeAddress="DKService/PDAModuleService.svc"/>
  242. <add service="Dongke.IBOSS.PRD.WCF.Services.PMModuleService" relativeAddress="DKService/PMModuleService.svc"/>
  243. <add service="Dongke.IBOSS.PRD.WCF.Services.PMModuleServiceNew" relativeAddress="DKService/PMModuleServiceNew.svc"/>
  244. <add service="Dongke.IBOSS.PRD.WCF.Services.PublicModuleService" relativeAddress="DKService/PublicModuleService.svc"/>
  245. <add service="Dongke.IBOSS.PRD.WCF.Services.ReportModuleService" relativeAddress="DKService/ReportModuleService.svc"/>
  246. <add service="Dongke.IBOSS.PRD.WCF.Services.SystemModuleService" relativeAddress="DKService/SystemModuleService.svc"/>
  247. <add service="Dongke.IBOSS.PRD.WCF.Services.TATModuleService" relativeAddress="DKService/TATModuleService.svc"/>
  248. <add service="Dongke.IBOSS.PRD.WCF.Services.WCFTestService" relativeAddress="DKService/WCFTestService.svc"/>
  249. <add service="Dongke.IBOSS.PRD.WCF.Services.SmartDeviceService" relativeAddress="DKService/SmartDeviceService.svc"/>
  250. <add service="Dongke.IBOSS.PRD.WCF.Services.SAPDataService" relativeAddress="DKService/SAPDataService.svc"/>
  251. <add service="Dongke.IBOSS.PRD.WCF.ExHGS3QRS.ExHGS3QR" relativeAddress="DKService/ExHGS3QR.svc"/>
  252. </serviceActivations>
  253. </serviceHostingEnvironment>
  254. </system.serviceModel>
  255. <dongke.batchingHosting>
  256. <add type="Dongke.IBOSS.PRD.WCF.Services.PDAModuleService, WCF.Services"/>
  257. <add type="Dongke.IBOSS.PRD.WCF.Services.DKIBOSSPRDService, WCF.Services"/>
  258. <add type="Dongke.IBOSS.PRD.WCF.Services.CommonModuleService, WCF.Services"/>
  259. <add type="Dongke.IBOSS.PRD.WCF.Services.SystemModuleService, WCF.Services"/>
  260. <add type="Dongke.IBOSS.PRD.WCF.Services.HRModuleService, WCF.Services"/>
  261. <add type="Dongke.IBOSS.PRD.WCF.Services.PCModuleService, WCF.Services"/>
  262. <add type="Dongke.IBOSS.PRD.WCF.Services.PPModuleService, WCF.Services"/>
  263. <add type="Dongke.IBOSS.PRD.WCF.Services.PMModuleService, WCF.Services"/>
  264. <add type="Dongke.IBOSS.PRD.WCF.Services.TATModuleService, WCF.Services"/>
  265. <add type="Dongke.IBOSS.PRD.WCF.Services.ReportModuleService, WCF.Services"/>
  266. <add type="Dongke.IBOSS.PRD.WCF.Services.WCFTestService, WCF.Services"/>
  267. <add type="Dongke.IBOSS.PRD.WCF.Services.CMNModuleService, WCF.Services"/>
  268. <add type="Dongke.IBOSS.PRD.WCF.Services.PMModuleServiceNew, WCF.Services"/>
  269. <add type="Dongke.IBOSS.PRD.WCF.Services.PCModuleServiceNew, WCF.Services"/>
  270. <add type="Dongke.IBOSS.PRD.WCF.Services.PAMModuleService, WCF.Services"/>
  271. <add type="Dongke.IBOSS.PRD.WCF.Services.PublicModuleService, WCF.Services"/>
  272. <add type="Dongke.IBOSS.PRD.WCF.Services.SmartDeviceService, WCF.Services"/>
  273. <add type="Dongke.IBOSS.PRD.WCF.Services.SAPDataService, WCF.Services"/>
  274. <!--<add type="Dongke.IBOSS.PRD.WCF.ExHGS3QRS.ExHGS3QR, WCF.ExHGS3QRS"/>-->
  275. </dongke.batchingHosting>
  276. <system.web>
  277. <customErrors mode="Off"/>
  278. <compilation debug="true"/>
  279. <!--生产流程上传数据过大 导致异常-->
  280. <httpRuntime maxRequestLength="2147483647"/>
  281. </system.web>
  282. <system.webServer>
  283. <directoryBrowse enabled="true"/>
  284. </system.webServer>
  285. </configuration>
  286. <!--ProjectGuid: 518ADA48-93B2-4433-9E0D-7124812658FC-->