<?xml version="1.0" encoding="utf-8"?>
<wsdl:definitions xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/"
                  xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"
                  xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/"
                  xmlns:tns="http://dpd.com/common/service/types/LoginService/2.1"
                  xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
                  xmlns:s="http://www.w3.org/2001/XMLSchema"
                  xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/"
                  xmlns:http="http://schemas.xmlsoap.org/wsdl/http/"
                  targetNamespace="http://dpd.com/common/service/types/LoginService/2.1"
                  xmlns:s1="http://dpd.com/common/service/types/Authentication/2.0"
                  xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
  <wsdl:types>
    <s:schema elementFormDefault="qualified" targetNamespace="http://dpd.com/common/service/types/LoginService/2.1">
      <s:element name="getAuth">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" form="unqualified" name="delisId" type="s:string" />
            <s:element minOccurs="1" maxOccurs="1" form="unqualified" name="password" type="s:string" />
            <s:element minOccurs="1" maxOccurs="1" form="unqualified" name="messageLanguage" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="getAuthResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="return" type="tns:GetAuthResponseDto" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="GetAuthResponseDto">
        <s:complexContent mixed="false">
          <s:extension base="tns:Login" />
        </s:complexContent>
      </s:complexType>
      <s:complexType name="Login">
        <s:sequence>
          <s:element minOccurs="1" maxOccurs="1" name="delisId" type="s:string" />
          <s:element minOccurs="1" maxOccurs="1" name="customerUid" type="s:string" />
          <s:element minOccurs="1" maxOccurs="1" name="authToken" type="s:string" />
          <s:element minOccurs="1" maxOccurs="1" name="depot" type="s:string" />
          <s:element minOccurs="1" maxOccurs="1" name="authTokenExpires" type="s:dateTime"/>
        </s:sequence>
      </s:complexType>
    </s:schema>
    <s:schema elementFormDefault="qualified" targetNamespace="http://dpd.com/common/service/types/Authentication/2.0">
      <s:element name="authenticationFault" type="s1:AuthenticationFault"  />
      <s:complexType name="AuthenticationFault">
        <s:sequence>
          <s:element minOccurs="1" maxOccurs="1" form="unqualified" name="errorCode" type="s:string" />
          <s:element minOccurs="1" maxOccurs="1" form="unqualified" name="errorMessage" type="s:string" />
        </s:sequence>
      </s:complexType>
    </s:schema>
  </wsdl:types>
  <wsdl:message name="getAuthSoapIn">
    <wsdl:part name="parameters" element="tns:getAuth" />
  </wsdl:message>
  <wsdl:message name="getAuthSoapOut">
    <wsdl:part name="parameters" element="tns:getAuthResponse" />
  </wsdl:message>
  <wsdl:message name="authenticationFaultMsg">
    <wsdl:part name="faults" element="s1:authenticationFault" />
  </wsdl:message>
  <wsdl:portType name="LoginServiceSoapSoap">
    <wsdl:operation name="getAuth">
      <wsdl:input message="tns:getAuthSoapIn" />
      <wsdl:output message="tns:getAuthSoapOut" />
      <wsdl:fault message="tns:authenticationFaultMsg" name="AuthenticationFault" />
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:binding name="LoginServiceSoapSoap" type="tns:LoginServiceSoapSoap">
    <soap:binding transport="http://schemas.xmlsoap.org/soap/http" />
    <wsdl:operation name="getAuth">
      <soap:operation soapAction="http://dpd.com/common/service/types/LoginService/2.1/getAuth" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
      <wsdl:fault name="AuthenticationFault">
        <soap:fault name="AuthenticationFault" use="literal"/>
      </wsdl:fault>
    </wsdl:operation>
  </wsdl:binding>
  <wsdl:service name="LoginServiceSoap">
    <wsdl:port name="LoginServiceSoapSoap" binding="tns:LoginServiceSoapSoap">
      <soap:address location="https://shipperadmintest.dpd.be/PublicApi/soap/services/LoginService/V2_1" />
    </wsdl:port>
  </wsdl:service>
</wsdl:definitions>