📄 poll.wsdl
字号:
<?xml version="1.0" encoding="utf-8"?>
<definitions xmlns:s="http://www.w3.org/2001/XMLSchema" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:s0="http://tempuri.org/" targetNamespace="http://tempuri.org/" xmlns="http://schemas.xmlsoap.org/wsdl/">
<types>
<s:schema attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="http://tempuri.org/">
<s:import namespace="http://www.w3.org/2001/XMLSchema" />
<s:element name="GetCurrent">
<s:complexType />
</s:element>
<s:element name="GetCurrentResponse">
<s:complexType>
<s:sequence>
<s:element minOccurs="1" maxOccurs="1" name="GetCurrentResult" nillable="true">
<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="DataSet" nillable="true">
<s:complexType>
<s:sequence>
<s:element ref="s:schema" />
<s:any />
</s:sequence>
</s:complexType>
</s:element>
</s:schema>
</types>
<message name="GetCurrentSoapIn">
<part name="parameters" element="s0:GetCurrent" />
</message>
<message name="GetCurrentSoapOut">
<part name="parameters" element="s0:GetCurrentResponse" />
</message>
<message name="GetCurrentHttpGetIn" />
<message name="GetCurrentHttpGetOut">
<part name="Body" element="s0:DataSet" />
</message>
<message name="GetCurrentHttpPostIn" />
<message name="GetCurrentHttpPostOut">
<part name="Body" element="s0:DataSet" />
</message>
<portType name="PollSoap">
<operation name="GetCurrent">
<input message="s0:GetCurrentSoapIn" />
<output message="s0:GetCurrentSoapOut" />
</operation>
</portType>
<portType name="PollHttpGet">
<operation name="GetCurrent">
<input message="s0:GetCurrentHttpGetIn" />
<output message="s0:GetCurrentHttpGetOut" />
</operation>
</portType>
<portType name="PollHttpPost">
<operation name="GetCurrent">
<input message="s0:GetCurrentHttpPostIn" />
<output message="s0:GetCurrentHttpPostOut" />
</operation>
</portType>
<binding name="PollSoap" type="s0:PollSoap">
<soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="document" />
<operation name="GetCurrent">
<soap:operation soapAction="http://tempuri.org/GetCurrent" style="document" />
<input>
<soap:body use="literal" />
</input>
<output>
<soap:body use="literal" />
</output>
</operation>
</binding>
<binding name="PollHttpGet" type="s0:PollHttpGet">
<http:binding verb="GET" />
<operation name="GetCurrent">
<http:operation location="/GetCurrent" />
<input>
<http:urlEncoded />
</input>
<output>
<mime:mimeXml part="Body" />
</output>
</operation>
</binding>
<binding name="PollHttpPost" type="s0:PollHttpPost">
<http:binding verb="POST" />
<operation name="GetCurrent">
<http:operation location="/GetCurrent" />
<input>
<mime:content type="application/x-www-form-urlencoded" />
</input>
<output>
<mime:mimeXml part="Body" />
</output>
</operation>
</binding>
<service name="Poll">
<port name="PollSoap" binding="s0:PollSoap">
<soap:address location="http://localhost/ThePhile/Modules/Polls/poll.asmx" />
</port>
<port name="PollHttpGet" binding="s0:PollHttpGet">
<http:address location="http://localhost/ThePhile/Modules/Polls/poll.asmx" />
</port>
<port name="PollHttpPost" binding="s0:PollHttpPost">
<http:address location="http://localhost/ThePhile/Modules/Polls/poll.asmx" />
</port>
</service>
</definitions>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -