<?xml version="1.0" encoding="utf-8"?>
<wsdl:definitions xmlns:s="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:tns="http://www.mondialrelay.fr/webservice/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" targetNamespace="http://www.mondialrelay.fr/webservice/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
  <wsdl:types>
    <s:schema elementFormDefault="qualified" targetNamespace="http://www.mondialrelay.fr/webservice/">
      <s:element name="SendMailAdmin">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="From" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="FromName" 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="Security" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="SendMailAdminResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="SendMailAdminResult" type="s:boolean" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="TestTPE">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Security" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="TestTPEResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="TestTPEResult" type="s:boolean" />
          </s:sequence>
        </s:complexType>
      </s:element>
    </s:schema>
  </wsdl:types>
  <wsdl:message name="SendMailAdminSoapIn">
    <wsdl:part name="parameters" element="tns:SendMailAdmin" />
  </wsdl:message>
  <wsdl:message name="SendMailAdminSoapOut">
    <wsdl:part name="parameters" element="tns:SendMailAdminResponse" />
  </wsdl:message>
  <wsdl:message name="TestTPESoapIn">
    <wsdl:part name="parameters" element="tns:TestTPE" />
  </wsdl:message>
  <wsdl:message name="TestTPESoapOut">
    <wsdl:part name="parameters" element="tns:TestTPEResponse" />
  </wsdl:message>
  <wsdl:portType name="WSI_MR_ToolsSoap">
    <wsdl:operation name="SendMailAdmin">
      <wsdl:input message="tns:SendMailAdminSoapIn" />
      <wsdl:output message="tns:SendMailAdminSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="TestTPE">
      <wsdl:input message="tns:TestTPESoapIn" />
      <wsdl:output message="tns:TestTPESoapOut" />
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:binding name="WSI_MR_ToolsSoap" type="tns:WSI_MR_ToolsSoap">
    <soap:binding transport="http://schemas.xmlsoap.org/soap/http" />
    <wsdl:operation name="SendMailAdmin">
      <soap:operation soapAction="http://www.mondialrelay.fr/webservice/SendMailAdmin" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="TestTPE">
      <soap:operation soapAction="http://www.mondialrelay.fr/webservice/TestTPE" 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="WSI_MR_ToolsSoap12" type="tns:WSI_MR_ToolsSoap">
    <soap12:binding transport="http://schemas.xmlsoap.org/soap/http" />
    <wsdl:operation name="SendMailAdmin">
      <soap12:operation soapAction="http://www.mondialrelay.fr/webservice/SendMailAdmin" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="TestTPE">
      <soap12:operation soapAction="http://www.mondialrelay.fr/webservice/TestTPE" 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="WSI_MR_Tools">
    <wsdl:port name="WSI_MR_ToolsSoap" binding="tns:WSI_MR_ToolsSoap">
      <soap:address location="http://api.mondialrelay.com/WSI_MR_Tools.asmx" />
    </wsdl:port>
    <wsdl:port name="WSI_MR_ToolsSoap12" binding="tns:WSI_MR_ToolsSoap12">
      <soap12:address location="http://api.mondialrelay.com/WSI_MR_Tools.asmx" />
    </wsdl:port>
  </wsdl:service>
</wsdl:definitions>