📄 booksearch.wsdl
字号:
<?xml version="1.0" encoding="utf-8"?>
<wsdl:definitions xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:s="http://www.w3.org/2001/XMLSchema" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:tns="http://tempuri.org/" xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" targetNamespace="http://tempuri.org/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
<wsdl:types>
<s:schema elementFormDefault="qualified" targetNamespace="http://tempuri.org/">
<s:import namespace="http://www.w3.org/2001/XMLSchema" />
<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="getBooksDetail">
<s:complexType>
<s:sequence>
<s:element minOccurs="0" maxOccurs="1" name="BookName" type="s:string" />
<s:element minOccurs="0" maxOccurs="1" name="Author" type="s:string" />
<s:element minOccurs="0" maxOccurs="1" name="Thematic" type="s:string" />
<s:element minOccurs="0" maxOccurs="1" name="BookID" type="s:string" />
<s:element minOccurs="0" maxOccurs="1" name="ISBN" type="s:string" />
<s:element minOccurs="0" maxOccurs="1" name="tablename" type="s:string" />
</s:sequence>
</s:complexType>
</s:element>
<s:element name="getBooksDetailResponse">
<s:complexType>
<s:sequence>
<s:element minOccurs="0" maxOccurs="1" name="getBooksDetailResult">
<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="getBooksSimp">
<s:complexType>
<s:sequence>
<s:element minOccurs="0" maxOccurs="1" name="Sclass" type="s:string" />
<s:element minOccurs="0" maxOccurs="1" name="Stext" type="s:string" />
<s:element minOccurs="0" maxOccurs="1" name="tablename" type="s:string" />
</s:sequence>
</s:complexType>
</s:element>
<s:element name="getBooksSimpResponse">
<s:complexType>
<s:sequence>
<s:element minOccurs="0" maxOccurs="1" name="getBooksSimpResult">
<s:complexType>
<s:sequence>
<s:element ref="s:schema" />
<s:any />
</s:sequence>
</s:complexType>
</s:element>
</s:sequence>
</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="getBooksDetailSoapIn">
<wsdl:part name="parameters" element="tns:getBooksDetail" />
</wsdl:message>
<wsdl:message name="getBooksDetailSoapOut">
<wsdl:part name="parameters" element="tns:getBooksDetailResponse" />
</wsdl:message>
<wsdl:message name="getBooksSimpSoapIn">
<wsdl:part name="parameters" element="tns:getBooksSimp" />
</wsdl:message>
<wsdl:message name="getBooksSimpSoapOut">
<wsdl:part name="parameters" element="tns:getBooksSimpResponse" />
</wsdl:message>
<wsdl:portType name="BookSearchSoap">
<wsdl:operation name="HelloWorld">
<wsdl:input message="tns:HelloWorldSoapIn" />
<wsdl:output message="tns:HelloWorldSoapOut" />
</wsdl:operation>
<wsdl:operation name="getBooksDetail">
<wsdl:input message="tns:getBooksDetailSoapIn" />
<wsdl:output message="tns:getBooksDetailSoapOut" />
</wsdl:operation>
<wsdl:operation name="getBooksSimp">
<wsdl:input message="tns:getBooksSimpSoapIn" />
<wsdl:output message="tns:getBooksSimpSoapOut" />
</wsdl:operation>
</wsdl:portType>
<wsdl:binding name="BookSearchSoap" type="tns:BookSearchSoap">
<soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="document" />
<wsdl:operation name="HelloWorld">
<soap:operation soapAction="http://tempuri.org/HelloWorld" style="document" />
<wsdl:input>
<soap:body use="literal" />
</wsdl:input>
<wsdl:output>
<soap:body use="literal" />
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="getBooksDetail">
<soap:operation soapAction="http://tempuri.org/getBooksDetail" style="document" />
<wsdl:input>
<soap:body use="literal" />
</wsdl:input>
<wsdl:output>
<soap:body use="literal" />
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="getBooksSimp">
<soap:operation soapAction="http://tempuri.org/getBooksSimp" 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="BookSearch">
<documentation xmlns="http://schemas.xmlsoap.org/wsdl/" />
<wsdl:port name="BookSearchSoap" binding="tns:BookSearchSoap">
<soap:address location="http://localhost/BookSearch/BookSearch.asmx" />
</wsdl:port>
</wsdl:service>
</wsdl:definitions>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -