📄 categoriesservice.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://www.wrox.com/Books/ProASPNET20XML/" 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://www.wrox.com/Books/ProASPNET20XML/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
<wsdl:types>
<s:schema elementFormDefault="qualified" targetNamespace="http://www.wrox.com/Books/ProASPNET20XML/">
<s:element name="GetCategories">
<s:complexType />
</s:element>
<s:element name="GetCategoriesResponse">
<s:complexType>
<s:sequence>
<s:element minOccurs="0" maxOccurs="1" name="GetCategoriesResult" type="tns:ArrayOfCategory" />
</s:sequence>
</s:complexType>
</s:element>
<s:complexType name="ArrayOfCategory">
<s:sequence>
<s:element minOccurs="0" maxOccurs="unbounded" name="Category" nillable="true" type="tns:Category" />
</s:sequence>
</s:complexType>
<s:complexType name="Category">
<s:sequence>
<s:element minOccurs="1" maxOccurs="1" name="CategoryID" type="s:int" />
<s:element minOccurs="0" maxOccurs="1" name="CategoryName" type="s:string" />
</s:sequence>
</s:complexType>
</s:schema>
</wsdl:types>
<wsdl:message name="GetCategoriesSoapIn">
<wsdl:part name="parameters" element="tns:GetCategories" />
</wsdl:message>
<wsdl:message name="GetCategoriesSoapOut">
<wsdl:part name="parameters" element="tns:GetCategoriesResponse" />
</wsdl:message>
<wsdl:portType name="CategoriesServiceSoap">
<wsdl:operation name="GetCategories">
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">This method allows a remote client to retrieve all the categories available in the site.</wsdl:documentation>
<wsdl:input message="tns:GetCategoriesSoapIn" />
<wsdl:output message="tns:GetCategoriesSoapOut" />
</wsdl:operation>
</wsdl:portType>
<wsdl:binding name="CategoriesServiceSoap" type="tns:CategoriesServiceSoap">
<soap:binding transport="http://schemas.xmlsoap.org/soap/http" />
<wsdl:operation name="GetCategories">
<soap:operation soapAction="http://www.wrox.com/Books/ProASPNET20XML/GetCategories" 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="CategoriesServiceSoap12" type="tns:CategoriesServiceSoap">
<soap12:binding transport="http://schemas.xmlsoap.org/soap/http" />
<wsdl:operation name="GetCategories">
<soap12:operation soapAction="http://www.wrox.com/Books/ProASPNET20XML/GetCategories" 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="CategoriesService">
<wsdl:port name="CategoriesServiceSoap" binding="tns:CategoriesServiceSoap">
<soap:address location="http://localhost/MyProjects/Wrox/Chapter15/ContentPublisherService/CategoriesService.asmx" />
</wsdl:port>
<wsdl:port name="CategoriesServiceSoap12" binding="tns:CategoriesServiceSoap12">
<soap12:address location="http://localhost/MyProjects/Wrox/Chapter15/ContentPublisherService/CategoriesService.asmx" />
</wsdl:port>
</wsdl:service>
</wsdl:definitions>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -