Service


Click here for a complete list of operations.

getProductCatalogueFullNavFilterSOAPDownloadXML

Get URL for download product list as XML file according to product navigator filter definition. Use onStock = True for getting only items that are on stock. Use onStock = False for all items. Use Comodities for setting which commodities you want download(comma separated list).

Test

The test form is only available for requests from the local machine.

SOAP 1.1

The following is a sample SOAP 1.1 request and response. The placeholders shown need to be replaced with actual values.

POST /service.asmx HTTP/1.1
Host: private.ws.cz.elinkx.biz
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://www.elinkx.cz/getProductCatalogueFullNavFilterSOAPDownloadXML"

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Body>
    <getProductCatalogueFullNavFilterSOAPDownloadXML xmlns="http://www.elinkx.cz">
      <login>string</login>
      <password>string</password>
      <onStock>boolean</onStock>
      <filter>
        <superCategory>
          <ProductCategoryList>
            <ProductCategory xsi:nil="true" />
            <ProductCategory xsi:nil="true" />
          </ProductCategoryList>
          <SuperCategoryCode>int</SuperCategoryCode>
          <SuperCategoryName>string</SuperCategoryName>
          <ParentSuperCategoryCode>int</ParentSuperCategoryCode>
        </superCategory>
        <category>
          <CategoryCode>short</CategoryCode>
          <CategoryName>string</CategoryName>
          <ProductAttributeList>
            <ProductCategoryAttribute xsi:nil="true" />
            <ProductCategoryAttribute xsi:nil="true" />
          </ProductAttributeList>
          <ImageList>
            <ProductCategoryImage xsi:nil="true" />
            <ProductCategoryImage xsi:nil="true" />
          </ImageList>
        </category>
        <productProducerList>
          <ProductProducer>
            <ProducerId>short</ProducerId>
            <ProducerCode>string</ProducerCode>
            <ProducerName>string</ProducerName>
          </ProductProducer>
          <ProductProducer>
            <ProducerId>short</ProducerId>
            <ProducerCode>string</ProducerCode>
            <ProducerName>string</ProducerName>
          </ProductProducer>
        </productProducerList>
        <productNavigatorDataList>
          <ProductNavigatorData>
            <AttributeCode>short</AttributeCode>
            <ValueCode>int</ValueCode>
          </ProductNavigatorData>
          <ProductNavigatorData>
            <AttributeCode>short</AttributeCode>
            <ValueCode>int</ValueCode>
          </ProductNavigatorData>
        </productNavigatorDataList>
      </filter>
    </getProductCatalogueFullNavFilterSOAPDownloadXML>
  </soap:Body>
</soap:Envelope>
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Body>
    <getProductCatalogueFullNavFilterSOAPDownloadXMLResponse xmlns="http://www.elinkx.cz">
      <getProductCatalogueFullNavFilterSOAPDownloadXMLResult>
        <ProductListStatus>
          <url>string</url>
          <fileName>string</fileName>
          <isReady>boolean</isReady>
        </ProductListStatus>
      </getProductCatalogueFullNavFilterSOAPDownloadXMLResult>
    </getProductCatalogueFullNavFilterSOAPDownloadXMLResponse>
  </soap:Body>
</soap:Envelope>

SOAP 1.2

The following is a sample SOAP 1.2 request and response. The placeholders shown need to be replaced with actual values.

POST /service.asmx HTTP/1.1
Host: private.ws.cz.elinkx.biz
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
  <soap12:Body>
    <getProductCatalogueFullNavFilterSOAPDownloadXML xmlns="http://www.elinkx.cz">
      <login>string</login>
      <password>string</password>
      <onStock>boolean</onStock>
      <filter>
        <superCategory>
          <ProductCategoryList>
            <ProductCategory xsi:nil="true" />
            <ProductCategory xsi:nil="true" />
          </ProductCategoryList>
          <SuperCategoryCode>int</SuperCategoryCode>
          <SuperCategoryName>string</SuperCategoryName>
          <ParentSuperCategoryCode>int</ParentSuperCategoryCode>
        </superCategory>
        <category>
          <CategoryCode>short</CategoryCode>
          <CategoryName>string</CategoryName>
          <ProductAttributeList>
            <ProductCategoryAttribute xsi:nil="true" />
            <ProductCategoryAttribute xsi:nil="true" />
          </ProductAttributeList>
          <ImageList>
            <ProductCategoryImage xsi:nil="true" />
            <ProductCategoryImage xsi:nil="true" />
          </ImageList>
        </category>
        <productProducerList>
          <ProductProducer>
            <ProducerId>short</ProducerId>
            <ProducerCode>string</ProducerCode>
            <ProducerName>string</ProducerName>
          </ProductProducer>
          <ProductProducer>
            <ProducerId>short</ProducerId>
            <ProducerCode>string</ProducerCode>
            <ProducerName>string</ProducerName>
          </ProductProducer>
        </productProducerList>
        <productNavigatorDataList>
          <ProductNavigatorData>
            <AttributeCode>short</AttributeCode>
            <ValueCode>int</ValueCode>
          </ProductNavigatorData>
          <ProductNavigatorData>
            <AttributeCode>short</AttributeCode>
            <ValueCode>int</ValueCode>
          </ProductNavigatorData>
        </productNavigatorDataList>
      </filter>
    </getProductCatalogueFullNavFilterSOAPDownloadXML>
  </soap12:Body>
</soap12:Envelope>
HTTP/1.1 200 OK
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
  <soap12:Body>
    <getProductCatalogueFullNavFilterSOAPDownloadXMLResponse xmlns="http://www.elinkx.cz">
      <getProductCatalogueFullNavFilterSOAPDownloadXMLResult>
        <ProductListStatus>
          <url>string</url>
          <fileName>string</fileName>
          <isReady>boolean</isReady>
        </ProductListStatus>
      </getProductCatalogueFullNavFilterSOAPDownloadXMLResult>
    </getProductCatalogueFullNavFilterSOAPDownloadXMLResponse>
  </soap12:Body>
</soap12:Envelope>