From 0eaa55a507f09c22a65b962d726872ece93acff5 Mon Sep 17 00:00:00 2001 From: schangxiang@126.com <schangxiang@126.com> Date: ćšć, 21 11æ 2024 21:26:34 +0800 Subject: [PATCH] 222 --- 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 4cb8537..abb88a5 100644 --- a/CC/iWareCC_ASRS/Connected Services/StationService/StationService.wsdl +++ b/CC/iWareCC_ASRS/Connected Services/StationService/StationService.wsdl @@ -69,6 +69,12 @@ <wsdl:message name="IStationService_WriteQiTaoInfo_OutputMessage"> <wsdl:part name="parameters" element="tns:WriteQiTaoInfoResponse" /> </wsdl:message> + <wsdl:message name="IStationService_InboundFinishConfirm_InputMessage"> + <wsdl:part name="parameters" element="tns:InboundFinishConfirm" /> + </wsdl:message> + <wsdl:message name="IStationService_InboundFinishConfirm_OutputMessage"> + <wsdl:part name="parameters" element="tns:InboundFinishConfirmResponse" /> + </wsdl:message> <wsdl:message name="IStationService_WriteInStoreTaskInfo_InputMessage"> <wsdl:part name="parameters" element="tns:WriteInStoreTaskInfo" /> </wsdl:message> @@ -133,6 +139,10 @@ <wsdl:operation name="WriteQiTaoInfo"> <wsdl:input wsaw:Action="http://tempuri.org/IStationService/WriteQiTaoInfo" message="tns:IStationService_WriteQiTaoInfo_InputMessage" /> <wsdl:output wsaw:Action="http://tempuri.org/IStationService/WriteQiTaoInfoResponse" message="tns:IStationService_WriteQiTaoInfo_OutputMessage" /> + </wsdl:operation> + <wsdl:operation name="InboundFinishConfirm"> + <wsdl:input wsaw:Action="http://tempuri.org/IStationService/InboundFinishConfirm" message="tns:IStationService_InboundFinishConfirm_InputMessage" /> + <wsdl:output wsaw:Action="http://tempuri.org/IStationService/InboundFinishConfirmResponse" message="tns:IStationService_InboundFinishConfirm_OutputMessage" /> </wsdl:operation> <wsdl:operation name="WriteInStoreTaskInfo"> <wsdl:input wsaw:Action="http://tempuri.org/IStationService/WriteInStoreTaskInfo" message="tns:IStationService_WriteInStoreTaskInfo_InputMessage" /> @@ -243,6 +253,15 @@ <soap:body use="literal" /> </wsdl:output> </wsdl:operation> + <wsdl:operation name="InboundFinishConfirm"> + <soap:operation soapAction="http://tempuri.org/IStationService/InboundFinishConfirm" style="document" /> + <wsdl:input> + <soap:body use="literal" /> + </wsdl:input> + <wsdl:output> + <soap:body use="literal" /> + </wsdl:output> + </wsdl:operation> <wsdl:operation name="WriteInStoreTaskInfo"> <soap:operation soapAction="http://tempuri.org/IStationService/WriteInStoreTaskInfo" style="document" /> <wsdl:input> -- Gitblit v1.9.3