📄 service1.wsdl
字号:
<documentation>This method searches for the details of the book based on the the Catalog of the books</documentation>
<input message="s0:SrchCategorySoapIn" />
<output message="s0:SrchCategorySoapOut" />
</operation>
<operation name="SrchTitle">
<documentation>This method searches for the details of the book based on the the Title of the books</documentation>
<input message="s0:SrchTitleSoapIn" />
<output message="s0:SrchTitleSoapOut" />
</operation>
<operation name="GenerateOrder">
<documentation>This method returns the order number of a customer</documentation>
<input message="s0:GenerateOrderSoapIn" />
<output message="s0:GenerateOrderSoapOut" />
</operation>
<operation name="AcceptDetails">
<documentation>This method accepts the details of Customer who opt for a book published by DeepThoughts Publications</documentation>
<input message="s0:AcceptDetailsSoapIn" />
<output message="s0:AcceptDetailsSoapOut" />
</operation>
</portType>
<portType name="Service1HttpGet">
<operation name="SearchALL">
<documentation>This method searches for the details of the book based on the criteria specified by a customer</documentation>
<input message="s0:SearchALLHttpGetIn" />
<output message="s0:SearchALLHttpGetOut" />
</operation>
<operation name="SrchISBN">
<documentation>This method searches for the details of the book based on the ISBN Number of the book</documentation>
<input message="s0:SrchISBNHttpGetIn" />
<output message="s0:SrchISBNHttpGetOut" />
</operation>
<operation name="SrchAuthor">
<documentation>This method searches for the details of the book based on the the name of the Author</documentation>
<input message="s0:SrchAuthorHttpGetIn" />
<output message="s0:SrchAuthorHttpGetOut" />
</operation>
<operation name="SrchCategory">
<documentation>This method searches for the details of the book based on the the Catalog of the books</documentation>
<input message="s0:SrchCategoryHttpGetIn" />
<output message="s0:SrchCategoryHttpGetOut" />
</operation>
<operation name="SrchTitle">
<documentation>This method searches for the details of the book based on the the Title of the books</documentation>
<input message="s0:SrchTitleHttpGetIn" />
<output message="s0:SrchTitleHttpGetOut" />
</operation>
<operation name="GenerateOrder">
<documentation>This method returns the order number of a customer</documentation>
<input message="s0:GenerateOrderHttpGetIn" />
<output message="s0:GenerateOrderHttpGetOut" />
</operation>
<operation name="AcceptDetails">
<documentation>This method accepts the details of Customer who opt for a book published by DeepThoughts Publications</documentation>
<input message="s0:AcceptDetailsHttpGetIn" />
<output message="s0:AcceptDetailsHttpGetOut" />
</operation>
</portType>
<portType name="Service1HttpPost">
<operation name="SearchALL">
<documentation>This method searches for the details of the book based on the criteria specified by a customer</documentation>
<input message="s0:SearchALLHttpPostIn" />
<output message="s0:SearchALLHttpPostOut" />
</operation>
<operation name="SrchISBN">
<documentation>This method searches for the details of the book based on the ISBN Number of the book</documentation>
<input message="s0:SrchISBNHttpPostIn" />
<output message="s0:SrchISBNHttpPostOut" />
</operation>
<operation name="SrchAuthor">
<documentation>This method searches for the details of the book based on the the name of the Author</documentation>
<input message="s0:SrchAuthorHttpPostIn" />
<output message="s0:SrchAuthorHttpPostOut" />
</operation>
<operation name="SrchCategory">
<documentation>This method searches for the details of the book based on the the Catalog of the books</documentation>
<input message="s0:SrchCategoryHttpPostIn" />
<output message="s0:SrchCategoryHttpPostOut" />
</operation>
<operation name="SrchTitle">
<documentation>This method searches for the details of the book based on the the Title of the books</documentation>
<input message="s0:SrchTitleHttpPostIn" />
<output message="s0:SrchTitleHttpPostOut" />
</operation>
<operation name="GenerateOrder">
<documentation>This method returns the order number of a customer</documentation>
<input message="s0:GenerateOrderHttpPostIn" />
<output message="s0:GenerateOrderHttpPostOut" />
</operation>
<operation name="AcceptDetails">
<documentation>This method accepts the details of Customer who opt for a book published by DeepThoughts Publications</documentation>
<input message="s0:AcceptDetailsHttpPostIn" />
<output message="s0:AcceptDetailsHttpPostOut" />
</operation>
</portType>
<binding name="Service1Soap" type="s0:Service1Soap">
<soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="document" />
<operation name="SearchALL">
<soap:operation soapAction="http://LocalHost/DTWebService/SearchALL" style="document" />
<input>
<soap:body use="literal" />
</input>
<output>
<soap:body use="literal" />
</output>
</operation>
<operation name="SrchISBN">
<soap:operation soapAction="http://LocalHost/DTWebService/SrchISBN" style="document" />
<input>
<soap:body use="literal" />
</input>
<output>
<soap:body use="literal" />
</output>
</operation>
<operation name="SrchAuthor">
<soap:operation soapAction="http://LocalHost/DTWebService/SrchAuthor" style="document" />
<input>
<soap:body use="literal" />
</input>
<output>
<soap:body use="literal" />
</output>
</operation>
<operation name="SrchCategory">
<soap:operation soapAction="http://LocalHost/DTWebService/SrchCategory" style="document" />
<input>
<soap:body use="literal" />
</input>
<output>
<soap:body use="literal" />
</output>
</operation>
<operation name="SrchTitle">
<soap:operation soapAction="http://LocalHost/DTWebService/SrchTitle" style="document" />
<input>
<soap:body use="literal" />
</input>
<output>
<soap:body use="literal" />
</output>
</operation>
<operation name="GenerateOrder">
<soap:operation soapAction="http://LocalHost/DTWebService/GenerateOrder" style="document" />
<input>
<soap:body use="literal" />
</input>
<output>
<soap:body use="literal" />
</output>
</operation>
<operation name="AcceptDetails">
<soap:operation soapAction="http://LocalHost/DTWebService/AcceptDetails" style="document" />
<input>
<soap:body use="literal" />
</input>
<output>
<soap:body use="literal" />
</output>
</operation>
</binding>
<binding name="Service1HttpGet" type="s0:Service1HttpGet">
<http:binding verb="GET" />
<operation name="SearchALL">
<http:operation location="/SearchALL" />
<input>
<http:urlEncoded />
</input>
<output>
<mime:mimeXml part="Body" />
</output>
</operation>
<operation name="SrchISBN">
<http:operation location="/SrchISBN" />
<input>
<http:urlEncoded />
</input>
<output>
<mime:mimeXml part="Body" />
</output>
</operation>
<operation name="SrchAuthor">
<http:operation location="/SrchAuthor" />
<input>
<http:urlEncoded />
</input>
<output>
<mime:mimeXml part="Body" />
</output>
</operation>
<operation name="SrchCategory">
<http:operation location="/SrchCategory" />
<input>
<http:urlEncoded />
</input>
<output>
<mime:mimeXml part="Body" />
</output>
</operation>
<operation name="SrchTitle">
<http:operation location="/SrchTitle" />
<input>
<http:urlEncoded />
</input>
<output>
<mime:mimeXml part="Body" />
</output>
</operation>
<operation name="GenerateOrder">
<http:operation location="/GenerateOrder" />
<input>
<http:urlEncoded />
</input>
<output>
<mime:mimeXml part="Body" />
</output>
</operation>
<operation name="AcceptDetails">
<http:operation location="/AcceptDetails" />
<input>
<http:urlEncoded />
</input>
<output>
<mime:mimeXml part="Body" />
</output>
</operation>
</binding>
<binding name="Service1HttpPost" type="s0:Service1HttpPost">
<http:binding verb="POST" />
<operation name="SearchALL">
<http:operation location="/SearchALL" />
<input>
<mime:content type="application/x-www-form-urlencoded" />
</input>
<output>
<mime:mimeXml part="Body" />
</output>
</operation>
<operation name="SrchISBN">
<http:operation location="/SrchISBN" />
<input>
<mime:content type="application/x-www-form-urlencoded" />
</input>
<output>
<mime:mimeXml part="Body" />
</output>
</operation>
<operation name="SrchAuthor">
<http:operation location="/SrchAuthor" />
<input>
<mime:content type="application/x-www-form-urlencoded" />
</input>
<output>
<mime:mimeXml part="Body" />
</output>
</operation>
<operation name="SrchCategory">
<http:operation location="/SrchCategory" />
<input>
<mime:content type="application/x-www-form-urlencoded" />
</input>
<output>
<mime:mimeXml part="Body" />
</output>
</operation>
<operation name="SrchTitle">
<http:operation location="/SrchTitle" />
<input>
<mime:content type="application/x-www-form-urlencoded" />
</input>
<output>
<mime:mimeXml part="Body" />
</output>
</operation>
<operation name="GenerateOrder">
<http:operation location="/GenerateOrder" />
<input>
<mime:content type="application/x-www-form-urlencoded" />
</input>
<output>
<mime:mimeXml part="Body" />
</output>
</operation>
<operation name="AcceptDetails">
<http:operation location="/AcceptDetails" />
<input>
<mime:content type="application/x-www-form-urlencoded" />
</input>
<output>
<mime:mimeXml part="Body" />
</output>
</operation>
</binding>
<service name="Service1">
<documentation>A service displaying catalogs of Deep Thoughts publisher</documentation>
<port name="Service1Soap" binding="s0:Service1Soap">
<soap:address location="http://localhost/DTWebService/Service1.asmx" />
</port>
<port name="Service1HttpGet" binding="s0:Service1HttpGet">
<http:address location="http://localhost/DTWebService/Service1.asmx" />
</port>
<port name="Service1HttpPost" binding="s0:Service1HttpPost">
<http:address location="http://localhost/DTWebService/Service1.asmx" />
</port>
</service>
</definitions>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -