Web.config 20 KB

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