<?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://service.ecocoma.com/email/pop3" 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://service.ecocoma.com/email/pop3" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
  <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Cocoma POP3 Web Services.</wsdl:documentation>
  <wsdl:types>
    <s:schema elementFormDefault="qualified" targetNamespace="http://service.ecocoma.com/email/pop3">
      <s:element name="CheckPOP3">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="KeyID" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="DomainID" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="ServerName" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="UserName" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="Password" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="Retr" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CheckPOP3Response">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="CheckPOP3Result" type="tns:POP3" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="POP3">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="1" name="FromEmail" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="ToEmail" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="CCEmail" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="Subject" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="Body" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="Version" type="s:string" />
        </s:sequence>
      </s:complexType>
    </s:schema>
  </wsdl:types>
  <wsdl:message name="CheckPOP3SoapIn">
    <wsdl:part name="parameters" element="tns:CheckPOP3" />
  </wsdl:message>
  <wsdl:message name="CheckPOP3SoapOut">
    <wsdl:part name="parameters" element="tns:CheckPOP3Response" />
  </wsdl:message>
  <wsdl:portType name="POP3_ServiceSoap">
    <wsdl:operation name="CheckPOP3">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Recieves e-mail from a POP3 server.</wsdl:documentation>
      <wsdl:input message="tns:CheckPOP3SoapIn" />
      <wsdl:output message="tns:CheckPOP3SoapOut" />
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:binding name="POP3_ServiceSoap" type="tns:POP3_ServiceSoap">
    <soap:binding transport="http://schemas.xmlsoap.org/soap/http" />
    <wsdl:operation name="CheckPOP3">
      <soap:operation soapAction="http://service.ecocoma.com/email/pop3/CheckPOP3" 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="POP3_ServiceSoap12" type="tns:POP3_ServiceSoap">
    <soap12:binding transport="http://schemas.xmlsoap.org/soap/http" />
    <wsdl:operation name="CheckPOP3">
      <soap12:operation soapAction="http://service.ecocoma.com/email/pop3/CheckPOP3" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
  </wsdl:binding>
  <wsdl:service name="POP3_Service">
    <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Cocoma POP3 Web Services.</wsdl:documentation>
    <wsdl:port name="POP3_ServiceSoap" binding="tns:POP3_ServiceSoap">
      <soap:address location="http://service.ecocoma.com/email/pop3.asmx" />
    </wsdl:port>
    <wsdl:port name="POP3_ServiceSoap12" binding="tns:POP3_ServiceSoap12">
      <soap12:address location="http://service.ecocoma.com/email/pop3.asmx" />
    </wsdl:port>
  </wsdl:service>
</wsdl:definitions>