|
|
@@ -11,6 +11,7 @@
|
|
|
using System;
|
|
|
using System.Collections.ObjectModel;
|
|
|
using System.ServiceModel;
|
|
|
+using Dongke.IBOSS.PRD.WCF.ExHGS3QRS;
|
|
|
|
|
|
using Dongke.IBOSS.PRD.WCF.Services.ConfigSetting;
|
|
|
|
|
|
@@ -70,11 +71,31 @@ namespace Dongke.IBOSS.PRD.WCF.Services
|
|
|
/// </summary>
|
|
|
public void Init()
|
|
|
{
|
|
|
- BatchingHostingSettings settings = BatchingHostingSettings.GetSection();
|
|
|
- foreach (ServiceTypeElement element in settings.ServiceTypes)
|
|
|
- {
|
|
|
- this.AddServiceHost(element.ServiceType);
|
|
|
- }
|
|
|
+ //BatchingHostingSettings settings = BatchingHostingSettings.GetSection();
|
|
|
+ //foreach (ServiceTypeElement element in settings.ServiceTypes)
|
|
|
+ //{
|
|
|
+ // this.AddServiceHost(element.ServiceType);
|
|
|
+ //}
|
|
|
+
|
|
|
+ this.AddServiceHost(typeof(WCFTestService));
|
|
|
+ this.AddServiceHost(typeof(PDAModuleService));
|
|
|
+ this.AddServiceHost(typeof(DKIBOSSPRDService));
|
|
|
+ this.AddServiceHost(typeof(CommonModuleService));
|
|
|
+ this.AddServiceHost(typeof(CMNModuleService));
|
|
|
+ this.AddServiceHost(typeof(SystemModuleService));
|
|
|
+ this.AddServiceHost(typeof(HRModuleService));
|
|
|
+ this.AddServiceHost(typeof(PCModuleService));
|
|
|
+ this.AddServiceHost(typeof(PMModuleService));
|
|
|
+ this.AddServiceHost(typeof(PPModuleService));
|
|
|
+ this.AddServiceHost(typeof(TATModuleService));
|
|
|
+ this.AddServiceHost(typeof(ReportModuleService));
|
|
|
+ this.AddServiceHost(typeof(PMModuleServiceNew));
|
|
|
+ this.AddServiceHost(typeof(PCModuleServiceNew));
|
|
|
+ this.AddServiceHost(typeof(PAMModuleService));
|
|
|
+ this.AddServiceHost(typeof(PublicModuleService));
|
|
|
+ this.AddServiceHost(typeof(SmartDeviceService));
|
|
|
+ this.AddServiceHost(typeof(SAPDataService));
|
|
|
+ this.AddServiceHost(typeof(ExHGS3QR));
|
|
|
}
|
|
|
|
|
|
/// <summary>
|