Web.config 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282
  1. <?xml version="1.0" encoding="utf-8"?>
  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"
  55. bypassProxyOnLocal="false" transactionFlow="false" hostNameComparisonMode="StrongWildcard" maxBufferPoolSize="2147483647"
  56. maxReceivedMessageSize="2147483647" messageEncoding="Text" textEncoding="utf-8" useDefaultWebProxy="true" allowCookies="false">
  57. <readerQuotas maxDepth="2147483647" maxStringContentLength="2147483647" maxArrayLength="2147483647" maxBytesPerRead="2147483647"
  58. maxNameTableCharCount="2147483647"/>
  59. <reliableSession ordered="true" inactivityTimeout="20:30:00" enabled="false"/>
  60. <security mode="None">
  61. <transport clientCredentialType="Windows" proxyCredentialType="None" realm=""/>
  62. <message clientCredentialType="Windows" negotiateServiceCredential="true"/>
  63. </security>
  64. </binding>
  65. </wsHttpBinding>
  66. <webHttpBinding>
  67. <!--测试上传图片添加-->
  68. <binding name="webHttpBinding_DKIBOSSPRDService" closeTimeout="01:30:00" openTimeout="01:30:00" receiveTimeout="01:30:00" sendTimeout="01:30:00"
  69. maxBufferPoolSize="2147483647" maxBufferSize="2147483647" maxReceivedMessageSize="2147483647" transferMode="Streamed"
  70. crossDomainScriptAccessEnabled="true">
  71. <readerQuotas maxDepth="2147483647" maxStringContentLength="2147483647" maxArrayLength="2147483647" maxBytesPerRead="2147483647"
  72. maxNameTableCharCount="2147483647"/>
  73. <security mode="None"/>
  74. </binding>
  75. <!--测试上传图片添加结束-->
  76. </webHttpBinding>
  77. <!--HEGII SAP同步-->
  78. <customBinding>
  79. <binding name="ZPPFM010_BIND" closeTimeout="00:05:00" openTimeout="00:05:00" receiveTimeout="20:00:00" sendTimeout="20:00:00">
  80. <mtomMessageEncoding messageVersion="Soap11WSAddressing10" maxBufferSize="2147483647"/>
  81. <httpTransport authenticationScheme="Basic" maxReceivedMessageSize="2147483647" maxBufferPoolSize="2147483647" maxBufferSize="2147483647"/>
  82. </binding>
  83. <binding name="ZPPFM010_BIND_soap12" closeTimeout="00:05:00" openTimeout="00:05:00" receiveTimeout="20:00:00" sendTimeout="20:00:00">
  84. <mtomMessageEncoding messageVersion="Soap12" maxBufferSize="2147483647"/>
  85. <httpTransport authenticationScheme="Basic" maxReceivedMessageSize="2147483647" maxBufferPoolSize="2147483647" maxBufferSize="2147483647"/>
  86. </binding>
  87. <binding name="ZPPFM008_BIND" closeTimeout="00:05:00" openTimeout="00:05:00" receiveTimeout="20:00:00" sendTimeout="20:00:00">
  88. <mtomMessageEncoding messageVersion="Soap11WSAddressing10" maxBufferSize="2147483647"/>
  89. <httpTransport authenticationScheme="Basic" maxReceivedMessageSize="2147483647" maxBufferPoolSize="2147483647" maxBufferSize="2147483647"/>
  90. </binding>
  91. <binding name="ZPPFM008_BIND_soap12" closeTimeout="00:05:00" openTimeout="00:05:00" receiveTimeout="20:00:00" sendTimeout="20:00:00">
  92. <mtomMessageEncoding messageVersion="Soap12" maxBufferSize="2147483647"/>
  93. <httpTransport authenticationScheme="Basic" maxReceivedMessageSize="2147483647" maxBufferPoolSize="2147483647" maxBufferSize="2147483647"/>
  94. </binding>
  95. </customBinding>
  96. <!--HEGII WMS系统同步-->
  97. <basicHttpBinding>
  98. <binding name="CERPWSService2ServiceSoapBinding_TEST" />
  99. <binding name="CERPWSService2ServiceSoapBinding" />
  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"
  111. behaviorConfiguration="endpointBehavior_DKIBOSSPRD_PDAService" contract="PDAModuleService.IPDAModule"/>
  112. </service>
  113. <!-- 系统登录相关服务 -->
  114. <service name="DKIBOSSPRDService" behaviorConfiguration="serviceBehavior_DKIBOSSPRDService">
  115. <endpoint address="" binding="wsHttpBinding" bindingConfiguration="wsHttpBinding_DKIBOSSPRDService"
  116. behaviorConfiguration="endpointBehavior_DKIBOSSPRDService" contract="DKIBOSSPRDService.IDKIBOSSPRD"/>
  117. </service>
  118. <!-- 共通处理服务 -->
  119. <service name="CommonModuleService" behaviorConfiguration="serviceBehavior_DKIBOSSPRDService">
  120. <endpoint address="" binding="wsHttpBinding" bindingConfiguration="wsHttpBinding_DKIBOSSPRDService"
  121. behaviorConfiguration="endpointBehavior_DKIBOSSPRDService" contract="CommonModuleService.ICommonModule"/>
  122. </service>
  123. <!-- 系统管理服务 -->
  124. <service name="SystemModuleService" behaviorConfiguration="serviceBehavior_DKIBOSSPRDService">
  125. <endpoint address="" binding="wsHttpBinding" bindingConfiguration="wsHttpBinding_DKIBOSSPRDService"
  126. behaviorConfiguration="endpointBehavior_DKIBOSSPRDService" contract="SystemModuleService.ISystemModule"/>
  127. </service>
  128. <!-- 人力资源服务 -->
  129. <service name="HRModuleService" behaviorConfiguration="serviceBehavior_DKIBOSSPRDService">
  130. <endpoint address="" binding="wsHttpBinding" bindingConfiguration="wsHttpBinding_DKIBOSSPRDService"
  131. behaviorConfiguration="endpointBehavior_DKIBOSSPRDService" contract="HRModuleService.IHRModule"/>
  132. </service>
  133. <!-- 生产配置服务 -->
  134. <service name="PCModuleService" behaviorConfiguration="serviceBehavior_DKIBOSSPRDService">
  135. <endpoint address="" binding="wsHttpBinding" bindingConfiguration="wsHttpBinding_DKIBOSSPRDService"
  136. behaviorConfiguration="endpointBehavior_DKIBOSSPRDService" contract="PCModuleService.IPCModule"/>
  137. </service>
  138. <!-- 生产管理服务 -->
  139. <service name="PMModuleService" behaviorConfiguration="serviceBehavior_DKIBOSSPRDService">
  140. <endpoint address="" binding="wsHttpBinding" bindingConfiguration="wsHttpBinding_DKIBOSSPRDService"
  141. behaviorConfiguration="endpointBehavior_DKIBOSSPRDService" contract="PMModuleService.IPMModule"/>
  142. </service>
  143. <!-- 策略管理服务 -->
  144. <service name="TATModuleService" behaviorConfiguration="serviceBehavior_DKIBOSSPRDService">
  145. <endpoint address="" binding="wsHttpBinding" bindingConfiguration="wsHttpBinding_DKIBOSSPRDService"
  146. behaviorConfiguration="endpointBehavior_DKIBOSSPRDService" contract="TATModuleService.ITATModule"/>
  147. </service>
  148. <!-- 报表体系服务 -->
  149. <service name="ReportModuleService" behaviorConfiguration="serviceBehavior_DKIBOSSPRDService">
  150. <endpoint address="" binding="wsHttpBinding" bindingConfiguration="wsHttpBinding_DKIBOSSPRDService"
  151. behaviorConfiguration="endpointBehavior_DKIBOSSPRDService" contract="ReportModuleService.IReportModule"/>
  152. </service>
  153. <!-- WCF测试服务 -->
  154. <service name="WCFTestService" behaviorConfiguration="serviceBehavior_DKIBOSSPRDService">
  155. <endpoint address="" binding="wsHttpBinding" bindingConfiguration="wsHttpBinding_DKIBOSSPRDService"
  156. behaviorConfiguration="endpointBehavior_DKIBOSSPRDService" contract="WCFTestService.IWCFTest"/>
  157. </service>
  158. <!-- 共通处理服务 -->
  159. <service name="CMNModuleService" behaviorConfiguration="serviceBehavior_DKIBOSSPRDService">
  160. <endpoint address="" binding="wsHttpBinding" bindingConfiguration="wsHttpBinding_DKIBOSSPRDService"
  161. behaviorConfiguration="endpointBehavior_DKIBOSSPRDService" contract="CMNModuleService.ICMNModule"/>
  162. </service>
  163. <!-- 生产管理服务 -->
  164. <service name="PMModuleServiceNew" behaviorConfiguration="serviceBehavior_DKIBOSSPRDService">
  165. <endpoint address="" binding="wsHttpBinding" bindingConfiguration="wsHttpBinding_DKIBOSSPRDService"
  166. behaviorConfiguration="endpointBehavior_DKIBOSSPRDService" contract="PMModuleServiceNew.IPMModuleNew"/>
  167. </service>
  168. <!-- 生产配置服务 -->
  169. <service name="PCModuleServiceNew" behaviorConfiguration="serviceBehavior_DKIBOSSPRDService">
  170. <endpoint address="" binding="wsHttpBinding" bindingConfiguration="wsHttpBinding_DKIBOSSPRDService"
  171. behaviorConfiguration="endpointBehavior_DKIBOSSPRDService" contract="PCModuleServiceNew.IPCModuleNew"/>
  172. </service>
  173. <!-- 生产计划服务 -->
  174. <service name="PPModuleService" behaviorConfiguration="serviceBehavior_DKIBOSSPRDService">
  175. <endpoint address="" binding="wsHttpBinding" bindingConfiguration="wsHttpBinding_DKIBOSSPRDService"
  176. behaviorConfiguration="endpointBehavior_DKIBOSSPRDService" contract="PPModuleService.IPPModule"/>
  177. </service>
  178. <!-- 工资核算管理服务 -->
  179. <service name="PAMModuleService" behaviorConfiguration="serviceBehavior_DKIBOSSPRDService">
  180. <endpoint address="" binding="wsHttpBinding" bindingConfiguration="wsHttpBinding_DKIBOSSPRDService"
  181. behaviorConfiguration="endpointBehavior_DKIBOSSPRDService" contract="PAMModuleService.IPAMModule"/>
  182. </service>
  183. <!-- 公开查询服务 -->
  184. <service name="PublicModuleService" behaviorConfiguration="serviceBehavior_DKIBOSSPRDService">
  185. <endpoint address="" binding="wsHttpBinding" bindingConfiguration="wsHttpBinding_DKIBOSSPRDService"
  186. behaviorConfiguration="endpointBehavior_DKIBOSSPRDService" contract="PublicModuleService.IPublicModule"/>
  187. </service>
  188. <!-- 智能设备数据服务 -->
  189. <service name="SmartDeviceService" behaviorConfiguration="serviceBehavior_DKIBOSSPRDService">
  190. <endpoint address="" binding="wsHttpBinding" bindingConfiguration="wsHttpBinding_DKIBOSSPRDService"
  191. behaviorConfiguration="endpointBehavior_DKIBOSSPRDService" contract="SmartDeviceService.ISmartDevice"/>
  192. </service>
  193. <!-- SAP数据接口 -->
  194. <service name="SAPDataService" behaviorConfiguration="serviceBehavior_DKIBOSSPRDService">
  195. <endpoint address="" binding="wsHttpBinding" bindingConfiguration="wsHttpBinding_DKIBOSSPRDService"
  196. behaviorConfiguration="endpointBehavior_DKIBOSSPRDService" contract="SAPDataService.ISAPData"/>
  197. </service>
  198. </services>
  199. <!--HEGII SAP同步 正式 800-->
  200. <!--<client>
  201. <endpoint address="http://S4PRDAPP1.HEGII.COM:8080/sap/bc/srt/rfc/sap/zppfm010/800/zppfm010/zppfm010_bind" binding="customBinding"
  202. bindingConfiguration="ZPPFM010_BIND" contract="HGSAPDK_ZPPFM010.ZPPFM010" name="ZPPFM010_BIND"/>
  203. <endpoint address="http://S4PRDAPP1.HEGII.COM:8080/sap/bc/srt/rfc/sap/zppfm010/800/zppfm010/zppfm010_bind" binding="customBinding"
  204. bindingConfiguration="ZPPFM010_BIND_soap12" contract="HGSAPDK_ZPPFM010.ZPPFM010" name="ZPPFM010_BIND_soap12"/>
  205. <endpoint address="http://S4PRDAPP1.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"/>
  207. <endpoint address="http://S4PRDAPP1.HEGII.COM:8080/sap/bc/srt/rfc/sap/zppfm008/800/zppfm008/zppfm008_bind" binding="customBinding"
  208. bindingConfiguration="ZPPFM008_BIND_soap12" contract="HGSAPDK_ZPPFM008.ZPPFM008" name="ZPPFM008_BIND_soap12"/>
  209. <endpoint address="http://wmsqas.hegii.com:8091/datahubWeb/WMSSOAP/FLUXWMSSOAP" binding="basicHttpBinding"
  210. bindingConfiguration="CERPWSService2ServiceSoapBinding_TEST" contract="WMS_putBARCODEData.IERPWSService2" name="CERPWSService2Port_TEST" />
  211. <endpoint address="http://wms.hegii.com:18080/datahubWeb/WMSSOAP" binding="basicHttpBinding"
  212. bindingConfiguration="CERPWSService2ServiceSoapBinding" contract="WMS_putBARCODEData.IERPWSService2" name="CERPWSService2Port" />
  213. </client>-->
  214. <!--HEGII SAP同步 测试 240-->
  215. <client>
  216. <!--<endpoint address="http://S4DEVAPP.hegii.com:8080/sap/bc/srt/rfc/sap/zppfm010/240/zppfm010/zppfm010_bind" binding="customBinding"
  217. bindingConfiguration="ZPPFM010_BIND" contract="HGSAPDK_ZPPFM010.ZPPFM010" name="ZPPFM010_BIND"/>
  218. <endpoint address="http://S4DEVAPP.hegii.com:8080/sap/bc/srt/rfc/sap/zppfm010/240/zppfm010/zppfm010_bind" binding="customBinding"
  219. bindingConfiguration="ZPPFM010_BIND_soap12" contract="HGSAPDK_ZPPFM010.ZPPFM010" name="ZPPFM010_BIND_soap12"/>
  220. <endpoint address="http://S4DEVAPP.hegii.com:8080/sap/bc/srt/rfc/sap/zppfm008/240/zppfm008/zppfm008_bind" binding="customBinding"
  221. bindingConfiguration="ZPPFM008_BIND" contract="HGSAPDK_ZPPFM008.ZPPFM008" name="ZPPFM008_BIND"/>
  222. <endpoint address="http://S4DEVAPP.hegii.com:8080/sap/bc/srt/rfc/sap/zppfm008/240/zppfm008/zppfm008_bind" binding="customBinding"
  223. bindingConfiguration="ZPPFM008_BIND_soap12" contract="HGSAPDK_ZPPFM008.ZPPFM008" name="ZPPFM008_BIND_soap12"/>-->
  224. <endpoint address="http://wmsqas.hegii.com:8091/datahubWeb/WMSSOAP/FLUXWMSSOAP" binding="basicHttpBinding"
  225. bindingConfiguration="CERPWSService2ServiceSoapBinding_TEST" contract="WMS_putBARCODEData.IERPWSService2" name="CERPWSService2Port_TEST" />
  226. <endpoint address="http://wms.hegii.com:18080/datahubWeb/WMSSOAP" binding="basicHttpBinding"
  227. bindingConfiguration="CERPWSService2ServiceSoapBinding" contract="WMS_putBARCODEData.IERPWSService2" name="CERPWSService2Port" />
  228. </client>
  229. <!--aspNetCompatibilityEnabled属性设为True,让WCF启用ASP.NET管线(通俗的说就是启用Web模式下的各种设置)-->
  230. <serviceHostingEnvironment aspNetCompatibilityEnabled="true" multipleSiteBindingsEnabled="true">
  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. </serviceActivations>
  252. </serviceHostingEnvironment>
  253. </system.serviceModel>
  254. <dongke.batchingHosting>
  255. <add type="Dongke.IBOSS.PRD.WCF.Services.PDAModuleService, WCF.Services"/>
  256. <add type="Dongke.IBOSS.PRD.WCF.Services.DKIBOSSPRDService, WCF.Services"/>
  257. <add type="Dongke.IBOSS.PRD.WCF.Services.CommonModuleService, WCF.Services"/>
  258. <add type="Dongke.IBOSS.PRD.WCF.Services.SystemModuleService, WCF.Services"/>
  259. <add type="Dongke.IBOSS.PRD.WCF.Services.HRModuleService, WCF.Services"/>
  260. <add type="Dongke.IBOSS.PRD.WCF.Services.PCModuleService, WCF.Services"/>
  261. <add type="Dongke.IBOSS.PRD.WCF.Services.PPModuleService, WCF.Services"/>
  262. <add type="Dongke.IBOSS.PRD.WCF.Services.PMModuleService, WCF.Services"/>
  263. <add type="Dongke.IBOSS.PRD.WCF.Services.TATModuleService, WCF.Services"/>
  264. <add type="Dongke.IBOSS.PRD.WCF.Services.ReportModuleService, WCF.Services"/>
  265. <add type="Dongke.IBOSS.PRD.WCF.Services.WCFTestService, WCF.Services"/>
  266. <add type="Dongke.IBOSS.PRD.WCF.Services.CMNModuleService, WCF.Services"/>
  267. <add type="Dongke.IBOSS.PRD.WCF.Services.PMModuleServiceNew, WCF.Services"/>
  268. <add type="Dongke.IBOSS.PRD.WCF.Services.PCModuleServiceNew, WCF.Services"/>
  269. <add type="Dongke.IBOSS.PRD.WCF.Services.PAMModuleService, WCF.Services"/>
  270. <add type="Dongke.IBOSS.PRD.WCF.Services.PublicModuleService, WCF.Services"/>
  271. <add type="Dongke.IBOSS.PRD.WCF.Services.SmartDeviceService, WCF.Services"/>
  272. <add type="Dongke.IBOSS.PRD.WCF.Services.SAPDataService, WCF.Services"/>
  273. </dongke.batchingHosting>
  274. <system.web>
  275. <customErrors mode="Off"/>
  276. <compilation debug="true"/>
  277. </system.web>
  278. </configuration>
  279. <!--ProjectGuid: 518ADA48-93B2-4433-9E0D-7124812658FC-->