<?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://services.clfdistribution.com/CLFWebOrdering" 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://services.clfdistribution.com/CLFWebOrdering" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
  <wsdl:types>
    <s:schema elementFormDefault="qualified" targetNamespace="http://services.clfdistribution.com/CLFWebOrdering">
      <s:element name="GetAuthenticationToken">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Username" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="Password" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="GetAuthenticationTokenResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="GetAuthenticationTokenResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="WebServiceHeader" type="tns:WebServiceHeader" />
      <s:complexType name="WebServiceHeader">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="1" name="AuthenticationToken" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="ErrorMessage" type="s:string" />
        </s:sequence>
        <s:anyAttribute />
      </s:complexType>
      <s:element name="GetProductCodes">
        <s:complexType />
      </s:element>
      <s:element name="GetProductCodesResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="GetProductCodesResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="GetProductData">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="productCodesXml" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="GetProductDataResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="GetProductDataResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="GetProductAttributes">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="productCodesXml" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="GetProductAttributesResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="GetProductAttributesResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="GetProductExtendedData">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="productCodesXml" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="GetProductExtendedDataResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="GetProductExtendedDataResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="GetOutOfStockReasonCodes">
        <s:complexType />
      </s:element>
      <s:element name="GetOutOfStockReasonCodesResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="GetOutOfStockReasonCodesResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="GetProductStock">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="productCodesXml" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="GetProductStockResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="GetProductStockResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="GetProductImage">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="sku" type="s:string" />
            <s:element minOccurs="1" maxOccurs="1" name="imageType" type="tns:ImageType" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:simpleType name="ImageType">
        <s:restriction base="s:string">
          <s:enumeration value="SingleUnit" />
          <s:enumeration value="OuterCase" />
        </s:restriction>
      </s:simpleType>
      <s:element name="GetProductImageResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="GetProductImageResult" type="s:base64Binary" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="PlaceCLFOrder">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="orderXml" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="PlaceCLFOrderResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="PlaceCLFOrderResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="GetOrderList">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="orderStatus" type="tns:OrderStatus" />
            <s:element minOccurs="0" maxOccurs="1" name="startDate" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="endDate" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:simpleType name="OrderStatus">
        <s:restriction base="s:string">
          <s:enumeration value="New" />
          <s:enumeration value="Processing" />
          <s:enumeration value="Despatched" />
          <s:enumeration value="Deleted" />
          <s:enumeration value="All" />
        </s:restriction>
      </s:simpleType>
      <s:element name="GetOrderListResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="GetOrderListResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="GetOrderDetails">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="orderReference" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="GetOrderDetailsResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="GetOrderDetailsResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="GetDespatchedOrderDetails">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="orderReference" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="GetDespatchedOrderDetailsResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="GetDespatchedOrderDetailsResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="GetUKShippingZones">
        <s:complexType />
      </s:element>
      <s:element name="GetUKShippingZonesResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="GetUKShippingZonesResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="GetNonUKShippingZones">
        <s:complexType />
      </s:element>
      <s:element name="GetNonUKShippingZonesResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="GetNonUKShippingZonesResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="GetShippingRates">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="shippingZone" type="s:string" />
            <s:element minOccurs="1" maxOccurs="1" name="weight" type="s:float" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="GetShippingRatesResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="GetShippingRatesResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="GetCustomerDetails">
        <s:complexType />
      </s:element>
      <s:element name="GetCustomerDetailsResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="GetCustomerDetailsResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
    </s:schema>
  </wsdl:types>
  <wsdl:message name="GetAuthenticationTokenSoapIn">
    <wsdl:part name="parameters" element="tns:GetAuthenticationToken" />
  </wsdl:message>
  <wsdl:message name="GetAuthenticationTokenSoapOut">
    <wsdl:part name="parameters" element="tns:GetAuthenticationTokenResponse" />
  </wsdl:message>
  <wsdl:message name="GetAuthenticationTokenWebServiceHeader">
    <wsdl:part name="WebServiceHeader" element="tns:WebServiceHeader" />
  </wsdl:message>
  <wsdl:message name="GetProductCodesSoapIn">
    <wsdl:part name="parameters" element="tns:GetProductCodes" />
  </wsdl:message>
  <wsdl:message name="GetProductCodesSoapOut">
    <wsdl:part name="parameters" element="tns:GetProductCodesResponse" />
  </wsdl:message>
  <wsdl:message name="GetProductCodesWebServiceHeader">
    <wsdl:part name="WebServiceHeader" element="tns:WebServiceHeader" />
  </wsdl:message>
  <wsdl:message name="GetProductDataSoapIn">
    <wsdl:part name="parameters" element="tns:GetProductData" />
  </wsdl:message>
  <wsdl:message name="GetProductDataSoapOut">
    <wsdl:part name="parameters" element="tns:GetProductDataResponse" />
  </wsdl:message>
  <wsdl:message name="GetProductDataWebServiceHeader">
    <wsdl:part name="WebServiceHeader" element="tns:WebServiceHeader" />
  </wsdl:message>
  <wsdl:message name="GetProductAttributesSoapIn">
    <wsdl:part name="parameters" element="tns:GetProductAttributes" />
  </wsdl:message>
  <wsdl:message name="GetProductAttributesSoapOut">
    <wsdl:part name="parameters" element="tns:GetProductAttributesResponse" />
  </wsdl:message>
  <wsdl:message name="GetProductAttributesWebServiceHeader">
    <wsdl:part name="WebServiceHeader" element="tns:WebServiceHeader" />
  </wsdl:message>
  <wsdl:message name="GetProductExtendedDataSoapIn">
    <wsdl:part name="parameters" element="tns:GetProductExtendedData" />
  </wsdl:message>
  <wsdl:message name="GetProductExtendedDataSoapOut">
    <wsdl:part name="parameters" element="tns:GetProductExtendedDataResponse" />
  </wsdl:message>
  <wsdl:message name="GetProductExtendedDataWebServiceHeader">
    <wsdl:part name="WebServiceHeader" element="tns:WebServiceHeader" />
  </wsdl:message>
  <wsdl:message name="GetOutOfStockReasonCodesSoapIn">
    <wsdl:part name="parameters" element="tns:GetOutOfStockReasonCodes" />
  </wsdl:message>
  <wsdl:message name="GetOutOfStockReasonCodesSoapOut">
    <wsdl:part name="parameters" element="tns:GetOutOfStockReasonCodesResponse" />
  </wsdl:message>
  <wsdl:message name="GetOutOfStockReasonCodesWebServiceHeader">
    <wsdl:part name="WebServiceHeader" element="tns:WebServiceHeader" />
  </wsdl:message>
  <wsdl:message name="GetProductStockSoapIn">
    <wsdl:part name="parameters" element="tns:GetProductStock" />
  </wsdl:message>
  <wsdl:message name="GetProductStockSoapOut">
    <wsdl:part name="parameters" element="tns:GetProductStockResponse" />
  </wsdl:message>
  <wsdl:message name="GetProductStockWebServiceHeader">
    <wsdl:part name="WebServiceHeader" element="tns:WebServiceHeader" />
  </wsdl:message>
  <wsdl:message name="GetProductImageSoapIn">
    <wsdl:part name="parameters" element="tns:GetProductImage" />
  </wsdl:message>
  <wsdl:message name="GetProductImageSoapOut">
    <wsdl:part name="parameters" element="tns:GetProductImageResponse" />
  </wsdl:message>
  <wsdl:message name="GetProductImageWebServiceHeader">
    <wsdl:part name="WebServiceHeader" element="tns:WebServiceHeader" />
  </wsdl:message>
  <wsdl:message name="PlaceCLFOrderSoapIn">
    <wsdl:part name="parameters" element="tns:PlaceCLFOrder" />
  </wsdl:message>
  <wsdl:message name="PlaceCLFOrderSoapOut">
    <wsdl:part name="parameters" element="tns:PlaceCLFOrderResponse" />
  </wsdl:message>
  <wsdl:message name="PlaceCLFOrderWebServiceHeader">
    <wsdl:part name="WebServiceHeader" element="tns:WebServiceHeader" />
  </wsdl:message>
  <wsdl:message name="GetOrderListSoapIn">
    <wsdl:part name="parameters" element="tns:GetOrderList" />
  </wsdl:message>
  <wsdl:message name="GetOrderListSoapOut">
    <wsdl:part name="parameters" element="tns:GetOrderListResponse" />
  </wsdl:message>
  <wsdl:message name="GetOrderListWebServiceHeader">
    <wsdl:part name="WebServiceHeader" element="tns:WebServiceHeader" />
  </wsdl:message>
  <wsdl:message name="GetOrderDetailsSoapIn">
    <wsdl:part name="parameters" element="tns:GetOrderDetails" />
  </wsdl:message>
  <wsdl:message name="GetOrderDetailsSoapOut">
    <wsdl:part name="parameters" element="tns:GetOrderDetailsResponse" />
  </wsdl:message>
  <wsdl:message name="GetOrderDetailsWebServiceHeader">
    <wsdl:part name="WebServiceHeader" element="tns:WebServiceHeader" />
  </wsdl:message>
  <wsdl:message name="GetDespatchedOrderDetailsSoapIn">
    <wsdl:part name="parameters" element="tns:GetDespatchedOrderDetails" />
  </wsdl:message>
  <wsdl:message name="GetDespatchedOrderDetailsSoapOut">
    <wsdl:part name="parameters" element="tns:GetDespatchedOrderDetailsResponse" />
  </wsdl:message>
  <wsdl:message name="GetDespatchedOrderDetailsWebServiceHeader">
    <wsdl:part name="WebServiceHeader" element="tns:WebServiceHeader" />
  </wsdl:message>
  <wsdl:message name="GetUKShippingZonesSoapIn">
    <wsdl:part name="parameters" element="tns:GetUKShippingZones" />
  </wsdl:message>
  <wsdl:message name="GetUKShippingZonesSoapOut">
    <wsdl:part name="parameters" element="tns:GetUKShippingZonesResponse" />
  </wsdl:message>
  <wsdl:message name="GetUKShippingZonesWebServiceHeader">
    <wsdl:part name="WebServiceHeader" element="tns:WebServiceHeader" />
  </wsdl:message>
  <wsdl:message name="GetNonUKShippingZonesSoapIn">
    <wsdl:part name="parameters" element="tns:GetNonUKShippingZones" />
  </wsdl:message>
  <wsdl:message name="GetNonUKShippingZonesSoapOut">
    <wsdl:part name="parameters" element="tns:GetNonUKShippingZonesResponse" />
  </wsdl:message>
  <wsdl:message name="GetNonUKShippingZonesWebServiceHeader">
    <wsdl:part name="WebServiceHeader" element="tns:WebServiceHeader" />
  </wsdl:message>
  <wsdl:message name="GetShippingRatesSoapIn">
    <wsdl:part name="parameters" element="tns:GetShippingRates" />
  </wsdl:message>
  <wsdl:message name="GetShippingRatesSoapOut">
    <wsdl:part name="parameters" element="tns:GetShippingRatesResponse" />
  </wsdl:message>
  <wsdl:message name="GetShippingRatesWebServiceHeader">
    <wsdl:part name="WebServiceHeader" element="tns:WebServiceHeader" />
  </wsdl:message>
  <wsdl:message name="GetCustomerDetailsSoapIn">
    <wsdl:part name="parameters" element="tns:GetCustomerDetails" />
  </wsdl:message>
  <wsdl:message name="GetCustomerDetailsSoapOut">
    <wsdl:part name="parameters" element="tns:GetCustomerDetailsResponse" />
  </wsdl:message>
  <wsdl:message name="GetCustomerDetailsWebServiceHeader">
    <wsdl:part name="WebServiceHeader" element="tns:WebServiceHeader" />
  </wsdl:message>
  <wsdl:portType name="WebOrderingSoap">
    <wsdl:operation name="GetAuthenticationToken">
      <wsdl:input message="tns:GetAuthenticationTokenSoapIn" />
      <wsdl:output message="tns:GetAuthenticationTokenSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="GetProductCodes">
      <wsdl:input message="tns:GetProductCodesSoapIn" />
      <wsdl:output message="tns:GetProductCodesSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="GetProductData">
      <wsdl:input message="tns:GetProductDataSoapIn" />
      <wsdl:output message="tns:GetProductDataSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="GetProductAttributes">
      <wsdl:input message="tns:GetProductAttributesSoapIn" />
      <wsdl:output message="tns:GetProductAttributesSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="GetProductExtendedData">
      <wsdl:input message="tns:GetProductExtendedDataSoapIn" />
      <wsdl:output message="tns:GetProductExtendedDataSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="GetOutOfStockReasonCodes">
      <wsdl:input message="tns:GetOutOfStockReasonCodesSoapIn" />
      <wsdl:output message="tns:GetOutOfStockReasonCodesSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="GetProductStock">
      <wsdl:input message="tns:GetProductStockSoapIn" />
      <wsdl:output message="tns:GetProductStockSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="GetProductImage">
      <wsdl:input message="tns:GetProductImageSoapIn" />
      <wsdl:output message="tns:GetProductImageSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="PlaceCLFOrder">
      <wsdl:input message="tns:PlaceCLFOrderSoapIn" />
      <wsdl:output message="tns:PlaceCLFOrderSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="GetOrderList">
      <wsdl:input message="tns:GetOrderListSoapIn" />
      <wsdl:output message="tns:GetOrderListSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="GetOrderDetails">
      <wsdl:input message="tns:GetOrderDetailsSoapIn" />
      <wsdl:output message="tns:GetOrderDetailsSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="GetDespatchedOrderDetails">
      <wsdl:input message="tns:GetDespatchedOrderDetailsSoapIn" />
      <wsdl:output message="tns:GetDespatchedOrderDetailsSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="GetUKShippingZones">
      <wsdl:input message="tns:GetUKShippingZonesSoapIn" />
      <wsdl:output message="tns:GetUKShippingZonesSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="GetNonUKShippingZones">
      <wsdl:input message="tns:GetNonUKShippingZonesSoapIn" />
      <wsdl:output message="tns:GetNonUKShippingZonesSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="GetShippingRates">
      <wsdl:input message="tns:GetShippingRatesSoapIn" />
      <wsdl:output message="tns:GetShippingRatesSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="GetCustomerDetails">
      <wsdl:input message="tns:GetCustomerDetailsSoapIn" />
      <wsdl:output message="tns:GetCustomerDetailsSoapOut" />
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:binding name="WebOrderingSoap" type="tns:WebOrderingSoap">
    <soap:binding transport="http://schemas.xmlsoap.org/soap/http" />
    <wsdl:operation name="GetAuthenticationToken">
      <soap:operation soapAction="http://services.clfdistribution.com/CLFWebOrdering/GetAuthenticationToken" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
        <soap:header message="tns:GetAuthenticationTokenWebServiceHeader" part="WebServiceHeader" use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
        <soap:header message="tns:GetAuthenticationTokenWebServiceHeader" part="WebServiceHeader" use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetProductCodes">
      <soap:operation soapAction="http://services.clfdistribution.com/CLFWebOrdering/GetProductCodes" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
        <soap:header message="tns:GetProductCodesWebServiceHeader" part="WebServiceHeader" use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
        <soap:header message="tns:GetProductCodesWebServiceHeader" part="WebServiceHeader" use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetProductData">
      <soap:operation soapAction="http://services.clfdistribution.com/CLFWebOrdering/GetProductData" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
        <soap:header message="tns:GetProductDataWebServiceHeader" part="WebServiceHeader" use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
        <soap:header message="tns:GetProductDataWebServiceHeader" part="WebServiceHeader" use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetProductAttributes">
      <soap:operation soapAction="http://services.clfdistribution.com/CLFWebOrdering/GetProductAttributes" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
        <soap:header message="tns:GetProductAttributesWebServiceHeader" part="WebServiceHeader" use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
        <soap:header message="tns:GetProductAttributesWebServiceHeader" part="WebServiceHeader" use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetProductExtendedData">
      <soap:operation soapAction="http://services.clfdistribution.com/CLFWebOrdering/GetProductExtendedData" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
        <soap:header message="tns:GetProductExtendedDataWebServiceHeader" part="WebServiceHeader" use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
        <soap:header message="tns:GetProductExtendedDataWebServiceHeader" part="WebServiceHeader" use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetOutOfStockReasonCodes">
      <soap:operation soapAction="http://services.clfdistribution.com/CLFWebOrdering/GetOutOfStockReasonCodes" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
        <soap:header message="tns:GetOutOfStockReasonCodesWebServiceHeader" part="WebServiceHeader" use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
        <soap:header message="tns:GetOutOfStockReasonCodesWebServiceHeader" part="WebServiceHeader" use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetProductStock">
      <soap:operation soapAction="http://services.clfdistribution.com/CLFWebOrdering/GetProductStock" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
        <soap:header message="tns:GetProductStockWebServiceHeader" part="WebServiceHeader" use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
        <soap:header message="tns:GetProductStockWebServiceHeader" part="WebServiceHeader" use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetProductImage">
      <soap:operation soapAction="http://services.clfdistribution.com/CLFWebOrdering/GetProductImage" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
        <soap:header message="tns:GetProductImageWebServiceHeader" part="WebServiceHeader" use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
        <soap:header message="tns:GetProductImageWebServiceHeader" part="WebServiceHeader" use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="PlaceCLFOrder">
      <soap:operation soapAction="http://services.clfdistribution.com/CLFWebOrdering/PlaceCLFOrder" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
        <soap:header message="tns:PlaceCLFOrderWebServiceHeader" part="WebServiceHeader" use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
        <soap:header message="tns:PlaceCLFOrderWebServiceHeader" part="WebServiceHeader" use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetOrderList">
      <soap:operation soapAction="http://services.clfdistribution.com/CLFWebOrdering/GetOrderList" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
        <soap:header message="tns:GetOrderListWebServiceHeader" part="WebServiceHeader" use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
        <soap:header message="tns:GetOrderListWebServiceHeader" part="WebServiceHeader" use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetOrderDetails">
      <soap:operation soapAction="http://services.clfdistribution.com/CLFWebOrdering/GetOrderDetails" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
        <soap:header message="tns:GetOrderDetailsWebServiceHeader" part="WebServiceHeader" use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
        <soap:header message="tns:GetOrderDetailsWebServiceHeader" part="WebServiceHeader" use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetDespatchedOrderDetails">
      <soap:operation soapAction="http://services.clfdistribution.com/CLFWebOrdering/GetDespatchedOrderDetails" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
        <soap:header message="tns:GetDespatchedOrderDetailsWebServiceHeader" part="WebServiceHeader" use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
        <soap:header message="tns:GetDespatchedOrderDetailsWebServiceHeader" part="WebServiceHeader" use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetUKShippingZones">
      <soap:operation soapAction="http://services.clfdistribution.com/CLFWebOrdering/GetUKShippingZones" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
        <soap:header message="tns:GetUKShippingZonesWebServiceHeader" part="WebServiceHeader" use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
        <soap:header message="tns:GetUKShippingZonesWebServiceHeader" part="WebServiceHeader" use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetNonUKShippingZones">
      <soap:operation soapAction="http://services.clfdistribution.com/CLFWebOrdering/GetNonUKShippingZones" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
        <soap:header message="tns:GetNonUKShippingZonesWebServiceHeader" part="WebServiceHeader" use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
        <soap:header message="tns:GetNonUKShippingZonesWebServiceHeader" part="WebServiceHeader" use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetShippingRates">
      <soap:operation soapAction="http://services.clfdistribution.com/CLFWebOrdering/GetShippingRates" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
        <soap:header message="tns:GetShippingRatesWebServiceHeader" part="WebServiceHeader" use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
        <soap:header message="tns:GetShippingRatesWebServiceHeader" part="WebServiceHeader" use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetCustomerDetails">
      <soap:operation soapAction="http://services.clfdistribution.com/CLFWebOrdering/GetCustomerDetails" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
        <soap:header message="tns:GetCustomerDetailsWebServiceHeader" part="WebServiceHeader" use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
        <soap:header message="tns:GetCustomerDetailsWebServiceHeader" part="WebServiceHeader" use="literal" />
      </wsdl:output>
    </wsdl:operation>
  </wsdl:binding>
  <wsdl:binding name="WebOrderingSoap12" type="tns:WebOrderingSoap">
    <soap12:binding transport="http://schemas.xmlsoap.org/soap/http" />
    <wsdl:operation name="GetAuthenticationToken">
      <soap12:operation soapAction="http://services.clfdistribution.com/CLFWebOrdering/GetAuthenticationToken" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
        <soap12:header message="tns:GetAuthenticationTokenWebServiceHeader" part="WebServiceHeader" use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
        <soap12:header message="tns:GetAuthenticationTokenWebServiceHeader" part="WebServiceHeader" use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetProductCodes">
      <soap12:operation soapAction="http://services.clfdistribution.com/CLFWebOrdering/GetProductCodes" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
        <soap12:header message="tns:GetProductCodesWebServiceHeader" part="WebServiceHeader" use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
        <soap12:header message="tns:GetProductCodesWebServiceHeader" part="WebServiceHeader" use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetProductData">
      <soap12:operation soapAction="http://services.clfdistribution.com/CLFWebOrdering/GetProductData" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
        <soap12:header message="tns:GetProductDataWebServiceHeader" part="WebServiceHeader" use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
        <soap12:header message="tns:GetProductDataWebServiceHeader" part="WebServiceHeader" use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetProductAttributes">
      <soap12:operation soapAction="http://services.clfdistribution.com/CLFWebOrdering/GetProductAttributes" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
        <soap12:header message="tns:GetProductAttributesWebServiceHeader" part="WebServiceHeader" use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
        <soap12:header message="tns:GetProductAttributesWebServiceHeader" part="WebServiceHeader" use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetProductExtendedData">
      <soap12:operation soapAction="http://services.clfdistribution.com/CLFWebOrdering/GetProductExtendedData" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
        <soap12:header message="tns:GetProductExtendedDataWebServiceHeader" part="WebServiceHeader" use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
        <soap12:header message="tns:GetProductExtendedDataWebServiceHeader" part="WebServiceHeader" use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetOutOfStockReasonCodes">
      <soap12:operation soapAction="http://services.clfdistribution.com/CLFWebOrdering/GetOutOfStockReasonCodes" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
        <soap12:header message="tns:GetOutOfStockReasonCodesWebServiceHeader" part="WebServiceHeader" use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
        <soap12:header message="tns:GetOutOfStockReasonCodesWebServiceHeader" part="WebServiceHeader" use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetProductStock">
      <soap12:operation soapAction="http://services.clfdistribution.com/CLFWebOrdering/GetProductStock" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
        <soap12:header message="tns:GetProductStockWebServiceHeader" part="WebServiceHeader" use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
        <soap12:header message="tns:GetProductStockWebServiceHeader" part="WebServiceHeader" use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetProductImage">
      <soap12:operation soapAction="http://services.clfdistribution.com/CLFWebOrdering/GetProductImage" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
        <soap12:header message="tns:GetProductImageWebServiceHeader" part="WebServiceHeader" use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
        <soap12:header message="tns:GetProductImageWebServiceHeader" part="WebServiceHeader" use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="PlaceCLFOrder">
      <soap12:operation soapAction="http://services.clfdistribution.com/CLFWebOrdering/PlaceCLFOrder" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
        <soap12:header message="tns:PlaceCLFOrderWebServiceHeader" part="WebServiceHeader" use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
        <soap12:header message="tns:PlaceCLFOrderWebServiceHeader" part="WebServiceHeader" use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetOrderList">
      <soap12:operation soapAction="http://services.clfdistribution.com/CLFWebOrdering/GetOrderList" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
        <soap12:header message="tns:GetOrderListWebServiceHeader" part="WebServiceHeader" use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
        <soap12:header message="tns:GetOrderListWebServiceHeader" part="WebServiceHeader" use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetOrderDetails">
      <soap12:operation soapAction="http://services.clfdistribution.com/CLFWebOrdering/GetOrderDetails" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
        <soap12:header message="tns:GetOrderDetailsWebServiceHeader" part="WebServiceHeader" use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
        <soap12:header message="tns:GetOrderDetailsWebServiceHeader" part="WebServiceHeader" use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetDespatchedOrderDetails">
      <soap12:operation soapAction="http://services.clfdistribution.com/CLFWebOrdering/GetDespatchedOrderDetails" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
        <soap12:header message="tns:GetDespatchedOrderDetailsWebServiceHeader" part="WebServiceHeader" use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
        <soap12:header message="tns:GetDespatchedOrderDetailsWebServiceHeader" part="WebServiceHeader" use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetUKShippingZones">
      <soap12:operation soapAction="http://services.clfdistribution.com/CLFWebOrdering/GetUKShippingZones" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
        <soap12:header message="tns:GetUKShippingZonesWebServiceHeader" part="WebServiceHeader" use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
        <soap12:header message="tns:GetUKShippingZonesWebServiceHeader" part="WebServiceHeader" use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetNonUKShippingZones">
      <soap12:operation soapAction="http://services.clfdistribution.com/CLFWebOrdering/GetNonUKShippingZones" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
        <soap12:header message="tns:GetNonUKShippingZonesWebServiceHeader" part="WebServiceHeader" use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
        <soap12:header message="tns:GetNonUKShippingZonesWebServiceHeader" part="WebServiceHeader" use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetShippingRates">
      <soap12:operation soapAction="http://services.clfdistribution.com/CLFWebOrdering/GetShippingRates" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
        <soap12:header message="tns:GetShippingRatesWebServiceHeader" part="WebServiceHeader" use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
        <soap12:header message="tns:GetShippingRatesWebServiceHeader" part="WebServiceHeader" use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetCustomerDetails">
      <soap12:operation soapAction="http://services.clfdistribution.com/CLFWebOrdering/GetCustomerDetails" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
        <soap12:header message="tns:GetCustomerDetailsWebServiceHeader" part="WebServiceHeader" use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
        <soap12:header message="tns:GetCustomerDetailsWebServiceHeader" part="WebServiceHeader" use="literal" />
      </wsdl:output>
    </wsdl:operation>
  </wsdl:binding>
  <wsdl:service name="WebOrdering">
    <wsdl:port name="WebOrderingSoap" binding="tns:WebOrderingSoap">
      <soap:address location="http://services.clfdistribution.com:8080/CLFWebOrdering_Test/WebOrdering.asmx" />
    </wsdl:port>
    <wsdl:port name="WebOrderingSoap12" binding="tns:WebOrderingSoap12">
      <soap12:address location="http://services.clfdistribution.com:8080/CLFWebOrdering_Test/WebOrdering.asmx" />
    </wsdl:port>
  </wsdl:service>
</wsdl:definitions>