<?xml version="1.0" encoding="utf-8"?>
<wsdl:definitions xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:tns="http://tempuri.org/" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:s="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" targetNamespace="http://tempuri.org/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
  <wsdl:types>
    <s:schema elementFormDefault="qualified" targetNamespace="http://tempuri.org/">
      <s:element name="MailSendTest">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="FromId" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="ToId" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="CcId" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="BccId" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="Subject" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="MailBody" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="MailSendTestResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="MailSendTestResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="MailSend">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="FromId" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="ToId" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="CcId" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="BccId" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="Subject" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="MailBody" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="MailSendResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="MailSendResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="MailSendWithAttachment">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="FromId" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="ToId" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="CcId" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="BccId" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="Subject" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="MailBody" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="fileData" type="s:base64Binary" />
            <s:element minOccurs="0" maxOccurs="1" name="FileName" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="MailSendWithAttachmentResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="MailSendWithAttachmentResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="MailSendReplyTo">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="FromId" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="ReplyTo" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="ToId" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="CcId" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="BccId" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="Subject" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="MailBody" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="MailSendReplyToResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="MailSendReplyToResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="MailSendReplyToWithHeader">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="FromId" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="ReplyTo" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="ToId" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="CcId" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="BccId" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="Subject" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="MailBody" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="strHeaders" type="tns:ArrayOfString" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="ArrayOfString">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="unbounded" name="string" nillable="true" type="s:string" />
        </s:sequence>
      </s:complexType>
      <s:element name="MailSendReplyToWithHeaderResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="MailSendReplyToWithHeaderResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="MailSendReplyToWithAttachment">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="FromId" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="ReplyTo" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="ToId" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="CcId" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="BccId" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="Subject" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="MailBody" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="fileData" type="s:base64Binary" />
            <s:element minOccurs="0" maxOccurs="1" name="FileName" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="MailSendReplyToWithAttachmentResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="MailSendReplyToWithAttachmentResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="MailSendReplyToWithAttachmentContentId">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="FromId" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="ReplyTo" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="ToId" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="CcId" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="BccId" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="Subject" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="MailBody" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="fileData" type="tns:ArrayOfBase64Binary" />
            <s:element minOccurs="0" maxOccurs="1" name="FileName" type="tns:ArrayOfString" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="ArrayOfBase64Binary">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="unbounded" name="base64Binary" nillable="true" type="s:base64Binary" />
        </s:sequence>
      </s:complexType>
      <s:element name="MailSendReplyToWithAttachmentContentIdResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="MailSendReplyToWithAttachmentContentIdResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="MailSendReplyToWithAttachmentContentIdSecurity">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="FromId" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="ReplyTo" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="ToId" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="CcId" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="BccId" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="Subject" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="MailBody" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="fileData" type="tns:ArrayOfBase64Binary" />
            <s:element minOccurs="0" maxOccurs="1" name="FileName" type="tns:ArrayOfString" />
            <s:element minOccurs="0" maxOccurs="1" name="NetworkCredentialUserName" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="NetworkCredentialPassword" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="MailSendReplyToWithAttachmentContentIdSecurityResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="MailSendReplyToWithAttachmentContentIdSecurityResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="MailSendReplyToWithSecurity">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="FromId" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="ReplyTo" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="ToId" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="CcId" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="BccId" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="Subject" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="MailBody" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="NetworkCredentialUserName" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="NetworkCredentialPassword" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="MailSendReplyToWithSecurityResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="MailSendReplyToWithSecurityResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="MailSendReplyToWithAttachmentWithSecurity">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="FromId" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="ReplyTo" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="ToId" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="CcId" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="BccId" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="Subject" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="MailBody" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="fileData" type="s:base64Binary" />
            <s:element minOccurs="0" maxOccurs="1" name="FileName" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="NetworkCredentialUserName" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="NetworkCredentialPassword" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="MailSendReplyToWithAttachmentWithSecurityResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="MailSendReplyToWithAttachmentWithSecurityResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="MobileAppAlertNotification">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="strMessage" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="MobileAppAlertNotificationResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="MobileAppAlertNotificationResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
    </s:schema>
  </wsdl:types>
  <wsdl:message name="MailSendTestSoapIn">
    <wsdl:part name="parameters" element="tns:MailSendTest" />
  </wsdl:message>
  <wsdl:message name="MailSendTestSoapOut">
    <wsdl:part name="parameters" element="tns:MailSendTestResponse" />
  </wsdl:message>
  <wsdl:message name="MailSendSoapIn">
    <wsdl:part name="parameters" element="tns:MailSend" />
  </wsdl:message>
  <wsdl:message name="MailSendSoapOut">
    <wsdl:part name="parameters" element="tns:MailSendResponse" />
  </wsdl:message>
  <wsdl:message name="MailSendWithAttachmentSoapIn">
    <wsdl:part name="parameters" element="tns:MailSendWithAttachment" />
  </wsdl:message>
  <wsdl:message name="MailSendWithAttachmentSoapOut">
    <wsdl:part name="parameters" element="tns:MailSendWithAttachmentResponse" />
  </wsdl:message>
  <wsdl:message name="MailSendReplyToSoapIn">
    <wsdl:part name="parameters" element="tns:MailSendReplyTo" />
  </wsdl:message>
  <wsdl:message name="MailSendReplyToSoapOut">
    <wsdl:part name="parameters" element="tns:MailSendReplyToResponse" />
  </wsdl:message>
  <wsdl:message name="MailSendReplyToWithHeaderSoapIn">
    <wsdl:part name="parameters" element="tns:MailSendReplyToWithHeader" />
  </wsdl:message>
  <wsdl:message name="MailSendReplyToWithHeaderSoapOut">
    <wsdl:part name="parameters" element="tns:MailSendReplyToWithHeaderResponse" />
  </wsdl:message>
  <wsdl:message name="MailSendReplyToWithAttachmentSoapIn">
    <wsdl:part name="parameters" element="tns:MailSendReplyToWithAttachment" />
  </wsdl:message>
  <wsdl:message name="MailSendReplyToWithAttachmentSoapOut">
    <wsdl:part name="parameters" element="tns:MailSendReplyToWithAttachmentResponse" />
  </wsdl:message>
  <wsdl:message name="MailSendReplyToWithAttachmentContentIdSoapIn">
    <wsdl:part name="parameters" element="tns:MailSendReplyToWithAttachmentContentId" />
  </wsdl:message>
  <wsdl:message name="MailSendReplyToWithAttachmentContentIdSoapOut">
    <wsdl:part name="parameters" element="tns:MailSendReplyToWithAttachmentContentIdResponse" />
  </wsdl:message>
  <wsdl:message name="MailSendReplyToWithAttachmentContentIdSecuritySoapIn">
    <wsdl:part name="parameters" element="tns:MailSendReplyToWithAttachmentContentIdSecurity" />
  </wsdl:message>
  <wsdl:message name="MailSendReplyToWithAttachmentContentIdSecuritySoapOut">
    <wsdl:part name="parameters" element="tns:MailSendReplyToWithAttachmentContentIdSecurityResponse" />
  </wsdl:message>
  <wsdl:message name="MailSendReplyToWithSecuritySoapIn">
    <wsdl:part name="parameters" element="tns:MailSendReplyToWithSecurity" />
  </wsdl:message>
  <wsdl:message name="MailSendReplyToWithSecuritySoapOut">
    <wsdl:part name="parameters" element="tns:MailSendReplyToWithSecurityResponse" />
  </wsdl:message>
  <wsdl:message name="MailSendReplyToWithAttachmentWithSecuritySoapIn">
    <wsdl:part name="parameters" element="tns:MailSendReplyToWithAttachmentWithSecurity" />
  </wsdl:message>
  <wsdl:message name="MailSendReplyToWithAttachmentWithSecuritySoapOut">
    <wsdl:part name="parameters" element="tns:MailSendReplyToWithAttachmentWithSecurityResponse" />
  </wsdl:message>
  <wsdl:message name="MobileAppAlertNotificationSoapIn">
    <wsdl:part name="parameters" element="tns:MobileAppAlertNotification" />
  </wsdl:message>
  <wsdl:message name="MobileAppAlertNotificationSoapOut">
    <wsdl:part name="parameters" element="tns:MobileAppAlertNotificationResponse" />
  </wsdl:message>
  <wsdl:portType name="Mail_WebServicesSoap">
    <wsdl:operation name="MailSendTest">
      <wsdl:input message="tns:MailSendTestSoapIn" />
      <wsdl:output message="tns:MailSendTestSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="MailSend">
      <wsdl:input message="tns:MailSendSoapIn" />
      <wsdl:output message="tns:MailSendSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="MailSendWithAttachment">
      <wsdl:input message="tns:MailSendWithAttachmentSoapIn" />
      <wsdl:output message="tns:MailSendWithAttachmentSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="MailSendReplyTo">
      <wsdl:input message="tns:MailSendReplyToSoapIn" />
      <wsdl:output message="tns:MailSendReplyToSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="MailSendReplyToWithHeader">
      <wsdl:input message="tns:MailSendReplyToWithHeaderSoapIn" />
      <wsdl:output message="tns:MailSendReplyToWithHeaderSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="MailSendReplyToWithAttachment">
      <wsdl:input message="tns:MailSendReplyToWithAttachmentSoapIn" />
      <wsdl:output message="tns:MailSendReplyToWithAttachmentSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="MailSendReplyToWithAttachmentContentId">
      <wsdl:input message="tns:MailSendReplyToWithAttachmentContentIdSoapIn" />
      <wsdl:output message="tns:MailSendReplyToWithAttachmentContentIdSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="MailSendReplyToWithAttachmentContentIdSecurity">
      <wsdl:input message="tns:MailSendReplyToWithAttachmentContentIdSecuritySoapIn" />
      <wsdl:output message="tns:MailSendReplyToWithAttachmentContentIdSecuritySoapOut" />
    </wsdl:operation>
    <wsdl:operation name="MailSendReplyToWithSecurity">
      <wsdl:input message="tns:MailSendReplyToWithSecuritySoapIn" />
      <wsdl:output message="tns:MailSendReplyToWithSecuritySoapOut" />
    </wsdl:operation>
    <wsdl:operation name="MailSendReplyToWithAttachmentWithSecurity">
      <wsdl:input message="tns:MailSendReplyToWithAttachmentWithSecuritySoapIn" />
      <wsdl:output message="tns:MailSendReplyToWithAttachmentWithSecuritySoapOut" />
    </wsdl:operation>
    <wsdl:operation name="MobileAppAlertNotification">
      <wsdl:input message="tns:MobileAppAlertNotificationSoapIn" />
      <wsdl:output message="tns:MobileAppAlertNotificationSoapOut" />
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:binding name="Mail_WebServicesSoap" type="tns:Mail_WebServicesSoap">
    <soap:binding transport="http://schemas.xmlsoap.org/soap/http" />
    <wsdl:operation name="MailSendTest">
      <soap:operation soapAction="http://tempuri.org/MailSendTest" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="MailSend">
      <soap:operation soapAction="http://tempuri.org/MailSend" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="MailSendWithAttachment">
      <soap:operation soapAction="http://tempuri.org/MailSendWithAttachment" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="MailSendReplyTo">
      <soap:operation soapAction="http://tempuri.org/MailSendReplyTo" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="MailSendReplyToWithHeader">
      <soap:operation soapAction="http://tempuri.org/MailSendReplyToWithHeader" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="MailSendReplyToWithAttachment">
      <soap:operation soapAction="http://tempuri.org/MailSendReplyToWithAttachment" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="MailSendReplyToWithAttachmentContentId">
      <soap:operation soapAction="http://tempuri.org/MailSendReplyToWithAttachmentContentId" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="MailSendReplyToWithAttachmentContentIdSecurity">
      <soap:operation soapAction="http://tempuri.org/MailSendReplyToWithAttachmentContentIdSecurity" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="MailSendReplyToWithSecurity">
      <soap:operation soapAction="http://tempuri.org/MailSendReplyToWithSecurity" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="MailSendReplyToWithAttachmentWithSecurity">
      <soap:operation soapAction="http://tempuri.org/MailSendReplyToWithAttachmentWithSecurity" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="MobileAppAlertNotification">
      <soap:operation soapAction="http://tempuri.org/MobileAppAlertNotification" 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="Mail_WebServicesSoap12" type="tns:Mail_WebServicesSoap">
    <soap12:binding transport="http://schemas.xmlsoap.org/soap/http" />
    <wsdl:operation name="MailSendTest">
      <soap12:operation soapAction="http://tempuri.org/MailSendTest" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="MailSend">
      <soap12:operation soapAction="http://tempuri.org/MailSend" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="MailSendWithAttachment">
      <soap12:operation soapAction="http://tempuri.org/MailSendWithAttachment" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="MailSendReplyTo">
      <soap12:operation soapAction="http://tempuri.org/MailSendReplyTo" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="MailSendReplyToWithHeader">
      <soap12:operation soapAction="http://tempuri.org/MailSendReplyToWithHeader" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="MailSendReplyToWithAttachment">
      <soap12:operation soapAction="http://tempuri.org/MailSendReplyToWithAttachment" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="MailSendReplyToWithAttachmentContentId">
      <soap12:operation soapAction="http://tempuri.org/MailSendReplyToWithAttachmentContentId" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="MailSendReplyToWithAttachmentContentIdSecurity">
      <soap12:operation soapAction="http://tempuri.org/MailSendReplyToWithAttachmentContentIdSecurity" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="MailSendReplyToWithSecurity">
      <soap12:operation soapAction="http://tempuri.org/MailSendReplyToWithSecurity" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="MailSendReplyToWithAttachmentWithSecurity">
      <soap12:operation soapAction="http://tempuri.org/MailSendReplyToWithAttachmentWithSecurity" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="MobileAppAlertNotification">
      <soap12:operation soapAction="http://tempuri.org/MobileAppAlertNotification" 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="Mail_WebServices">
    <wsdl:port name="Mail_WebServicesSoap" binding="tns:Mail_WebServicesSoap">
      <soap:address location="http://tlog.grouptci.in/WebServices/TCIL_Mail_WebServices/Mail_WebServices.asmx" />
    </wsdl:port>
    <wsdl:port name="Mail_WebServicesSoap12" binding="tns:Mail_WebServicesSoap12">
      <soap12:address location="http://tlog.grouptci.in/WebServices/TCIL_Mail_WebServices/Mail_WebServices.asmx" />
    </wsdl:port>
  </wsdl:service>
</wsdl:definitions>