From 4625a964be61b460b484c575219f7a5b90694f5f Mon Sep 17 00:00:00 2001 From: wy <1qaz@123> Date: 星期一, 26 九月 2022 21:19:29 +0800 Subject: [PATCH] Merge branch 'master' of http://101.37.171.70:10101/r/YqnApi --- WebAPI/Web References/WebS/WebService1.wsdl | 142 ++++++++++++++++++++++++++++++++--------------- 1 files changed, 96 insertions(+), 46 deletions(-) diff --git a/WebAPI/Web References/WebS/WebService1.wsdl b/WebAPI/Web References/WebS/WebService1.wsdl index e4be7d1..1c82136 100644 --- a/WebAPI/Web References/WebS/WebService1.wsdl +++ b/WebAPI/Web References/WebS/WebService1.wsdl @@ -2,6 +2,22 @@ <wsdl:definitions xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:tns="http://tempuri.org/" xmlns:s="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" targetNamespace="http://tempuri.org/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"> <wsdl:types> <s:schema elementFormDefault="qualified" targetNamespace="http://tempuri.org/"> + <s:element name="CheckUser"> + <s:complexType> + <s:sequence> + <s:element minOccurs="0" maxOccurs="1" name="sUserName" type="s:string" /> + <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> + </s:sequence> + </s:complexType> + </s:element> + <s:element name="CheckUserResponse"> + <s:complexType> + <s:sequence> + <s:element minOccurs="1" maxOccurs="1" name="CheckUserResult" type="s:boolean" /> + <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> + </s:sequence> + </s:complexType> + </s:element> <s:element name="get_TestStr"> <s:complexType /> </s:element> @@ -1165,6 +1181,8 @@ <s:element minOccurs="0" maxOccurs="1" name="HExplanation" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="HInnerBillNo" type="s:string" /> <s:element minOccurs="1" maxOccurs="1" name="HRedBlueFlag" type="s:boolean" /> + <s:element minOccurs="1" maxOccurs="1" name="HGroupID" type="s:long" /> + <s:element minOccurs="0" maxOccurs="1" name="HJiaYe" type="s:string" /> </s:sequence> </s:extension> </s:complexContent> @@ -2850,6 +2868,24 @@ </s:sequence> </s:complexType> </s:element> + <s:element name="get_MaxBillID"> + <s:complexType> + <s:sequence> + <s:element minOccurs="0" maxOccurs="1" name="HTranType" type="s:string" /> + <s:element minOccurs="1" maxOccurs="1" name="HInterID" type="s:long" /> + <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> + </s:sequence> + </s:complexType> + </s:element> + <s:element name="get_MaxBillIDResponse"> + <s:complexType> + <s:sequence> + <s:element minOccurs="1" maxOccurs="1" name="get_MaxBillIDResult" type="s:boolean" /> + <s:element minOccurs="1" maxOccurs="1" name="HInterID" type="s:long" /> + <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> + </s:sequence> + </s:complexType> + </s:element> <s:element name="CheckModRight"> <s:complexType> <s:sequence> @@ -2886,22 +2922,6 @@ </s:sequence> </s:complexType> </s:element> - </s:sequence> - </s:complexType> - </s:element> - <s:element name="CheckUser"> - <s:complexType> - <s:sequence> - <s:element minOccurs="0" maxOccurs="1" name="sUserName" type="s:string" /> - <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> - </s:sequence> - </s:complexType> - </s:element> - <s:element name="CheckUserResponse"> - <s:complexType> - <s:sequence> - <s:element minOccurs="1" maxOccurs="1" name="CheckUserResult" type="s:boolean" /> - <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> </s:sequence> </s:complexType> </s:element> @@ -3967,6 +3987,8 @@ <s:element minOccurs="0" maxOccurs="1" name="HExplanation" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="HInnerBillNo" type="s:string" /> <s:element minOccurs="1" maxOccurs="1" name="HRedBlueFlag" type="s:boolean" /> + <s:element minOccurs="1" maxOccurs="1" name="HGroupID" type="s:long" /> + <s:element minOccurs="0" maxOccurs="1" name="HJiaYe" type="s:string" /> </s:sequence> </s:extension> </s:complexContent> @@ -9978,6 +10000,12 @@ </s:element> </s:schema> </wsdl:types> + <wsdl:message name="CheckUserSoapIn"> + <wsdl:part name="parameters" element="tns:CheckUser" /> + </wsdl:message> + <wsdl:message name="CheckUserSoapOut"> + <wsdl:part name="parameters" element="tns:CheckUserResponse" /> + </wsdl:message> <wsdl:message name="get_TestStrSoapIn"> <wsdl:part name="parameters" element="tns:get_TestStr" /> </wsdl:message> @@ -10656,6 +10684,12 @@ <wsdl:message name="get_MaxBillNoAndID_NewSoapOut"> <wsdl:part name="parameters" element="tns:get_MaxBillNoAndID_NewResponse" /> </wsdl:message> + <wsdl:message name="get_MaxBillIDSoapIn"> + <wsdl:part name="parameters" element="tns:get_MaxBillID" /> + </wsdl:message> + <wsdl:message name="get_MaxBillIDSoapOut"> + <wsdl:part name="parameters" element="tns:get_MaxBillIDResponse" /> + </wsdl:message> <wsdl:message name="CheckModRightSoapIn"> <wsdl:part name="parameters" element="tns:CheckModRight" /> </wsdl:message> @@ -10667,12 +10701,6 @@ </wsdl:message> <wsdl:message name="get_UserSoapOut"> <wsdl:part name="parameters" element="tns:get_UserResponse" /> - </wsdl:message> - <wsdl:message name="CheckUserSoapIn"> - <wsdl:part name="parameters" element="tns:CheckUser" /> - </wsdl:message> - <wsdl:message name="CheckUserSoapOut"> - <wsdl:part name="parameters" element="tns:CheckUserResponse" /> </wsdl:message> <wsdl:message name="GetSc_StdWorkQtyBill_HICMOInterIDSoapIn"> <wsdl:part name="parameters" element="tns:GetSc_StdWorkQtyBill_HICMOInterID" /> @@ -12433,6 +12461,10 @@ <wsdl:part name="parameters" element="tns:GetSc_ICMOReportBillListResponse" /> </wsdl:message> <wsdl:portType name="WebService1Soap"> + <wsdl:operation name="CheckUser"> + <wsdl:input message="tns:CheckUserSoapIn" /> + <wsdl:output message="tns:CheckUserSoapOut" /> + </wsdl:operation> <wsdl:operation name="get_TestStr"> <wsdl:input message="tns:get_TestStrSoapIn" /> <wsdl:output message="tns:get_TestStrSoapOut" /> @@ -12885,6 +12917,10 @@ <wsdl:input message="tns:get_MaxBillNoAndID_NewSoapIn" /> <wsdl:output message="tns:get_MaxBillNoAndID_NewSoapOut" /> </wsdl:operation> + <wsdl:operation name="get_MaxBillID"> + <wsdl:input message="tns:get_MaxBillIDSoapIn" /> + <wsdl:output message="tns:get_MaxBillIDSoapOut" /> + </wsdl:operation> <wsdl:operation name="CheckModRight"> <wsdl:input message="tns:CheckModRightSoapIn" /> <wsdl:output message="tns:CheckModRightSoapOut" /> @@ -12892,10 +12928,6 @@ <wsdl:operation name="get_User"> <wsdl:input message="tns:get_UserSoapIn" /> <wsdl:output message="tns:get_UserSoapOut" /> - </wsdl:operation> - <wsdl:operation name="CheckUser"> - <wsdl:input message="tns:CheckUserSoapIn" /> - <wsdl:output message="tns:CheckUserSoapOut" /> </wsdl:operation> <wsdl:operation name="GetSc_StdWorkQtyBill_HICMOInterID"> <wsdl:input message="tns:GetSc_StdWorkQtyBill_HICMOInterIDSoapIn" /> @@ -14072,6 +14104,15 @@ </wsdl:portType> <wsdl:binding name="WebService1Soap" type="tns:WebService1Soap"> <soap:binding transport="http://schemas.xmlsoap.org/soap/http" /> + <wsdl:operation name="CheckUser"> + <soap:operation soapAction="http://tempuri.org/CheckUser" style="document" /> + <wsdl:input> + <soap:body use="literal" /> + </wsdl:input> + <wsdl:output> + <soap:body use="literal" /> + </wsdl:output> + </wsdl:operation> <wsdl:operation name="get_TestStr"> <soap:operation soapAction="http://tempuri.org/get_TestStr" style="document" /> <wsdl:input> @@ -15089,6 +15130,15 @@ <soap:body use="literal" /> </wsdl:output> </wsdl:operation> + <wsdl:operation name="get_MaxBillID"> + <soap:operation soapAction="http://tempuri.org/get_MaxBillID" style="document" /> + <wsdl:input> + <soap:body use="literal" /> + </wsdl:input> + <wsdl:output> + <soap:body use="literal" /> + </wsdl:output> + </wsdl:operation> <wsdl:operation name="CheckModRight"> <soap:operation soapAction="http://tempuri.org/CheckModRight" style="document" /> <wsdl:input> @@ -15100,15 +15150,6 @@ </wsdl:operation> <wsdl:operation name="get_User"> <soap:operation soapAction="http://tempuri.org/get_User" style="document" /> - <wsdl:input> - <soap:body use="literal" /> - </wsdl:input> - <wsdl:output> - <soap:body use="literal" /> - </wsdl:output> - </wsdl:operation> - <wsdl:operation name="CheckUser"> - <soap:operation soapAction="http://tempuri.org/CheckUser" style="document" /> <wsdl:input> <soap:body use="literal" /> </wsdl:input> @@ -17756,6 +17797,15 @@ </wsdl:binding> <wsdl:binding name="WebService1Soap12" type="tns:WebService1Soap"> <soap12:binding transport="http://schemas.xmlsoap.org/soap/http" /> + <wsdl:operation name="CheckUser"> + <soap12:operation soapAction="http://tempuri.org/CheckUser" style="document" /> + <wsdl:input> + <soap12:body use="literal" /> + </wsdl:input> + <wsdl:output> + <soap12:body use="literal" /> + </wsdl:output> + </wsdl:operation> <wsdl:operation name="get_TestStr"> <soap12:operation soapAction="http://tempuri.org/get_TestStr" style="document" /> <wsdl:input> @@ -18773,6 +18823,15 @@ <soap12:body use="literal" /> </wsdl:output> </wsdl:operation> + <wsdl:operation name="get_MaxBillID"> + <soap12:operation soapAction="http://tempuri.org/get_MaxBillID" style="document" /> + <wsdl:input> + <soap12:body use="literal" /> + </wsdl:input> + <wsdl:output> + <soap12:body use="literal" /> + </wsdl:output> + </wsdl:operation> <wsdl:operation name="CheckModRight"> <soap12:operation soapAction="http://tempuri.org/CheckModRight" style="document" /> <wsdl:input> @@ -18784,15 +18843,6 @@ </wsdl:operation> <wsdl:operation name="get_User"> <soap12:operation soapAction="http://tempuri.org/get_User" style="document" /> - <wsdl:input> - <soap12:body use="literal" /> - </wsdl:input> - <wsdl:output> - <soap12:body use="literal" /> - </wsdl:output> - </wsdl:operation> - <wsdl:operation name="CheckUser"> - <soap12:operation soapAction="http://tempuri.org/CheckUser" style="document" /> <wsdl:input> <soap12:body use="literal" /> </wsdl:input> @@ -21440,10 +21490,10 @@ </wsdl:binding> <wsdl:service name="WebService1"> <wsdl:port name="WebService1Soap" binding="tns:WebService1Soap"> - <soap:address location="http://124.70.129.242:9090/WEBS-WMS/WebService1.asmx" /> + <soap:address location="http://124.70.129.242/cloudweb/WebService1.asmx" /> </wsdl:port> <wsdl:port name="WebService1Soap12" binding="tns:WebService1Soap12"> - <soap12:address location="http://124.70.129.242:9090/WEBS-WMS/WebService1.asmx" /> + <soap12:address location="http://124.70.129.242/cloudweb/WebService1.asmx" /> </wsdl:port> </wsdl:service> </wsdl:definitions> \ No newline at end of file -- Gitblit v1.9.1