📄 service.wsdl
字号:
<?xml version="1.0" encoding="utf-8"?>
<wsdl:definitions xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing" xmlns:wsap="http://schemas.xmlsoap.org/ws/2004/08/addressing/policy" xmlns:wsp="http://schemas.xmlsoap.org/ws/2004/09/policy" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msc="http://schemas.microsoft.com/ws/2005/12/wsdl/contract" xmlns:tns="http://tempuri.org/" xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" xmlns:wsa10="http://www.w3.org/2005/08/addressing" xmlns:wsx="http://schemas.xmlsoap.org/ws/2004/09/mex" xmlns:wsam="http://www.w3.org/2007/05/addressing/metadata" name="Service" targetNamespace="http://tempuri.org/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
<wsdl:types>
<xsd:schema targetNamespace="http://tempuri.org/Imports">
<xsd:import schemaLocation="http://localhost:2055/hypphone.Web/Service.svc?xsd=xsd0" namespace="http://tempuri.org/" />
<xsd:import schemaLocation="http://localhost:2055/hypphone.Web/Service.svc?xsd=xsd1" namespace="http://schemas.microsoft.com/2003/10/Serialization/" />
<xsd:import schemaLocation="http://localhost:2055/hypphone.Web/Service.svc?xsd=xsd2" namespace="http://schemas.datacontract.org/2004/07/" />
</xsd:schema>
</wsdl:types>
<wsdl:message name="IService_GetAllAddress_InputMessage">
<wsdl:part name="parameters" element="tns:GetAllAddress" />
</wsdl:message>
<wsdl:message name="IService_GetAllAddress_OutputMessage">
<wsdl:part name="parameters" element="tns:GetAllAddressResponse" />
</wsdl:message>
<wsdl:message name="IService_SaveAAddress_InputMessage">
<wsdl:part name="parameters" element="tns:SaveAAddress" />
</wsdl:message>
<wsdl:message name="IService_SaveAAddress_OutputMessage">
<wsdl:part name="parameters" element="tns:SaveAAddressResponse" />
</wsdl:message>
<wsdl:message name="IService_GetAllBooks_InputMessage">
<wsdl:part name="parameters" element="tns:GetAllBooks" />
</wsdl:message>
<wsdl:message name="IService_GetAllBooks_OutputMessage">
<wsdl:part name="parameters" element="tns:GetAllBooksResponse" />
</wsdl:message>
<wsdl:message name="IService_GetBookWithName_InputMessage">
<wsdl:part name="parameters" element="tns:GetBookWithName" />
</wsdl:message>
<wsdl:message name="IService_GetBookWithName_OutputMessage">
<wsdl:part name="parameters" element="tns:GetBookWithNameResponse" />
</wsdl:message>
<wsdl:message name="IService_GetBookWithMark_InputMessage">
<wsdl:part name="parameters" element="tns:GetBookWithMark" />
</wsdl:message>
<wsdl:message name="IService_GetBookWithMark_OutputMessage">
<wsdl:part name="parameters" element="tns:GetBookWithMarkResponse" />
</wsdl:message>
<wsdl:message name="IService_GetBookWithAuthor_InputMessage">
<wsdl:part name="parameters" element="tns:GetBookWithAuthor" />
</wsdl:message>
<wsdl:message name="IService_GetBookWithAuthor_OutputMessage">
<wsdl:part name="parameters" element="tns:GetBookWithAuthorResponse" />
</wsdl:message>
<wsdl:message name="IService_DeleteAAdd_InputMessage">
<wsdl:part name="parameters" element="tns:DeleteAAdd" />
</wsdl:message>
<wsdl:message name="IService_DeleteAAdd_OutputMessage">
<wsdl:part name="parameters" element="tns:DeleteAAddResponse" />
</wsdl:message>
<wsdl:portType name="IService">
<wsdl:operation name="GetAllAddress">
<wsdl:input wsaw:Action="http://tempuri.org/IService/GetAllAddress" message="tns:IService_GetAllAddress_InputMessage" />
<wsdl:output wsaw:Action="http://tempuri.org/IService/GetAllAddressResponse" message="tns:IService_GetAllAddress_OutputMessage" />
</wsdl:operation>
<wsdl:operation name="SaveAAddress">
<wsdl:input wsaw:Action="http://tempuri.org/IService/SaveAAddress" message="tns:IService_SaveAAddress_InputMessage" />
<wsdl:output wsaw:Action="http://tempuri.org/IService/SaveAAddressResponse" message="tns:IService_SaveAAddress_OutputMessage" />
</wsdl:operation>
<wsdl:operation name="GetAllBooks">
<wsdl:input wsaw:Action="http://tempuri.org/IService/GetAllBooks" message="tns:IService_GetAllBooks_InputMessage" />
<wsdl:output wsaw:Action="http://tempuri.org/IService/GetAllBooksResponse" message="tns:IService_GetAllBooks_OutputMessage" />
</wsdl:operation>
<wsdl:operation name="GetBookWithName">
<wsdl:input wsaw:Action="http://tempuri.org/IService/GetBookWithName" message="tns:IService_GetBookWithName_InputMessage" />
<wsdl:output wsaw:Action="http://tempuri.org/IService/GetBookWithNameResponse" message="tns:IService_GetBookWithName_OutputMessage" />
</wsdl:operation>
<wsdl:operation name="GetBookWithMark">
<wsdl:input wsaw:Action="http://tempuri.org/IService/GetBookWithMark" message="tns:IService_GetBookWithMark_InputMessage" />
<wsdl:output wsaw:Action="http://tempuri.org/IService/GetBookWithMarkResponse" message="tns:IService_GetBookWithMark_OutputMessage" />
</wsdl:operation>
<wsdl:operation name="GetBookWithAuthor">
<wsdl:input wsaw:Action="http://tempuri.org/IService/GetBookWithAuthor" message="tns:IService_GetBookWithAuthor_InputMessage" />
<wsdl:output wsaw:Action="http://tempuri.org/IService/GetBookWithAuthorResponse" message="tns:IService_GetBookWithAuthor_OutputMessage" />
</wsdl:operation>
<wsdl:operation name="DeleteAAdd">
<wsdl:input wsaw:Action="http://tempuri.org/IService/DeleteAAdd" message="tns:IService_DeleteAAdd_InputMessage" />
<wsdl:output wsaw:Action="http://tempuri.org/IService/DeleteAAddResponse" message="tns:IService_DeleteAAdd_OutputMessage" />
</wsdl:operation>
</wsdl:portType>
<wsdl:binding name="BasicHttpBinding_IService" type="tns:IService">
<soap:binding transport="http://schemas.xmlsoap.org/soap/http" />
<wsdl:operation name="GetAllAddress">
<soap:operation soapAction="http://tempuri.org/IService/GetAllAddress" style="document" />
<wsdl:input>
<soap:body use="literal" />
</wsdl:input>
<wsdl:output>
<soap:body use="literal" />
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="SaveAAddress">
<soap:operation soapAction="http://tempuri.org/IService/SaveAAddress" style="document" />
<wsdl:input>
<soap:body use="literal" />
</wsdl:input>
<wsdl:output>
<soap:body use="literal" />
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="GetAllBooks">
<soap:operation soapAction="http://tempuri.org/IService/GetAllBooks" style="document" />
<wsdl:input>
<soap:body use="literal" />
</wsdl:input>
<wsdl:output>
<soap:body use="literal" />
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="GetBookWithName">
<soap:operation soapAction="http://tempuri.org/IService/GetBookWithName" style="document" />
<wsdl:input>
<soap:body use="literal" />
</wsdl:input>
<wsdl:output>
<soap:body use="literal" />
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="GetBookWithMark">
<soap:operation soapAction="http://tempuri.org/IService/GetBookWithMark" style="document" />
<wsdl:input>
<soap:body use="literal" />
</wsdl:input>
<wsdl:output>
<soap:body use="literal" />
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="GetBookWithAuthor">
<soap:operation soapAction="http://tempuri.org/IService/GetBookWithAuthor" style="document" />
<wsdl:input>
<soap:body use="literal" />
</wsdl:input>
<wsdl:output>
<soap:body use="literal" />
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="DeleteAAdd">
<soap:operation soapAction="http://tempuri.org/IService/DeleteAAdd" 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="Service">
<wsdl:port name="BasicHttpBinding_IService" binding="tns:BasicHttpBinding_IService">
<soap:address location="http://localhost:2055/hypphone.Web/Service.svc" />
</wsdl:port>
</wsdl:service>
</wsdl:definitions>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -