From 09d0a68dcc8a48a79e472b87c4aa3c90e9770154 Mon Sep 17 00:00:00 2001 From: schangxiang@126.com <schangxiang@126.com> Date: 周日, 08 12月 2024 10:43:35 +0800 Subject: [PATCH] 2 --- CC/iWareCC_ASRS/Connected Services/StationService/StationService.wsdl | 60 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-- 1 files changed, 58 insertions(+), 2 deletions(-) diff --git a/CC/iWareCC_ASRS/Connected Services/StationService/StationService.wsdl b/CC/iWareCC_ASRS/Connected Services/StationService/StationService.wsdl index f48a7f4..4f3c289 100644 --- a/CC/iWareCC_ASRS/Connected Services/StationService/StationService.wsdl +++ b/CC/iWareCC_ASRS/Connected Services/StationService/StationService.wsdl @@ -5,8 +5,7 @@ <xsd:import schemaLocation="http://localhost:8733/Design_Time_Addresses/iWareSda/StationService/?xsd=xsd0" namespace="http://tempuri.org/" /> <xsd:import schemaLocation="http://localhost:8733/Design_Time_Addresses/iWareSda/StationService/?xsd=xsd1" namespace="http://schemas.microsoft.com/2003/10/Serialization/" /> <xsd:import schemaLocation="http://localhost:8733/Design_Time_Addresses/iWareSda/StationService/?xsd=xsd2" namespace="http://schemas.datacontract.org/2004/07/iWareSda" /> - <xsd:import schemaLocation="http://localhost:8733/Design_Time_Addresses/iWareSda/StationService/?xsd=xsd3" namespace="http://schemas.datacontract.org/2004/07/iWareSda.Devices._3_Station.StationModel" /> - <xsd:import schemaLocation="http://localhost:8733/Design_Time_Addresses/iWareSda/StationService/?xsd=xsd4" namespace="http://schemas.datacontract.org/2004/07/iWareSda.Model" /> + <xsd:import schemaLocation="http://localhost:8733/Design_Time_Addresses/iWareSda/StationService/?xsd=xsd3" namespace="http://schemas.datacontract.org/2004/07/iWareSda.Model" /> </xsd:schema> </wsdl:types> <wsdl:message name="IStationService_ClearAlarm_InputMessage"> @@ -129,6 +128,12 @@ <wsdl:message name="IStationService_WriteStation_FinishACK_OutputMessage"> <wsdl:part name="parameters" element="tns:WriteStation_FinishACKResponse" /> </wsdl:message> + <wsdl:message name="IStationService_WriteStation_ACK_InputMessage"> + <wsdl:part name="parameters" element="tns:WriteStation_ACK" /> + </wsdl:message> + <wsdl:message name="IStationService_WriteStation_ACK_OutputMessage"> + <wsdl:part name="parameters" element="tns:WriteStation_ACKResponse" /> + </wsdl:message> <wsdl:message name="IStationService_WriteScanValidateACK_InputMessage"> <wsdl:part name="parameters" element="tns:WriteScanValidateACK" /> </wsdl:message> @@ -140,6 +145,18 @@ </wsdl:message> <wsdl:message name="IStationService_WriteStation_XigangGetDataForOut_OutputMessage"> <wsdl:part name="parameters" element="tns:WriteStation_XigangGetDataForOutResponse" /> + </wsdl:message> + <wsdl:message name="IStationService_WriteStation_AllowIn_InputMessage"> + <wsdl:part name="parameters" element="tns:WriteStation_AllowIn" /> + </wsdl:message> + <wsdl:message name="IStationService_WriteStation_AllowIn_OutputMessage"> + <wsdl:part name="parameters" element="tns:WriteStation_AllowInResponse" /> + </wsdl:message> + <wsdl:message name="IStationService_WriteStation_PersonAllow_InputMessage"> + <wsdl:part name="parameters" element="tns:WriteStation_PersonAllow" /> + </wsdl:message> + <wsdl:message name="IStationService_WriteStation_PersonAllow_OutputMessage"> + <wsdl:part name="parameters" element="tns:WriteStation_PersonAllowResponse" /> </wsdl:message> <wsdl:portType name="IStationService"> <wsdl:operation name="ClearAlarm"> @@ -222,6 +239,10 @@ <wsdl:input wsaw:Action="http://tempuri.org/IStationService/WriteStation_FinishACK" message="tns:IStationService_WriteStation_FinishACK_InputMessage" /> <wsdl:output wsaw:Action="http://tempuri.org/IStationService/WriteStation_FinishACKResponse" message="tns:IStationService_WriteStation_FinishACK_OutputMessage" /> </wsdl:operation> + <wsdl:operation name="WriteStation_ACK"> + <wsdl:input wsaw:Action="http://tempuri.org/IStationService/WriteStation_ACK" message="tns:IStationService_WriteStation_ACK_InputMessage" /> + <wsdl:output wsaw:Action="http://tempuri.org/IStationService/WriteStation_ACKResponse" message="tns:IStationService_WriteStation_ACK_OutputMessage" /> + </wsdl:operation> <wsdl:operation name="WriteScanValidateACK"> <wsdl:input wsaw:Action="http://tempuri.org/IStationService/WriteScanValidateACK" message="tns:IStationService_WriteScanValidateACK_InputMessage" /> <wsdl:output wsaw:Action="http://tempuri.org/IStationService/WriteScanValidateACKResponse" message="tns:IStationService_WriteScanValidateACK_OutputMessage" /> @@ -229,6 +250,14 @@ <wsdl:operation name="WriteStation_XigangGetDataForOut"> <wsdl:input wsaw:Action="http://tempuri.org/IStationService/WriteStation_XigangGetDataForOut" message="tns:IStationService_WriteStation_XigangGetDataForOut_InputMessage" /> <wsdl:output wsaw:Action="http://tempuri.org/IStationService/WriteStation_XigangGetDataForOutResponse" message="tns:IStationService_WriteStation_XigangGetDataForOut_OutputMessage" /> + </wsdl:operation> + <wsdl:operation name="WriteStation_AllowIn"> + <wsdl:input wsaw:Action="http://tempuri.org/IStationService/WriteStation_AllowIn" message="tns:IStationService_WriteStation_AllowIn_InputMessage" /> + <wsdl:output wsaw:Action="http://tempuri.org/IStationService/WriteStation_AllowInResponse" message="tns:IStationService_WriteStation_AllowIn_OutputMessage" /> + </wsdl:operation> + <wsdl:operation name="WriteStation_PersonAllow"> + <wsdl:input wsaw:Action="http://tempuri.org/IStationService/WriteStation_PersonAllow" message="tns:IStationService_WriteStation_PersonAllow_InputMessage" /> + <wsdl:output wsaw:Action="http://tempuri.org/IStationService/WriteStation_PersonAllowResponse" message="tns:IStationService_WriteStation_PersonAllow_OutputMessage" /> </wsdl:operation> </wsdl:portType> <wsdl:binding name="BasicHttpBinding_IStationService" type="tns:IStationService"> @@ -413,6 +442,15 @@ <soap:body use="literal" /> </wsdl:output> </wsdl:operation> + <wsdl:operation name="WriteStation_ACK"> + <soap:operation soapAction="http://tempuri.org/IStationService/WriteStation_ACK" style="document" /> + <wsdl:input> + <soap:body use="literal" /> + </wsdl:input> + <wsdl:output> + <soap:body use="literal" /> + </wsdl:output> + </wsdl:operation> <wsdl:operation name="WriteScanValidateACK"> <soap:operation soapAction="http://tempuri.org/IStationService/WriteScanValidateACK" style="document" /> <wsdl:input> @@ -431,6 +469,24 @@ <soap:body use="literal" /> </wsdl:output> </wsdl:operation> + <wsdl:operation name="WriteStation_AllowIn"> + <soap:operation soapAction="http://tempuri.org/IStationService/WriteStation_AllowIn" style="document" /> + <wsdl:input> + <soap:body use="literal" /> + </wsdl:input> + <wsdl:output> + <soap:body use="literal" /> + </wsdl:output> + </wsdl:operation> + <wsdl:operation name="WriteStation_PersonAllow"> + <soap:operation soapAction="http://tempuri.org/IStationService/WriteStation_PersonAllow" style="document" /> + <wsdl:input> + <soap:body use="literal" /> + </wsdl:input> + <wsdl:output> + <soap:body use="literal" /> + </wsdl:output> + </wsdl:operation> </wsdl:binding> <wsdl:service name="StationService"> <wsdl:port name="BasicHttpBinding_IStationService" binding="tns:BasicHttpBinding_IStationService"> -- Gitblit v1.9.3