From d89732b82ff7fc047628ca3772311a0fbeea3553 Mon Sep 17 00:00:00 2001 From: zongzhibin <zongzhibin@weben-smart.com> Date: 周日, 24 11月 2024 14:19:14 +0800 Subject: [PATCH] add --- CC/iWareCC_ASRS/Connected Services/StationService/StationService.wsdl | 38 ++++++++++++++++++++++++++++++++++++++ 1 files changed, 38 insertions(+), 0 deletions(-) diff --git a/CC/iWareCC_ASRS/Connected Services/StationService/StationService.wsdl b/CC/iWareCC_ASRS/Connected Services/StationService/StationService.wsdl index b205f97..3b9e7fb 100644 --- a/CC/iWareCC_ASRS/Connected Services/StationService/StationService.wsdl +++ b/CC/iWareCC_ASRS/Connected Services/StationService/StationService.wsdl @@ -93,6 +93,18 @@ <wsdl:message name="IStationService_WriteOutStoreTaskInfo_OutputMessage"> <wsdl:part name="parameters" element="tns:WriteOutStoreTaskInfoResponse" /> </wsdl:message> + <wsdl:message name="IStationService_WritePalletizingTaskInfo_InputMessage"> + <wsdl:part name="parameters" element="tns:WritePalletizingTaskInfo" /> + </wsdl:message> + <wsdl:message name="IStationService_WritePalletizingTaskInfo_OutputMessage"> + <wsdl:part name="parameters" element="tns:WritePalletizingTaskInfoResponse" /> + </wsdl:message> + <wsdl:message name="IStationService_SetPalletizingTaskFinishAck_InputMessage"> + <wsdl:part name="parameters" element="tns:SetPalletizingTaskFinishAck" /> + </wsdl:message> + <wsdl:message name="IStationService_SetPalletizingTaskFinishAck_OutputMessage"> + <wsdl:part name="parameters" element="tns:SetPalletizingTaskFinishAckResponse" /> + </wsdl:message> <wsdl:message name="IStationService_WriteStation_FinishACK_InputMessage"> <wsdl:part name="parameters" element="tns:WriteStation_FinishACK" /> </wsdl:message> @@ -167,6 +179,14 @@ <wsdl:operation name="WriteOutStoreTaskInfo"> <wsdl:input wsaw:Action="http://tempuri.org/IStationService/WriteOutStoreTaskInfo" message="tns:IStationService_WriteOutStoreTaskInfo_InputMessage" /> <wsdl:output wsaw:Action="http://tempuri.org/IStationService/WriteOutStoreTaskInfoResponse" message="tns:IStationService_WriteOutStoreTaskInfo_OutputMessage" /> + </wsdl:operation> + <wsdl:operation name="WritePalletizingTaskInfo"> + <wsdl:input wsaw:Action="http://tempuri.org/IStationService/WritePalletizingTaskInfo" message="tns:IStationService_WritePalletizingTaskInfo_InputMessage" /> + <wsdl:output wsaw:Action="http://tempuri.org/IStationService/WritePalletizingTaskInfoResponse" message="tns:IStationService_WritePalletizingTaskInfo_OutputMessage" /> + </wsdl:operation> + <wsdl:operation name="SetPalletizingTaskFinishAck"> + <wsdl:input wsaw:Action="http://tempuri.org/IStationService/SetPalletizingTaskFinishAck" message="tns:IStationService_SetPalletizingTaskFinishAck_InputMessage" /> + <wsdl:output wsaw:Action="http://tempuri.org/IStationService/SetPalletizingTaskFinishAckResponse" message="tns:IStationService_SetPalletizingTaskFinishAck_OutputMessage" /> </wsdl:operation> <wsdl:operation name="WriteStation_FinishACK"> <wsdl:input wsaw:Action="http://tempuri.org/IStationService/WriteStation_FinishACK" message="tns:IStationService_WriteStation_FinishACK_InputMessage" /> @@ -309,6 +329,24 @@ <soap:body use="literal" /> </wsdl:output> </wsdl:operation> + <wsdl:operation name="WritePalletizingTaskInfo"> + <soap:operation soapAction="http://tempuri.org/IStationService/WritePalletizingTaskInfo" style="document" /> + <wsdl:input> + <soap:body use="literal" /> + </wsdl:input> + <wsdl:output> + <soap:body use="literal" /> + </wsdl:output> + </wsdl:operation> + <wsdl:operation name="SetPalletizingTaskFinishAck"> + <soap:operation soapAction="http://tempuri.org/IStationService/SetPalletizingTaskFinishAck" style="document" /> + <wsdl:input> + <soap:body use="literal" /> + </wsdl:input> + <wsdl:output> + <soap:body use="literal" /> + </wsdl:output> + </wsdl:operation> <wsdl:operation name="WriteStation_FinishACK"> <soap:operation soapAction="http://tempuri.org/IStationService/WriteStation_FinishACK" style="document" /> <wsdl:input> -- Gitblit v1.9.3