chenxy 5 سال پیش
والد
کامیت
e0763c7310
2فایلهای تغییر یافته به همراه7 افزوده شده و 2 حذف شده
  1. 2 0
      WCF.Service/WCF.WebHosting/SAP_HEGII.ini
  2. 5 2
      WCF.Service/WCF.WebHosting/Web.config

+ 2 - 0
WCF.Service/WCF.WebHosting/SAP_HEGII.ini

@@ -4,6 +4,7 @@
 SAP_ING=0
 ;每次执行的间隔时间(min)
 Interval=120
+;下次执行的时间
 NextDate=2020-08-25 16:00
 
 ByTime=07:30
@@ -16,4 +17,5 @@ Password=Sapdk#240
 #ALL 10,20,30,40,50,6001
 FunCode=10,20,30,40,50
 EndDate6001=
+;包材库接口URL
 PackingURL=http://172.18.32.32:9300/api/mes/packing/?matnr=

+ 5 - 2
WCF.Service/WCF.WebHosting/Web.config

@@ -75,7 +75,8 @@
         </binding>
         <!--测试上传图片添加结束-->
       </webHttpBinding>
-      <!--<customBinding>
+      <!--HEGII SAP同步-->
+      <customBinding>
         <binding name="ZPPFM010_BIND" closeTimeout="00:05:00" openTimeout="00:05:00" receiveTimeout="20:00:00" sendTimeout="20:00:00">
           <mtomMessageEncoding messageVersion="Soap11WSAddressing10" maxBufferSize="2147483647"/>
           <httpTransport authenticationScheme="Basic" maxReceivedMessageSize="2147483647" maxBufferPoolSize="2147483647" maxBufferSize="2147483647"/>
@@ -92,7 +93,7 @@
           <mtomMessageEncoding messageVersion="Soap12" maxBufferSize="2147483647"/>
           <httpTransport authenticationScheme="Basic" maxReceivedMessageSize="2147483647" maxBufferPoolSize="2147483647" maxBufferSize="2147483647"/>
         </binding>
-      </customBinding>-->
+      </customBinding>
     </bindings>
     <services>
       <!--xuwei add 2019-10-22-->
@@ -199,6 +200,7 @@
           behaviorConfiguration="endpointBehavior_DKIBOSSPRDService" contract="SAPDataService.ISAPData"/>
       </service>
     </services>
+    <!--HEGII SAP同步 正式 800-->
     <!--<client>
       <endpoint address="http://S4PRDAPP1.HEGII.COM:8080/sap/bc/srt/rfc/sap/zppfm010/800/zppfm010/zppfm010_bind" binding="customBinding"
         bindingConfiguration="ZPPFM010_BIND" contract="HGSAPDK_ZPPFM010.ZPPFM010" name="ZPPFM010_BIND"/>
@@ -209,6 +211,7 @@
       <endpoint address="http://S4PRDAPP1.HEGII.COM:8080/sap/bc/srt/rfc/sap/zppfm008/800/zppfm008/zppfm008_bind" binding="customBinding"
         bindingConfiguration="ZPPFM008_BIND_soap12" contract="HGSAPDK_ZPPFM008.ZPPFM008" name="ZPPFM008_BIND_soap12"/>
     </client>-->
+    <!--HEGII SAP同步 测试 240-->
     <!--<client>
       <endpoint address="http://S4DEVAPP.hegii.com:8080/sap/bc/srt/rfc/sap/zppfm010/240/zppfm010/zppfm010_bind" binding="customBinding"
         bindingConfiguration="ZPPFM010_BIND" contract="HGSAPDK_ZPPFM010.ZPPFM010" name="ZPPFM010_BIND"/>