<?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://www.elinkx.cz" 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://www.elinkx.cz" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
  <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Data Exchange :: PUBLIC version [v 4.3.20.0].&lt;br&gt;This service is used for data exchage. All methods requests loginName and password. These are the same as that are used in edlink. All parameters for method must be filled. Examples of them are described in webmethod. Documentation: /doc/publicdoc.pdf</wsdl:documentation>
  <wsdl:types>
    <s:schema elementFormDefault="qualified" targetNamespace="http://www.elinkx.cz">
      <s:element name="getProductList">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="login" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="password" type="s:string" />
            <s:element minOccurs="1" maxOccurs="1" name="onStock" type="s:boolean" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="getProductListResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="getProductListResult" type="tns:ResponseProductList" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="ResponseProductList">
        <s:complexContent mixed="false">
          <s:extension base="tns:ResponseList">
            <s:sequence>
              <s:element minOccurs="0" maxOccurs="1" name="ProductList" type="tns:ArrayOfProduct" />
              <s:element minOccurs="1" maxOccurs="1" name="AddressId" type="s:int" />
              <s:element minOccurs="1" maxOccurs="1" name="Count" type="s:int" />
              <s:element minOccurs="1" maxOccurs="1" name="GeneratedDate" type="s:dateTime" />
            </s:sequence>
          </s:extension>
        </s:complexContent>
      </s:complexType>
      <s:complexType name="ResponseList">
        <s:complexContent mixed="false">
          <s:extension base="tns:Response" />
        </s:complexContent>
      </s:complexType>
      <s:complexType name="Response">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="1" name="Status" type="tns:ResponseStatus" />
        </s:sequence>
      </s:complexType>
      <s:complexType name="ResponseStatus">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="1" name="StatusCode" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="ErrorText" type="s:string" />
        </s:sequence>
      </s:complexType>
      <s:complexType name="ArrayOfProduct">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="unbounded" name="Product" nillable="true" type="tns:Product" />
        </s:sequence>
      </s:complexType>
      <s:complexType name="Product">
        <s:sequence>
          <s:element minOccurs="1" maxOccurs="1" name="ProId" type="s:int" />
          <s:element minOccurs="0" maxOccurs="1" name="Code" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="Name" type="s:string" />
          <s:element minOccurs="1" maxOccurs="1" name="YourPrice" type="s:decimal" />
          <s:element minOccurs="1" maxOccurs="1" name="YourPriceWithFees" type="s:decimal" />
          <s:element minOccurs="0" maxOccurs="1" name="CommodityCode" type="s:string" />
          <s:element minOccurs="1" maxOccurs="1" name="GarbageFee" type="s:decimal" />
          <s:element minOccurs="1" maxOccurs="1" name="AuthorFee" type="s:decimal" />
          <s:element minOccurs="1" maxOccurs="1" name="ValuePack" type="s:decimal" />
          <s:element minOccurs="1" maxOccurs="1" name="ValuePackQty" type="s:decimal" />
          <s:element minOccurs="0" maxOccurs="1" name="Warranty" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="CommodityName" type="s:string" />
          <s:element minOccurs="1" maxOccurs="1" name="DealerPrice" type="s:decimal" />
          <s:element minOccurs="1" maxOccurs="1" name="EndUserPrice" type="s:decimal" />
          <s:element minOccurs="1" maxOccurs="1" name="Vat" type="s:decimal" />
          <s:element minOccurs="0" maxOccurs="1" name="PartNumber" type="s:string" />
          <s:element minOccurs="1" maxOccurs="1" name="OnStock" type="s:boolean" />
          <s:element minOccurs="0" maxOccurs="1" name="OnStockText" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="Status" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="ImageUrl" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="ProducerName" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="RateOfDutyCode" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="EANCode" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="NameB2C" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="DescriptionShort" type="s:string" />
          <s:element minOccurs="1" maxOccurs="1" name="MultipleQuantity" type="s:double" />
          <s:element minOccurs="0" maxOccurs="1" name="PriceCurrency" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="Description" type="s:string" />
        </s:sequence>
      </s:complexType>
      <s:element name="getProductListDownloadXML">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="login" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="password" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="encoding" type="s:string" />
            <s:element minOccurs="1" maxOccurs="1" name="onStock" type="s:boolean" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="getProductListDownloadXMLResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="getProductListDownloadXMLResult" type="tns:ResponseProductListStatus" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="ResponseProductListStatus">
        <s:complexContent mixed="false">
          <s:extension base="tns:ResponseList">
            <s:sequence>
              <s:element minOccurs="0" maxOccurs="1" name="ProductListStatus" type="tns:RequestProductListStatus" />
            </s:sequence>
          </s:extension>
        </s:complexContent>
      </s:complexType>
      <s:complexType name="RequestProductListStatus">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="1" name="url" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="fileName" type="s:string" />
          <s:element minOccurs="1" maxOccurs="1" name="isReady" type="s:boolean" />
        </s:sequence>
      </s:complexType>
      <s:element name="getProductListDownloadXMLWithTransform">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="login" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="password" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="transformation" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="encoding" type="s:string" />
            <s:element minOccurs="1" maxOccurs="1" name="onStock" type="s:boolean" />
            <s:element minOccurs="0" maxOccurs="1" name="fileFormat" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="getProductListDownloadXMLWithTransformResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="getProductListDownloadXMLWithTransformResult" type="tns:ResponseProductListStatus" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="getProductListDownloadZIP">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="login" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="password" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="encoding" type="s:string" />
            <s:element minOccurs="1" maxOccurs="1" name="onStock" type="s:boolean" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="getProductListDownloadZIPResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="getProductListDownloadZIPResult" type="tns:ResponseProductListStatus" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="getProductListDownloadZIPWithTransform">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="login" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="password" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="transformation" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="encoding" type="s:string" />
            <s:element minOccurs="1" maxOccurs="1" name="onStock" type="s:boolean" />
            <s:element minOccurs="0" maxOccurs="1" name="fileFormat" type="s:string" />
            <s:element minOccurs="1" maxOccurs="1" name="soldItemsOnly" type="s:boolean" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="getProductListDownloadZIPWithTransformResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="getProductListDownloadZIPWithTransformResult" type="tns:ResponseProductListStatus" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="getInvoiceDetailDownloadXMLWithTransform">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="login" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="password" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="invoiceSymbol" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="transformation" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="encoding" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="getInvoiceDetailDownloadXMLWithTransformResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="getInvoiceDetailDownloadXMLWithTransformResult" type="tns:ResponseInvoiceStatus" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="ResponseInvoiceStatus">
        <s:complexContent mixed="false">
          <s:extension base="tns:ResponseList">
            <s:sequence>
              <s:element minOccurs="0" maxOccurs="1" name="InvoiceStatus" type="tns:ResponseDownloadInfo" />
            </s:sequence>
          </s:extension>
        </s:complexContent>
      </s:complexType>
      <s:complexType name="ResponseDownloadInfo">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="1" name="url" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="fileName" type="s:string" />
          <s:element minOccurs="1" maxOccurs="1" name="isReady" type="s:boolean" />
        </s:sequence>
      </s:complexType>
      <s:element name="getInvoiceList">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="login" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="password" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="dateFrom" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="dateTo" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="getInvoiceListResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="getInvoiceListResult" type="tns:ResponseInvoiceList" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="ResponseInvoiceList">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="1" name="InvoiceList" type="tns:ArrayOfInvoiceHead" />
          <s:element minOccurs="0" maxOccurs="1" name="Status" type="tns:ResponseStatus" />
          <s:element minOccurs="0" maxOccurs="1" name="Info" type="tns:ResponseInfo" />
        </s:sequence>
      </s:complexType>
      <s:complexType name="ArrayOfInvoiceHead">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="unbounded" name="InvoiceHead" nillable="true" type="tns:InvoiceHead" />
        </s:sequence>
      </s:complexType>
      <s:complexType name="InvoiceHead">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="1" name="Items" type="tns:ArrayOfInvoiceItem" />
          <s:element minOccurs="0" maxOccurs="1" name="InvoiceAddress" type="tns:InvoiceAddress" />
          <s:element minOccurs="0" maxOccurs="1" name="ShippingAddressList" type="tns:ArrayOfShippingAddress" />
          <s:element minOccurs="0" maxOccurs="1" name="Orders" type="tns:ArrayOfOrderHead" />
          <s:element minOccurs="0" maxOccurs="1" name="Delivery" type="tns:ArrayOfDeliveryHead" />
          <s:element minOccurs="1" maxOccurs="1" name="ID" type="s:int" />
          <s:element minOccurs="0" maxOccurs="1" name="InvoiceSymbol" type="s:string" />
          <s:element minOccurs="1" maxOccurs="1" name="DateCreated" type="s:dateTime" />
          <s:element minOccurs="0" maxOccurs="1" name="VariableSymbol" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="VariableConSymbol" type="s:string" />
          <s:element minOccurs="1" maxOccurs="1" name="InvoiceDateDue" type="s:dateTime" />
          <s:element minOccurs="1" maxOccurs="1" name="InvoiceDate" type="s:dateTime" />
          <s:element minOccurs="1" maxOccurs="1" name="InvoiceDateAcc" type="s:dateTime" />
          <s:element minOccurs="1" maxOccurs="1" name="InvoiceDateVat" type="s:dateTime" />
          <s:element minOccurs="1" maxOccurs="1" name="Payed" type="s:boolean" />
          <s:element minOccurs="1" maxOccurs="1" name="Cust" type="s:boolean" />
          <s:element minOccurs="1" maxOccurs="1" name="WithVat" type="s:boolean" />
          <s:element minOccurs="0" maxOccurs="1" name="Currency" type="s:string" />
          <s:element minOccurs="1" maxOccurs="1" name="Rate" type="s:decimal" />
          <s:element minOccurs="1" maxOccurs="1" name="PriceBrutto" type="s:decimal" />
          <s:element minOccurs="1" maxOccurs="1" name="PriceNetto" type="s:decimal" />
          <s:element minOccurs="1" maxOccurs="1" name="Vat" type="s:decimal" />
          <s:element minOccurs="1" maxOccurs="1" name="Rnd" type="s:decimal" />
          <s:element minOccurs="0" maxOccurs="1" name="Subjekt" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="OrgNo" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="OrgVat" type="s:string" />
          <s:element minOccurs="1" maxOccurs="1" name="SubjektID" type="s:int" />
          <s:element minOccurs="0" maxOccurs="1" name="Tel" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="Fax" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="BankNameType" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="BankName" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="BankCode" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="BankAccountPre" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="BankAccountNo" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="Trackus" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="InvoiceType" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="InvoiceTypeCode" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="DocumentTypeCode" type="s:string" />
        </s:sequence>
      </s:complexType>
      <s:complexType name="ArrayOfInvoiceItem">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="unbounded" name="InvoiceItem" nillable="true" type="tns:InvoiceItem" />
        </s:sequence>
      </s:complexType>
      <s:complexType name="InvoiceItem">
        <s:sequence>
          <s:element minOccurs="1" maxOccurs="1" name="ID" type="s:int" />
          <s:element minOccurs="0" maxOccurs="1" name="ProductCode" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="ProductName" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="PartNo" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="EANCode" type="s:string" />
          <s:element minOccurs="1" maxOccurs="1" name="Qty" type="s:decimal" />
          <s:element minOccurs="1" maxOccurs="1" name="UnitPriceWithFees" type="s:decimal" />
          <s:element minOccurs="1" maxOccurs="1" name="UnitPrice" type="s:decimal" />
          <s:element minOccurs="1" maxOccurs="1" name="Vat" type="s:decimal" />
          <s:element minOccurs="1" maxOccurs="1" name="Fees" type="s:decimal" />
          <s:element minOccurs="1" maxOccurs="1" name="SNC" type="s:decimal" />
          <s:element minOccurs="1" maxOccurs="1" name="AO" type="s:decimal" />
          <s:element minOccurs="1" maxOccurs="1" name="IsText" type="s:boolean" />
        </s:sequence>
      </s:complexType>
      <s:complexType name="InvoiceAddress">
        <s:complexContent mixed="false">
          <s:extension base="tns:Address">
            <s:sequence>
              <s:element minOccurs="0" maxOccurs="1" name="Name2" type="s:string" />
              <s:element minOccurs="0" maxOccurs="1" name="OrgNo" type="s:string" />
              <s:element minOccurs="0" maxOccurs="1" name="OrgVat" type="s:string" />
            </s:sequence>
          </s:extension>
        </s:complexContent>
      </s:complexType>
      <s:complexType name="Address">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="1" name="Name" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="Street" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="ZipCode" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="City" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="CountryCode" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="Contact" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="ContactEmail" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="ContactTel" type="s:string" />
        </s:sequence>
      </s:complexType>
      <s:complexType name="ShippingAddress">
        <s:complexContent mixed="false">
          <s:extension base="tns:Address">
            <s:sequence>
              <s:element minOccurs="0" maxOccurs="1" name="DeliverySymbol" type="s:string" />
            </s:sequence>
          </s:extension>
        </s:complexContent>
      </s:complexType>
      <s:complexType name="ArrayOfShippingAddress">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="unbounded" name="ShippingAddress" nillable="true" type="tns:ShippingAddress" />
        </s:sequence>
      </s:complexType>
      <s:complexType name="ArrayOfOrderHead">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="unbounded" name="OrderHead" nillable="true" type="tns:OrderHead" />
        </s:sequence>
      </s:complexType>
      <s:complexType name="OrderHead">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="1" name="Items" type="tns:ArrayOfOrderItem" />
          <s:element minOccurs="0" maxOccurs="1" name="InvoiceAdress" type="tns:InvoiceAddress" />
          <s:element minOccurs="0" maxOccurs="1" name="ShippingAddress" type="tns:ShippingAddress" />
          <s:element minOccurs="1" maxOccurs="1" name="ID" type="s:int" />
          <s:element minOccurs="0" maxOccurs="1" name="OrderSymbol" type="s:string" />
          <s:element minOccurs="1" maxOccurs="1" name="DateCreated" type="s:dateTime" />
          <s:element minOccurs="0" maxOccurs="1" name="OrderOriginalSymbol" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="Currency" type="s:string" />
          <s:element minOccurs="1" maxOccurs="1" name="PriceBrutto" type="s:decimal" />
          <s:element minOccurs="1" maxOccurs="1" name="PriceNetto" type="s:decimal" />
          <s:element minOccurs="0" maxOccurs="1" name="Subjekt" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="OrgNo" type="s:string" />
          <s:element minOccurs="1" maxOccurs="1" name="SubjektID" type="s:int" />
          <s:element minOccurs="0" maxOccurs="1" name="Trackus" type="s:string" />
          <s:element minOccurs="1" maxOccurs="1" name="Allocated" type="s:boolean" />
          <s:element minOccurs="1" maxOccurs="1" name="Completed" type="s:boolean" />
          <s:element minOccurs="1" maxOccurs="1" name="ExpirationDate" type="s:dateTime" />
          <s:element minOccurs="1" maxOccurs="1" name="AdvancePayed" type="s:decimal" />
          <s:element minOccurs="1" maxOccurs="1" name="AdvancePayementRequired" type="s:boolean" />
          <s:element minOccurs="0" maxOccurs="1" name="OrderNote" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="OrderNote1" type="s:string" />
          <s:element minOccurs="1" maxOccurs="1" name="Checked" type="s:boolean" />
          <s:element minOccurs="1" maxOccurs="1" name="Rate" type="s:decimal" />
          <s:element minOccurs="1" maxOccurs="1" name="Cust" type="s:boolean" />
          <s:element minOccurs="1" maxOccurs="1" name="WithVat" type="s:boolean" />
          <s:element minOccurs="0" maxOccurs="1" name="APTName" type="s:string" />
          <s:element minOccurs="1" maxOccurs="1" name="StateId" type="s:short" />
          <s:element minOccurs="1" maxOccurs="1" name="EventDate" type="s:dateTime" />
          <s:element minOccurs="0" maxOccurs="1" name="EventMessage" type="s:string" />
          <s:element minOccurs="1" maxOccurs="1" name="DeferredInvoicing" type="s:boolean" />
        </s:sequence>
      </s:complexType>
      <s:complexType name="ArrayOfOrderItem">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="unbounded" name="OrderItem" nillable="true" type="tns:OrderItem" />
        </s:sequence>
      </s:complexType>
      <s:complexType name="OrderItem">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="1" name="QueueList" type="tns:ArrayOfQueue" />
          <s:element minOccurs="0" maxOccurs="1" name="DocReferenceList" type="tns:ArrayOfDocReference" />
          <s:element minOccurs="0" maxOccurs="1" name="ProductCode" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="ProductName" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="PartNo" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="EANCode" type="s:string" />
          <s:element minOccurs="1" maxOccurs="1" name="Qty" type="s:decimal" />
          <s:element minOccurs="1" maxOccurs="1" name="UnitPriceWithFees" type="s:decimal" />
          <s:element minOccurs="1" maxOccurs="1" name="UnitPrice" type="s:decimal" />
          <s:element minOccurs="1" maxOccurs="1" name="Vat" type="s:decimal" />
          <s:element minOccurs="1" maxOccurs="1" name="Fees" type="s:decimal" />
          <s:element minOccurs="1" maxOccurs="1" name="SNC" type="s:decimal" />
          <s:element minOccurs="1" maxOccurs="1" name="AO" type="s:decimal" />
          <s:element minOccurs="1" maxOccurs="1" name="Delivered" type="s:decimal" />
          <s:element minOccurs="1" maxOccurs="1" name="Invoiced" type="s:decimal" />
          <s:element minOccurs="1" maxOccurs="1" name="PutBack" type="s:decimal" />
          <s:element minOccurs="1" maxOccurs="1" name="Canceled" type="s:decimal" />
          <s:element minOccurs="1" maxOccurs="1" name="Credited" type="s:decimal" />
          <s:element minOccurs="1" maxOccurs="1" name="Allocated" type="s:decimal" />
          <s:element minOccurs="1" maxOccurs="1" name="CustFlag" type="s:boolean" />
          <s:element minOccurs="1" maxOccurs="1" name="ID" type="s:int" />
        </s:sequence>
      </s:complexType>
      <s:complexType name="ArrayOfQueue">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="unbounded" name="Queue" nillable="true" type="tns:Queue" />
        </s:sequence>
      </s:complexType>
      <s:complexType name="Queue">
        <s:sequence>
          <s:element minOccurs="1" maxOccurs="1" name="Qty" type="s:decimal" />
          <s:element minOccurs="1" maxOccurs="1" name="DateTermDelivery" type="s:dateTime" />
        </s:sequence>
      </s:complexType>
      <s:complexType name="ArrayOfDocReference">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="unbounded" name="DocReference" nillable="true" type="tns:DocReference" />
        </s:sequence>
      </s:complexType>
      <s:complexType name="DocReference">
        <s:sequence>
          <s:element minOccurs="1" maxOccurs="1" name="Item1Id" type="s:int" />
          <s:element minOccurs="1" maxOccurs="1" name="Item1Type" type="s:int" />
          <s:element minOccurs="1" maxOccurs="1" name="Item1HeadId" type="s:int" />
          <s:element minOccurs="0" maxOccurs="1" name="Item1HeadNumber" type="s:string" />
          <s:element minOccurs="1" maxOccurs="1" name="Item2Type" type="s:int" />
          <s:element minOccurs="1" maxOccurs="1" name="Item2Id" type="s:int" />
          <s:element minOccurs="1" maxOccurs="1" name="Item2HeadId" type="s:int" />
          <s:element minOccurs="0" maxOccurs="1" name="Item2HeadNumber" type="s:string" />
        </s:sequence>
      </s:complexType>
      <s:complexType name="ArrayOfDeliveryHead">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="unbounded" name="DeliveryHead" nillable="true" type="tns:DeliveryHead" />
        </s:sequence>
      </s:complexType>
      <s:complexType name="DeliveryHead">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="1" name="Items" type="tns:ArrayOfDeliveryItem" />
          <s:element minOccurs="0" maxOccurs="1" name="Parcels" type="tns:ArrayOfParcelItem" />
          <s:element minOccurs="0" maxOccurs="1" name="DeliverySymbol" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="ExpeditionSymbol" type="s:string" />
          <s:element minOccurs="1" maxOccurs="1" name="DateCreated" type="s:dateTime" />
          <s:element minOccurs="0" maxOccurs="1" name="Trackus" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="ShipAddress" type="tns:Address" />
          <s:element minOccurs="1" maxOccurs="1" name="PriceBrutto" type="s:decimal" />
          <s:element minOccurs="1" maxOccurs="1" name="PriceNetto" type="s:decimal" />
        </s:sequence>
      </s:complexType>
      <s:complexType name="ArrayOfDeliveryItem">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="unbounded" name="DeliveryItem" nillable="true" type="tns:DeliveryItem" />
        </s:sequence>
      </s:complexType>
      <s:complexType name="DeliveryItem">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="1" name="ProductCode" type="s:string" />
          <s:element minOccurs="1" maxOccurs="1" name="Qty" type="s:decimal" />
          <s:element minOccurs="1" maxOccurs="1" name="UnitPrice" type="s:decimal" />
          <s:element minOccurs="1" maxOccurs="1" name="UnitPriceWithFees" type="s:decimal" />
          <s:element minOccurs="0" maxOccurs="1" name="WarrantyList" type="tns:ArrayOfWarrantyItem" />
        </s:sequence>
      </s:complexType>
      <s:complexType name="ArrayOfWarrantyItem">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="unbounded" name="WarrantyItem" nillable="true" type="tns:WarrantyItem" />
        </s:sequence>
      </s:complexType>
      <s:complexType name="WarrantyItem">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="1" name="WarrantyType" type="s:string" />
          <s:element minOccurs="1" maxOccurs="1" name="WarrantyLength" type="s:int" />
          <s:element minOccurs="0" maxOccurs="1" name="SerialNumber" type="s:string" />
        </s:sequence>
      </s:complexType>
      <s:complexType name="ArrayOfParcelItem">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="unbounded" name="ParcelItem" nillable="true" type="tns:ParcelItem" />
        </s:sequence>
      </s:complexType>
      <s:complexType name="ParcelItem">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="1" name="Code" type="s:string" />
        </s:sequence>
      </s:complexType>
      <s:complexType name="ResponseInfo">
        <s:sequence>
          <s:element minOccurs="1" maxOccurs="1" name="DateFrom" type="s:dateTime" />
          <s:element minOccurs="1" maxOccurs="1" name="DateTo" type="s:dateTime" />
          <s:element minOccurs="1" maxOccurs="1" name="Count" type="s:int" />
        </s:sequence>
      </s:complexType>
      <s:element name="getInvoiceListDownloadXMLWithTransform_INT">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="login" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="password" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="idList" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="transformation" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="encoding" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="dateFrom" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="dateTo" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="getInvoiceListDownloadXMLWithTransform_INTResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="getInvoiceListDownloadXMLWithTransform_INTResult" type="tns:ResponseInvoiceListStatus" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="ResponseInvoiceListStatus">
        <s:complexContent mixed="false">
          <s:extension base="tns:ResponseList">
            <s:sequence>
              <s:element minOccurs="0" maxOccurs="1" name="InvoiceListStatus" type="tns:ResponseDownloadInfo" />
            </s:sequence>
          </s:extension>
        </s:complexContent>
      </s:complexType>
      <s:element name="getInvoiceDetail">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="login" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="password" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="invoiceSymbol" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="getInvoiceDetailResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="getInvoiceDetailResult" type="tns:ResponseInvoiceDetail" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="ResponseInvoiceDetail">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="1" name="Invoice" type="tns:InvoiceHead" />
          <s:element minOccurs="0" maxOccurs="1" name="Status" type="tns:ResponseStatus" />
        </s:sequence>
      </s:complexType>
      <s:element name="getDeliveryList">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="login" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="password" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="dateFrom" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="dateTo" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="getDeliveryListResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="getDeliveryListResult" type="tns:ResponseDeliveryList" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="ResponseDeliveryList">
        <s:complexContent mixed="false">
          <s:extension base="tns:ResponseList">
            <s:sequence>
              <s:element minOccurs="0" maxOccurs="1" name="DeliveryList" type="tns:ArrayOfDeliveryHead" />
              <s:element minOccurs="0" maxOccurs="1" name="Info" type="tns:ResponseInfo" />
            </s:sequence>
          </s:extension>
        </s:complexContent>
      </s:complexType>
      <s:element name="getDeliveryDetail">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="login" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="password" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="deliverySymbol" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="getDeliveryDetailResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="getDeliveryDetailResult" type="tns:ResponseDeliveryDetail" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="ResponseDeliveryDetail">
        <s:complexContent mixed="false">
          <s:extension base="tns:Response">
            <s:sequence>
              <s:element minOccurs="0" maxOccurs="1" name="DeliveryHead" type="tns:DeliveryHead" />
            </s:sequence>
          </s:extension>
        </s:complexContent>
      </s:complexType>
      <s:element name="getOrderDetail">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="login" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="password" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="orderSymbol" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="getOrderDetailResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="getOrderDetailResult" type="tns:ResponseOrderDetail" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="ResponseOrderDetail">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="1" name="Order" type="tns:OrderHead" />
          <s:element minOccurs="0" maxOccurs="1" name="Status" type="tns:ResponseStatus" />
        </s:sequence>
      </s:complexType>
      <s:element name="getOrderList">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="login" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="password" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="dateFrom" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="dateTo" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="getOrderListResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="getOrderListResult" type="tns:ResponseOrderList" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="ResponseOrderList">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="1" name="OrderList" type="tns:ArrayOfOrderHead" />
          <s:element minOccurs="0" maxOccurs="1" name="Status" type="tns:ResponseStatus" />
          <s:element minOccurs="0" maxOccurs="1" name="Info" type="tns:ResponseInfo" />
        </s:sequence>
      </s:complexType>
      <s:element name="getOrderListDownloadXMLWithTransform_INT">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="login" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="password" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="idList" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="transformation" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="encoding" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="dateFrom" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="dateTo" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="getOrderListDownloadXMLWithTransform_INTResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="getOrderListDownloadXMLWithTransform_INTResult" type="tns:ResponseOrderListStatus" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="ResponseOrderListStatus">
        <s:complexContent mixed="false">
          <s:extension base="tns:ResponseList">
            <s:sequence>
              <s:element minOccurs="0" maxOccurs="1" name="OrderListStatus" type="tns:ResponseDownloadInfo" />
            </s:sequence>
          </s:extension>
        </s:complexContent>
      </s:complexType>
      <s:element name="getExpeditionList">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="login" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="password" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="dateFrom" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="dateTo" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="getExpeditionListResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="getExpeditionListResult" type="tns:ResponseExpeditionList" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="ResponseExpeditionList">
        <s:complexContent mixed="false">
          <s:extension base="tns:ResponseList">
            <s:sequence>
              <s:element minOccurs="0" maxOccurs="1" name="ExpeditionList" type="tns:ArrayOfExpeditionHead" />
              <s:element minOccurs="0" maxOccurs="1" name="Info" type="tns:ResponseInfo" />
            </s:sequence>
          </s:extension>
        </s:complexContent>
      </s:complexType>
      <s:complexType name="ArrayOfExpeditionHead">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="unbounded" name="ExpeditionHead" nillable="true" type="tns:ExpeditionHead" />
        </s:sequence>
      </s:complexType>
      <s:complexType name="ExpeditionHead">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="1" name="Parcels" type="tns:ArrayOfParcelItem" />
          <s:element minOccurs="0" maxOccurs="1" name="ExpeditionSymbol" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="ExpeditionOriginalSymbol" type="s:string" />
          <s:element minOccurs="1" maxOccurs="1" name="DateCreated" type="s:dateTime" />
          <s:element minOccurs="1" maxOccurs="1" name="DateSent" type="s:dateTime" />
          <s:element minOccurs="0" maxOccurs="1" name="Trackus" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="ShipAddress" type="tns:Address" />
        </s:sequence>
      </s:complexType>
      <s:element name="getClaimList">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="login" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="password" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="dateFrom" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="dateTo" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="getClaimListResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="getClaimListResult" type="tns:ResponseClaimList" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="ResponseClaimList">
        <s:complexContent mixed="false">
          <s:extension base="tns:ResponseList">
            <s:sequence>
              <s:element minOccurs="0" maxOccurs="1" name="ClaimList" type="tns:ArrayOfClaim" />
              <s:element minOccurs="0" maxOccurs="1" name="Info" type="tns:ResponseInfo" />
            </s:sequence>
          </s:extension>
        </s:complexContent>
      </s:complexType>
      <s:complexType name="ArrayOfClaim">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="unbounded" name="Claim" nillable="true" type="tns:Claim" />
        </s:sequence>
      </s:complexType>
      <s:complexType name="Claim">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="1" name="AVZ" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="ProductCode" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="ProductSN" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="ErrorDesc" type="s:string" />
          <s:element minOccurs="1" maxOccurs="1" name="DateCreated" type="s:dateTime" />
          <s:element minOccurs="1" maxOccurs="1" name="DateReceived" type="s:dateTime" />
          <s:element minOccurs="1" maxOccurs="1" name="SettlementDate" type="s:dateTime" />
          <s:element minOccurs="0" maxOccurs="1" name="InvoiceSymbol" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="InvoiceSymbolCre" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="NewProductCode" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="NewProductSN" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="State" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="Settlement" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="Parcels" type="tns:ArrayOfParcelItem" />
        </s:sequence>
      </s:complexType>
      <s:element name="getExpeditionDetail">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="login" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="password" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="expeditionSymbol" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="getExpeditionDetailResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="getExpeditionDetailResult" type="tns:ResponseExpeditionDetail" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="ResponseExpeditionDetail">
        <s:complexContent mixed="false">
          <s:extension base="tns:Response">
            <s:sequence>
              <s:element minOccurs="0" maxOccurs="1" name="ExpeditionHead" type="tns:ExpeditionHead" />
            </s:sequence>
          </s:extension>
        </s:complexContent>
      </s:complexType>
      <s:element name="getSellerInfo">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="login" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="password" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="getSellerInfoResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="getSellerInfoResult" type="tns:ResponseSubjectIdentification" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="ResponseSubjectIdentification">
        <s:complexContent mixed="false">
          <s:extension base="tns:Response">
            <s:sequence>
              <s:element minOccurs="0" maxOccurs="1" name="Identification" type="tns:SubjectIdentification" />
            </s:sequence>
          </s:extension>
        </s:complexContent>
      </s:complexType>
      <s:complexType name="SubjectIdentification">
        <s:sequence>
          <s:element minOccurs="1" maxOccurs="1" name="ID" type="s:int" />
          <s:element minOccurs="0" maxOccurs="1" name="EAN" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="Name" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="OrgVat" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="OrgNo" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="Street" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="City" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="Zip" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="CountryCode" type="s:string" />
        </s:sequence>
      </s:complexType>
      <s:element name="getAuthTokenEshop">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="login" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="password" type="s:string" />
            <s:element minOccurs="1" maxOccurs="1" name="idEshop" type="s:int" />
            <s:element minOccurs="0" maxOccurs="1" name="loginEshop" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="passwordEshop" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="getAuthTokenEshopResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="getAuthTokenEshopResult" type="tns:ResponseAuthenticationData" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="ResponseAuthenticationData">
        <s:complexContent mixed="false">
          <s:extension base="tns:Response">
            <s:sequence>
              <s:element minOccurs="0" maxOccurs="1" name="AuthenticationData" type="tns:AuthenticationData" />
            </s:sequence>
          </s:extension>
        </s:complexContent>
      </s:complexType>
      <s:complexType name="AuthenticationData">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="1" name="Token" type="s:string" />
        </s:sequence>
      </s:complexType>
      <s:element name="ResponseProductList" nillable="true" type="tns:ResponseProductList" />
      <s:element name="ResponseProductListStatus" nillable="true" type="tns:ResponseProductListStatus" />
      <s:element name="ResponseInvoiceStatus" nillable="true" type="tns:ResponseInvoiceStatus" />
      <s:element name="ResponseInvoiceList" nillable="true" type="tns:ResponseInvoiceList" />
      <s:element name="ResponseInvoiceListStatus" nillable="true" type="tns:ResponseInvoiceListStatus" />
      <s:element name="ResponseInvoiceDetail" nillable="true" type="tns:ResponseInvoiceDetail" />
      <s:element name="ResponseDeliveryList" nillable="true" type="tns:ResponseDeliveryList" />
      <s:element name="ResponseDeliveryDetail" nillable="true" type="tns:ResponseDeliveryDetail" />
      <s:element name="ResponseOrderDetail" nillable="true" type="tns:ResponseOrderDetail" />
      <s:element name="ResponseOrderList" nillable="true" type="tns:ResponseOrderList" />
      <s:element name="ResponseOrderListStatus" nillable="true" type="tns:ResponseOrderListStatus" />
      <s:element name="ResponseExpeditionList" nillable="true" type="tns:ResponseExpeditionList" />
      <s:element name="ResponseClaimList" nillable="true" type="tns:ResponseClaimList" />
      <s:element name="ResponseExpeditionDetail" nillable="true" type="tns:ResponseExpeditionDetail" />
      <s:element name="ResponseSubjectIdentification" nillable="true" type="tns:ResponseSubjectIdentification" />
      <s:element name="ResponseAuthenticationData" nillable="true" type="tns:ResponseAuthenticationData" />
    </s:schema>
  </wsdl:types>
  <wsdl:message name="getProductListSoapIn">
    <wsdl:part name="parameters" element="tns:getProductList" />
  </wsdl:message>
  <wsdl:message name="getProductListSoapOut">
    <wsdl:part name="parameters" element="tns:getProductListResponse" />
  </wsdl:message>
  <wsdl:message name="getProductListDownloadXMLSoapIn">
    <wsdl:part name="parameters" element="tns:getProductListDownloadXML" />
  </wsdl:message>
  <wsdl:message name="getProductListDownloadXMLSoapOut">
    <wsdl:part name="parameters" element="tns:getProductListDownloadXMLResponse" />
  </wsdl:message>
  <wsdl:message name="getProductListDownloadXMLWithTransformSoapIn">
    <wsdl:part name="parameters" element="tns:getProductListDownloadXMLWithTransform" />
  </wsdl:message>
  <wsdl:message name="getProductListDownloadXMLWithTransformSoapOut">
    <wsdl:part name="parameters" element="tns:getProductListDownloadXMLWithTransformResponse" />
  </wsdl:message>
  <wsdl:message name="getProductListDownloadZIPSoapIn">
    <wsdl:part name="parameters" element="tns:getProductListDownloadZIP" />
  </wsdl:message>
  <wsdl:message name="getProductListDownloadZIPSoapOut">
    <wsdl:part name="parameters" element="tns:getProductListDownloadZIPResponse" />
  </wsdl:message>
  <wsdl:message name="getProductListDownloadZIPWithTransformSoapIn">
    <wsdl:part name="parameters" element="tns:getProductListDownloadZIPWithTransform" />
  </wsdl:message>
  <wsdl:message name="getProductListDownloadZIPWithTransformSoapOut">
    <wsdl:part name="parameters" element="tns:getProductListDownloadZIPWithTransformResponse" />
  </wsdl:message>
  <wsdl:message name="getInvoiceDetailDownloadXMLWithTransformSoapIn">
    <wsdl:part name="parameters" element="tns:getInvoiceDetailDownloadXMLWithTransform" />
  </wsdl:message>
  <wsdl:message name="getInvoiceDetailDownloadXMLWithTransformSoapOut">
    <wsdl:part name="parameters" element="tns:getInvoiceDetailDownloadXMLWithTransformResponse" />
  </wsdl:message>
  <wsdl:message name="getInvoiceListSoapIn">
    <wsdl:part name="parameters" element="tns:getInvoiceList" />
  </wsdl:message>
  <wsdl:message name="getInvoiceListSoapOut">
    <wsdl:part name="parameters" element="tns:getInvoiceListResponse" />
  </wsdl:message>
  <wsdl:message name="getInvoiceListDownloadXMLWithTransform_INTSoapIn">
    <wsdl:part name="parameters" element="tns:getInvoiceListDownloadXMLWithTransform_INT" />
  </wsdl:message>
  <wsdl:message name="getInvoiceListDownloadXMLWithTransform_INTSoapOut">
    <wsdl:part name="parameters" element="tns:getInvoiceListDownloadXMLWithTransform_INTResponse" />
  </wsdl:message>
  <wsdl:message name="getInvoiceDetailSoapIn">
    <wsdl:part name="parameters" element="tns:getInvoiceDetail" />
  </wsdl:message>
  <wsdl:message name="getInvoiceDetailSoapOut">
    <wsdl:part name="parameters" element="tns:getInvoiceDetailResponse" />
  </wsdl:message>
  <wsdl:message name="getDeliveryListSoapIn">
    <wsdl:part name="parameters" element="tns:getDeliveryList" />
  </wsdl:message>
  <wsdl:message name="getDeliveryListSoapOut">
    <wsdl:part name="parameters" element="tns:getDeliveryListResponse" />
  </wsdl:message>
  <wsdl:message name="getDeliveryDetailSoapIn">
    <wsdl:part name="parameters" element="tns:getDeliveryDetail" />
  </wsdl:message>
  <wsdl:message name="getDeliveryDetailSoapOut">
    <wsdl:part name="parameters" element="tns:getDeliveryDetailResponse" />
  </wsdl:message>
  <wsdl:message name="getOrderDetailSoapIn">
    <wsdl:part name="parameters" element="tns:getOrderDetail" />
  </wsdl:message>
  <wsdl:message name="getOrderDetailSoapOut">
    <wsdl:part name="parameters" element="tns:getOrderDetailResponse" />
  </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="getOrderListDownloadXMLWithTransform_INTSoapIn">
    <wsdl:part name="parameters" element="tns:getOrderListDownloadXMLWithTransform_INT" />
  </wsdl:message>
  <wsdl:message name="getOrderListDownloadXMLWithTransform_INTSoapOut">
    <wsdl:part name="parameters" element="tns:getOrderListDownloadXMLWithTransform_INTResponse" />
  </wsdl:message>
  <wsdl:message name="getExpeditionListSoapIn">
    <wsdl:part name="parameters" element="tns:getExpeditionList" />
  </wsdl:message>
  <wsdl:message name="getExpeditionListSoapOut">
    <wsdl:part name="parameters" element="tns:getExpeditionListResponse" />
  </wsdl:message>
  <wsdl:message name="getClaimListSoapIn">
    <wsdl:part name="parameters" element="tns:getClaimList" />
  </wsdl:message>
  <wsdl:message name="getClaimListSoapOut">
    <wsdl:part name="parameters" element="tns:getClaimListResponse" />
  </wsdl:message>
  <wsdl:message name="getExpeditionDetailSoapIn">
    <wsdl:part name="parameters" element="tns:getExpeditionDetail" />
  </wsdl:message>
  <wsdl:message name="getExpeditionDetailSoapOut">
    <wsdl:part name="parameters" element="tns:getExpeditionDetailResponse" />
  </wsdl:message>
  <wsdl:message name="getSellerInfoSoapIn">
    <wsdl:part name="parameters" element="tns:getSellerInfo" />
  </wsdl:message>
  <wsdl:message name="getSellerInfoSoapOut">
    <wsdl:part name="parameters" element="tns:getSellerInfoResponse" />
  </wsdl:message>
  <wsdl:message name="getAuthTokenEshopSoapIn">
    <wsdl:part name="parameters" element="tns:getAuthTokenEshop" />
  </wsdl:message>
  <wsdl:message name="getAuthTokenEshopSoapOut">
    <wsdl:part name="parameters" element="tns:getAuthTokenEshopResponse" />
  </wsdl:message>
  <wsdl:message name="getProductListHttpGetIn">
    <wsdl:part name="login" type="s:string" />
    <wsdl:part name="password" type="s:string" />
    <wsdl:part name="onStock" type="s:string" />
  </wsdl:message>
  <wsdl:message name="getProductListHttpGetOut">
    <wsdl:part name="Body" element="tns:ResponseProductList" />
  </wsdl:message>
  <wsdl:message name="getProductListDownloadXMLHttpGetIn">
    <wsdl:part name="login" type="s:string" />
    <wsdl:part name="password" type="s:string" />
    <wsdl:part name="encoding" type="s:string" />
    <wsdl:part name="onStock" type="s:string" />
  </wsdl:message>
  <wsdl:message name="getProductListDownloadXMLHttpGetOut">
    <wsdl:part name="Body" element="tns:ResponseProductListStatus" />
  </wsdl:message>
  <wsdl:message name="getProductListDownloadXMLWithTransformHttpGetIn">
    <wsdl:part name="login" type="s:string" />
    <wsdl:part name="password" type="s:string" />
    <wsdl:part name="transformation" type="s:string" />
    <wsdl:part name="encoding" type="s:string" />
    <wsdl:part name="onStock" type="s:string" />
    <wsdl:part name="fileFormat" type="s:string" />
  </wsdl:message>
  <wsdl:message name="getProductListDownloadXMLWithTransformHttpGetOut">
    <wsdl:part name="Body" element="tns:ResponseProductListStatus" />
  </wsdl:message>
  <wsdl:message name="getProductListDownloadZIPHttpGetIn">
    <wsdl:part name="login" type="s:string" />
    <wsdl:part name="password" type="s:string" />
    <wsdl:part name="encoding" type="s:string" />
    <wsdl:part name="onStock" type="s:string" />
  </wsdl:message>
  <wsdl:message name="getProductListDownloadZIPHttpGetOut">
    <wsdl:part name="Body" element="tns:ResponseProductListStatus" />
  </wsdl:message>
  <wsdl:message name="getProductListDownloadZIPWithTransformHttpGetIn">
    <wsdl:part name="login" type="s:string" />
    <wsdl:part name="password" type="s:string" />
    <wsdl:part name="transformation" type="s:string" />
    <wsdl:part name="encoding" type="s:string" />
    <wsdl:part name="onStock" type="s:string" />
    <wsdl:part name="fileFormat" type="s:string" />
    <wsdl:part name="soldItemsOnly" type="s:string" />
  </wsdl:message>
  <wsdl:message name="getProductListDownloadZIPWithTransformHttpGetOut">
    <wsdl:part name="Body" element="tns:ResponseProductListStatus" />
  </wsdl:message>
  <wsdl:message name="getInvoiceDetailDownloadXMLWithTransformHttpGetIn">
    <wsdl:part name="login" type="s:string" />
    <wsdl:part name="password" type="s:string" />
    <wsdl:part name="invoiceSymbol" type="s:string" />
    <wsdl:part name="transformation" type="s:string" />
    <wsdl:part name="encoding" type="s:string" />
  </wsdl:message>
  <wsdl:message name="getInvoiceDetailDownloadXMLWithTransformHttpGetOut">
    <wsdl:part name="Body" element="tns:ResponseInvoiceStatus" />
  </wsdl:message>
  <wsdl:message name="getInvoiceListHttpGetIn">
    <wsdl:part name="login" type="s:string" />
    <wsdl:part name="password" type="s:string" />
    <wsdl:part name="dateFrom" type="s:string" />
    <wsdl:part name="dateTo" type="s:string" />
  </wsdl:message>
  <wsdl:message name="getInvoiceListHttpGetOut">
    <wsdl:part name="Body" element="tns:ResponseInvoiceList" />
  </wsdl:message>
  <wsdl:message name="getInvoiceListDownloadXMLWithTransform_INTHttpGetIn">
    <wsdl:part name="login" type="s:string" />
    <wsdl:part name="password" type="s:string" />
    <wsdl:part name="idList" type="s:string" />
    <wsdl:part name="transformation" type="s:string" />
    <wsdl:part name="encoding" type="s:string" />
    <wsdl:part name="dateFrom" type="s:string" />
    <wsdl:part name="dateTo" type="s:string" />
  </wsdl:message>
  <wsdl:message name="getInvoiceListDownloadXMLWithTransform_INTHttpGetOut">
    <wsdl:part name="Body" element="tns:ResponseInvoiceListStatus" />
  </wsdl:message>
  <wsdl:message name="getInvoiceDetailHttpGetIn">
    <wsdl:part name="login" type="s:string" />
    <wsdl:part name="password" type="s:string" />
    <wsdl:part name="invoiceSymbol" type="s:string" />
  </wsdl:message>
  <wsdl:message name="getInvoiceDetailHttpGetOut">
    <wsdl:part name="Body" element="tns:ResponseInvoiceDetail" />
  </wsdl:message>
  <wsdl:message name="getDeliveryListHttpGetIn">
    <wsdl:part name="login" type="s:string" />
    <wsdl:part name="password" type="s:string" />
    <wsdl:part name="dateFrom" type="s:string" />
    <wsdl:part name="dateTo" type="s:string" />
  </wsdl:message>
  <wsdl:message name="getDeliveryListHttpGetOut">
    <wsdl:part name="Body" element="tns:ResponseDeliveryList" />
  </wsdl:message>
  <wsdl:message name="getDeliveryDetailHttpGetIn">
    <wsdl:part name="login" type="s:string" />
    <wsdl:part name="password" type="s:string" />
    <wsdl:part name="deliverySymbol" type="s:string" />
  </wsdl:message>
  <wsdl:message name="getDeliveryDetailHttpGetOut">
    <wsdl:part name="Body" element="tns:ResponseDeliveryDetail" />
  </wsdl:message>
  <wsdl:message name="getOrderDetailHttpGetIn">
    <wsdl:part name="login" type="s:string" />
    <wsdl:part name="password" type="s:string" />
    <wsdl:part name="orderSymbol" type="s:string" />
  </wsdl:message>
  <wsdl:message name="getOrderDetailHttpGetOut">
    <wsdl:part name="Body" element="tns:ResponseOrderDetail" />
  </wsdl:message>
  <wsdl:message name="getOrderListHttpGetIn">
    <wsdl:part name="login" type="s:string" />
    <wsdl:part name="password" type="s:string" />
    <wsdl:part name="dateFrom" type="s:string" />
    <wsdl:part name="dateTo" type="s:string" />
  </wsdl:message>
  <wsdl:message name="getOrderListHttpGetOut">
    <wsdl:part name="Body" element="tns:ResponseOrderList" />
  </wsdl:message>
  <wsdl:message name="getOrderListDownloadXMLWithTransform_INTHttpGetIn">
    <wsdl:part name="login" type="s:string" />
    <wsdl:part name="password" type="s:string" />
    <wsdl:part name="idList" type="s:string" />
    <wsdl:part name="transformation" type="s:string" />
    <wsdl:part name="encoding" type="s:string" />
    <wsdl:part name="dateFrom" type="s:string" />
    <wsdl:part name="dateTo" type="s:string" />
  </wsdl:message>
  <wsdl:message name="getOrderListDownloadXMLWithTransform_INTHttpGetOut">
    <wsdl:part name="Body" element="tns:ResponseOrderListStatus" />
  </wsdl:message>
  <wsdl:message name="getExpeditionListHttpGetIn">
    <wsdl:part name="login" type="s:string" />
    <wsdl:part name="password" type="s:string" />
    <wsdl:part name="dateFrom" type="s:string" />
    <wsdl:part name="dateTo" type="s:string" />
  </wsdl:message>
  <wsdl:message name="getExpeditionListHttpGetOut">
    <wsdl:part name="Body" element="tns:ResponseExpeditionList" />
  </wsdl:message>
  <wsdl:message name="getClaimListHttpGetIn">
    <wsdl:part name="login" type="s:string" />
    <wsdl:part name="password" type="s:string" />
    <wsdl:part name="dateFrom" type="s:string" />
    <wsdl:part name="dateTo" type="s:string" />
  </wsdl:message>
  <wsdl:message name="getClaimListHttpGetOut">
    <wsdl:part name="Body" element="tns:ResponseClaimList" />
  </wsdl:message>
  <wsdl:message name="getExpeditionDetailHttpGetIn">
    <wsdl:part name="login" type="s:string" />
    <wsdl:part name="password" type="s:string" />
    <wsdl:part name="expeditionSymbol" type="s:string" />
  </wsdl:message>
  <wsdl:message name="getExpeditionDetailHttpGetOut">
    <wsdl:part name="Body" element="tns:ResponseExpeditionDetail" />
  </wsdl:message>
  <wsdl:message name="getSellerInfoHttpGetIn">
    <wsdl:part name="login" type="s:string" />
    <wsdl:part name="password" type="s:string" />
  </wsdl:message>
  <wsdl:message name="getSellerInfoHttpGetOut">
    <wsdl:part name="Body" element="tns:ResponseSubjectIdentification" />
  </wsdl:message>
  <wsdl:message name="getAuthTokenEshopHttpGetIn">
    <wsdl:part name="login" type="s:string" />
    <wsdl:part name="password" type="s:string" />
    <wsdl:part name="idEshop" type="s:string" />
    <wsdl:part name="loginEshop" type="s:string" />
    <wsdl:part name="passwordEshop" type="s:string" />
  </wsdl:message>
  <wsdl:message name="getAuthTokenEshopHttpGetOut">
    <wsdl:part name="Body" element="tns:ResponseAuthenticationData" />
  </wsdl:message>
  <wsdl:message name="getProductListHttpPostIn">
    <wsdl:part name="login" type="s:string" />
    <wsdl:part name="password" type="s:string" />
    <wsdl:part name="onStock" type="s:string" />
  </wsdl:message>
  <wsdl:message name="getProductListHttpPostOut">
    <wsdl:part name="Body" element="tns:ResponseProductList" />
  </wsdl:message>
  <wsdl:message name="getProductListDownloadXMLHttpPostIn">
    <wsdl:part name="login" type="s:string" />
    <wsdl:part name="password" type="s:string" />
    <wsdl:part name="encoding" type="s:string" />
    <wsdl:part name="onStock" type="s:string" />
  </wsdl:message>
  <wsdl:message name="getProductListDownloadXMLHttpPostOut">
    <wsdl:part name="Body" element="tns:ResponseProductListStatus" />
  </wsdl:message>
  <wsdl:message name="getProductListDownloadXMLWithTransformHttpPostIn">
    <wsdl:part name="login" type="s:string" />
    <wsdl:part name="password" type="s:string" />
    <wsdl:part name="transformation" type="s:string" />
    <wsdl:part name="encoding" type="s:string" />
    <wsdl:part name="onStock" type="s:string" />
    <wsdl:part name="fileFormat" type="s:string" />
  </wsdl:message>
  <wsdl:message name="getProductListDownloadXMLWithTransformHttpPostOut">
    <wsdl:part name="Body" element="tns:ResponseProductListStatus" />
  </wsdl:message>
  <wsdl:message name="getProductListDownloadZIPHttpPostIn">
    <wsdl:part name="login" type="s:string" />
    <wsdl:part name="password" type="s:string" />
    <wsdl:part name="encoding" type="s:string" />
    <wsdl:part name="onStock" type="s:string" />
  </wsdl:message>
  <wsdl:message name="getProductListDownloadZIPHttpPostOut">
    <wsdl:part name="Body" element="tns:ResponseProductListStatus" />
  </wsdl:message>
  <wsdl:message name="getProductListDownloadZIPWithTransformHttpPostIn">
    <wsdl:part name="login" type="s:string" />
    <wsdl:part name="password" type="s:string" />
    <wsdl:part name="transformation" type="s:string" />
    <wsdl:part name="encoding" type="s:string" />
    <wsdl:part name="onStock" type="s:string" />
    <wsdl:part name="fileFormat" type="s:string" />
    <wsdl:part name="soldItemsOnly" type="s:string" />
  </wsdl:message>
  <wsdl:message name="getProductListDownloadZIPWithTransformHttpPostOut">
    <wsdl:part name="Body" element="tns:ResponseProductListStatus" />
  </wsdl:message>
  <wsdl:message name="getInvoiceDetailDownloadXMLWithTransformHttpPostIn">
    <wsdl:part name="login" type="s:string" />
    <wsdl:part name="password" type="s:string" />
    <wsdl:part name="invoiceSymbol" type="s:string" />
    <wsdl:part name="transformation" type="s:string" />
    <wsdl:part name="encoding" type="s:string" />
  </wsdl:message>
  <wsdl:message name="getInvoiceDetailDownloadXMLWithTransformHttpPostOut">
    <wsdl:part name="Body" element="tns:ResponseInvoiceStatus" />
  </wsdl:message>
  <wsdl:message name="getInvoiceListHttpPostIn">
    <wsdl:part name="login" type="s:string" />
    <wsdl:part name="password" type="s:string" />
    <wsdl:part name="dateFrom" type="s:string" />
    <wsdl:part name="dateTo" type="s:string" />
  </wsdl:message>
  <wsdl:message name="getInvoiceListHttpPostOut">
    <wsdl:part name="Body" element="tns:ResponseInvoiceList" />
  </wsdl:message>
  <wsdl:message name="getInvoiceListDownloadXMLWithTransform_INTHttpPostIn">
    <wsdl:part name="login" type="s:string" />
    <wsdl:part name="password" type="s:string" />
    <wsdl:part name="idList" type="s:string" />
    <wsdl:part name="transformation" type="s:string" />
    <wsdl:part name="encoding" type="s:string" />
    <wsdl:part name="dateFrom" type="s:string" />
    <wsdl:part name="dateTo" type="s:string" />
  </wsdl:message>
  <wsdl:message name="getInvoiceListDownloadXMLWithTransform_INTHttpPostOut">
    <wsdl:part name="Body" element="tns:ResponseInvoiceListStatus" />
  </wsdl:message>
  <wsdl:message name="getInvoiceDetailHttpPostIn">
    <wsdl:part name="login" type="s:string" />
    <wsdl:part name="password" type="s:string" />
    <wsdl:part name="invoiceSymbol" type="s:string" />
  </wsdl:message>
  <wsdl:message name="getInvoiceDetailHttpPostOut">
    <wsdl:part name="Body" element="tns:ResponseInvoiceDetail" />
  </wsdl:message>
  <wsdl:message name="getDeliveryListHttpPostIn">
    <wsdl:part name="login" type="s:string" />
    <wsdl:part name="password" type="s:string" />
    <wsdl:part name="dateFrom" type="s:string" />
    <wsdl:part name="dateTo" type="s:string" />
  </wsdl:message>
  <wsdl:message name="getDeliveryListHttpPostOut">
    <wsdl:part name="Body" element="tns:ResponseDeliveryList" />
  </wsdl:message>
  <wsdl:message name="getDeliveryDetailHttpPostIn">
    <wsdl:part name="login" type="s:string" />
    <wsdl:part name="password" type="s:string" />
    <wsdl:part name="deliverySymbol" type="s:string" />
  </wsdl:message>
  <wsdl:message name="getDeliveryDetailHttpPostOut">
    <wsdl:part name="Body" element="tns:ResponseDeliveryDetail" />
  </wsdl:message>
  <wsdl:message name="getOrderDetailHttpPostIn">
    <wsdl:part name="login" type="s:string" />
    <wsdl:part name="password" type="s:string" />
    <wsdl:part name="orderSymbol" type="s:string" />
  </wsdl:message>
  <wsdl:message name="getOrderDetailHttpPostOut">
    <wsdl:part name="Body" element="tns:ResponseOrderDetail" />
  </wsdl:message>
  <wsdl:message name="getOrderListHttpPostIn">
    <wsdl:part name="login" type="s:string" />
    <wsdl:part name="password" type="s:string" />
    <wsdl:part name="dateFrom" type="s:string" />
    <wsdl:part name="dateTo" type="s:string" />
  </wsdl:message>
  <wsdl:message name="getOrderListHttpPostOut">
    <wsdl:part name="Body" element="tns:ResponseOrderList" />
  </wsdl:message>
  <wsdl:message name="getOrderListDownloadXMLWithTransform_INTHttpPostIn">
    <wsdl:part name="login" type="s:string" />
    <wsdl:part name="password" type="s:string" />
    <wsdl:part name="idList" type="s:string" />
    <wsdl:part name="transformation" type="s:string" />
    <wsdl:part name="encoding" type="s:string" />
    <wsdl:part name="dateFrom" type="s:string" />
    <wsdl:part name="dateTo" type="s:string" />
  </wsdl:message>
  <wsdl:message name="getOrderListDownloadXMLWithTransform_INTHttpPostOut">
    <wsdl:part name="Body" element="tns:ResponseOrderListStatus" />
  </wsdl:message>
  <wsdl:message name="getExpeditionListHttpPostIn">
    <wsdl:part name="login" type="s:string" />
    <wsdl:part name="password" type="s:string" />
    <wsdl:part name="dateFrom" type="s:string" />
    <wsdl:part name="dateTo" type="s:string" />
  </wsdl:message>
  <wsdl:message name="getExpeditionListHttpPostOut">
    <wsdl:part name="Body" element="tns:ResponseExpeditionList" />
  </wsdl:message>
  <wsdl:message name="getClaimListHttpPostIn">
    <wsdl:part name="login" type="s:string" />
    <wsdl:part name="password" type="s:string" />
    <wsdl:part name="dateFrom" type="s:string" />
    <wsdl:part name="dateTo" type="s:string" />
  </wsdl:message>
  <wsdl:message name="getClaimListHttpPostOut">
    <wsdl:part name="Body" element="tns:ResponseClaimList" />
  </wsdl:message>
  <wsdl:message name="getExpeditionDetailHttpPostIn">
    <wsdl:part name="login" type="s:string" />
    <wsdl:part name="password" type="s:string" />
    <wsdl:part name="expeditionSymbol" type="s:string" />
  </wsdl:message>
  <wsdl:message name="getExpeditionDetailHttpPostOut">
    <wsdl:part name="Body" element="tns:ResponseExpeditionDetail" />
  </wsdl:message>
  <wsdl:message name="getSellerInfoHttpPostIn">
    <wsdl:part name="login" type="s:string" />
    <wsdl:part name="password" type="s:string" />
  </wsdl:message>
  <wsdl:message name="getSellerInfoHttpPostOut">
    <wsdl:part name="Body" element="tns:ResponseSubjectIdentification" />
  </wsdl:message>
  <wsdl:message name="getAuthTokenEshopHttpPostIn">
    <wsdl:part name="login" type="s:string" />
    <wsdl:part name="password" type="s:string" />
    <wsdl:part name="idEshop" type="s:string" />
    <wsdl:part name="loginEshop" type="s:string" />
    <wsdl:part name="passwordEshop" type="s:string" />
  </wsdl:message>
  <wsdl:message name="getAuthTokenEshopHttpPostOut">
    <wsdl:part name="Body" element="tns:ResponseAuthenticationData" />
  </wsdl:message>
  <wsdl:portType name="ServiceSoap">
    <wsdl:operation name="getProductList">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Get product list as SOAP. Use onStock = True for getting only items that are on stock. Use onStock = False for all items.</wsdl:documentation>
      <wsdl:input message="tns:getProductListSoapIn" />
      <wsdl:output message="tns:getProductListSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="getProductListDownloadXML">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Get product list as XML file. Use onStock = True for getting only items that are on stock. Use onStock = False for all items. Use encoding for requested file encoding (windows-1250,UTF-8)</wsdl:documentation>
      <wsdl:input message="tns:getProductListDownloadXMLSoapIn" />
      <wsdl:output message="tns:getProductListDownloadXMLSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="getProductListDownloadXMLWithTransform">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Get product list as XML file. Use onStock = True for getting only items that are on stock. Use onStock = False for all items. Use encoding for requested file encoding (windows-1250,UTF-8). You must choose transformation(EDLINKOLDXML, EDLINKOLDCSV, EDLINKXLS) and requested fileformat(XML,CSV,XLS).</wsdl:documentation>
      <wsdl:input message="tns:getProductListDownloadXMLWithTransformSoapIn" />
      <wsdl:output message="tns:getProductListDownloadXMLWithTransformSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="getProductListDownloadZIP">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Get product list as ZIP file. Use onStock = True for getting only items that are on stock. Use onStock = False for all items. Use encoding for requested file encoding (windows-1250,UTF-8).</wsdl:documentation>
      <wsdl:input message="tns:getProductListDownloadZIPSoapIn" />
      <wsdl:output message="tns:getProductListDownloadZIPSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="getProductListDownloadZIPWithTransform">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Get product list as ZIP file. Use onStock = True for getting only items that are on stock. Use onStock = False for all items. Use encoding for requested file encoding (windows-1250,UTF-8). You must choose transformation(EDLINKOLDXML, EDLINKOLDCSV, EDLINKXLS) and requested fileformat(XML,CSV,XLS).</wsdl:documentation>
      <wsdl:input message="tns:getProductListDownloadZIPWithTransformSoapIn" />
      <wsdl:output message="tns:getProductListDownloadZIPWithTransformSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="getInvoiceDetailDownloadXMLWithTransform">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Get invoice detail as XML file. Use invoiceSymbol for requested invoice. Use encoding for requested file encoding (windows-1250,UTF-8). You must choose transformation(INVOICEOLD, ISDOC_5, ISDOC_6).</wsdl:documentation>
      <wsdl:input message="tns:getInvoiceDetailDownloadXMLWithTransformSoapIn" />
      <wsdl:output message="tns:getInvoiceDetailDownloadXMLWithTransformSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="getInvoiceList">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Get invoices list for specified perriod as SOAP. Max 30 days back.</wsdl:documentation>
      <wsdl:input message="tns:getInvoiceListSoapIn" />
      <wsdl:output message="tns:getInvoiceListSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="getInvoiceListDownloadXMLWithTransform_INT">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Internal method</wsdl:documentation>
      <wsdl:input message="tns:getInvoiceListDownloadXMLWithTransform_INTSoapIn" />
      <wsdl:output message="tns:getInvoiceListDownloadXMLWithTransform_INTSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="getInvoiceDetail">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Get invoice detail as SOAP. Use invoiceSymbol for requested invoice.</wsdl:documentation>
      <wsdl:input message="tns:getInvoiceDetailSoapIn" />
      <wsdl:output message="tns:getInvoiceDetailSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="getDeliveryList">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Get list of delivery notes for specified perriod as SOAP. Max 30 days back.</wsdl:documentation>
      <wsdl:input message="tns:getDeliveryListSoapIn" />
      <wsdl:output message="tns:getDeliveryListSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="getDeliveryDetail">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Get delivery note detail as SOAP. Use deliverySymbol for requested delivery note.</wsdl:documentation>
      <wsdl:input message="tns:getDeliveryDetailSoapIn" />
      <wsdl:output message="tns:getDeliveryDetailSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="getOrderDetail">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Get order detail as SOAP. Use orderSymbol for requested order.</wsdl:documentation>
      <wsdl:input message="tns:getOrderDetailSoapIn" />
      <wsdl:output message="tns:getOrderDetailSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="getOrderList">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Get orders list for specified perriod as SOAP. Max 30 days back.</wsdl:documentation>
      <wsdl:input message="tns:getOrderListSoapIn" />
      <wsdl:output message="tns:getOrderListSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="getOrderListDownloadXMLWithTransform_INT">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Internal method</wsdl:documentation>
      <wsdl:input message="tns:getOrderListDownloadXMLWithTransform_INTSoapIn" />
      <wsdl:output message="tns:getOrderListDownloadXMLWithTransform_INTSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="getExpeditionList">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Get list od delivery for specified perriod as SOAP. Max 30 days back.</wsdl:documentation>
      <wsdl:input message="tns:getExpeditionListSoapIn" />
      <wsdl:output message="tns:getExpeditionListSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="getClaimList">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Get list od claims for specified perriod as SOAP. Max 30 days back.</wsdl:documentation>
      <wsdl:input message="tns:getClaimListSoapIn" />
      <wsdl:output message="tns:getClaimListSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="getExpeditionDetail">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Get delivery detail as SOAP. Use expeditionSymbol for requested order.</wsdl:documentation>
      <wsdl:input message="tns:getExpeditionDetailSoapIn" />
      <wsdl:output message="tns:getExpeditionDetailSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="getSellerInfo">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Get identification of seller</wsdl:documentation>
      <wsdl:input message="tns:getSellerInfoSoapIn" />
      <wsdl:output message="tns:getSellerInfoSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="getAuthTokenEshop">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Get authentication data for eshop</wsdl:documentation>
      <wsdl:input message="tns:getAuthTokenEshopSoapIn" />
      <wsdl:output message="tns:getAuthTokenEshopSoapOut" />
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:portType name="ServiceHttpGet">
    <wsdl:operation name="getProductList">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Get product list as SOAP. Use onStock = True for getting only items that are on stock. Use onStock = False for all items.</wsdl:documentation>
      <wsdl:input message="tns:getProductListHttpGetIn" />
      <wsdl:output message="tns:getProductListHttpGetOut" />
    </wsdl:operation>
    <wsdl:operation name="getProductListDownloadXML">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Get product list as XML file. Use onStock = True for getting only items that are on stock. Use onStock = False for all items. Use encoding for requested file encoding (windows-1250,UTF-8)</wsdl:documentation>
      <wsdl:input message="tns:getProductListDownloadXMLHttpGetIn" />
      <wsdl:output message="tns:getProductListDownloadXMLHttpGetOut" />
    </wsdl:operation>
    <wsdl:operation name="getProductListDownloadXMLWithTransform">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Get product list as XML file. Use onStock = True for getting only items that are on stock. Use onStock = False for all items. Use encoding for requested file encoding (windows-1250,UTF-8). You must choose transformation(EDLINKOLDXML, EDLINKOLDCSV, EDLINKXLS) and requested fileformat(XML,CSV,XLS).</wsdl:documentation>
      <wsdl:input message="tns:getProductListDownloadXMLWithTransformHttpGetIn" />
      <wsdl:output message="tns:getProductListDownloadXMLWithTransformHttpGetOut" />
    </wsdl:operation>
    <wsdl:operation name="getProductListDownloadZIP">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Get product list as ZIP file. Use onStock = True for getting only items that are on stock. Use onStock = False for all items. Use encoding for requested file encoding (windows-1250,UTF-8).</wsdl:documentation>
      <wsdl:input message="tns:getProductListDownloadZIPHttpGetIn" />
      <wsdl:output message="tns:getProductListDownloadZIPHttpGetOut" />
    </wsdl:operation>
    <wsdl:operation name="getProductListDownloadZIPWithTransform">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Get product list as ZIP file. Use onStock = True for getting only items that are on stock. Use onStock = False for all items. Use encoding for requested file encoding (windows-1250,UTF-8). You must choose transformation(EDLINKOLDXML, EDLINKOLDCSV, EDLINKXLS) and requested fileformat(XML,CSV,XLS).</wsdl:documentation>
      <wsdl:input message="tns:getProductListDownloadZIPWithTransformHttpGetIn" />
      <wsdl:output message="tns:getProductListDownloadZIPWithTransformHttpGetOut" />
    </wsdl:operation>
    <wsdl:operation name="getInvoiceDetailDownloadXMLWithTransform">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Get invoice detail as XML file. Use invoiceSymbol for requested invoice. Use encoding for requested file encoding (windows-1250,UTF-8). You must choose transformation(INVOICEOLD, ISDOC_5, ISDOC_6).</wsdl:documentation>
      <wsdl:input message="tns:getInvoiceDetailDownloadXMLWithTransformHttpGetIn" />
      <wsdl:output message="tns:getInvoiceDetailDownloadXMLWithTransformHttpGetOut" />
    </wsdl:operation>
    <wsdl:operation name="getInvoiceList">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Get invoices list for specified perriod as SOAP. Max 30 days back.</wsdl:documentation>
      <wsdl:input message="tns:getInvoiceListHttpGetIn" />
      <wsdl:output message="tns:getInvoiceListHttpGetOut" />
    </wsdl:operation>
    <wsdl:operation name="getInvoiceListDownloadXMLWithTransform_INT">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Internal method</wsdl:documentation>
      <wsdl:input message="tns:getInvoiceListDownloadXMLWithTransform_INTHttpGetIn" />
      <wsdl:output message="tns:getInvoiceListDownloadXMLWithTransform_INTHttpGetOut" />
    </wsdl:operation>
    <wsdl:operation name="getInvoiceDetail">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Get invoice detail as SOAP. Use invoiceSymbol for requested invoice.</wsdl:documentation>
      <wsdl:input message="tns:getInvoiceDetailHttpGetIn" />
      <wsdl:output message="tns:getInvoiceDetailHttpGetOut" />
    </wsdl:operation>
    <wsdl:operation name="getDeliveryList">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Get list of delivery notes for specified perriod as SOAP. Max 30 days back.</wsdl:documentation>
      <wsdl:input message="tns:getDeliveryListHttpGetIn" />
      <wsdl:output message="tns:getDeliveryListHttpGetOut" />
    </wsdl:operation>
    <wsdl:operation name="getDeliveryDetail">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Get delivery note detail as SOAP. Use deliverySymbol for requested delivery note.</wsdl:documentation>
      <wsdl:input message="tns:getDeliveryDetailHttpGetIn" />
      <wsdl:output message="tns:getDeliveryDetailHttpGetOut" />
    </wsdl:operation>
    <wsdl:operation name="getOrderDetail">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Get order detail as SOAP. Use orderSymbol for requested order.</wsdl:documentation>
      <wsdl:input message="tns:getOrderDetailHttpGetIn" />
      <wsdl:output message="tns:getOrderDetailHttpGetOut" />
    </wsdl:operation>
    <wsdl:operation name="getOrderList">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Get orders list for specified perriod as SOAP. Max 30 days back.</wsdl:documentation>
      <wsdl:input message="tns:getOrderListHttpGetIn" />
      <wsdl:output message="tns:getOrderListHttpGetOut" />
    </wsdl:operation>
    <wsdl:operation name="getOrderListDownloadXMLWithTransform_INT">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Internal method</wsdl:documentation>
      <wsdl:input message="tns:getOrderListDownloadXMLWithTransform_INTHttpGetIn" />
      <wsdl:output message="tns:getOrderListDownloadXMLWithTransform_INTHttpGetOut" />
    </wsdl:operation>
    <wsdl:operation name="getExpeditionList">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Get list od delivery for specified perriod as SOAP. Max 30 days back.</wsdl:documentation>
      <wsdl:input message="tns:getExpeditionListHttpGetIn" />
      <wsdl:output message="tns:getExpeditionListHttpGetOut" />
    </wsdl:operation>
    <wsdl:operation name="getClaimList">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Get list od claims for specified perriod as SOAP. Max 30 days back.</wsdl:documentation>
      <wsdl:input message="tns:getClaimListHttpGetIn" />
      <wsdl:output message="tns:getClaimListHttpGetOut" />
    </wsdl:operation>
    <wsdl:operation name="getExpeditionDetail">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Get delivery detail as SOAP. Use expeditionSymbol for requested order.</wsdl:documentation>
      <wsdl:input message="tns:getExpeditionDetailHttpGetIn" />
      <wsdl:output message="tns:getExpeditionDetailHttpGetOut" />
    </wsdl:operation>
    <wsdl:operation name="getSellerInfo">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Get identification of seller</wsdl:documentation>
      <wsdl:input message="tns:getSellerInfoHttpGetIn" />
      <wsdl:output message="tns:getSellerInfoHttpGetOut" />
    </wsdl:operation>
    <wsdl:operation name="getAuthTokenEshop">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Get authentication data for eshop</wsdl:documentation>
      <wsdl:input message="tns:getAuthTokenEshopHttpGetIn" />
      <wsdl:output message="tns:getAuthTokenEshopHttpGetOut" />
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:portType name="ServiceHttpPost">
    <wsdl:operation name="getProductList">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Get product list as SOAP. Use onStock = True for getting only items that are on stock. Use onStock = False for all items.</wsdl:documentation>
      <wsdl:input message="tns:getProductListHttpPostIn" />
      <wsdl:output message="tns:getProductListHttpPostOut" />
    </wsdl:operation>
    <wsdl:operation name="getProductListDownloadXML">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Get product list as XML file. Use onStock = True for getting only items that are on stock. Use onStock = False for all items. Use encoding for requested file encoding (windows-1250,UTF-8)</wsdl:documentation>
      <wsdl:input message="tns:getProductListDownloadXMLHttpPostIn" />
      <wsdl:output message="tns:getProductListDownloadXMLHttpPostOut" />
    </wsdl:operation>
    <wsdl:operation name="getProductListDownloadXMLWithTransform">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Get product list as XML file. Use onStock = True for getting only items that are on stock. Use onStock = False for all items. Use encoding for requested file encoding (windows-1250,UTF-8). You must choose transformation(EDLINKOLDXML, EDLINKOLDCSV, EDLINKXLS) and requested fileformat(XML,CSV,XLS).</wsdl:documentation>
      <wsdl:input message="tns:getProductListDownloadXMLWithTransformHttpPostIn" />
      <wsdl:output message="tns:getProductListDownloadXMLWithTransformHttpPostOut" />
    </wsdl:operation>
    <wsdl:operation name="getProductListDownloadZIP">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Get product list as ZIP file. Use onStock = True for getting only items that are on stock. Use onStock = False for all items. Use encoding for requested file encoding (windows-1250,UTF-8).</wsdl:documentation>
      <wsdl:input message="tns:getProductListDownloadZIPHttpPostIn" />
      <wsdl:output message="tns:getProductListDownloadZIPHttpPostOut" />
    </wsdl:operation>
    <wsdl:operation name="getProductListDownloadZIPWithTransform">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Get product list as ZIP file. Use onStock = True for getting only items that are on stock. Use onStock = False for all items. Use encoding for requested file encoding (windows-1250,UTF-8). You must choose transformation(EDLINKOLDXML, EDLINKOLDCSV, EDLINKXLS) and requested fileformat(XML,CSV,XLS).</wsdl:documentation>
      <wsdl:input message="tns:getProductListDownloadZIPWithTransformHttpPostIn" />
      <wsdl:output message="tns:getProductListDownloadZIPWithTransformHttpPostOut" />
    </wsdl:operation>
    <wsdl:operation name="getInvoiceDetailDownloadXMLWithTransform">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Get invoice detail as XML file. Use invoiceSymbol for requested invoice. Use encoding for requested file encoding (windows-1250,UTF-8). You must choose transformation(INVOICEOLD, ISDOC_5, ISDOC_6).</wsdl:documentation>
      <wsdl:input message="tns:getInvoiceDetailDownloadXMLWithTransformHttpPostIn" />
      <wsdl:output message="tns:getInvoiceDetailDownloadXMLWithTransformHttpPostOut" />
    </wsdl:operation>
    <wsdl:operation name="getInvoiceList">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Get invoices list for specified perriod as SOAP. Max 30 days back.</wsdl:documentation>
      <wsdl:input message="tns:getInvoiceListHttpPostIn" />
      <wsdl:output message="tns:getInvoiceListHttpPostOut" />
    </wsdl:operation>
    <wsdl:operation name="getInvoiceListDownloadXMLWithTransform_INT">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Internal method</wsdl:documentation>
      <wsdl:input message="tns:getInvoiceListDownloadXMLWithTransform_INTHttpPostIn" />
      <wsdl:output message="tns:getInvoiceListDownloadXMLWithTransform_INTHttpPostOut" />
    </wsdl:operation>
    <wsdl:operation name="getInvoiceDetail">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Get invoice detail as SOAP. Use invoiceSymbol for requested invoice.</wsdl:documentation>
      <wsdl:input message="tns:getInvoiceDetailHttpPostIn" />
      <wsdl:output message="tns:getInvoiceDetailHttpPostOut" />
    </wsdl:operation>
    <wsdl:operation name="getDeliveryList">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Get list of delivery notes for specified perriod as SOAP. Max 30 days back.</wsdl:documentation>
      <wsdl:input message="tns:getDeliveryListHttpPostIn" />
      <wsdl:output message="tns:getDeliveryListHttpPostOut" />
    </wsdl:operation>
    <wsdl:operation name="getDeliveryDetail">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Get delivery note detail as SOAP. Use deliverySymbol for requested delivery note.</wsdl:documentation>
      <wsdl:input message="tns:getDeliveryDetailHttpPostIn" />
      <wsdl:output message="tns:getDeliveryDetailHttpPostOut" />
    </wsdl:operation>
    <wsdl:operation name="getOrderDetail">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Get order detail as SOAP. Use orderSymbol for requested order.</wsdl:documentation>
      <wsdl:input message="tns:getOrderDetailHttpPostIn" />
      <wsdl:output message="tns:getOrderDetailHttpPostOut" />
    </wsdl:operation>
    <wsdl:operation name="getOrderList">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Get orders list for specified perriod as SOAP. Max 30 days back.</wsdl:documentation>
      <wsdl:input message="tns:getOrderListHttpPostIn" />
      <wsdl:output message="tns:getOrderListHttpPostOut" />
    </wsdl:operation>
    <wsdl:operation name="getOrderListDownloadXMLWithTransform_INT">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Internal method</wsdl:documentation>
      <wsdl:input message="tns:getOrderListDownloadXMLWithTransform_INTHttpPostIn" />
      <wsdl:output message="tns:getOrderListDownloadXMLWithTransform_INTHttpPostOut" />
    </wsdl:operation>
    <wsdl:operation name="getExpeditionList">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Get list od delivery for specified perriod as SOAP. Max 30 days back.</wsdl:documentation>
      <wsdl:input message="tns:getExpeditionListHttpPostIn" />
      <wsdl:output message="tns:getExpeditionListHttpPostOut" />
    </wsdl:operation>
    <wsdl:operation name="getClaimList">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Get list od claims for specified perriod as SOAP. Max 30 days back.</wsdl:documentation>
      <wsdl:input message="tns:getClaimListHttpPostIn" />
      <wsdl:output message="tns:getClaimListHttpPostOut" />
    </wsdl:operation>
    <wsdl:operation name="getExpeditionDetail">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Get delivery detail as SOAP. Use expeditionSymbol for requested order.</wsdl:documentation>
      <wsdl:input message="tns:getExpeditionDetailHttpPostIn" />
      <wsdl:output message="tns:getExpeditionDetailHttpPostOut" />
    </wsdl:operation>
    <wsdl:operation name="getSellerInfo">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Get identification of seller</wsdl:documentation>
      <wsdl:input message="tns:getSellerInfoHttpPostIn" />
      <wsdl:output message="tns:getSellerInfoHttpPostOut" />
    </wsdl:operation>
    <wsdl:operation name="getAuthTokenEshop">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Get authentication data for eshop</wsdl:documentation>
      <wsdl:input message="tns:getAuthTokenEshopHttpPostIn" />
      <wsdl:output message="tns:getAuthTokenEshopHttpPostOut" />
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:binding name="ServiceSoap" type="tns:ServiceSoap">
    <soap:binding transport="http://schemas.xmlsoap.org/soap/http" />
    <wsdl:operation name="getProductList">
      <soap:operation soapAction="http://www.elinkx.cz/getProductList" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="getProductListDownloadXML">
      <soap:operation soapAction="http://www.elinkx.cz/getProductListDownloadXML" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="getProductListDownloadXMLWithTransform">
      <soap:operation soapAction="http://www.elinkx.cz/getProductListDownloadXMLWithTransform" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="getProductListDownloadZIP">
      <soap:operation soapAction="http://www.elinkx.cz/getProductListDownloadZIP" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="getProductListDownloadZIPWithTransform">
      <soap:operation soapAction="http://www.elinkx.cz/getProductListDownloadZIPWithTransform" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="getInvoiceDetailDownloadXMLWithTransform">
      <soap:operation soapAction="http://www.elinkx.cz/getInvoiceDetailDownloadXMLWithTransform" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="getInvoiceList">
      <soap:operation soapAction="http://www.elinkx.cz/getInvoiceList" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="getInvoiceListDownloadXMLWithTransform_INT">
      <soap:operation soapAction="http://www.elinkx.cz/getInvoiceListDownloadXMLWithTransform_INT" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="getInvoiceDetail">
      <soap:operation soapAction="http://www.elinkx.cz/getInvoiceDetail" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="getDeliveryList">
      <soap:operation soapAction="http://www.elinkx.cz/getDeliveryList" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="getDeliveryDetail">
      <soap:operation soapAction="http://www.elinkx.cz/getDeliveryDetail" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="getOrderDetail">
      <soap:operation soapAction="http://www.elinkx.cz/getOrderDetail" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="getOrderList">
      <soap:operation soapAction="http://www.elinkx.cz/getOrderList" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="getOrderListDownloadXMLWithTransform_INT">
      <soap:operation soapAction="http://www.elinkx.cz/getOrderListDownloadXMLWithTransform_INT" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="getExpeditionList">
      <soap:operation soapAction="http://www.elinkx.cz/getExpeditionList" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="getClaimList">
      <soap:operation soapAction="http://www.elinkx.cz/getClaimList" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="getExpeditionDetail">
      <soap:operation soapAction="http://www.elinkx.cz/getExpeditionDetail" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="getSellerInfo">
      <soap:operation soapAction="http://www.elinkx.cz/getSellerInfo" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="getAuthTokenEshop">
      <soap:operation soapAction="http://www.elinkx.cz/getAuthTokenEshop" 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="ServiceSoap12" type="tns:ServiceSoap">
    <soap12:binding transport="http://schemas.xmlsoap.org/soap/http" />
    <wsdl:operation name="getProductList">
      <soap12:operation soapAction="http://www.elinkx.cz/getProductList" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="getProductListDownloadXML">
      <soap12:operation soapAction="http://www.elinkx.cz/getProductListDownloadXML" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="getProductListDownloadXMLWithTransform">
      <soap12:operation soapAction="http://www.elinkx.cz/getProductListDownloadXMLWithTransform" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="getProductListDownloadZIP">
      <soap12:operation soapAction="http://www.elinkx.cz/getProductListDownloadZIP" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="getProductListDownloadZIPWithTransform">
      <soap12:operation soapAction="http://www.elinkx.cz/getProductListDownloadZIPWithTransform" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="getInvoiceDetailDownloadXMLWithTransform">
      <soap12:operation soapAction="http://www.elinkx.cz/getInvoiceDetailDownloadXMLWithTransform" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="getInvoiceList">
      <soap12:operation soapAction="http://www.elinkx.cz/getInvoiceList" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="getInvoiceListDownloadXMLWithTransform_INT">
      <soap12:operation soapAction="http://www.elinkx.cz/getInvoiceListDownloadXMLWithTransform_INT" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="getInvoiceDetail">
      <soap12:operation soapAction="http://www.elinkx.cz/getInvoiceDetail" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="getDeliveryList">
      <soap12:operation soapAction="http://www.elinkx.cz/getDeliveryList" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="getDeliveryDetail">
      <soap12:operation soapAction="http://www.elinkx.cz/getDeliveryDetail" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="getOrderDetail">
      <soap12:operation soapAction="http://www.elinkx.cz/getOrderDetail" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="getOrderList">
      <soap12:operation soapAction="http://www.elinkx.cz/getOrderList" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="getOrderListDownloadXMLWithTransform_INT">
      <soap12:operation soapAction="http://www.elinkx.cz/getOrderListDownloadXMLWithTransform_INT" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="getExpeditionList">
      <soap12:operation soapAction="http://www.elinkx.cz/getExpeditionList" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="getClaimList">
      <soap12:operation soapAction="http://www.elinkx.cz/getClaimList" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="getExpeditionDetail">
      <soap12:operation soapAction="http://www.elinkx.cz/getExpeditionDetail" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="getSellerInfo">
      <soap12:operation soapAction="http://www.elinkx.cz/getSellerInfo" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="getAuthTokenEshop">
      <soap12:operation soapAction="http://www.elinkx.cz/getAuthTokenEshop" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
  </wsdl:binding>
  <wsdl:binding name="ServiceHttpGet" type="tns:ServiceHttpGet">
    <http:binding verb="GET" />
    <wsdl:operation name="getProductList">
      <http:operation location="/getProductList" />
      <wsdl:input>
        <http:urlEncoded />
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="getProductListDownloadXML">
      <http:operation location="/getProductListDownloadXML" />
      <wsdl:input>
        <http:urlEncoded />
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="getProductListDownloadXMLWithTransform">
      <http:operation location="/getProductListDownloadXMLWithTransform" />
      <wsdl:input>
        <http:urlEncoded />
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="getProductListDownloadZIP">
      <http:operation location="/getProductListDownloadZIP" />
      <wsdl:input>
        <http:urlEncoded />
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="getProductListDownloadZIPWithTransform">
      <http:operation location="/getProductListDownloadZIPWithTransform" />
      <wsdl:input>
        <http:urlEncoded />
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="getInvoiceDetailDownloadXMLWithTransform">
      <http:operation location="/getInvoiceDetailDownloadXMLWithTransform" />
      <wsdl:input>
        <http:urlEncoded />
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="getInvoiceList">
      <http:operation location="/getInvoiceList" />
      <wsdl:input>
        <http:urlEncoded />
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="getInvoiceListDownloadXMLWithTransform_INT">
      <http:operation location="/getInvoiceListDownloadXMLWithTransform_INT" />
      <wsdl:input>
        <http:urlEncoded />
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="getInvoiceDetail">
      <http:operation location="/getInvoiceDetail" />
      <wsdl:input>
        <http:urlEncoded />
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="getDeliveryList">
      <http:operation location="/getDeliveryList" />
      <wsdl:input>
        <http:urlEncoded />
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="getDeliveryDetail">
      <http:operation location="/getDeliveryDetail" />
      <wsdl:input>
        <http:urlEncoded />
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="getOrderDetail">
      <http:operation location="/getOrderDetail" />
      <wsdl:input>
        <http:urlEncoded />
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="getOrderList">
      <http:operation location="/getOrderList" />
      <wsdl:input>
        <http:urlEncoded />
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="getOrderListDownloadXMLWithTransform_INT">
      <http:operation location="/getOrderListDownloadXMLWithTransform_INT" />
      <wsdl:input>
        <http:urlEncoded />
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="getExpeditionList">
      <http:operation location="/getExpeditionList" />
      <wsdl:input>
        <http:urlEncoded />
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="getClaimList">
      <http:operation location="/getClaimList" />
      <wsdl:input>
        <http:urlEncoded />
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="getExpeditionDetail">
      <http:operation location="/getExpeditionDetail" />
      <wsdl:input>
        <http:urlEncoded />
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="getSellerInfo">
      <http:operation location="/getSellerInfo" />
      <wsdl:input>
        <http:urlEncoded />
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="getAuthTokenEshop">
      <http:operation location="/getAuthTokenEshop" />
      <wsdl:input>
        <http:urlEncoded />
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body" />
      </wsdl:output>
    </wsdl:operation>
  </wsdl:binding>
  <wsdl:binding name="ServiceHttpPost" type="tns:ServiceHttpPost">
    <http:binding verb="POST" />
    <wsdl:operation name="getProductList">
      <http:operation location="/getProductList" />
      <wsdl:input>
        <mime:content type="application/x-www-form-urlencoded" />
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="getProductListDownloadXML">
      <http:operation location="/getProductListDownloadXML" />
      <wsdl:input>
        <mime:content type="application/x-www-form-urlencoded" />
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="getProductListDownloadXMLWithTransform">
      <http:operation location="/getProductListDownloadXMLWithTransform" />
      <wsdl:input>
        <mime:content type="application/x-www-form-urlencoded" />
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="getProductListDownloadZIP">
      <http:operation location="/getProductListDownloadZIP" />
      <wsdl:input>
        <mime:content type="application/x-www-form-urlencoded" />
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="getProductListDownloadZIPWithTransform">
      <http:operation location="/getProductListDownloadZIPWithTransform" />
      <wsdl:input>
        <mime:content type="application/x-www-form-urlencoded" />
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="getInvoiceDetailDownloadXMLWithTransform">
      <http:operation location="/getInvoiceDetailDownloadXMLWithTransform" />
      <wsdl:input>
        <mime:content type="application/x-www-form-urlencoded" />
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="getInvoiceList">
      <http:operation location="/getInvoiceList" />
      <wsdl:input>
        <mime:content type="application/x-www-form-urlencoded" />
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="getInvoiceListDownloadXMLWithTransform_INT">
      <http:operation location="/getInvoiceListDownloadXMLWithTransform_INT" />
      <wsdl:input>
        <mime:content type="application/x-www-form-urlencoded" />
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="getInvoiceDetail">
      <http:operation location="/getInvoiceDetail" />
      <wsdl:input>
        <mime:content type="application/x-www-form-urlencoded" />
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="getDeliveryList">
      <http:operation location="/getDeliveryList" />
      <wsdl:input>
        <mime:content type="application/x-www-form-urlencoded" />
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="getDeliveryDetail">
      <http:operation location="/getDeliveryDetail" />
      <wsdl:input>
        <mime:content type="application/x-www-form-urlencoded" />
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="getOrderDetail">
      <http:operation location="/getOrderDetail" />
      <wsdl:input>
        <mime:content type="application/x-www-form-urlencoded" />
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="getOrderList">
      <http:operation location="/getOrderList" />
      <wsdl:input>
        <mime:content type="application/x-www-form-urlencoded" />
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="getOrderListDownloadXMLWithTransform_INT">
      <http:operation location="/getOrderListDownloadXMLWithTransform_INT" />
      <wsdl:input>
        <mime:content type="application/x-www-form-urlencoded" />
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="getExpeditionList">
      <http:operation location="/getExpeditionList" />
      <wsdl:input>
        <mime:content type="application/x-www-form-urlencoded" />
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="getClaimList">
      <http:operation location="/getClaimList" />
      <wsdl:input>
        <mime:content type="application/x-www-form-urlencoded" />
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="getExpeditionDetail">
      <http:operation location="/getExpeditionDetail" />
      <wsdl:input>
        <mime:content type="application/x-www-form-urlencoded" />
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="getSellerInfo">
      <http:operation location="/getSellerInfo" />
      <wsdl:input>
        <mime:content type="application/x-www-form-urlencoded" />
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="getAuthTokenEshop">
      <http:operation location="/getAuthTokenEshop" />
      <wsdl:input>
        <mime:content type="application/x-www-form-urlencoded" />
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body" />
      </wsdl:output>
    </wsdl:operation>
  </wsdl:binding>
  <wsdl:service name="Service">
    <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Data Exchange :: PUBLIC version [v 4.3.20.0].&lt;br&gt;This service is used for data exchage. All methods requests loginName and password. These are the same as that are used in edlink. All parameters for method must be filled. Examples of them are described in webmethod. Documentation: /doc/publicdoc.pdf</wsdl:documentation>
    <wsdl:port name="ServiceSoap" binding="tns:ServiceSoap">
      <soap:address location="https://public-ws-cz.elinkx.biz/service.asmx" />
    </wsdl:port>
    <wsdl:port name="ServiceSoap12" binding="tns:ServiceSoap12">
      <soap12:address location="https://public-ws-cz.elinkx.biz/service.asmx" />
    </wsdl:port>
    <wsdl:port name="ServiceHttpGet" binding="tns:ServiceHttpGet">
      <http:address location="https://public-ws-cz.elinkx.biz/service.asmx" />
    </wsdl:port>
    <wsdl:port name="ServiceHttpPost" binding="tns:ServiceHttpPost">
      <http:address location="https://public-ws-cz.elinkx.biz/service.asmx" />
    </wsdl:port>
  </wsdl:service>
</wsdl:definitions>