<?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="GetDeliveryCode">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="CustomerId" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="StorageId" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="CountryCode" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="EAN" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="Date" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="Quantity" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="Security" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="GetDeliveryCodeResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="GetDeliveryCodeResult" type="tns:ret_GetDeliveryCode" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="ret_GetDeliveryCode">
        <s:complexContent mixed="false">
          <s:extension base="tns:_ret">
            <s:sequence>
              <s:element minOccurs="0" maxOccurs="1" name="DeliveryToken" type="s:string" />
              <s:element minOccurs="0" maxOccurs="1" name="Message" type="s:string" />
            </s:sequence>
          </s:extension>
        </s:complexContent>
      </s:complexType>
      <s:complexType name="_ret">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="1" name="StatusCode" type="s:string" />
        </s:sequence>
      </s:complexType>
    </s:schema>
  </wsdl:types>
  <wsdl:message name="GetDeliveryCodeSoapIn">
    <wsdl:part name="parameters" element="tns:GetDeliveryCode" />
  </wsdl:message>
  <wsdl:message name="GetDeliveryCodeSoapOut">
    <wsdl:part name="parameters" element="tns:GetDeliveryCodeResponse" />
  </wsdl:message>
  <wsdl:portType name="WSI_GDSSoap">
    <wsdl:operation name="GetDeliveryCode">
      <wsdl:input message="tns:GetDeliveryCodeSoapIn" />
      <wsdl:output message="tns:GetDeliveryCodeSoapOut" />
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:binding name="WSI_GDSSoap" type="tns:WSI_GDSSoap">
    <soap:binding transport="http://schemas.xmlsoap.org/soap/http" />
    <wsdl:operation name="GetDeliveryCode">
      <soap:operation soapAction="http://www.mondialrelay.fr/webservice/GetDeliveryCode" 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_GDSSoap12" type="tns:WSI_GDSSoap">
    <soap12:binding transport="http://schemas.xmlsoap.org/soap/http" />
    <wsdl:operation name="GetDeliveryCode">
      <soap12:operation soapAction="http://www.mondialrelay.fr/webservice/GetDeliveryCode" 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_GDS">
    <wsdl:port name="WSI_GDSSoap" binding="tns:WSI_GDSSoap">
      <soap:address location="http://api.mondialrelay.com/WSI_GDS.asmx" />
    </wsdl:port>
    <wsdl:port name="WSI_GDSSoap12" binding="tns:WSI_GDSSoap12">
      <soap12:address location="http://api.mondialrelay.com/WSI_GDS.asmx" />
    </wsdl:port>
  </wsdl:service>
</wsdl:definitions>