<?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.feedoo.com/database/" 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.feedoo.com/database/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
  <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">这个webservice是一个在线短信服务端</wsdl:documentation>
  <wsdl:types>
    <s:schema elementFormDefault="qualified" targetNamespace="http://www.feedoo.com/database/">
      <s:element name="XchangeMsgs">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Msg" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="XchangeMsgsResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="XchangeMsgsResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="GetMsgs">
        <s:complexType />
      </s:element>
      <s:element name="GetMsgsResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="GetMsgsResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="string" nillable="true" type="s:string" />
    </s:schema>
  </wsdl:types>
  <wsdl:message name="XchangeMsgsSoapIn">
    <wsdl:part name="parameters" element="tns:XchangeMsgs" />
  </wsdl:message>
  <wsdl:message name="XchangeMsgsSoapOut">
    <wsdl:part name="parameters" element="tns:XchangeMsgsResponse" />
  </wsdl:message>
  <wsdl:message name="GetMsgsSoapIn">
    <wsdl:part name="parameters" element="tns:GetMsgs" />
  </wsdl:message>
  <wsdl:message name="GetMsgsSoapOut">
    <wsdl:part name="parameters" element="tns:GetMsgsResponse" />
  </wsdl:message>
  <wsdl:message name="XchangeMsgsHttpGetIn">
    <wsdl:part name="Msg" type="s:string" />
  </wsdl:message>
  <wsdl:message name="XchangeMsgsHttpGetOut">
    <wsdl:part name="Body" element="tns:string" />
  </wsdl:message>
  <wsdl:message name="GetMsgsHttpGetIn" />
  <wsdl:message name="GetMsgsHttpGetOut">
    <wsdl:part name="Body" element="tns:string" />
  </wsdl:message>
  <wsdl:message name="XchangeMsgsHttpPostIn">
    <wsdl:part name="Msg" type="s:string" />
  </wsdl:message>
  <wsdl:message name="XchangeMsgsHttpPostOut">
    <wsdl:part name="Body" element="tns:string" />
  </wsdl:message>
  <wsdl:message name="GetMsgsHttpPostIn" />
  <wsdl:message name="GetMsgsHttpPostOut">
    <wsdl:part name="Body" element="tns:string" />
  </wsdl:message>
  <wsdl:portType name="NoteWebServiceSoap">
    <wsdl:operation name="XchangeMsgs">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">XchangeMsgs方法返回一个string</wsdl:documentation>
      <wsdl:input message="tns:XchangeMsgsSoapIn" />
      <wsdl:output message="tns:XchangeMsgsSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="GetMsgs">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">GetMsg方法用username为参数返回一个notemessage对象，包括要传递的消息和用户列表</wsdl:documentation>
      <wsdl:input message="tns:GetMsgsSoapIn" />
      <wsdl:output message="tns:GetMsgsSoapOut" />
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:portType name="NoteWebServiceHttpGet">
    <wsdl:operation name="XchangeMsgs">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">XchangeMsgs方法返回一个string</wsdl:documentation>
      <wsdl:input message="tns:XchangeMsgsHttpGetIn" />
      <wsdl:output message="tns:XchangeMsgsHttpGetOut" />
    </wsdl:operation>
    <wsdl:operation name="GetMsgs">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">GetMsg方法用username为参数返回一个notemessage对象，包括要传递的消息和用户列表</wsdl:documentation>
      <wsdl:input message="tns:GetMsgsHttpGetIn" />
      <wsdl:output message="tns:GetMsgsHttpGetOut" />
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:portType name="NoteWebServiceHttpPost">
    <wsdl:operation name="XchangeMsgs">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">XchangeMsgs方法返回一个string</wsdl:documentation>
      <wsdl:input message="tns:XchangeMsgsHttpPostIn" />
      <wsdl:output message="tns:XchangeMsgsHttpPostOut" />
    </wsdl:operation>
    <wsdl:operation name="GetMsgs">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">GetMsg方法用username为参数返回一个notemessage对象，包括要传递的消息和用户列表</wsdl:documentation>
      <wsdl:input message="tns:GetMsgsHttpPostIn" />
      <wsdl:output message="tns:GetMsgsHttpPostOut" />
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:binding name="NoteWebServiceSoap" type="tns:NoteWebServiceSoap">
    <soap:binding transport="http://schemas.xmlsoap.org/soap/http" />
    <wsdl:operation name="XchangeMsgs">
      <soap:operation soapAction="http://www.feedoo.com/database/XchangeMsgs" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetMsgs">
      <soap:operation soapAction="http://www.feedoo.com/database/GetMsgs" 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="NoteWebServiceSoap12" type="tns:NoteWebServiceSoap">
    <soap12:binding transport="http://schemas.xmlsoap.org/soap/http" />
    <wsdl:operation name="XchangeMsgs">
      <soap12:operation soapAction="http://www.feedoo.com/database/XchangeMsgs" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetMsgs">
      <soap12:operation soapAction="http://www.feedoo.com/database/GetMsgs" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
  </wsdl:binding>
  <wsdl:binding name="NoteWebServiceHttpGet" type="tns:NoteWebServiceHttpGet">
    <http:binding verb="GET" />
    <wsdl:operation name="XchangeMsgs">
      <http:operation location="/XchangeMsgs" />
      <wsdl:input>
        <http:urlEncoded />
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetMsgs">
      <http:operation location="/GetMsgs" />
      <wsdl:input>
        <http:urlEncoded />
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body" />
      </wsdl:output>
    </wsdl:operation>
  </wsdl:binding>
  <wsdl:binding name="NoteWebServiceHttpPost" type="tns:NoteWebServiceHttpPost">
    <http:binding verb="POST" />
    <wsdl:operation name="XchangeMsgs">
      <http:operation location="/XchangeMsgs" />
      <wsdl:input>
        <mime:content type="application/x-www-form-urlencoded" />
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetMsgs">
      <http:operation location="/GetMsgs" />
      <wsdl:input>
        <mime:content type="application/x-www-form-urlencoded" />
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body" />
      </wsdl:output>
    </wsdl:operation>
  </wsdl:binding>
  <wsdl:service name="NoteWebService">
    <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">这个webservice是一个在线短信服务端</wsdl:documentation>
    <wsdl:port name="NoteWebServiceSoap" binding="tns:NoteWebServiceSoap">
      <soap:address location="http://www.feedoo.com/database/NoteWebService.asmx" />
    </wsdl:port>
    <wsdl:port name="NoteWebServiceSoap12" binding="tns:NoteWebServiceSoap12">
      <soap12:address location="http://www.feedoo.com/database/NoteWebService.asmx" />
    </wsdl:port>
    <wsdl:port name="NoteWebServiceHttpGet" binding="tns:NoteWebServiceHttpGet">
      <http:address location="http://www.feedoo.com/database/NoteWebService.asmx" />
    </wsdl:port>
    <wsdl:port name="NoteWebServiceHttpPost" binding="tns:NoteWebServiceHttpPost">
      <http:address location="http://www.feedoo.com/database/NoteWebService.asmx" />
    </wsdl:port>
  </wsdl:service>
</wsdl:definitions>