<?xml version="1.0"?>
<definitions xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="IWsImportProductsservice" targetNamespace="http://tempuri.org/" xmlns:tns="http://tempuri.org/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/">
  <message name="GetMatrixCell0Request"/>
  <message name="GetMatrixCell0Response">
    <part name="return" type="xs:base64Binary"/>
  </message>
  <message name="GetPriceTable1Request">
    <part name="AMatrixSheetId" type="xs:int"/>
  </message>
  <message name="GetPriceTable1Response">
    <part name="return" type="xs:base64Binary"/>
  </message>
  <message name="GetMatrixCellXML2Request"/>
  <message name="GetMatrixCellXML2Response">
    <part name="return" type="xs:string"/>
  </message>
  <message name="GetWarehouseXML3Request"/>
  <message name="GetWarehouseXML3Response">
    <part name="return" type="xs:string"/>
  </message>
  <message name="GetPriceTableXML4Request">
    <part name="AMatrixSheetId" type="xs:int"/>
  </message>
  <message name="GetPriceTableXML4Response">
    <part name="return" type="xs:string"/>
  </message>
  <message name="GetPriceListXML5Request">
    <part name="AMatrixSheetId" type="xs:int"/>
  </message>
  <message name="GetPriceListXML5Response">
    <part name="return" type="xs:string"/>
  </message>
  <message name="GetAttributeTemplateXML6Request">
    <part name="AMatrixSheetId" type="xs:int"/>
  </message>
  <message name="GetAttributeTemplateXML6Response">
    <part name="return" type="xs:string"/>
  </message>
  <message name="GetAttributeStockXML7Request">
    <part name="AAttributeTemplateId" type="xs:int"/>
  </message>
  <message name="GetAttributeStockXML7Response">
    <part name="return" type="xs:string"/>
  </message>
  <message name="GetSTOCK_CNF_UmXML8Request"/>
  <message name="GetSTOCK_CNF_UmXML8Response">
    <part name="return" type="xs:string"/>
  </message>
  <message name="GetLookup_ProductTaxType9Request"/>
  <message name="GetLookup_ProductTaxType9Response">
    <part name="return" type="xs:string"/>
  </message>
  <message name="GetLookup_TaxPackageId10Request"/>
  <message name="GetLookup_TaxPackageId10Response">
    <part name="return" type="xs:string"/>
  </message>
  <message name="ProcessProductsToImport11Request">
    <part name="AXMLImportProduct" type="xs:string"/>
    <part name="AXMLProductsToImport" type="xs:string"/>
  </message>
  <message name="ProcessProductsToImport11Response">
    <part name="return" type="xs:string"/>
  </message>
  <message name="ProcessProductToImport12Request">
    <part name="AXMLImportProduct" type="xs:string"/>
    <part name="AXMLProductToImport" type="xs:string"/>
  </message>
  <message name="ProcessProductToImport12Response">
    <part name="return" type="xs:string"/>
  </message>
  <message name="CheckMatrixSheetCode13Request">
    <part name="AMatrixSheetCode" type="xs:string"/>
    <part name="APriceTableId" type="xs:int"/>
    <part name="APriceListId" type="xs:int"/>
    <part name="AAttributeTemplateIdProduct" type="xs:int"/>
    <part name="AAttributeTemplateIdStock" type="xs:int"/>
    <part name="AAttributeIdStock" type="xs:int"/>
  </message>
  <message name="CheckMatrixSheetCode13Response">
    <part name="return" type="xs:int"/>
  </message>
  <portType name="IWsImportProducts">
    <operation name="GetMatrixCell">
      <input message="tns:GetMatrixCell0Request"/>
      <output message="tns:GetMatrixCell0Response"/>
    </operation>
    <operation name="GetPriceTable">
      <input message="tns:GetPriceTable1Request"/>
      <output message="tns:GetPriceTable1Response"/>
    </operation>
    <operation name="GetMatrixCellXML">
      <input message="tns:GetMatrixCellXML2Request"/>
      <output message="tns:GetMatrixCellXML2Response"/>
    </operation>
    <operation name="GetWarehouseXML">
      <input message="tns:GetWarehouseXML3Request"/>
      <output message="tns:GetWarehouseXML3Response"/>
    </operation>
    <operation name="GetPriceTableXML">
      <input message="tns:GetPriceTableXML4Request"/>
      <output message="tns:GetPriceTableXML4Response"/>
    </operation>
    <operation name="GetPriceListXML">
      <input message="tns:GetPriceListXML5Request"/>
      <output message="tns:GetPriceListXML5Response"/>
    </operation>
    <operation name="GetAttributeTemplateXML">
      <input message="tns:GetAttributeTemplateXML6Request"/>
      <output message="tns:GetAttributeTemplateXML6Response"/>
    </operation>
    <operation name="GetAttributeStockXML">
      <input message="tns:GetAttributeStockXML7Request"/>
      <output message="tns:GetAttributeStockXML7Response"/>
    </operation>
    <operation name="GetSTOCK_CNF_UmXML">
      <input message="tns:GetSTOCK_CNF_UmXML8Request"/>
      <output message="tns:GetSTOCK_CNF_UmXML8Response"/>
    </operation>
    <operation name="GetLookup_ProductTaxType">
      <input message="tns:GetLookup_ProductTaxType9Request"/>
      <output message="tns:GetLookup_ProductTaxType9Response"/>
    </operation>
    <operation name="GetLookup_TaxPackageId">
      <input message="tns:GetLookup_TaxPackageId10Request"/>
      <output message="tns:GetLookup_TaxPackageId10Response"/>
    </operation>
    <operation name="ProcessProductsToImport">
      <input message="tns:ProcessProductsToImport11Request"/>
      <output message="tns:ProcessProductsToImport11Response"/>
    </operation>
    <operation name="ProcessProductToImport">
      <input message="tns:ProcessProductToImport12Request"/>
      <output message="tns:ProcessProductToImport12Response"/>
    </operation>
    <operation name="CheckMatrixSheetCode">
      <input message="tns:CheckMatrixSheetCode13Request"/>
      <output message="tns:CheckMatrixSheetCode13Response"/>
    </operation>
  </portType>
  <binding name="IWsImportProductsbinding" type="tns:IWsImportProducts">
    <binding xmlns="http://schemas.xmlsoap.org/wsdl/soap/" style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
    <operation name="GetMatrixCell">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsImportProductsIntf-IWsImportProducts#GetMatrixCell" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsImportProductsIntf-IWsImportProducts"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsImportProductsIntf-IWsImportProducts"/>
      </output>
    </operation>
    <operation name="GetPriceTable">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsImportProductsIntf-IWsImportProducts#GetPriceTable" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsImportProductsIntf-IWsImportProducts"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsImportProductsIntf-IWsImportProducts"/>
      </output>
    </operation>
    <operation name="GetMatrixCellXML">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsImportProductsIntf-IWsImportProducts#GetMatrixCellXML" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsImportProductsIntf-IWsImportProducts"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsImportProductsIntf-IWsImportProducts"/>
      </output>
    </operation>
    <operation name="GetWarehouseXML">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsImportProductsIntf-IWsImportProducts#GetWarehouseXML" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsImportProductsIntf-IWsImportProducts"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsImportProductsIntf-IWsImportProducts"/>
      </output>
    </operation>
    <operation name="GetPriceTableXML">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsImportProductsIntf-IWsImportProducts#GetPriceTableXML" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsImportProductsIntf-IWsImportProducts"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsImportProductsIntf-IWsImportProducts"/>
      </output>
    </operation>
    <operation name="GetPriceListXML">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsImportProductsIntf-IWsImportProducts#GetPriceListXML" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsImportProductsIntf-IWsImportProducts"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsImportProductsIntf-IWsImportProducts"/>
      </output>
    </operation>
    <operation name="GetAttributeTemplateXML">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsImportProductsIntf-IWsImportProducts#GetAttributeTemplateXML" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsImportProductsIntf-IWsImportProducts"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsImportProductsIntf-IWsImportProducts"/>
      </output>
    </operation>
    <operation name="GetAttributeStockXML">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsImportProductsIntf-IWsImportProducts#GetAttributeStockXML" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsImportProductsIntf-IWsImportProducts"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsImportProductsIntf-IWsImportProducts"/>
      </output>
    </operation>
    <operation name="GetSTOCK_CNF_UmXML">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsImportProductsIntf-IWsImportProducts#GetSTOCK_CNF_UmXML" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsImportProductsIntf-IWsImportProducts"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsImportProductsIntf-IWsImportProducts"/>
      </output>
    </operation>
    <operation name="GetLookup_ProductTaxType">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsImportProductsIntf-IWsImportProducts#GetLookup_ProductTaxType" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsImportProductsIntf-IWsImportProducts"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsImportProductsIntf-IWsImportProducts"/>
      </output>
    </operation>
    <operation name="GetLookup_TaxPackageId">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsImportProductsIntf-IWsImportProducts#GetLookup_TaxPackageId" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsImportProductsIntf-IWsImportProducts"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsImportProductsIntf-IWsImportProducts"/>
      </output>
    </operation>
    <operation name="ProcessProductsToImport">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsImportProductsIntf-IWsImportProducts#ProcessProductsToImport" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsImportProductsIntf-IWsImportProducts"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsImportProductsIntf-IWsImportProducts"/>
      </output>
    </operation>
    <operation name="ProcessProductToImport">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsImportProductsIntf-IWsImportProducts#ProcessProductToImport" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsImportProductsIntf-IWsImportProducts"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsImportProductsIntf-IWsImportProducts"/>
      </output>
    </operation>
    <operation name="CheckMatrixSheetCode">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsImportProductsIntf-IWsImportProducts#CheckMatrixSheetCode" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsImportProductsIntf-IWsImportProducts"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsImportProductsIntf-IWsImportProducts"/>
      </output>
    </operation>
  </binding>
  <service name="IWsImportProductsservice">
    <port name="IWsImportProductsPort" binding="tns:IWsImportProductsbinding">
      <address xmlns="http://schemas.xmlsoap.org/wsdl/soap/" location="http://tcl-isapi-bos.vivaticket.com/BosServices.dll/soap/IWsImportProducts"/>
    </port>
  </service>
</definitions>

