From 7285fd041c9ed732ae2039c4cc54f3eb382d9112 Mon Sep 17 00:00:00 2001
From: schangxiang@126.com <schangxiang@126.com>
Date: 周日, 08 12月 2024 14:48:50 +0800
Subject: [PATCH] 33

---
 CC/iWareCC_ASRS/Connected Services/StationService/StationService.wsdl |   19 +++++++++++++++++++
 1 files changed, 19 insertions(+), 0 deletions(-)

diff --git a/CC/iWareCC_ASRS/Connected Services/StationService/StationService.wsdl b/CC/iWareCC_ASRS/Connected Services/StationService/StationService.wsdl
index 4f3c289..4b3c1a8 100644
--- a/CC/iWareCC_ASRS/Connected Services/StationService/StationService.wsdl
+++ b/CC/iWareCC_ASRS/Connected Services/StationService/StationService.wsdl
@@ -62,6 +62,12 @@
   <wsdl:message name="IStationService_IsHaveHeatBeat_OutputMessage">
     <wsdl:part name="parameters" element="tns:IsHaveHeatBeatResponse" />
   </wsdl:message>
+  <wsdl:message name="IStationService_WriteBoolPlcData_InputMessage">
+    <wsdl:part name="parameters" element="tns:WriteBoolPlcData" />
+  </wsdl:message>
+  <wsdl:message name="IStationService_WriteBoolPlcData_OutputMessage">
+    <wsdl:part name="parameters" element="tns:WriteBoolPlcDataResponse" />
+  </wsdl:message>
   <wsdl:message name="IStationService_WriteQiTaoInfo_InputMessage">
     <wsdl:part name="parameters" element="tns:WriteQiTaoInfo" />
   </wsdl:message>
@@ -194,6 +200,10 @@
     <wsdl:operation name="IsHaveHeatBeat">
       <wsdl:input wsaw:Action="http://tempuri.org/IStationService/IsHaveHeatBeat" message="tns:IStationService_IsHaveHeatBeat_InputMessage" />
       <wsdl:output wsaw:Action="http://tempuri.org/IStationService/IsHaveHeatBeatResponse" message="tns:IStationService_IsHaveHeatBeat_OutputMessage" />
+    </wsdl:operation>
+    <wsdl:operation name="WriteBoolPlcData">
+      <wsdl:input wsaw:Action="http://tempuri.org/IStationService/WriteBoolPlcData" message="tns:IStationService_WriteBoolPlcData_InputMessage" />
+      <wsdl:output wsaw:Action="http://tempuri.org/IStationService/WriteBoolPlcDataResponse" message="tns:IStationService_WriteBoolPlcData_OutputMessage" />
     </wsdl:operation>
     <wsdl:operation name="WriteQiTaoInfo">
       <wsdl:input wsaw:Action="http://tempuri.org/IStationService/WriteQiTaoInfo" message="tns:IStationService_WriteQiTaoInfo_InputMessage" />
@@ -343,6 +353,15 @@
         <soap:body use="literal" />
       </wsdl:output>
     </wsdl:operation>
+    <wsdl:operation name="WriteBoolPlcData">
+      <soap:operation soapAction="http://tempuri.org/IStationService/WriteBoolPlcData" style="document" />
+      <wsdl:input>
+        <soap:body use="literal" />
+      </wsdl:input>
+      <wsdl:output>
+        <soap:body use="literal" />
+      </wsdl:output>
+    </wsdl:operation>
     <wsdl:operation name="WriteQiTaoInfo">
       <soap:operation soapAction="http://tempuri.org/IStationService/WriteQiTaoInfo" style="document" />
       <wsdl:input>

--
Gitblit v1.9.3