📄 service1.wsdl
字号:
<?xml version="1.0" encoding="utf-8"?>
<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:s0="http://tempuri.org/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" targetNamespace="http://tempuri.org/" xmlns="http://schemas.xmlsoap.org/wsdl/">
<types>
<s:schema elementFormDefault="qualified" targetNamespace="http://tempuri.org/">
<s:element name="Interprete">
<s:complexType>
<s:sequence>
<s:element minOccurs="0" maxOccurs="1" name="chinese" type="s:string" />
</s:sequence>
</s:complexType>
</s:element>
<s:element name="InterpreteResponse">
<s:complexType>
<s:sequence>
<s:element minOccurs="0" maxOccurs="1" name="InterpreteResult" type="s:string" />
</s:sequence>
</s:complexType>
</s:element>
<s:element name="string" nillable="true" type="s:string" />
</s:schema>
</types>
<message name="InterpreteSoapIn">
<part name="parameters" element="s0:Interprete" />
</message>
<message name="InterpreteSoapOut">
<part name="parameters" element="s0:InterpreteResponse" />
</message>
<message name="InterpreteHttpGetIn">
<part name="chinese" type="s:string" />
</message>
<message name="InterpreteHttpGetOut">
<part name="Body" element="s0:string" />
</message>
<message name="InterpreteHttpPostIn">
<part name="chinese" type="s:string" />
</message>
<message name="InterpreteHttpPostOut">
<part name="Body" element="s0:string" />
</message>
<portType name="Service1Soap">
<operation name="Interprete">
<input message="s0:InterpreteSoapIn" />
<output message="s0:InterpreteSoapOut" />
</operation>
</portType>
<portType name="Service1HttpGet">
<operation name="Interprete">
<input message="s0:InterpreteHttpGetIn" />
<output message="s0:InterpreteHttpGetOut" />
</operation>
</portType>
<portType name="Service1HttpPost">
<operation name="Interprete">
<input message="s0:InterpreteHttpPostIn" />
<output message="s0:InterpreteHttpPostOut" />
</operation>
</portType>
<binding name="Service1Soap" type="s0:Service1Soap">
<soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="document" />
<operation name="Interprete">
<soap:operation soapAction="http://tempuri.org/Interprete" 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="Interprete">
<http:operation location="/Interprete" />
<input>
<http:urlEncoded />
</input>
<output>
<mime:mimeXml part="Body" />
</output>
</operation>
</binding>
<binding name="Service1HttpPost" type="s0:Service1HttpPost">
<http:binding verb="POST" />
<operation name="Interprete">
<http:operation location="/Interprete" />
<input>
<mime:content type="application/x-www-form-urlencoded" />
</input>
<output>
<mime:mimeXml part="Body" />
</output>
</operation>
</binding>
<service name="Service1">
<port name="Service1Soap" binding="s0:Service1Soap">
<soap:address location="http://localhost/WebInterpreter/Service1.asmx" />
</port>
<port name="Service1HttpGet" binding="s0:Service1HttpGet">
<http:address location="http://localhost/WebInterpreter/Service1.asmx" />
</port>
<port name="Service1HttpPost" binding="s0:Service1HttpPost">
<http:address location="http://localhost/WebInterpreter/Service1.asmx" />
</port>
</service>
</definitions>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -