📄 webservice.wsdl
字号:
<?xml version="1.0" encoding="utf-8"?>
<wsdl:definitions xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:tns="http://hb/webservices" xmlns:s="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" targetNamespace="http://hb/webservices" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
<wsdl:types>
<s:schema elementFormDefault="qualified" targetNamespace="http://hb/webservices">
<s:element name="HelloWorld">
<s:complexType />
</s:element>
<s:element name="HelloWorldResponse">
<s:complexType>
<s:sequence>
<s:element minOccurs="0" maxOccurs="1" name="HelloWorldResult" type="s:string" />
</s:sequence>
</s:complexType>
</s:element>
<s:element name="DAO_Insert">
<s:complexType>
<s:sequence>
<s:element minOccurs="0" maxOccurs="1" name="BarCode" type="s:string" />
</s:sequence>
</s:complexType>
</s:element>
<s:element name="DAO_InsertResponse">
<s:complexType />
</s:element>
<s:element name="DAO_Select">
<s:complexType>
<s:sequence>
<s:element minOccurs="0" maxOccurs="1" name="BarCode" type="s:string" />
</s:sequence>
</s:complexType>
</s:element>
<s:element name="DAO_SelectResponse">
<s:complexType>
<s:sequence>
<s:element minOccurs="1" maxOccurs="1" name="DAO_SelectResult" type="s:int" />
</s:sequence>
</s:complexType>
</s:element>
<s:element name="DAO_SelectAll">
<s:complexType>
<s:sequence>
<s:element minOccurs="0" maxOccurs="1" name="BarCode" type="s:string" />
</s:sequence>
</s:complexType>
</s:element>
<s:element name="DAO_SelectAllResponse">
<s:complexType>
<s:sequence>
<s:element minOccurs="0" maxOccurs="1" name="DAO_SelectAllResult">
<s:complexType>
<s:sequence>
<s:element ref="s:schema" />
<s:any />
</s:sequence>
</s:complexType>
</s:element>
</s:sequence>
</s:complexType>
</s:element>
<s:element name="DAO_Update">
<s:complexType>
<s:sequence>
<s:element minOccurs="0" maxOccurs="1" name="BarCode" type="s:string" />
<s:element minOccurs="1" maxOccurs="1" name="Number" type="s:int" />
</s:sequence>
</s:complexType>
</s:element>
<s:element name="DAO_UpdateResponse">
<s:complexType />
</s:element>
</s:schema>
</wsdl:types>
<wsdl:message name="HelloWorldSoapIn">
<wsdl:part name="parameters" element="tns:HelloWorld" />
</wsdl:message>
<wsdl:message name="HelloWorldSoapOut">
<wsdl:part name="parameters" element="tns:HelloWorldResponse" />
</wsdl:message>
<wsdl:message name="DAO_InsertSoapIn">
<wsdl:part name="parameters" element="tns:DAO_Insert" />
</wsdl:message>
<wsdl:message name="DAO_InsertSoapOut">
<wsdl:part name="parameters" element="tns:DAO_InsertResponse" />
</wsdl:message>
<wsdl:message name="DAO_SelectSoapIn">
<wsdl:part name="parameters" element="tns:DAO_Select" />
</wsdl:message>
<wsdl:message name="DAO_SelectSoapOut">
<wsdl:part name="parameters" element="tns:DAO_SelectResponse" />
</wsdl:message>
<wsdl:message name="DAO_SelectAllSoapIn">
<wsdl:part name="parameters" element="tns:DAO_SelectAll" />
</wsdl:message>
<wsdl:message name="DAO_SelectAllSoapOut">
<wsdl:part name="parameters" element="tns:DAO_SelectAllResponse" />
</wsdl:message>
<wsdl:message name="DAO_UpdateSoapIn">
<wsdl:part name="parameters" element="tns:DAO_Update" />
</wsdl:message>
<wsdl:message name="DAO_UpdateSoapOut">
<wsdl:part name="parameters" element="tns:DAO_UpdateResponse" />
</wsdl:message>
<wsdl:portType name="WebServiceSoap">
<wsdl:operation name="HelloWorld">
<wsdl:input message="tns:HelloWorldSoapIn" />
<wsdl:output message="tns:HelloWorldSoapOut" />
</wsdl:operation>
<wsdl:operation name="DAO_Insert">
<wsdl:input message="tns:DAO_InsertSoapIn" />
<wsdl:output message="tns:DAO_InsertSoapOut" />
</wsdl:operation>
<wsdl:operation name="DAO_Select">
<wsdl:input message="tns:DAO_SelectSoapIn" />
<wsdl:output message="tns:DAO_SelectSoapOut" />
</wsdl:operation>
<wsdl:operation name="DAO_SelectAll">
<wsdl:input message="tns:DAO_SelectAllSoapIn" />
<wsdl:output message="tns:DAO_SelectAllSoapOut" />
</wsdl:operation>
<wsdl:operation name="DAO_Update">
<wsdl:input message="tns:DAO_UpdateSoapIn" />
<wsdl:output message="tns:DAO_UpdateSoapOut" />
</wsdl:operation>
</wsdl:portType>
<wsdl:binding name="WebServiceSoap" type="tns:WebServiceSoap">
<soap:binding transport="http://schemas.xmlsoap.org/soap/http" />
<wsdl:operation name="HelloWorld">
<soap:operation soapAction="http://hb/webservices/HelloWorld" style="document" />
<wsdl:input>
<soap:body use="literal" />
</wsdl:input>
<wsdl:output>
<soap:body use="literal" />
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="DAO_Insert">
<soap:operation soapAction="http://hb/webservices/DAO_Insert" style="document" />
<wsdl:input>
<soap:body use="literal" />
</wsdl:input>
<wsdl:output>
<soap:body use="literal" />
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="DAO_Select">
<soap:operation soapAction="http://hb/webservices/DAO_Select" style="document" />
<wsdl:input>
<soap:body use="literal" />
</wsdl:input>
<wsdl:output>
<soap:body use="literal" />
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="DAO_SelectAll">
<soap:operation soapAction="http://hb/webservices/DAO_SelectAll" style="document" />
<wsdl:input>
<soap:body use="literal" />
</wsdl:input>
<wsdl:output>
<soap:body use="literal" />
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="DAO_Update">
<soap:operation soapAction="http://hb/webservices/DAO_Update" style="document" />
<wsdl:input>
<soap:body use="literal" />
</wsdl:input>
<wsdl:output>
<soap:body use="literal" />
</wsdl:output>
</wsdl:operation>
</wsdl:binding>
<wsdl:binding name="WebServiceSoap12" type="tns:WebServiceSoap">
<soap12:binding transport="http://schemas.xmlsoap.org/soap/http" />
<wsdl:operation name="HelloWorld">
<soap12:operation soapAction="http://hb/webservices/HelloWorld" style="document" />
<wsdl:input>
<soap12:body use="literal" />
</wsdl:input>
<wsdl:output>
<soap12:body use="literal" />
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="DAO_Insert">
<soap12:operation soapAction="http://hb/webservices/DAO_Insert" style="document" />
<wsdl:input>
<soap12:body use="literal" />
</wsdl:input>
<wsdl:output>
<soap12:body use="literal" />
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="DAO_Select">
<soap12:operation soapAction="http://hb/webservices/DAO_Select" style="document" />
<wsdl:input>
<soap12:body use="literal" />
</wsdl:input>
<wsdl:output>
<soap12:body use="literal" />
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="DAO_SelectAll">
<soap12:operation soapAction="http://hb/webservices/DAO_SelectAll" style="document" />
<wsdl:input>
<soap12:body use="literal" />
</wsdl:input>
<wsdl:output>
<soap12:body use="literal" />
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="DAO_Update">
<soap12:operation soapAction="http://hb/webservices/DAO_Update" style="document" />
<wsdl:input>
<soap12:body use="literal" />
</wsdl:input>
<wsdl:output>
<soap12:body use="literal" />
</wsdl:output>
</wsdl:operation>
</wsdl:binding>
<wsdl:service name="WebService">
<wsdl:port name="WebServiceSoap" binding="tns:WebServiceSoap">
<soap:address location="http://hb/WebService.asmx" />
</wsdl:port>
<wsdl:port name="WebServiceSoap12" binding="tns:WebServiceSoap12">
<soap12:address location="http://hb/WebService.asmx" />
</wsdl:port>
</wsdl:service>
</wsdl:definitions>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -