<?xml version="1.0" encoding="utf-8"?>
|
<wsdl:definitions xmlns:wsap="http://schemas.xmlsoap.org/ws/2004/08/addressing/policy" xmlns:wsa10="http://www.w3.org/2005/08/addressing" xmlns:tns="http://tempuri.org/" xmlns:msc="http://schemas.microsoft.com/ws/2005/12/wsdl/contract" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsx="http://schemas.xmlsoap.org/ws/2004/09/mex" xmlns:wsp="http://schemas.xmlsoap.org/ws/2004/09/policy" xmlns:wsam="http://www.w3.org/2007/05/addressing/metadata" xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing" xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="RgvService" targetNamespace="http://tempuri.org/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
|
<wsdl:types>
|
<xsd:schema targetNamespace="http://tempuri.org/Imports">
|
<xsd:import namespace="http://www.w3.org/2001/XMLSchema" />
|
</xsd:schema>
|
</wsdl:types>
|
<wsdl:message name="IRgvService_SendRgvTask_InputMessage">
|
<wsdl:part name="deviceId" type="xsd:int" />
|
<wsdl:part name="taskId" type="xsd:int" />
|
<wsdl:part name="sourcePlace" type="xsd:int" />
|
<wsdl:part name="toPlace" type="xsd:int" />
|
<wsdl:part name="taskType" type="xsd:int" />
|
<wsdl:part name="palletType" type="xsd:int" />
|
<wsdl:part name="fatherid" type="xsd:int" />
|
</wsdl:message>
|
<wsdl:message name="IRgvService_SendRgvTask_OutputMessage">
|
<wsdl:part name="SendRgvTaskResult" type="xsd:int" />
|
</wsdl:message>
|
<wsdl:message name="IRgvService_SendRgvDelete_InputMessage">
|
<wsdl:part name="rgvId" type="xsd:int" />
|
</wsdl:message>
|
<wsdl:message name="IRgvService_SendRgvDelete_OutputMessage">
|
<wsdl:part name="SendRgvDeleteResult" type="xsd:int" />
|
</wsdl:message>
|
<wsdl:message name="IRgvService_SendRgvRlsAlert_InputMessage">
|
<wsdl:part name="rgvId" type="xsd:int" />
|
</wsdl:message>
|
<wsdl:message name="IRgvService_SendRgvRlsAlert_OutputMessage">
|
<wsdl:part name="SendRgvRlsAlertResult" type="xsd:int" />
|
</wsdl:message>
|
<wsdl:message name="IRgvService_SendRgvFinishConfirm_InputMessage">
|
<wsdl:part name="rgvId" type="xsd:int" />
|
</wsdl:message>
|
<wsdl:message name="IRgvService_SendRgvFinishConfirm_OutputMessage">
|
<wsdl:part name="SendRgvFinishConfirmResult" type="xsd:boolean" />
|
</wsdl:message>
|
<wsdl:message name="IRgvService_GetRgvInfo_InputMessage">
|
<wsdl:part name="rgvId" type="xsd:int" />
|
</wsdl:message>
|
<wsdl:message name="IRgvService_GetRgvInfo_OutputMessage">
|
<wsdl:part name="GetRgvInfoResult" type="xsd:string" />
|
</wsdl:message>
|
<wsdl:message name="IRgvService_IsTaskFinish_InputMessage">
|
<wsdl:part name="rgvId" type="xsd:int" />
|
</wsdl:message>
|
<wsdl:message name="IRgvService_IsTaskFinish_OutputMessage">
|
<wsdl:part name="IsTaskFinishResult" type="xsd:boolean" />
|
</wsdl:message>
|
<wsdl:message name="IRgvService_SendRgvStop_InputMessage">
|
<wsdl:part name="rgvId" type="xsd:int" />
|
</wsdl:message>
|
<wsdl:message name="IRgvService_SendRgvStop_OutputMessage">
|
<wsdl:part name="SendRgvStopResult" type="xsd:int" />
|
</wsdl:message>
|
<wsdl:message name="IRgvService_IsRgvReady_InputMessage">
|
<wsdl:part name="rgvId" type="xsd:int" />
|
</wsdl:message>
|
<wsdl:message name="IRgvService_IsRgvReady_OutputMessage">
|
<wsdl:part name="IsRgvReadyResult" type="xsd:boolean" />
|
</wsdl:message>
|
<wsdl:message name="IRgvService_FinishTask_InputMessage">
|
<wsdl:part name="rgvId" type="xsd:int" />
|
</wsdl:message>
|
<wsdl:message name="IRgvService_FinishTask_OutputMessage">
|
<wsdl:part name="FinishTaskResult" type="xsd:int" />
|
</wsdl:message>
|
<wsdl:message name="IRgvService_GetRgvPosation_InputMessage">
|
<wsdl:part name="rgvId" type="xsd:int" />
|
</wsdl:message>
|
<wsdl:message name="IRgvService_GetRgvPosation_OutputMessage">
|
<wsdl:part name="GetRgvPosationResult" type="xsd:long" />
|
</wsdl:message>
|
<wsdl:message name="IRgvService_ChangeUseful_InputMessage">
|
<wsdl:part name="rgvId" type="xsd:int" />
|
</wsdl:message>
|
<wsdl:message name="IRgvService_ChangeUseful_OutputMessage">
|
<wsdl:part name="ChangeUsefulResult" type="xsd:boolean" />
|
</wsdl:message>
|
<wsdl:portType name="IRgvService">
|
<wsdl:operation name="SendRgvTask" parameterOrder="deviceId taskId sourcePlace toPlace taskType palletType fatherid">
|
<wsdl:input wsaw:Action="http://tempuri.org/IRgvService/SendRgvTask" message="tns:IRgvService_SendRgvTask_InputMessage" />
|
<wsdl:output wsaw:Action="http://tempuri.org/IRgvService/SendRgvTaskResponse" message="tns:IRgvService_SendRgvTask_OutputMessage" />
|
</wsdl:operation>
|
<wsdl:operation name="SendRgvDelete" parameterOrder="rgvId">
|
<wsdl:input wsaw:Action="http://tempuri.org/IRgvService/SendRgvDelete" message="tns:IRgvService_SendRgvDelete_InputMessage" />
|
<wsdl:output wsaw:Action="http://tempuri.org/IRgvService/SendRgvDeleteResponse" message="tns:IRgvService_SendRgvDelete_OutputMessage" />
|
</wsdl:operation>
|
<wsdl:operation name="SendRgvRlsAlert" parameterOrder="rgvId">
|
<wsdl:input wsaw:Action="http://tempuri.org/IRgvService/SendRgvRlsAlert" message="tns:IRgvService_SendRgvRlsAlert_InputMessage" />
|
<wsdl:output wsaw:Action="http://tempuri.org/IRgvService/SendRgvRlsAlertResponse" message="tns:IRgvService_SendRgvRlsAlert_OutputMessage" />
|
</wsdl:operation>
|
<wsdl:operation name="SendRgvFinishConfirm" parameterOrder="rgvId">
|
<wsdl:input wsaw:Action="http://tempuri.org/IRgvService/SendRgvFinishConfirm" message="tns:IRgvService_SendRgvFinishConfirm_InputMessage" />
|
<wsdl:output wsaw:Action="http://tempuri.org/IRgvService/SendRgvFinishConfirmResponse" message="tns:IRgvService_SendRgvFinishConfirm_OutputMessage" />
|
</wsdl:operation>
|
<wsdl:operation name="GetRgvInfo" parameterOrder="rgvId">
|
<wsdl:input wsaw:Action="http://tempuri.org/IRgvService/GetRgvInfo" message="tns:IRgvService_GetRgvInfo_InputMessage" />
|
<wsdl:output wsaw:Action="http://tempuri.org/IRgvService/GetRgvInfoResponse" message="tns:IRgvService_GetRgvInfo_OutputMessage" />
|
</wsdl:operation>
|
<wsdl:operation name="IsTaskFinish" parameterOrder="rgvId">
|
<wsdl:input wsaw:Action="http://tempuri.org/IRgvService/IsTaskFinish" message="tns:IRgvService_IsTaskFinish_InputMessage" />
|
<wsdl:output wsaw:Action="http://tempuri.org/IRgvService/IsTaskFinishResponse" message="tns:IRgvService_IsTaskFinish_OutputMessage" />
|
</wsdl:operation>
|
<wsdl:operation name="SendRgvStop" parameterOrder="rgvId">
|
<wsdl:input wsaw:Action="http://tempuri.org/IRgvService/SendRgvStop" message="tns:IRgvService_SendRgvStop_InputMessage" />
|
<wsdl:output wsaw:Action="http://tempuri.org/IRgvService/SendRgvStopResponse" message="tns:IRgvService_SendRgvStop_OutputMessage" />
|
</wsdl:operation>
|
<wsdl:operation name="IsRgvReady" parameterOrder="rgvId">
|
<wsdl:input wsaw:Action="http://tempuri.org/IRgvService/IsRgvReady" message="tns:IRgvService_IsRgvReady_InputMessage" />
|
<wsdl:output wsaw:Action="http://tempuri.org/IRgvService/IsRgvReadyResponse" message="tns:IRgvService_IsRgvReady_OutputMessage" />
|
</wsdl:operation>
|
<wsdl:operation name="FinishTask" parameterOrder="rgvId">
|
<wsdl:input wsaw:Action="http://tempuri.org/IRgvService/FinishTask" message="tns:IRgvService_FinishTask_InputMessage" />
|
<wsdl:output wsaw:Action="http://tempuri.org/IRgvService/FinishTaskResponse" message="tns:IRgvService_FinishTask_OutputMessage" />
|
</wsdl:operation>
|
<wsdl:operation name="GetRgvPosation" parameterOrder="rgvId">
|
<wsdl:input wsaw:Action="http://tempuri.org/IRgvService/GetRgvPosation" message="tns:IRgvService_GetRgvPosation_InputMessage" />
|
<wsdl:output wsaw:Action="http://tempuri.org/IRgvService/GetRgvPosationResponse" message="tns:IRgvService_GetRgvPosation_OutputMessage" />
|
</wsdl:operation>
|
<wsdl:operation name="ChangeUseful" parameterOrder="rgvId">
|
<wsdl:input wsaw:Action="http://tempuri.org/IRgvService/ChangeUseful" message="tns:IRgvService_ChangeUseful_InputMessage" />
|
<wsdl:output wsaw:Action="http://tempuri.org/IRgvService/ChangeUsefulResponse" message="tns:IRgvService_ChangeUseful_OutputMessage" />
|
</wsdl:operation>
|
</wsdl:portType>
|
<wsdl:binding name="BasicHttpBinding_IRgvService" type="tns:IRgvService">
|
<soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="rpc" />
|
<wsdl:operation name="SendRgvTask">
|
<soap:operation soapAction="http://tempuri.org/IRgvService/SendRgvTask" style="rpc" />
|
<wsdl:input>
|
<soap:body use="literal" namespace="http://tempuri.org/" />
|
</wsdl:input>
|
<wsdl:output>
|
<soap:body use="literal" namespace="http://tempuri.org/" />
|
</wsdl:output>
|
</wsdl:operation>
|
<wsdl:operation name="SendRgvDelete">
|
<soap:operation soapAction="http://tempuri.org/IRgvService/SendRgvDelete" style="rpc" />
|
<wsdl:input>
|
<soap:body use="literal" namespace="http://tempuri.org/" />
|
</wsdl:input>
|
<wsdl:output>
|
<soap:body use="literal" namespace="http://tempuri.org/" />
|
</wsdl:output>
|
</wsdl:operation>
|
<wsdl:operation name="SendRgvRlsAlert">
|
<soap:operation soapAction="http://tempuri.org/IRgvService/SendRgvRlsAlert" style="rpc" />
|
<wsdl:input>
|
<soap:body use="literal" namespace="http://tempuri.org/" />
|
</wsdl:input>
|
<wsdl:output>
|
<soap:body use="literal" namespace="http://tempuri.org/" />
|
</wsdl:output>
|
</wsdl:operation>
|
<wsdl:operation name="SendRgvFinishConfirm">
|
<soap:operation soapAction="http://tempuri.org/IRgvService/SendRgvFinishConfirm" style="rpc" />
|
<wsdl:input>
|
<soap:body use="literal" namespace="http://tempuri.org/" />
|
</wsdl:input>
|
<wsdl:output>
|
<soap:body use="literal" namespace="http://tempuri.org/" />
|
</wsdl:output>
|
</wsdl:operation>
|
<wsdl:operation name="GetRgvInfo">
|
<soap:operation soapAction="http://tempuri.org/IRgvService/GetRgvInfo" style="rpc" />
|
<wsdl:input>
|
<soap:body use="literal" namespace="http://tempuri.org/" />
|
</wsdl:input>
|
<wsdl:output>
|
<soap:body use="literal" namespace="http://tempuri.org/" />
|
</wsdl:output>
|
</wsdl:operation>
|
<wsdl:operation name="IsTaskFinish">
|
<soap:operation soapAction="http://tempuri.org/IRgvService/IsTaskFinish" style="rpc" />
|
<wsdl:input>
|
<soap:body use="literal" namespace="http://tempuri.org/" />
|
</wsdl:input>
|
<wsdl:output>
|
<soap:body use="literal" namespace="http://tempuri.org/" />
|
</wsdl:output>
|
</wsdl:operation>
|
<wsdl:operation name="SendRgvStop">
|
<soap:operation soapAction="http://tempuri.org/IRgvService/SendRgvStop" style="rpc" />
|
<wsdl:input>
|
<soap:body use="literal" namespace="http://tempuri.org/" />
|
</wsdl:input>
|
<wsdl:output>
|
<soap:body use="literal" namespace="http://tempuri.org/" />
|
</wsdl:output>
|
</wsdl:operation>
|
<wsdl:operation name="IsRgvReady">
|
<soap:operation soapAction="http://tempuri.org/IRgvService/IsRgvReady" style="rpc" />
|
<wsdl:input>
|
<soap:body use="literal" namespace="http://tempuri.org/" />
|
</wsdl:input>
|
<wsdl:output>
|
<soap:body use="literal" namespace="http://tempuri.org/" />
|
</wsdl:output>
|
</wsdl:operation>
|
<wsdl:operation name="FinishTask">
|
<soap:operation soapAction="http://tempuri.org/IRgvService/FinishTask" style="rpc" />
|
<wsdl:input>
|
<soap:body use="literal" namespace="http://tempuri.org/" />
|
</wsdl:input>
|
<wsdl:output>
|
<soap:body use="literal" namespace="http://tempuri.org/" />
|
</wsdl:output>
|
</wsdl:operation>
|
<wsdl:operation name="GetRgvPosation">
|
<soap:operation soapAction="http://tempuri.org/IRgvService/GetRgvPosation" style="rpc" />
|
<wsdl:input>
|
<soap:body use="literal" namespace="http://tempuri.org/" />
|
</wsdl:input>
|
<wsdl:output>
|
<soap:body use="literal" namespace="http://tempuri.org/" />
|
</wsdl:output>
|
</wsdl:operation>
|
<wsdl:operation name="ChangeUseful">
|
<soap:operation soapAction="http://tempuri.org/IRgvService/ChangeUseful" style="rpc" />
|
<wsdl:input>
|
<soap:body use="literal" namespace="http://tempuri.org/" />
|
</wsdl:input>
|
<wsdl:output>
|
<soap:body use="literal" namespace="http://tempuri.org/" />
|
</wsdl:output>
|
</wsdl:operation>
|
</wsdl:binding>
|
<wsdl:service name="RgvService">
|
<wsdl:port name="BasicHttpBinding_IRgvService" binding="tns:BasicHttpBinding_IRgvService">
|
<soap:address location="http://localhost:8733/Design_Time_Addresses/iWareSda_QQJF.RGV.RgvService/RgvService/" />
|
</wsdl:port>
|
</wsdl:service>
|
</wsdl:definitions>
|