<?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="CreationRetourIdentifie">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Enseigne" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="Expedition" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="Security" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CreationRetourIdentifieResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="CreationRetourIdentifieResult" type="tns:ret_CreationRetourIdentifie" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="ret_CreationRetourIdentifie">
        <s:complexContent mixed="false">
          <s:extension base="tns:ret_">
            <s:sequence>
              <s:element minOccurs="0" maxOccurs="1" name="ExpeditionNum" type="s:string" />
              <s:element minOccurs="0" maxOccurs="1" name="URL_Etiquette" type="s:string" />
              <s:element minOccurs="0" maxOccurs="1" name="URL_Suivi" type="s:string" />
            </s:sequence>
          </s:extension>
        </s:complexContent>
      </s:complexType>
      <s:complexType name="ret_">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="1" name="STAT" type="s:string" />
        </s:sequence>
      </s:complexType>
    </s:schema>
  </wsdl:types>
  <wsdl:message name="CreationRetourIdentifieSoapIn">
    <wsdl:part name="parameters" element="tns:CreationRetourIdentifie" />
  </wsdl:message>
  <wsdl:message name="CreationRetourIdentifieSoapOut">
    <wsdl:part name="parameters" element="tns:CreationRetourIdentifieResponse" />
  </wsdl:message>
  <wsdl:portType name="WS_Interne_MRSoap">
    <wsdl:operation name="CreationRetourIdentifie">
      <wsdl:input message="tns:CreationRetourIdentifieSoapIn" />
      <wsdl:output message="tns:CreationRetourIdentifieSoapOut" />
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:binding name="WS_Interne_MRSoap" type="tns:WS_Interne_MRSoap">
    <soap:binding transport="http://schemas.xmlsoap.org/soap/http" />
    <wsdl:operation name="CreationRetourIdentifie">
      <soap:operation soapAction="http://www.mondialrelay.fr/webservice/CreationRetourIdentifie" 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="WS_Interne_MRSoap12" type="tns:WS_Interne_MRSoap">
    <soap12:binding transport="http://schemas.xmlsoap.org/soap/http" />
    <wsdl:operation name="CreationRetourIdentifie">
      <soap12:operation soapAction="http://www.mondialrelay.fr/webservice/CreationRetourIdentifie" 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="WS_Interne_MR">
    <wsdl:port name="WS_Interne_MRSoap" binding="tns:WS_Interne_MRSoap">
      <soap:address location="http://api.mondialrelay.com/WS_Interne_MR.asmx" />
    </wsdl:port>
    <wsdl:port name="WS_Interne_MRSoap12" binding="tns:WS_Interne_MRSoap12">
      <soap12:address location="http://api.mondialrelay.com/WS_Interne_MR.asmx" />
    </wsdl:port>
  </wsdl:service>
</wsdl:definitions>