<?xml version="1.0" encoding="utf-8"?>
<wsdl: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:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:tns="http://webservices.tiscali.com/" xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" targetNamespace="http://webservices.tiscali.com/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
  <wsdl:types>
    <s:schema elementFormDefault="qualified" targetNamespace="http://webservices.tiscali.com/">
      <s:element name="SendCompleteEmail">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="from" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="recipients" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="cces" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="bcces" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="subject" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="headers" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="encoding" type="s:string" />
            <s:element minOccurs="1" maxOccurs="1" name="isHtmlBody" type="s:boolean" />
            <s:element minOccurs="0" maxOccurs="1" name="body" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="attachmentName" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="attachmentData" type="s:base64Binary" />
            <s:element minOccurs="0" maxOccurs="1" name="smtpServer" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="SendCompleteEmailResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="SendCompleteEmailResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="SendCompleteEmailWithAttachUrl">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="from" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="recipients" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="cces" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="bcces" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="subject" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="headers" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="encoding" type="s:string" />
            <s:element minOccurs="1" maxOccurs="1" name="isHtmlBody" type="s:boolean" />
            <s:element minOccurs="0" maxOccurs="1" name="body" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="attachmentName" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="attachmentUrl" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="smtpServer" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="SendCompleteEmailWithAttachUrlResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="SendCompleteEmailWithAttachUrlResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="SendEmail">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="from" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="to" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="cc" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="bcc" 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="smtpServer" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="SendEmailResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="SendEmailResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="SendEmailWithNames">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="fromName" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="from" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="toName" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="to" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="cc" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="bcc" 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="smtpServer" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="SendEmailWithNamesResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="SendEmailWithNamesResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="SendEmailWithNamesAndEncoding">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="fromName" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="from" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="toName" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="to" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="cc" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="bcc" 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="encoding" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="smtpServer" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="SendEmailWithNamesAndEncodingResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="SendEmailWithNamesAndEncodingResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="SendEmailWithSmtpResult">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="from" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="to" 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="attachmentUrl" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="smtpServer" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="SendEmailWithSmtpResultResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="SendEmailWithSmtpResultResult" type="tns:SmtpResult" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="SmtpResult">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="1" name="Result" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="SmtpLog" type="s:string" />
        </s:sequence>
      </s:complexType>
      <s:element name="GetSMTPServer">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="domain" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="GetSMTPServerResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="GetSMTPServerResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="IsValidEmail">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="email" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="IsValidEmailResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="IsValidEmailResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="IsValidPassword">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="email" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="password" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="IsValidPasswordResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="IsValidPasswordResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="GetServicesTests">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="QuickTestsOnly" type="s:boolean" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="GetServicesTestsResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="GetServicesTestsResult" type="tns:ArrayOfServiceTest" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="ArrayOfServiceTest">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="unbounded" name="ServiceTest" type="tns:ServiceTest" />
        </s:sequence>
      </s:complexType>
      <s:complexType name="ServiceTest">
        <s:sequence>
          <s:element minOccurs="1" maxOccurs="1" name="time" type="s:dateTime" />
          <s:element minOccurs="0" maxOccurs="1" name="description" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="expectedResult" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="actualResult" type="s:string" />
          <s:element minOccurs="1" maxOccurs="1" name="success" type="s:boolean" />
        </s:sequence>
      </s:complexType>
      <s:element name="GetServicesStatus">
        <s:complexType />
      </s:element>
      <s:element name="GetServicesStatusResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="GetServicesStatusResult" type="s:boolean" />
          </s:sequence>
        </s:complexType>
      </s:element>
    </s:schema>
  </wsdl:types>
  <wsdl:message name="SendCompleteEmailSoapIn">
    <wsdl:part name="parameters" element="tns:SendCompleteEmail" />
  </wsdl:message>
  <wsdl:message name="SendCompleteEmailSoapOut">
    <wsdl:part name="parameters" element="tns:SendCompleteEmailResponse" />
  </wsdl:message>
  <wsdl:message name="SendCompleteEmailWithAttachUrlSoapIn">
    <wsdl:part name="parameters" element="tns:SendCompleteEmailWithAttachUrl" />
  </wsdl:message>
  <wsdl:message name="SendCompleteEmailWithAttachUrlSoapOut">
    <wsdl:part name="parameters" element="tns:SendCompleteEmailWithAttachUrlResponse" />
  </wsdl:message>
  <wsdl:message name="SendEmailSoapIn">
    <wsdl:part name="parameters" element="tns:SendEmail" />
  </wsdl:message>
  <wsdl:message name="SendEmailSoapOut">
    <wsdl:part name="parameters" element="tns:SendEmailResponse" />
  </wsdl:message>
  <wsdl:message name="SendEmailWithNamesSoapIn">
    <wsdl:part name="parameters" element="tns:SendEmailWithNames" />
  </wsdl:message>
  <wsdl:message name="SendEmailWithNamesSoapOut">
    <wsdl:part name="parameters" element="tns:SendEmailWithNamesResponse" />
  </wsdl:message>
  <wsdl:message name="SendEmailWithNamesAndEncodingSoapIn">
    <wsdl:part name="parameters" element="tns:SendEmailWithNamesAndEncoding" />
  </wsdl:message>
  <wsdl:message name="SendEmailWithNamesAndEncodingSoapOut">
    <wsdl:part name="parameters" element="tns:SendEmailWithNamesAndEncodingResponse" />
  </wsdl:message>
  <wsdl:message name="SendEmailWithSmtpResultSoapIn">
    <wsdl:part name="parameters" element="tns:SendEmailWithSmtpResult" />
  </wsdl:message>
  <wsdl:message name="SendEmailWithSmtpResultSoapOut">
    <wsdl:part name="parameters" element="tns:SendEmailWithSmtpResultResponse" />
  </wsdl:message>
  <wsdl:message name="GetSMTPServerSoapIn">
    <wsdl:part name="parameters" element="tns:GetSMTPServer" />
  </wsdl:message>
  <wsdl:message name="GetSMTPServerSoapOut">
    <wsdl:part name="parameters" element="tns:GetSMTPServerResponse" />
  </wsdl:message>
  <wsdl:message name="IsValidEmailSoapIn">
    <wsdl:part name="parameters" element="tns:IsValidEmail" />
  </wsdl:message>
  <wsdl:message name="IsValidEmailSoapOut">
    <wsdl:part name="parameters" element="tns:IsValidEmailResponse" />
  </wsdl:message>
  <wsdl:message name="IsValidPasswordSoapIn">
    <wsdl:part name="parameters" element="tns:IsValidPassword" />
  </wsdl:message>
  <wsdl:message name="IsValidPasswordSoapOut">
    <wsdl:part name="parameters" element="tns:IsValidPasswordResponse" />
  </wsdl:message>
  <wsdl:message name="GetServicesTestsSoapIn">
    <wsdl:part name="parameters" element="tns:GetServicesTests" />
  </wsdl:message>
  <wsdl:message name="GetServicesTestsSoapOut">
    <wsdl:part name="parameters" element="tns:GetServicesTestsResponse" />
  </wsdl:message>
  <wsdl:message name="GetServicesStatusSoapIn">
    <wsdl:part name="parameters" element="tns:GetServicesStatus" />
  </wsdl:message>
  <wsdl:message name="GetServicesStatusSoapOut">
    <wsdl:part name="parameters" element="tns:GetServicesStatusResponse" />
  </wsdl:message>
  <wsdl:portType name="Tiscali_x0020_Email_x0020_ServicesSoap">
    <wsdl:operation name="SendCompleteEmail">
      <documentation xmlns="http://schemas.xmlsoap.org/wsdl/">Sends a text or HTML email via the given SMTP server or a default one with attachment (bytes) if any. Reciptients are in "Name &amp;lt;Email&amp;gt; " format and semicolon separated. Returns &lt;b&gt;OK&lt;/b&gt; or &lt;b&gt;Error: explanation&lt;/b&gt;.</documentation>
      <wsdl:input message="tns:SendCompleteEmailSoapIn" />
      <wsdl:output message="tns:SendCompleteEmailSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="SendCompleteEmailWithAttachUrl">
      <documentation xmlns="http://schemas.xmlsoap.org/wsdl/">Sends a text or HTML email via the given SMTP server or a default one with attachment getted from given URL (if any). Reciptients are in "Name &amp;lt;Email&amp;gt;" format and semicolon separated. Returns &lt;b&gt;OK&lt;/b&gt; or &lt;b&gt;Error: explanation&lt;/b&gt;.</documentation>
      <wsdl:input message="tns:SendCompleteEmailWithAttachUrlSoapIn" />
      <wsdl:output message="tns:SendCompleteEmailWithAttachUrlSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="SendEmail">
      <documentation xmlns="http://schemas.xmlsoap.org/wsdl/">Sends a text or HTML email via the given SMTP server or a default one. Returns &lt;b&gt;OK&lt;/b&gt; or &lt;b&gt;Error: explanation&lt;/b&gt;.</documentation>
      <wsdl:input message="tns:SendEmailSoapIn" />
      <wsdl:output message="tns:SendEmailSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="SendEmailWithNames">
      <documentation xmlns="http://schemas.xmlsoap.org/wsdl/">Sends a text or HTML email via the given SMTP server or a default one. Returns &lt;b&gt;OK&lt;/b&gt; or &lt;b&gt;Error: explanation&lt;/b&gt;.</documentation>
      <wsdl:input message="tns:SendEmailWithNamesSoapIn" />
      <wsdl:output message="tns:SendEmailWithNamesSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="SendEmailWithNamesAndEncoding">
      <documentation xmlns="http://schemas.xmlsoap.org/wsdl/">Sends a text or HTML email via the given SMTP server or a default one. Returns &lt;b&gt;OK&lt;/b&gt; or &lt;b&gt;Error: explanation&lt;/b&gt;.</documentation>
      <wsdl:input message="tns:SendEmailWithNamesAndEncodingSoapIn" />
      <wsdl:output message="tns:SendEmailWithNamesAndEncodingSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="SendEmailWithSmtpResult">
      <documentation xmlns="http://schemas.xmlsoap.org/wsdl/">Sends an email and returns the results log directly from the SMTP server.</documentation>
      <wsdl:input message="tns:SendEmailWithSmtpResultSoapIn" />
      <wsdl:output message="tns:SendEmailWithSmtpResultSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="GetSMTPServer">
      <documentation xmlns="http://schemas.xmlsoap.org/wsdl/">Returns the name of the SMTP server for a given domain (or &lt;b&gt;Error: ...&lt;/b&gt; if server name cannot be retrieved).</documentation>
      <wsdl:input message="tns:GetSMTPServerSoapIn" />
      <wsdl:output message="tns:GetSMTPServerSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="IsValidEmail">
      <documentation xmlns="http://schemas.xmlsoap.org/wsdl/">Returns &lt;b&gt;true&lt;/b&gt; if the given email address corresponds to a valid account, &lt;b&gt;false&lt;/b&gt; if address is not valid or &lt;b&gt;Error: ...&lt;/b&gt; if the address could not be checked.</documentation>
      <wsdl:input message="tns:IsValidEmailSoapIn" />
      <wsdl:output message="tns:IsValidEmailSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="IsValidPassword">
      <documentation xmlns="http://schemas.xmlsoap.org/wsdl/">Takes an email address and password and validates the password against the user's POP server. If the password is correct, the method will return &lt;b&gt;OK&lt;/b&gt;, if not it will return an error code.</documentation>
      <wsdl:input message="tns:IsValidPasswordSoapIn" />
      <wsdl:output message="tns:IsValidPasswordSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="GetServicesTests">
      <documentation xmlns="http://schemas.xmlsoap.org/wsdl/">Built-in diagnostics - This method a reduced or completed suite of tests on all web services included in this module. For each test run, the method returns a description of the test, its expected behaviour and actual behaviour or result.</documentation>
      <wsdl:input message="tns:GetServicesTestsSoapIn" />
      <wsdl:output message="tns:GetServicesTestsSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="GetServicesStatus">
      <documentation xmlns="http://schemas.xmlsoap.org/wsdl/">Built-in diagnostics - This method runs a the quick tests suite to determine if the module is up and running properly. This method is normally used by automatic tools (like OpenView or WhatsUp) to monitor the services. The service returns &lt;b&gt;true&lt;/b&gt; if everything works fine.</documentation>
      <wsdl:input message="tns:GetServicesStatusSoapIn" />
      <wsdl:output message="tns:GetServicesStatusSoapOut" />
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:binding name="Tiscali_x0020_Email_x0020_ServicesSoap" type="tns:Tiscali_x0020_Email_x0020_ServicesSoap">
    <soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="document" />
    <wsdl:operation name="SendCompleteEmail">
      <soap:operation soapAction="http://webservices.tiscali.com/SendCompleteEmail" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="SendCompleteEmailWithAttachUrl">
      <soap:operation soapAction="http://webservices.tiscali.com/SendCompleteEmailWithAttachUrl" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="SendEmail">
      <soap:operation soapAction="http://webservices.tiscali.com/SendEmail" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="SendEmailWithNames">
      <soap:operation soapAction="http://webservices.tiscali.com/SendEmailWithNames" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="SendEmailWithNamesAndEncoding">
      <soap:operation soapAction="http://webservices.tiscali.com/SendEmailWithNamesAndEncoding" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="SendEmailWithSmtpResult">
      <soap:operation soapAction="http://webservices.tiscali.com/SendEmailWithSmtpResult" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetSMTPServer">
      <soap:operation soapAction="http://webservices.tiscali.com/GetSMTPServer" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="IsValidEmail">
      <soap:operation soapAction="http://webservices.tiscali.com/IsValidEmail" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="IsValidPassword">
      <soap:operation soapAction="http://webservices.tiscali.com/IsValidPassword" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetServicesTests">
      <soap:operation soapAction="http://webservices.tiscali.com/GetServicesTests" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetServicesStatus">
      <soap:operation soapAction="http://webservices.tiscali.com/GetServicesStatus" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
  </wsdl:binding>
  <wsdl:service name="Tiscali_x0020_Email_x0020_Services">
    <documentation xmlns="http://schemas.xmlsoap.org/wsdl/">A collection of Email related utilities.</documentation>
    <wsdl:port name="Tiscali_x0020_Email_x0020_ServicesSoap" binding="tns:Tiscali_x0020_Email_x0020_ServicesSoap">
      <soap:address location="http://webservices.tiscali.com/EmailServices.asmx" />
    </wsdl:port>
  </wsdl:service>
</wsdl:definitions>