Web Service
JubiDocWS
Overview
Service Description
Client proxy

Methods GetOffer
GetShipmentService
AddShipmentService
SyncOffer
SyncRemoved
GetProductQuantity
GetProductsBasicInfo
MakeOrder
GetOrderStatus
GetOrdersHistory
CustomerAdd
CustomerEdit
GetKinds
GetMaterials
GetUom
GetVat
GetVersion
GetServerDateTime
GetShops
GetProducers
GetFeatures

Methods for binding
JubiDocWSSoap12
GetOffer
GetShipmentService
AddShipmentService
SyncOffer
SyncRemoved
GetProductQuantity
GetProductsBasicInfo
MakeOrder
GetOrderStatus
GetOrdersHistory
CustomerAdd
CustomerEdit
GetKinds
GetMaterials
GetUom
GetVat
GetVersion
GetServerDateTime
GetShops
GetProducers
GetFeatures

The description of this web service is composed by several documents. Click on the document you want to see:
WSDL document for namespace "JubiDocWS"    Download

<?xml version="1.0" encoding="utf-8"?>
<wsdl:definitions xmlns:s="http://www.w3.org/2001/XMLSchema"
      xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/"
      xmlns:http="http://schemas.xmlsoap.org/wsdl/http/"
      xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:tns="JubiDocWS"
      xmlns:s2="JubiDocWS/AbstractTypes" xmlns:s1="http://microsoft.com/wsdl/types/"
      xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
      xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/"
      xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" targetNamespace="JubiDocWS"
      xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
>
  <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Webservice aplikacji
        JubiDoc</wsdl:documentation>
  <wsdl:types>
    <s:schema elementFormDefault="qualified" targetNamespace="JubiDocWS">
      <s:import namespace="http://microsoft.com/wsdl/types/"/>
      <s:import namespace="http://schemas.xmlsoap.org/soap/encoding/"/>
      <s:import namespace="http://schemas.xmlsoap.org/wsdl/"/>
      <s:element name="GetOffer">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="wsuser" type="s:string"/>
            <s:element minOccurs="0" maxOccurs="1" name="wspass" type="s:string"/>
            <s:element minOccurs="1" maxOccurs="1" name="shops_id" type="s:int"/>
            <s:element minOccurs="1" maxOccurs="1" name="kind_id" type="s:int"/>
            <s:element minOccurs="1" maxOccurs="1" name="material_id" type="s:int"/>
            <s:element minOccurs="1" maxOccurs="1" name="mass_from" type="s:decimal"/>
            <s:element minOccurs="1" maxOccurs="1" name="mass_to" type="s:decimal"/>
            <s:element minOccurs="1" maxOccurs="1" name="price_from" type="s:decimal"/>
            <s:element minOccurs="1" maxOccurs="1" name="price_to" type="s:decimal"/>
            <s:element minOccurs="0" maxOccurs="1" name="sort_col_name" type="s:string"/>
            <s:element minOccurs="1" maxOccurs="1" name="sort_asc" type="s:boolean"/>
            <s:element minOccurs="1" maxOccurs="1" name="page_number" type="s:int"/>
            <s:element minOccurs="1" maxOccurs="1" name="rows_per_page" type="s:int"/>
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="GetOfferResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="GetOfferResult"
                  type="tns:ArrayOfJDProduct"
/>
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="ArrayOfJDProduct">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="unbounded" name="JDProduct" nillable="true"
                type="tns:JDProduct"
/>
        </s:sequence>
      </s:complexType>
      <s:complexType name="JDProduct">
        <s:complexContent mixed="false">
          <s:extension base="tns:DBObject">
            <s:sequence>
              <s:element minOccurs="1" maxOccurs="1" name="items_id" nillable="true"
                    type="s1:guid"
/>
              <s:element minOccurs="1" maxOccurs="1" name="article_id" nillable="true"
                    type="s1:guid"
/>
              <s:element minOccurs="1" maxOccurs="1" name="productsguid_id" nillable="true"
                    type="s1:guid"
/>
              <s:element minOccurs="0" maxOccurs="1" name="products_obj" type="tns:Products"/>
              <s:element minOccurs="1" maxOccurs="1" name="itype" type="s:int"/>
              <s:element minOccurs="0" maxOccurs="1" name="catnum" type="s:string"/>
              <s:element minOccurs="0" maxOccurs="1" name="description" type="s:string"/>
              <s:element minOccurs="1" maxOccurs="1" name="price_detal" type="s:decimal"/>
              <s:element minOccurs="1" maxOccurs="1" name="price_detal_brutto"
                    type="s:decimal"
/>
              <s:element minOccurs="1" maxOccurs="1" name="price_eshop" type="s:decimal"/>
              <s:element minOccurs="0" maxOccurs="1" name="isize" type="s:string"/>
              <s:element minOccurs="0" maxOccurs="1" name="ilength" type="s:string"/>
              <s:element minOccurs="0" maxOccurs="1" name="iheight" type="s:string"/>
              <s:element minOccurs="0" maxOccurs="1" name="iwidth" type="s:string"/>
              <s:element minOccurs="0" maxOccurs="1" name="idepth" type="s:string"/>
              <s:element minOccurs="1" maxOccurs="1" name="mass" type="s:decimal"/>
              <s:element minOccurs="1" maxOccurs="1" name="quantity" type="s:decimal"/>
              <s:element minOccurs="1" maxOccurs="1" name="qdec" type="s:int"/>
              <s:element minOccurs="0" maxOccurs="1" name="barcode" type="s:string"/>
              <s:element minOccurs="1" maxOccurs="1" name="kinds_id" nillable="true"
                    type="s:int"
/>
              <s:element minOccurs="0" maxOccurs="1" name="kinds_name" type="s:string"/>
              <s:element minOccurs="1" maxOccurs="1" name="uom_id" nillable="true"
                    type="s:int"
/>
              <s:element minOccurs="0" maxOccurs="1" name="uom_name" type="s:string"/>
              <s:element minOccurs="1" maxOccurs="1" name="materials_id" nillable="true"
                    type="s:int"
/>
              <s:element minOccurs="0" maxOccurs="1" name="materials_name" type="s:string"/>
              <s:element minOccurs="0" maxOccurs="1" name="materials_purity" type="s:string"/>
              <s:element minOccurs="1" maxOccurs="1" name="vat_id" type="s:int"/>
              <s:element minOccurs="1" maxOccurs="1" name="vat_value" type="s:int"/>
              <s:element minOccurs="1" maxOccurs="1" name="currency_id" type="s:int"/>
              <s:element minOccurs="0" maxOccurs="1" name="currency_symbol" type="s:string"/>
              <s:element minOccurs="0" maxOccurs="1" name="producer" type="s:string"/>
              <s:element minOccurs="1" maxOccurs="1" name="producer_id" nillable="true"
                    type="s:int"
/>
              <s:element minOccurs="1" maxOccurs="1" name="purchase_date" nillable="true"
                    type="s:dateTime"
/>
              <s:element minOccurs="0" maxOccurs="1" name="thumbimagepath" type="s:string"/>
              <s:element minOccurs="1" maxOccurs="1" name="promo" type="s:boolean"/>
              <s:element minOccurs="1" maxOccurs="1" name="news" type="s:boolean"/>
              <s:element minOccurs="1" maxOccurs="1" name="best" type="s:boolean"/>
              <s:element minOccurs="0" maxOccurs="1" name="name" type="s:string"/>
              <s:element minOccurs="0" maxOccurs="1" name="seotxt" type="s:string"/>
              <s:element minOccurs="1" maxOccurs="1" name="productiondays" type="s:int"/>
              <s:element minOccurs="1" maxOccurs="1" name="modified_at" type="s:dateTime"/>
              <s:element minOccurs="0" maxOccurs="1" name="pictures"
                    type="tns:ArrayOfJDPictures"
/>
              <s:element minOccurs="0" maxOccurs="1" name="features"
                    type="tns:ArrayOfJDFeatureVal"
/>
              <s:element minOccurs="0" maxOccurs="1" name="prodfeatstr" type="s:string"/>
              <s:element minOccurs="0" maxOccurs="1" name="itemfeatstr" type="s:string"/>
              <s:element minOccurs="0" maxOccurs="1" name="custom1" type="s:string"/>
              <s:element minOccurs="0" maxOccurs="1" name="custom2" type="s:string"/>
              <s:element minOccurs="0" maxOccurs="1" name="custom3" type="s:string"/>
              <s:element minOccurs="0" maxOccurs="1" name="custom4" type="s:string"/>
              <s:element minOccurs="0" maxOccurs="1" name="custom5" type="s:string"/>
            </s:sequence>
          </s:extension>
        </s:complexContent>
      </s:complexType>
      <s:complexType name="DBObject"/>
      <s:complexType name="JDFeatureVal">
        <s:complexContent mixed="false">
          <s:extension base="tns:DBObject">
            <s:sequence>
              <s:element minOccurs="1" maxOccurs="1" name="feature_id" type="s:int"/>
              <s:element minOccurs="1" maxOccurs="1" name="feature_parent_id" nillable="true"
                    type="s:int"
/>
              <s:element minOccurs="1" maxOccurs="1" name="feature_type" type="s:int"/>
              <s:element minOccurs="0" maxOccurs="1" name="feature_name" type="s:string"/>
              <s:element minOccurs="0" maxOccurs="1" name="feature_name_fullpath"
                    type="s:string"
/>
              <s:element minOccurs="0" maxOccurs="1" name="featureval_id" type="s:string"/>
              <s:element minOccurs="0" maxOccurs="1" name="featureval_name" type="s:string"/>
              <s:element minOccurs="0" maxOccurs="1" name="featureval_custom_value"
                    type="s:string"
/>
            </s:sequence>
          </s:extension>
        </s:complexContent>
      </s:complexType>
      <s:complexType name="JDPictures">
        <s:complexContent mixed="false">
          <s:extension base="tns:DBObject">
            <s:sequence>
              <s:element minOccurs="1" maxOccurs="1" name="article_id" nillable="true"
                    type="s1:guid"
/>
              <s:element minOccurs="0" maxOccurs="1" name="link" type="s:string"/>
              <s:element minOccurs="1" maxOccurs="1" name="main" type="s:boolean"/>
              <s:element minOccurs="0" maxOccurs="1" name="description" type="s:string"/>
            </s:sequence>
          </s:extension>
        </s:complexContent>
      </s:complexType>
      <s:complexType name="Products">
        <s:complexContent mixed="false">
          <s:extension base="tns:DBObject">
            <s:sequence>
              <s:element minOccurs="1" maxOccurs="1" name="products_id" type="s:int"/>
              <s:element minOccurs="1" maxOccurs="1" name="productsguid_id" type="s1:guid"/>
              <s:element minOccurs="0" maxOccurs="1" name="catnum" type="s:string"/>
              <s:element minOccurs="0" maxOccurs="1" name="symbol_supplier" type="s:string"/>
              <s:element minOccurs="0" maxOccurs="1" name="description" type="s:string"/>
              <s:element minOccurs="1" maxOccurs="1" name="price_delivery" type="s:decimal"/>
              <s:element minOccurs="1" maxOccurs="1" name="price_purchase" type="s:decimal"/>
              <s:element minOccurs="1" maxOccurs="1" name="price_detal" type="s:decimal"/>
              <s:element minOccurs="1" maxOccurs="1" name="price_detal_brutto"
                    type="s:decimal"
/>
              <s:element minOccurs="1" maxOccurs="1" name="price_eshop" type="s:decimal"/>
              <s:element minOccurs="1" maxOccurs="1" name="profit_margin" type="s:decimal"/>
              <s:element minOccurs="0" maxOccurs="1" name="isize" type="s:string"/>
              <s:element minOccurs="1" maxOccurs="1" name="mass" type="s:decimal"/>
              <s:element minOccurs="1" maxOccurs="1" name="productiondays" type="s:int"/>
              <s:element minOccurs="1" maxOccurs="1" name="eshop" type="s:boolean"/>
              <s:element minOccurs="1" maxOccurs="1" name="promo" type="s:boolean"/>
              <s:element minOccurs="1" maxOccurs="1" name="news" type="s:boolean"/>
              <s:element minOccurs="1" maxOccurs="1" name="best" type="s:boolean"/>
              <s:element minOccurs="0" maxOccurs="1" name="name" type="s:string"/>
              <s:element minOccurs="0" maxOccurs="1" name="desctxt" type="s:string"/>
              <s:element minOccurs="0" maxOccurs="1" name="seotxt" type="s:string"/>
              <s:element minOccurs="1" maxOccurs="1" name="currency_id" type="s:int"/>
              <s:element minOccurs="1" maxOccurs="1" name="kinds_id" nillable="true"
                    type="s:int"
/>
              <s:element minOccurs="1" maxOccurs="1" name="uom_id" nillable="true"
                    type="s:int"
/>
              <s:element minOccurs="1" maxOccurs="1" name="materials_id" nillable="true"
                    type="s:int"
/>
              <s:element minOccurs="1" maxOccurs="1" name="vat_id" type="s:int"/>
              <s:element minOccurs="1" maxOccurs="1" name="productsgroup_id" nillable="true"
                    type="s:int"
/>
              <s:element minOccurs="1" maxOccurs="1" name="suppliers_id" nillable="true"
                    type="s:int"
/>
              <s:element minOccurs="1" maxOccurs="1" name="producer_id" nillable="true"
                    type="s:int"
/>
              <s:element minOccurs="0" maxOccurs="1" name="kinds_name" type="s:string"/>
              <s:element minOccurs="0" maxOccurs="1" name="uom_name" type="s:string"/>
              <s:element minOccurs="0" maxOccurs="1" name="materials_name" type="s:string"/>
              <s:element minOccurs="0" maxOccurs="1" name="vat_name" type="s:string"/>
              <s:element minOccurs="0" maxOccurs="1" name="currency_symbol" type="s:string"/>
              <s:element minOccurs="0" maxOccurs="1" name="supplier_shortid" type="s:string"/>
              <s:element minOccurs="0" maxOccurs="1" name="thumbimagepath" type="s:string"/>
              <s:element minOccurs="0" maxOccurs="1" name="productsgroup_name" type="s:string"/>
            </s:sequence>
          </s:extension>
        </s:complexContent>
      </s:complexType>
      <s:complexType name="ArrayOfJDPictures">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="unbounded" name="JDPictures" nillable="true"
                type="tns:JDPictures"
/>
        </s:sequence>
      </s:complexType>
      <s:complexType name="ArrayOfJDFeatureVal">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="unbounded" name="JDFeatureVal" nillable="true"
                type="tns:JDFeatureVal"
/>
        </s:sequence>
      </s:complexType>
      <s:element name="GetShipmentService">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="wsuser" type="s:string"/>
            <s:element minOccurs="0" maxOccurs="1" name="wspass" type="s:string"/>
            <s:element minOccurs="1" maxOccurs="1" name="shops_id" type="s:int"/>
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="GetShipmentServiceResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="GetShipmentServiceResult"
                  type="tns:ArrayOfJDShipmentService"
/>
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="ArrayOfJDShipmentService">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="unbounded" name="JDShipmentService"
                nillable="true" type="tns:JDShipmentService"
/>
        </s:sequence>
      </s:complexType>
      <s:complexType name="JDShipmentService">
        <s:complexContent mixed="false">
          <s:extension base="tns:DBObject">
            <s:sequence>
              <s:element minOccurs="0" maxOccurs="1" name="article_id" type="s:string"/>
              <s:element minOccurs="0" maxOccurs="1" name="catnum" type="s:string"/>
              <s:element minOccurs="1" maxOccurs="1" name="price_detal" type="s:decimal"/>
              <s:element minOccurs="1" maxOccurs="1" name="price_detal_brutto"
                    type="s:decimal"
/>
              <s:element minOccurs="1" maxOccurs="1" name="currency_id" type="s:int"/>
              <s:element minOccurs="0" maxOccurs="1" name="currency_symbol" type="s:string"/>
              <s:element minOccurs="1" maxOccurs="1" name="vat_id" type="s:int"/>
              <s:element minOccurs="1" maxOccurs="1" name="vat_value" type="s:decimal"/>
            </s:sequence>
          </s:extension>
        </s:complexContent>
      </s:complexType>
      <s:element name="AddShipmentService">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="wsuser" type="s:string"/>
            <s:element minOccurs="0" maxOccurs="1" name="wspass" type="s:string"/>
            <s:element minOccurs="1" maxOccurs="1" name="shops_id" type="s:int"/>
            <s:element minOccurs="0" maxOccurs="1" name="catnum" type="s:string"/>
            <s:element minOccurs="1" maxOccurs="1" name="price_detal_brutto" type="s:decimal"/>
            <s:element minOccurs="1" maxOccurs="1" name="vat_id" type="s:int"/>
            <s:element minOccurs="0" maxOccurs="1" name="article_id" type="s:string"/>
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="AddShipmentServiceResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="AddShipmentServiceResult"
                  type="tns:JDShipmentService"
/>
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="SyncOffer">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="wsuser" type="s:string"/>
            <s:element minOccurs="0" maxOccurs="1" name="wspass" type="s:string"/>
            <s:element minOccurs="1" maxOccurs="1" name="shops_id" type="s:int"/>
            <s:element minOccurs="1" maxOccurs="1" name="lastsync" type="s:dateTime"/>
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="SyncOfferResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="SyncOfferResult"
                  type="tns:ArrayOfJDProduct"
/>
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="SyncRemoved">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="wsuser" type="s:string"/>
            <s:element minOccurs="0" maxOccurs="1" name="wspass" type="s:string"/>
            <s:element minOccurs="1" maxOccurs="1" name="shops_id" type="s:int"/>
            <s:element minOccurs="1" maxOccurs="1" name="lastsync" type="s:dateTime"/>
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="SyncRemovedResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="SyncRemovedResult"
                  type="tns:ArrayOfJDRemoved"
/>
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="ArrayOfJDRemoved">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="unbounded" name="JDRemoved" nillable="true"
                type="tns:JDRemoved"
/>
        </s:sequence>
      </s:complexType>
      <s:complexType name="JDRemoved">
        <s:complexContent mixed="false">
          <s:extension base="tns:DBObject">
            <s:sequence>
              <s:element minOccurs="1" maxOccurs="1" name="shops_id" nillable="true"
                    type="s:int"
/>
              <s:element minOccurs="1" maxOccurs="1" name="items_id" nillable="true"
                    type="s1:guid"
/>
              <s:element minOccurs="1" maxOccurs="1" name="article_id" nillable="true"
                    type="s1:guid"
/>
              <s:element minOccurs="1" maxOccurs="1" name="productsguid_id" nillable="true"
                    type="s1:guid"
/>
              <s:element minOccurs="1" maxOccurs="1" name="removed_at" type="s:dateTime"/>
            </s:sequence>
          </s:extension>
        </s:complexContent>
      </s:complexType>
      <s:element name="GetProductQuantity">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="wsuser" type="s:string"/>
            <s:element minOccurs="0" maxOccurs="1" name="wspass" type="s:string"/>
            <s:element minOccurs="1" maxOccurs="1" name="shops_id" type="s:int"/>
            <s:element minOccurs="0" maxOccurs="1" name="article_id" type="s:string"/>
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="GetProductQuantityResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="GetProductQuantityResult"
                  type="s:decimal"
/>
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="GetProductsBasicInfo">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="wsuser" type="s:string"/>
            <s:element minOccurs="0" maxOccurs="1" name="wspass" type="s:string"/>
            <s:element minOccurs="1" maxOccurs="1" name="shops_id" type="s:int"/>
            <s:element minOccurs="0" maxOccurs="1" name="articles" type="tns:ArrayOfString"/>
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="ArrayOfString">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="unbounded" name="string" nillable="true"
                type="s:string"
/>
        </s:sequence>
      </s:complexType>
      <s:element name="GetProductsBasicInfoResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="GetProductsBasicInfoResult"
                  type="tns:ArrayOfJDProductBasicInfo"
/>
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="ArrayOfJDProductBasicInfo">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="unbounded" name="JDProductBasicInfo"
                nillable="true" type="tns:JDProductBasicInfo"
/>
        </s:sequence>
      </s:complexType>
      <s:complexType name="JDProductBasicInfo">
        <s:complexContent mixed="false">
          <s:extension base="tns:DBObject">
            <s:sequence>
              <s:element minOccurs="1" maxOccurs="1" name="article_id" type="s1:guid"/>
              <s:element minOccurs="1" maxOccurs="1" name="price_detal" type="s:decimal"/>
              <s:element minOccurs="1" maxOccurs="1" name="price_detal_brutto"
                    type="s:decimal"
/>
              <s:element minOccurs="1" maxOccurs="1" name="price_eshop" type="s:decimal"/>
              <s:element minOccurs="1" maxOccurs="1" name="quantity" type="s:decimal"/>
            </s:sequence>
          </s:extension>
        </s:complexContent>
      </s:complexType>
      <s:element name="MakeOrder">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="wsuser" type="s:string"/>
            <s:element minOccurs="0" maxOccurs="1" name="wspass" type="s:string"/>
            <s:element minOccurs="1" maxOccurs="1" name="shops_id" type="s:int"/>
            <s:element minOccurs="0" maxOccurs="1" name="positions"
                  type="tns:ArrayOfJDPosition"
/>
            <s:element minOccurs="1" maxOccurs="1" name="customer_id" type="s:int"/>
            <s:element minOccurs="0" maxOccurs="1" name="comment" type="s:string"/>
            <s:element minOccurs="0" maxOccurs="1" name="shipmentaddress"
                  type="tns:JDCustAddress"
/>
            <s:element minOccurs="0" maxOccurs="1" name="invoiceaddress"
                  type="tns:JDCustAddress"
/>
            <s:element minOccurs="1" maxOccurs="1" name="paymentType" type="s:int"/>
            <s:element minOccurs="0" maxOccurs="1" name="shipmentservice_id" type="s:string"/>
            <s:element minOccurs="1" maxOccurs="1" name="freeshipment" type="s:boolean"/>
            <s:element minOccurs="0" maxOccurs="1" name="finalDocType" type="s:string"/>
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="ArrayOfJDPosition">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="unbounded" name="JDPosition" nillable="true"
                type="tns:JDPosition"
/>
        </s:sequence>
      </s:complexType>
      <s:complexType name="JDPosition">
        <s:complexContent mixed="false">
          <s:extension base="tns:DBObject">
            <s:sequence>
              <s:element minOccurs="0" maxOccurs="1" name="article_id" type="s:string"/>
              <s:element minOccurs="0" maxOccurs="1" name="symbol" type="s:string"/>
              <s:element minOccurs="1" maxOccurs="1" name="quantity" type="s:decimal"/>
              <s:element minOccurs="1" maxOccurs="1" name="price_netto" type="s:decimal"/>
              <s:element minOccurs="1" maxOccurs="1" name="price_brutto" type="s:decimal"/>
              <s:element minOccurs="1" maxOccurs="1" name="value_netto" type="s:decimal"/>
              <s:element minOccurs="1" maxOccurs="1" name="value_vat" type="s:decimal"/>
              <s:element minOccurs="1" maxOccurs="1" name="discount" type="s:decimal"/>
              <s:element minOccurs="1" maxOccurs="1" name="vat_percent" type="s:decimal"/>
            </s:sequence>
          </s:extension>
        </s:complexContent>
      </s:complexType>
      <s:complexType name="JDCustAddress">
        <s:complexContent mixed="false">
          <s:extension base="tns:DBObject">
            <s:sequence>
              <s:element minOccurs="1" maxOccurs="1" name="addrtype" type="s:int"/>
              <s:element minOccurs="0" maxOccurs="1" name="name" type="s:string"/>
              <s:element minOccurs="0" maxOccurs="1" name="surname" type="s:string"/>
              <s:element minOccurs="0" maxOccurs="1" name="companyname" type="s:string"/>
              <s:element minOccurs="0" maxOccurs="1" name="street" type="s:string"/>
              <s:element minOccurs="0" maxOccurs="1" name="housenumber" type="s:string"/>
              <s:element minOccurs="0" maxOccurs="1" name="localnumber" type="s:string"/>
              <s:element minOccurs="0" maxOccurs="1" name="city" type="s:string"/>
              <s:element minOccurs="0" maxOccurs="1" name="zipcode" type="s:string"/>
              <s:element minOccurs="0" maxOccurs="1" name="country" type="s:string"/>
              <s:element minOccurs="0" maxOccurs="1" name="nip" type="s:string"/>
              <s:element minOccurs="0" maxOccurs="1" name="email" type="s:string"/>
              <s:element minOccurs="0" maxOccurs="1" name="phone_mb" type="s:string"/>
              <s:element minOccurs="0" maxOccurs="1" name="comment" type="s:string"/>
            </s:sequence>
          </s:extension>
        </s:complexContent>
      </s:complexType>
      <s:element name="MakeOrderResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="MakeOrderResult" type="tns:JDOrder"/>
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="JDOrder">
        <s:complexContent mixed="false">
          <s:extension base="tns:DBObject">
            <s:sequence>
              <s:element minOccurs="0" maxOccurs="1" name="order_id" type="s:string"/>
              <s:element minOccurs="0" maxOccurs="1" name="ordernumber" type="s:string"/>
              <s:element minOccurs="1" maxOccurs="1" name="customer_id" type="s:int"/>
              <s:element minOccurs="0" maxOccurs="1" name="customer_name" type="s:string"/>
              <s:element minOccurs="1" maxOccurs="1" name="date_w" type="s:dateTime"/>
              <s:element minOccurs="1" maxOccurs="1" name="value_netto" type="s:decimal"/>
              <s:element minOccurs="1" maxOccurs="1" name="value_vat" type="s:decimal"/>
              <s:element minOccurs="0" maxOccurs="1" name="currency_symbol" type="s:string"/>
              <s:element minOccurs="1" maxOccurs="1" name="currency_rate" type="s:decimal"/>
              <s:element minOccurs="1" maxOccurs="1" name="shops_id" type="s:int"/>
              <s:element minOccurs="0" maxOccurs="1" name="barcode" type="s:string"/>
              <s:element minOccurs="0" maxOccurs="1" name="convinfo" type="s:string"/>
              <s:element minOccurs="1" maxOccurs="1" name="error_code" type="s:int"/>
              <s:element minOccurs="0" maxOccurs="1" name="error_desc" type="s:string"/>
              <s:element minOccurs="0" maxOccurs="1" name="positions"
                    type="tns:ArrayOfJDPosition"
/>
            </s:sequence>
          </s:extension>
        </s:complexContent>
      </s:complexType>
      <s:element name="GetOrderStatus">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="wsuser" type="s:string"/>
            <s:element minOccurs="0" maxOccurs="1" name="wspass" type="s:string"/>
            <s:element minOccurs="1" maxOccurs="1" name="shops_id" type="s:int"/>
            <s:element minOccurs="0" maxOccurs="1" name="order_id" type="s:string"/>
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="GetOrderStatusResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="GetOrderStatusResult"
                  type="tns:JDOrderStatus"
/>
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="JDOrderStatus">
        <s:sequence>
          <s:element minOccurs="1" maxOccurs="1" name="status" type="s:int"/>
          <s:element minOccurs="0" maxOccurs="1" name="info" type="s:string"/>
        </s:sequence>
      </s:complexType>
      <s:element name="GetOrdersHistory">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="wsuser" type="s:string"/>
            <s:element minOccurs="0" maxOccurs="1" name="wspass" type="s:string"/>
            <s:element minOccurs="1" maxOccurs="1" name="shops_id" type="s:int"/>
            <s:element minOccurs="1" maxOccurs="1" name="customer_id" type="s:int"/>
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="GetOrdersHistoryResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="GetOrdersHistoryResult"
                  type="tns:ArrayOfJDOrder"
/>
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="ArrayOfJDOrder">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="unbounded" name="JDOrder" nillable="true"
                type="tns:JDOrder"
/>
        </s:sequence>
      </s:complexType>
      <s:element name="CustomerAdd">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="wsuser" type="s:string"/>
            <s:element minOccurs="0" maxOccurs="1" name="wspass" type="s:string"/>
            <s:element minOccurs="0" maxOccurs="1" name="name" type="s:string"/>
            <s:element minOccurs="0" maxOccurs="1" name="shortname" 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="zipcode" type="s:string"/>
            <s:element minOccurs="0" maxOccurs="1" name="country" type="s:string"/>
            <s:element minOccurs="0" maxOccurs="1" name="phone" type="s:string"/>
            <s:element minOccurs="0" maxOccurs="1" name="phone_mb" type="s:string"/>
            <s:element minOccurs="0" maxOccurs="1" name="fax" type="s:string"/>
            <s:element minOccurs="0" maxOccurs="1" name="email" type="s:string"/>
            <s:element minOccurs="0" maxOccurs="1" name="prefix_nip" type="s:string"/>
            <s:element minOccurs="0" maxOccurs="1" name="nip" type="s:string"/>
            <s:element minOccurs="0" maxOccurs="1" name="comment" type="s:string"/>
            <s:element minOccurs="1" maxOccurs="1" name="payervat" type="s:boolean"/>
            <s:element minOccurs="0" maxOccurs="1" name="pesel" type="s:string"/>
            <s:element minOccurs="0" maxOccurs="1" name="www" type="s:string"/>
            <s:element minOccurs="1" maxOccurs="1" name="docidentity_type" type="s:int"/>
            <s:element minOccurs="0" maxOccurs="1" name="docidentity_number" type="s:string"/>
            <s:element minOccurs="1" maxOccurs="1" name="discount" type="s:decimal"/>
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CustomerAddResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="CustomerAddResult"
                  type="tns:JDCustomer"
/>
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="JDCustomer">
        <s:complexContent mixed="false">
          <s:extension base="tns:DBObject">
            <s:sequence>
              <s:element minOccurs="1" maxOccurs="1" name="customer_id" type="s:int"/>
              <s:element minOccurs="1" maxOccurs="1" name="error_code" type="s:int"/>
              <s:element minOccurs="0" maxOccurs="1" name="error_desc" type="s:string"/>
            </s:sequence>
          </s:extension>
        </s:complexContent>
      </s:complexType>
      <s:element name="CustomerEdit">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="wsuser" type="s:string"/>
            <s:element minOccurs="0" maxOccurs="1" name="wspass" type="s:string"/>
            <s:element minOccurs="1" maxOccurs="1" name="customer_id" type="s:int"/>
            <s:element minOccurs="0" maxOccurs="1" name="name" type="s:string"/>
            <s:element minOccurs="0" maxOccurs="1" name="shortname" 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="zipcode" type="s:string"/>
            <s:element minOccurs="0" maxOccurs="1" name="country" type="s:string"/>
            <s:element minOccurs="0" maxOccurs="1" name="phone" type="s:string"/>
            <s:element minOccurs="0" maxOccurs="1" name="phone_mb" type="s:string"/>
            <s:element minOccurs="0" maxOccurs="1" name="fax" type="s:string"/>
            <s:element minOccurs="0" maxOccurs="1" name="email" type="s:string"/>
            <s:element minOccurs="0" maxOccurs="1" name="prefix_nip" type="s:string"/>
            <s:element minOccurs="0" maxOccurs="1" name="nip" type="s:string"/>
            <s:element minOccurs="0" maxOccurs="1" name="comment" type="s:string"/>
            <s:element minOccurs="1" maxOccurs="1" name="payervat" type="s:boolean"/>
            <s:element minOccurs="0" maxOccurs="1" name="pesel" type="s:string"/>
            <s:element minOccurs="0" maxOccurs="1" name="www" type="s:string"/>
            <s:element minOccurs="1" maxOccurs="1" name="docidentity_type" type="s:int"/>
            <s:element minOccurs="0" maxOccurs="1" name="docidentity_number" type="s:string"/>
            <s:element minOccurs="1" maxOccurs="1" name="discount" type="s:decimal"/>
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CustomerEditResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="CustomerEditResult"
                  type="tns:JDCustomer"
/>
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="GetKinds">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="wsuser" type="s:string"/>
            <s:element minOccurs="0" maxOccurs="1" name="wspass" type="s:string"/>
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="GetKindsResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="GetKindsResult"
                  type="tns:ArrayOfKinds"
/>
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="ArrayOfKinds">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="unbounded" name="Kinds" nillable="true"
                type="tns:Kinds"
/>
        </s:sequence>
      </s:complexType>
      <s:complexType name="Kinds">
        <s:complexContent mixed="false">
          <s:extension base="tns:DBObject">
            <s:sequence>
              <s:element minOccurs="1" maxOccurs="1" name="kinds_id" type="s:int"/>
              <s:element minOccurs="0" maxOccurs="1" name="name" type="s:string"/>
            </s:sequence>
          </s:extension>
        </s:complexContent>
      </s:complexType>
      <s:element name="GetMaterials">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="wsuser" type="s:string"/>
            <s:element minOccurs="0" maxOccurs="1" name="wspass" type="s:string"/>
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="GetMaterialsResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="GetMaterialsResult"
                  type="tns:ArrayOfMaterials"
/>
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="ArrayOfMaterials">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="unbounded" name="Materials" nillable="true"
                type="tns:Materials"
/>
        </s:sequence>
      </s:complexType>
      <s:complexType name="Materials">
        <s:complexContent mixed="false">
          <s:extension base="tns:DBObject">
            <s:sequence>
              <s:element minOccurs="1" maxOccurs="1" name="materials_id" type="s:int"/>
              <s:element minOccurs="0" maxOccurs="1" name="name" type="s:string"/>
            </s:sequence>
          </s:extension>
        </s:complexContent>
      </s:complexType>
      <s:element name="GetUom">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="wsuser" type="s:string"/>
            <s:element minOccurs="0" maxOccurs="1" name="wspass" type="s:string"/>
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="GetUomResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="GetUomResult" type="tns:ArrayOfUom"/>
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="ArrayOfUom">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="unbounded" name="Uom" nillable="true"
                type="tns:Uom"
/>
        </s:sequence>
      </s:complexType>
      <s:complexType name="Uom">
        <s:complexContent mixed="false">
          <s:extension base="tns:DBObject">
            <s:sequence>
              <s:element minOccurs="1" maxOccurs="1" name="uom_id" type="s:int"/>
              <s:element minOccurs="0" maxOccurs="1" name="name" type="s:string"/>
            </s:sequence>
          </s:extension>
        </s:complexContent>
      </s:complexType>
      <s:element name="GetVat">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="wsuser" type="s:string"/>
            <s:element minOccurs="0" maxOccurs="1" name="wspass" type="s:string"/>
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="GetVatResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="GetVatResult" type="tns:ArrayOfVat"/>
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="ArrayOfVat">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="unbounded" name="Vat" nillable="true"
                type="tns:Vat"
/>
        </s:sequence>
      </s:complexType>
      <s:complexType name="Vat">
        <s:complexContent mixed="false">
          <s:extension base="tns:DBObject">
            <s:sequence>
              <s:element minOccurs="1" maxOccurs="1" name="vat_id" type="s:int"/>
              <s:element minOccurs="1" maxOccurs="1" name="value" type="s:int"/>
              <s:element minOccurs="0" maxOccurs="1" name="name" type="s:string"/>
            </s:sequence>
          </s:extension>
        </s:complexContent>
      </s:complexType>
      <s:element name="GetVersion">
        <s:complexType/>
      </s:element>
      <s:element name="GetVersionResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="GetVersionResult"
                  type="tns:WSVersion"
/>
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="WSVersion">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="1" name="version" type="s:string"/>
          <s:element minOccurs="0" maxOccurs="1" name="forJD" type="s:string"/>
        </s:sequence>
      </s:complexType>
      <s:element name="GetServerDateTime">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="wsuser" type="s:string"/>
            <s:element minOccurs="0" maxOccurs="1" name="wspass" type="s:string"/>
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="GetServerDateTimeResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="GetServerDateTimeResult"
                  nillable="true" type="s:dateTime"
/>
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="GetShops">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="wsuser" type="s:string"/>
            <s:element minOccurs="0" maxOccurs="1" name="wspass" type="s:string"/>
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="GetShopsResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="GetShopsResult"
                  type="tns:ArrayOfShops"
/>
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="ArrayOfShops">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="unbounded" name="Shops" nillable="true"
                type="tns:Shops"
/>
        </s:sequence>
      </s:complexType>
      <s:complexType name="Shops">
        <s:complexContent mixed="false">
          <s:extension base="tns:DBObject">
            <s:sequence>
              <s:element minOccurs="1" maxOccurs="1" name="shops_id" type="s:int"/>
              <s:element minOccurs="0" maxOccurs="1" name="symbol" type="s:string"/>
              <s:element minOccurs="0" maxOccurs="1" name="warehouse_name" type="s:string"/>
              <s:element minOccurs="0" maxOccurs="1" name="companyname" type="s:string"/>
              <s:element minOccurs="0" maxOccurs="1" name="companyheader" type="s:string"/>
              <s:element minOccurs="0" maxOccurs="1" name="headerdata" type="s:string"/>
            </s:sequence>
          </s:extension>
        </s:complexContent>
      </s:complexType>
      <s:element name="GetProducers">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="wsuser" type="s:string"/>
            <s:element minOccurs="0" maxOccurs="1" name="wspass" type="s:string"/>
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="GetProducersResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="GetProducersResult"
                  type="tns:ArrayOfJDProducers"
/>
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="ArrayOfJDProducers">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="unbounded" name="JDProducers" nillable="true"
                type="tns:JDProducers"
/>
        </s:sequence>
      </s:complexType>
      <s:complexType name="JDProducers">
        <s:complexContent mixed="false">
          <s:extension base="tns:DBObject">
            <s:sequence>
              <s:element minOccurs="1" maxOccurs="1" name="producers_id" type="s:int"/>
              <s:element minOccurs="0" maxOccurs="1" name="name" type="s:string"/>
            </s:sequence>
          </s:extension>
        </s:complexContent>
      </s:complexType>
      <s:element name="GetFeatures">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="wsuser" type="s:string"/>
            <s:element minOccurs="0" maxOccurs="1" name="wspass" type="s:string"/>
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="GetFeaturesResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="GetFeaturesResult"
                  type="tns:ArrayOfJDFeature"
/>
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="ArrayOfJDFeature">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="unbounded" name="JDFeature" nillable="true"
                type="tns:JDFeature"
/>
        </s:sequence>
      </s:complexType>
      <s:complexType name="JDFeature">
        <s:complexContent mixed="false">
          <s:extension base="tns:DBObject">
            <s:sequence>
              <s:element minOccurs="1" maxOccurs="1" name="feature_id" type="s:int"/>
              <s:element minOccurs="1" maxOccurs="1" name="feature_type" type="s:int"/>
              <s:element minOccurs="0" maxOccurs="1" name="feature_name" type="s:string"/>
              <s:element minOccurs="0" maxOccurs="1" name="feature_name_fullpath"
                    type="s:string"
/>
              <s:element minOccurs="1" maxOccurs="1" name="parent_id" nillable="true"
                    type="s:int"
/>
              <s:element minOccurs="0" maxOccurs="1" name="values"
                    type="tns:ArrayOfJDFeatureVal"
/>
            </s:sequence>
          </s:extension>
        </s:complexContent>
      </s:complexType>
      <s:element name="ArrayOfJDProduct" nillable="true" type="tns:ArrayOfJDProduct"/>
      <s:element name="ArrayOfJDShipmentService" nillable="true"
            type="tns:ArrayOfJDShipmentService"
/>
      <s:element name="JDShipmentService" nillable="true" type="tns:JDShipmentService"/>
      <s:element name="ArrayOfJDRemoved" nillable="true" type="tns:ArrayOfJDRemoved"/>
      <s:element name="decimal" type="s:decimal"/>
      <s:element name="ArrayOfJDProductBasicInfo" nillable="true"
            type="tns:ArrayOfJDProductBasicInfo"
/>
      <s:element name="JDOrderStatus" nillable="true" type="tns:JDOrderStatus"/>
      <s:element name="ArrayOfJDOrder" nillable="true" type="tns:ArrayOfJDOrder"/>
      <s:element name="JDCustomer" nillable="true" type="tns:JDCustomer"/>
      <s:element name="ArrayOfKinds" nillable="true" type="tns:ArrayOfKinds"/>
      <s:element name="ArrayOfMaterials" nillable="true" type="tns:ArrayOfMaterials"/>
      <s:element name="ArrayOfUom" nillable="true" type="tns:ArrayOfUom"/>
      <s:element name="ArrayOfVat" nillable="true" type="tns:ArrayOfVat"/>
      <s:element name="WSVersion" nillable="true" type="tns:WSVersion"/>
      <s:element name="dateTime" nillable="true" type="s:dateTime"/>
      <s:element name="ArrayOfShops" nillable="true" type="tns:ArrayOfShops"/>
      <s:element name="ArrayOfJDProducers" nillable="true" type="tns:ArrayOfJDProducers"/>
      <s:element name="ArrayOfJDFeature" nillable="true" type="tns:ArrayOfJDFeature"/>
    </s:schema>
    <s:schema elementFormDefault="qualified" targetNamespace="http://microsoft.com/wsdl/types/">
      <s:import namespace="http://schemas.xmlsoap.org/soap/encoding/"/>
      <s:import namespace="http://schemas.xmlsoap.org/wsdl/"/>
      <s:simpleType name="guid">
        <s:restriction base="s:string">
          <s:pattern
               
               
               
               
               
                value="[0-9a-fA-F]{8-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}
"}/>
        </s:restriction>
      </s:simpleType>
    </s:schema>
    <s:schema targetNamespace="JubiDocWS/AbstractTypes">
      <s:import namespace="http://schemas.xmlsoap.org/soap/encoding/"/>
      <s:import namespace="http://schemas.xmlsoap.org/wsdl/"/>
      <s:complexType name="StringArray">
        <s:complexContent mixed="false">
          <s:restriction base="soapenc:Array">
            <s:sequence>
              <s:element minOccurs="0" maxOccurs="unbounded" name="String" type="s:string"/>
            </s:sequence>
          </s:restriction>
        </s:complexContent>
      </s:complexType>
    </s:schema>
  </wsdl:types>
  <wsdl:message name="GetOfferSoapIn">
    <wsdl:part name="parameters" element="tns:GetOffer"/>
  </wsdl:message>
  <wsdl:message name="GetOfferSoapOut">
    <wsdl:part name="parameters" element="tns:GetOfferResponse"/>
  </wsdl:message>
  <wsdl:message name="GetShipmentServiceSoapIn">
    <wsdl:part name="parameters" element="tns:GetShipmentService"/>
  </wsdl:message>
  <wsdl:message name="GetShipmentServiceSoapOut">
    <wsdl:part name="parameters" element="tns:GetShipmentServiceResponse"/>
  </wsdl:message>
  <wsdl:message name="AddShipmentServiceSoapIn">
    <wsdl:part name="parameters" element="tns:AddShipmentService"/>
  </wsdl:message>
  <wsdl:message name="AddShipmentServiceSoapOut">
    <wsdl:part name="parameters" element="tns:AddShipmentServiceResponse"/>
  </wsdl:message>
  <wsdl:message name="SyncOfferSoapIn">
    <wsdl:part name="parameters" element="tns:SyncOffer"/>
  </wsdl:message>
  <wsdl:message name="SyncOfferSoapOut">
    <wsdl:part name="parameters" element="tns:SyncOfferResponse"/>
  </wsdl:message>
  <wsdl:message name="SyncRemovedSoapIn">
    <wsdl:part name="parameters" element="tns:SyncRemoved"/>
  </wsdl:message>
  <wsdl:message name="SyncRemovedSoapOut">
    <wsdl:part name="parameters" element="tns:SyncRemovedResponse"/>
  </wsdl:message>
  <wsdl:message name="GetProductQuantitySoapIn">
    <wsdl:part name="parameters" element="tns:GetProductQuantity"/>
  </wsdl:message>
  <wsdl:message name="GetProductQuantitySoapOut">
    <wsdl:part name="parameters" element="tns:GetProductQuantityResponse"/>
  </wsdl:message>
  <wsdl:message name="GetProductsBasicInfoSoapIn">
    <wsdl:part name="parameters" element="tns:GetProductsBasicInfo"/>
  </wsdl:message>
  <wsdl:message name="GetProductsBasicInfoSoapOut">
    <wsdl:part name="parameters" element="tns:GetProductsBasicInfoResponse"/>
  </wsdl:message>
  <wsdl:message name="MakeOrderSoapIn">
    <wsdl:part name="parameters" element="tns:MakeOrder"/>
  </wsdl:message>
  <wsdl:message name="MakeOrderSoapOut">
    <wsdl:part name="parameters" element="tns:MakeOrderResponse"/>
  </wsdl:message>
  <wsdl:message name="GetOrderStatusSoapIn">
    <wsdl:part name="parameters" element="tns:GetOrderStatus"/>
  </wsdl:message>
  <wsdl:message name="GetOrderStatusSoapOut">
    <wsdl:part name="parameters" element="tns:GetOrderStatusResponse"/>
  </wsdl:message>
  <wsdl:message name="GetOrdersHistorySoapIn">
    <wsdl:part name="parameters" element="tns:GetOrdersHistory"/>
  </wsdl:message>
  <wsdl:message name="GetOrdersHistorySoapOut">
    <wsdl:part name="parameters" element="tns:GetOrdersHistoryResponse"/>
  </wsdl:message>
  <wsdl:message name="CustomerAddSoapIn">
    <wsdl:part name="parameters" element="tns:CustomerAdd"/>
  </wsdl:message>
  <wsdl:message name="CustomerAddSoapOut">
    <wsdl:part name="parameters" element="tns:CustomerAddResponse"/>
  </wsdl:message>
  <wsdl:message name="CustomerEditSoapIn">
    <wsdl:part name="parameters" element="tns:CustomerEdit"/>
  </wsdl:message>
  <wsdl:message name="CustomerEditSoapOut">
    <wsdl:part name="parameters" element="tns:CustomerEditResponse"/>
  </wsdl:message>
  <wsdl:message name="GetKindsSoapIn">
    <wsdl:part name="parameters" element="tns:GetKinds"/>
  </wsdl:message>
  <wsdl:message name="GetKindsSoapOut">
    <wsdl:part name="parameters" element="tns:GetKindsResponse"/>
  </wsdl:message>
  <wsdl:message name="GetMaterialsSoapIn">
    <wsdl:part name="parameters" element="tns:GetMaterials"/>
  </wsdl:message>
  <wsdl:message name="GetMaterialsSoapOut">
    <wsdl:part name="parameters" element="tns:GetMaterialsResponse"/>
  </wsdl:message>
  <wsdl:message name="GetUomSoapIn">
    <wsdl:part name="parameters" element="tns:GetUom"/>
  </wsdl:message>
  <wsdl:message name="GetUomSoapOut">
    <wsdl:part name="parameters" element="tns:GetUomResponse"/>
  </wsdl:message>
  <wsdl:message name="GetVatSoapIn">
    <wsdl:part name="parameters" element="tns:GetVat"/>
  </wsdl:message>
  <wsdl:message name="GetVatSoapOut">
    <wsdl:part name="parameters" element="tns:GetVatResponse"/>
  </wsdl:message>
  <wsdl:message name="GetVersionSoapIn">
    <wsdl:part name="parameters" element="tns:GetVersion"/>
  </wsdl:message>
  <wsdl:message name="GetVersionSoapOut">
    <wsdl:part name="parameters" element="tns:GetVersionResponse"/>
  </wsdl:message>
  <wsdl:message name="GetServerDateTimeSoapIn">
    <wsdl:part name="parameters" element="tns:GetServerDateTime"/>
  </wsdl:message>
  <wsdl:message name="GetServerDateTimeSoapOut">
    <wsdl:part name="parameters" element="tns:GetServerDateTimeResponse"/>
  </wsdl:message>
  <wsdl:message name="GetShopsSoapIn">
    <wsdl:part name="parameters" element="tns:GetShops"/>
  </wsdl:message>
  <wsdl:message name="GetShopsSoapOut">
    <wsdl:part name="parameters" element="tns:GetShopsResponse"/>
  </wsdl:message>
  <wsdl:message name="GetProducersSoapIn">
    <wsdl:part name="parameters" element="tns:GetProducers"/>
  </wsdl:message>
  <wsdl:message name="GetProducersSoapOut">
    <wsdl:part name="parameters" element="tns:GetProducersResponse"/>
  </wsdl:message>
  <wsdl:message name="GetFeaturesSoapIn">
    <wsdl:part name="parameters" element="tns:GetFeatures"/>
  </wsdl:message>
  <wsdl:message name="GetFeaturesSoapOut">
    <wsdl:part name="parameters" element="tns:GetFeaturesResponse"/>
  </wsdl:message>
  <wsdl:message name="GetOfferHttpGetIn">
    <wsdl:part name="wsuser" type="s:string"/>
    <wsdl:part name="wspass" type="s:string"/>
    <wsdl:part name="shops_id" type="s:string"/>
    <wsdl:part name="kind_id" type="s:string"/>
    <wsdl:part name="material_id" type="s:string"/>
    <wsdl:part name="mass_from" type="s:string"/>
    <wsdl:part name="mass_to" type="s:string"/>
    <wsdl:part name="price_from" type="s:string"/>
    <wsdl:part name="price_to" type="s:string"/>
    <wsdl:part name="sort_col_name" type="s:string"/>
    <wsdl:part name="sort_asc" type="s:string"/>
    <wsdl:part name="page_number" type="s:string"/>
    <wsdl:part name="rows_per_page" type="s:string"/>
  </wsdl:message>
  <wsdl:message name="GetOfferHttpGetOut">
    <wsdl:part name="Body" element="tns:ArrayOfJDProduct"/>
  </wsdl:message>
  <wsdl:message name="GetShipmentServiceHttpGetIn">
    <wsdl:part name="wsuser" type="s:string"/>
    <wsdl:part name="wspass" type="s:string"/>
    <wsdl:part name="shops_id" type="s:string"/>
  </wsdl:message>
  <wsdl:message name="GetShipmentServiceHttpGetOut">
    <wsdl:part name="Body" element="tns:ArrayOfJDShipmentService"/>
  </wsdl:message>
  <wsdl:message name="AddShipmentServiceHttpGetIn">
    <wsdl:part name="wsuser" type="s:string"/>
    <wsdl:part name="wspass" type="s:string"/>
    <wsdl:part name="shops_id" type="s:string"/>
    <wsdl:part name="catnum" type="s:string"/>
    <wsdl:part name="price_detal_brutto" type="s:string"/>
    <wsdl:part name="vat_id" type="s:string"/>
    <wsdl:part name="article_id" type="s:string"/>
  </wsdl:message>
  <wsdl:message name="AddShipmentServiceHttpGetOut">
    <wsdl:part name="Body" element="tns:JDShipmentService"/>
  </wsdl:message>
  <wsdl:message name="SyncOfferHttpGetIn">
    <wsdl:part name="wsuser" type="s:string"/>
    <wsdl:part name="wspass" type="s:string"/>
    <wsdl:part name="shops_id" type="s:string"/>
    <wsdl:part name="lastsync" type="s:string"/>
  </wsdl:message>
  <wsdl:message name="SyncOfferHttpGetOut">
    <wsdl:part name="Body" element="tns:ArrayOfJDProduct"/>
  </wsdl:message>
  <wsdl:message name="SyncRemovedHttpGetIn">
    <wsdl:part name="wsuser" type="s:string"/>
    <wsdl:part name="wspass" type="s:string"/>
    <wsdl:part name="shops_id" type="s:string"/>
    <wsdl:part name="lastsync" type="s:string"/>
  </wsdl:message>
  <wsdl:message name="SyncRemovedHttpGetOut">
    <wsdl:part name="Body" element="tns:ArrayOfJDRemoved"/>
  </wsdl:message>
  <wsdl:message name="GetProductQuantityHttpGetIn">
    <wsdl:part name="wsuser" type="s:string"/>
    <wsdl:part name="wspass" type="s:string"/>
    <wsdl:part name="shops_id" type="s:string"/>
    <wsdl:part name="article_id" type="s:string"/>
  </wsdl:message>
  <wsdl:message name="GetProductQuantityHttpGetOut">
    <wsdl:part name="Body" element="tns:decimal"/>
  </wsdl:message>
  <wsdl:message name="GetProductsBasicInfoHttpGetIn">
    <wsdl:part name="wsuser" type="s:string"/>
    <wsdl:part name="wspass" type="s:string"/>
    <wsdl:part name="shops_id" type="s:string"/>
    <wsdl:part name="articles" type="s2:StringArray"/>
  </wsdl:message>
  <wsdl:message name="GetProductsBasicInfoHttpGetOut">
    <wsdl:part name="Body" element="tns:ArrayOfJDProductBasicInfo"/>
  </wsdl:message>
  <wsdl:message name="GetOrderStatusHttpGetIn">
    <wsdl:part name="wsuser" type="s:string"/>
    <wsdl:part name="wspass" type="s:string"/>
    <wsdl:part name="shops_id" type="s:string"/>
    <wsdl:part name="order_id" type="s:string"/>
  </wsdl:message>
  <wsdl:message name="GetOrderStatusHttpGetOut">
    <wsdl:part name="Body" element="tns:JDOrderStatus"/>
  </wsdl:message>
  <wsdl:message name="GetOrdersHistoryHttpGetIn">
    <wsdl:part name="wsuser" type="s:string"/>
    <wsdl:part name="wspass" type="s:string"/>
    <wsdl:part name="shops_id" type="s:string"/>
    <wsdl:part name="customer_id" type="s:string"/>
  </wsdl:message>
  <wsdl:message name="GetOrdersHistoryHttpGetOut">
    <wsdl:part name="Body" element="tns:ArrayOfJDOrder"/>
  </wsdl:message>
  <wsdl:message name="CustomerAddHttpGetIn">
    <wsdl:part name="wsuser" type="s:string"/>
    <wsdl:part name="wspass" type="s:string"/>
    <wsdl:part name="name" type="s:string"/>
    <wsdl:part name="shortname" type="s:string"/>
    <wsdl:part name="street" type="s:string"/>
    <wsdl:part name="city" type="s:string"/>
    <wsdl:part name="zipcode" type="s:string"/>
    <wsdl:part name="country" type="s:string"/>
    <wsdl:part name="phone" type="s:string"/>
    <wsdl:part name="phone_mb" type="s:string"/>
    <wsdl:part name="fax" type="s:string"/>
    <wsdl:part name="email" type="s:string"/>
    <wsdl:part name="prefix_nip" type="s:string"/>
    <wsdl:part name="nip" type="s:string"/>
    <wsdl:part name="comment" type="s:string"/>
    <wsdl:part name="payervat" type="s:string"/>
    <wsdl:part name="pesel" type="s:string"/>
    <wsdl:part name="www" type="s:string"/>
    <wsdl:part name="docidentity_type" type="s:string"/>
    <wsdl:part name="docidentity_number" type="s:string"/>
    <wsdl:part name="discount" type="s:string"/>
  </wsdl:message>
  <wsdl:message name="CustomerAddHttpGetOut">
    <wsdl:part name="Body" element="tns:JDCustomer"/>
  </wsdl:message>
  <wsdl:message name="CustomerEditHttpGetIn">
    <wsdl:part name="wsuser" type="s:string"/>
    <wsdl:part name="wspass" type="s:string"/>
    <wsdl:part name="customer_id" type="s:string"/>
    <wsdl:part name="name" type="s:string"/>
    <wsdl:part name="shortname" type="s:string"/>
    <wsdl:part name="street" type="s:string"/>
    <wsdl:part name="city" type="s:string"/>
    <wsdl:part name="zipcode" type="s:string"/>
    <wsdl:part name="country" type="s:string"/>
    <wsdl:part name="phone" type="s:string"/>
    <wsdl:part name="phone_mb" type="s:string"/>
    <wsdl:part name="fax" type="s:string"/>
    <wsdl:part name="email" type="s:string"/>
    <wsdl:part name="prefix_nip" type="s:string"/>
    <wsdl:part name="nip" type="s:string"/>
    <wsdl:part name="comment" type="s:string"/>
    <wsdl:part name="payervat" type="s:string"/>
    <wsdl:part name="pesel" type="s:string"/>
    <wsdl:part name="www" type="s:string"/>
    <wsdl:part name="docidentity_type" type="s:string"/>
    <wsdl:part name="docidentity_number" type="s:string"/>
    <wsdl:part name="discount" type="s:string"/>
  </wsdl:message>
  <wsdl:message name="CustomerEditHttpGetOut">
    <wsdl:part name="Body" element="tns:JDCustomer"/>
  </wsdl:message>
  <wsdl:message name="GetKindsHttpGetIn">
    <wsdl:part name="wsuser" type="s:string"/>
    <wsdl:part name="wspass" type="s:string"/>
  </wsdl:message>
  <wsdl:message name="GetKindsHttpGetOut">
    <wsdl:part name="Body" element="tns:ArrayOfKinds"/>
  </wsdl:message>
  <wsdl:message name="GetMaterialsHttpGetIn">
    <wsdl:part name="wsuser" type="s:string"/>
    <wsdl:part name="wspass" type="s:string"/>
  </wsdl:message>
  <wsdl:message name="GetMaterialsHttpGetOut">
    <wsdl:part name="Body" element="tns:ArrayOfMaterials"/>
  </wsdl:message>
  <wsdl:message name="GetUomHttpGetIn">
    <wsdl:part name="wsuser" type="s:string"/>
    <wsdl:part name="wspass" type="s:string"/>
  </wsdl:message>
  <wsdl:message name="GetUomHttpGetOut">
    <wsdl:part name="Body" element="tns:ArrayOfUom"/>
  </wsdl:message>
  <wsdl:message name="GetVatHttpGetIn">
    <wsdl:part name="wsuser" type="s:string"/>
    <wsdl:part name="wspass" type="s:string"/>
  </wsdl:message>
  <wsdl:message name="GetVatHttpGetOut">
    <wsdl:part name="Body" element="tns:ArrayOfVat"/>
  </wsdl:message>
  <wsdl:message name="GetVersionHttpGetIn"/>
  <wsdl:message name="GetVersionHttpGetOut">
    <wsdl:part name="Body" element="tns:WSVersion"/>
  </wsdl:message>
  <wsdl:message name="GetServerDateTimeHttpGetIn">
    <wsdl:part name="wsuser" type="s:string"/>
    <wsdl:part name="wspass" type="s:string"/>
  </wsdl:message>
  <wsdl:message name="GetServerDateTimeHttpGetOut">
    <wsdl:part name="Body" element="tns:dateTime"/>
  </wsdl:message>
  <wsdl:message name="GetShopsHttpGetIn">
    <wsdl:part name="wsuser" type="s:string"/>
    <wsdl:part name="wspass" type="s:string"/>
  </wsdl:message>
  <wsdl:message name="GetShopsHttpGetOut">
    <wsdl:part name="Body" element="tns:ArrayOfShops"/>
  </wsdl:message>
  <wsdl:message name="GetProducersHttpGetIn">
    <wsdl:part name="wsuser" type="s:string"/>
    <wsdl:part name="wspass" type="s:string"/>
  </wsdl:message>
  <wsdl:message name="GetProducersHttpGetOut">
    <wsdl:part name="Body" element="tns:ArrayOfJDProducers"/>
  </wsdl:message>
  <wsdl:message name="GetFeaturesHttpGetIn">
    <wsdl:part name="wsuser" type="s:string"/>
    <wsdl:part name="wspass" type="s:string"/>
  </wsdl:message>
  <wsdl:message name="GetFeaturesHttpGetOut">
    <wsdl:part name="Body" element="tns:ArrayOfJDFeature"/>
  </wsdl:message>
  <wsdl:message name="GetOfferHttpPostIn">
    <wsdl:part name="wsuser" type="s:string"/>
    <wsdl:part name="wspass" type="s:string"/>
    <wsdl:part name="shops_id" type="s:string"/>
    <wsdl:part name="kind_id" type="s:string"/>
    <wsdl:part name="material_id" type="s:string"/>
    <wsdl:part name="mass_from" type="s:string"/>
    <wsdl:part name="mass_to" type="s:string"/>
    <wsdl:part name="price_from" type="s:string"/>
    <wsdl:part name="price_to" type="s:string"/>
    <wsdl:part name="sort_col_name" type="s:string"/>
    <wsdl:part name="sort_asc" type="s:string"/>
    <wsdl:part name="page_number" type="s:string"/>
    <wsdl:part name="rows_per_page" type="s:string"/>
  </wsdl:message>
  <wsdl:message name="GetOfferHttpPostOut">
    <wsdl:part name="Body" element="tns:ArrayOfJDProduct"/>
  </wsdl:message>
  <wsdl:message name="GetShipmentServiceHttpPostIn">
    <wsdl:part name="wsuser" type="s:string"/>
    <wsdl:part name="wspass" type="s:string"/>
    <wsdl:part name="shops_id" type="s:string"/>
  </wsdl:message>
  <wsdl:message name="GetShipmentServiceHttpPostOut">
    <wsdl:part name="Body" element="tns:ArrayOfJDShipmentService"/>
  </wsdl:message>
  <wsdl:message name="AddShipmentServiceHttpPostIn">
    <wsdl:part name="wsuser" type="s:string"/>
    <wsdl:part name="wspass" type="s:string"/>
    <wsdl:part name="shops_id" type="s:string"/>
    <wsdl:part name="catnum" type="s:string"/>
    <wsdl:part name="price_detal_brutto" type="s:string"/>
    <wsdl:part name="vat_id" type="s:string"/>
    <wsdl:part name="article_id" type="s:string"/>
  </wsdl:message>
  <wsdl:message name="AddShipmentServiceHttpPostOut">
    <wsdl:part name="Body" element="tns:JDShipmentService"/>
  </wsdl:message>
  <wsdl:message name="SyncOfferHttpPostIn">
    <wsdl:part name="wsuser" type="s:string"/>
    <wsdl:part name="wspass" type="s:string"/>
    <wsdl:part name="shops_id" type="s:string"/>
    <wsdl:part name="lastsync" type="s:string"/>
  </wsdl:message>
  <wsdl:message name="SyncOfferHttpPostOut">
    <wsdl:part name="Body" element="tns:ArrayOfJDProduct"/>
  </wsdl:message>
  <wsdl:message name="SyncRemovedHttpPostIn">
    <wsdl:part name="wsuser" type="s:string"/>
    <wsdl:part name="wspass" type="s:string"/>
    <wsdl:part name="shops_id" type="s:string"/>
    <wsdl:part name="lastsync" type="s:string"/>
  </wsdl:message>
  <wsdl:message name="SyncRemovedHttpPostOut">
    <wsdl:part name="Body" element="tns:ArrayOfJDRemoved"/>
  </wsdl:message>
  <wsdl:message name="GetProductQuantityHttpPostIn">
    <wsdl:part name="wsuser" type="s:string"/>
    <wsdl:part name="wspass" type="s:string"/>
    <wsdl:part name="shops_id" type="s:string"/>
    <wsdl:part name="article_id" type="s:string"/>
  </wsdl:message>
  <wsdl:message name="GetProductQuantityHttpPostOut">
    <wsdl:part name="Body" element="tns:decimal"/>
  </wsdl:message>
  <wsdl:message name="GetProductsBasicInfoHttpPostIn">
    <wsdl:part name="wsuser" type="s:string"/>
    <wsdl:part name="wspass" type="s:string"/>
    <wsdl:part name="shops_id" type="s:string"/>
    <wsdl:part name="articles" type="s2:StringArray"/>
  </wsdl:message>
  <wsdl:message name="GetProductsBasicInfoHttpPostOut">
    <wsdl:part name="Body" element="tns:ArrayOfJDProductBasicInfo"/>
  </wsdl:message>
  <wsdl:message name="GetOrderStatusHttpPostIn">
    <wsdl:part name="wsuser" type="s:string"/>
    <wsdl:part name="wspass" type="s:string"/>
    <wsdl:part name="shops_id" type="s:string"/>
    <wsdl:part name="order_id" type="s:string"/>
  </wsdl:message>
  <wsdl:message name="GetOrderStatusHttpPostOut">
    <wsdl:part name="Body" element="tns:JDOrderStatus"/>
  </wsdl:message>
  <wsdl:message name="GetOrdersHistoryHttpPostIn">
    <wsdl:part name="wsuser" type="s:string"/>
    <wsdl:part name="wspass" type="s:string"/>
    <wsdl:part name="shops_id" type="s:string"/>
    <wsdl:part name="customer_id" type="s:string"/>
  </wsdl:message>
  <wsdl:message name="GetOrdersHistoryHttpPostOut">
    <wsdl:part name="Body" element="tns:ArrayOfJDOrder"/>
  </wsdl:message>
  <wsdl:message name="CustomerAddHttpPostIn">
    <wsdl:part name="wsuser" type="s:string"/>
    <wsdl:part name="wspass" type="s:string"/>
    <wsdl:part name="name" type="s:string"/>
    <wsdl:part name="shortname" type="s:string"/>
    <wsdl:part name="street" type="s:string"/>
    <wsdl:part name="city" type="s:string"/>
    <wsdl:part name="zipcode" type="s:string"/>
    <wsdl:part name="country" type="s:string"/>
    <wsdl:part name="phone" type="s:string"/>
    <wsdl:part name="phone_mb" type="s:string"/>
    <wsdl:part name="fax" type="s:string"/>
    <wsdl:part name="email" type="s:string"/>
    <wsdl:part name="prefix_nip" type="s:string"/>
    <wsdl:part name="nip" type="s:string"/>
    <wsdl:part name="comment" type="s:string"/>
    <wsdl:part name="payervat" type="s:string"/>
    <wsdl:part name="pesel" type="s:string"/>
    <wsdl:part name="www" type="s:string"/>
    <wsdl:part name="docidentity_type" type="s:string"/>
    <wsdl:part name="docidentity_number" type="s:string"/>
    <wsdl:part name="discount" type="s:string"/>
  </wsdl:message>
  <wsdl:message name="CustomerAddHttpPostOut">
    <wsdl:part name="Body" element="tns:JDCustomer"/>
  </wsdl:message>
  <wsdl:message name="CustomerEditHttpPostIn">
    <wsdl:part name="wsuser" type="s:string"/>
    <wsdl:part name="wspass" type="s:string"/>
    <wsdl:part name="customer_id" type="s:string"/>
    <wsdl:part name="name" type="s:string"/>
    <wsdl:part name="shortname" type="s:string"/>
    <wsdl:part name="street" type="s:string"/>
    <wsdl:part name="city" type="s:string"/>
    <wsdl:part name="zipcode" type="s:string"/>
    <wsdl:part name="country" type="s:string"/>
    <wsdl:part name="phone" type="s:string"/>
    <wsdl:part name="phone_mb" type="s:string"/>
    <wsdl:part name="fax" type="s:string"/>
    <wsdl:part name="email" type="s:string"/>
    <wsdl:part name="prefix_nip" type="s:string"/>
    <wsdl:part name="nip" type="s:string"/>
    <wsdl:part name="comment" type="s:string"/>
    <wsdl:part name="payervat" type="s:string"/>
    <wsdl:part name="pesel" type="s:string"/>
    <wsdl:part name="www" type="s:string"/>
    <wsdl:part name="docidentity_type" type="s:string"/>
    <wsdl:part name="docidentity_number" type="s:string"/>
    <wsdl:part name="discount" type="s:string"/>
  </wsdl:message>
  <wsdl:message name="CustomerEditHttpPostOut">
    <wsdl:part name="Body" element="tns:JDCustomer"/>
  </wsdl:message>
  <wsdl:message name="GetKindsHttpPostIn">
    <wsdl:part name="wsuser" type="s:string"/>
    <wsdl:part name="wspass" type="s:string"/>
  </wsdl:message>
  <wsdl:message name="GetKindsHttpPostOut">
    <wsdl:part name="Body" element="tns:ArrayOfKinds"/>
  </wsdl:message>
  <wsdl:message name="GetMaterialsHttpPostIn">
    <wsdl:part name="wsuser" type="s:string"/>
    <wsdl:part name="wspass" type="s:string"/>
  </wsdl:message>
  <wsdl:message name="GetMaterialsHttpPostOut">
    <wsdl:part name="Body" element="tns:ArrayOfMaterials"/>
  </wsdl:message>
  <wsdl:message name="GetUomHttpPostIn">
    <wsdl:part name="wsuser" type="s:string"/>
    <wsdl:part name="wspass" type="s:string"/>
  </wsdl:message>
  <wsdl:message name="GetUomHttpPostOut">
    <wsdl:part name="Body" element="tns:ArrayOfUom"/>
  </wsdl:message>
  <wsdl:message name="GetVatHttpPostIn">
    <wsdl:part name="wsuser" type="s:string"/>
    <wsdl:part name="wspass" type="s:string"/>
  </wsdl:message>
  <wsdl:message name="GetVatHttpPostOut">
    <wsdl:part name="Body" element="tns:ArrayOfVat"/>
  </wsdl:message>
  <wsdl:message name="GetVersionHttpPostIn"/>
  <wsdl:message name="GetVersionHttpPostOut">
    <wsdl:part name="Body" element="tns:WSVersion"/>
  </wsdl:message>
  <wsdl:message name="GetServerDateTimeHttpPostIn">
    <wsdl:part name="wsuser" type="s:string"/>
    <wsdl:part name="wspass" type="s:string"/>
  </wsdl:message>
  <wsdl:message name="GetServerDateTimeHttpPostOut">
    <wsdl:part name="Body" element="tns:dateTime"/>
  </wsdl:message>
  <wsdl:message name="GetShopsHttpPostIn">
    <wsdl:part name="wsuser" type="s:string"/>
    <wsdl:part name="wspass" type="s:string"/>
  </wsdl:message>
  <wsdl:message name="GetShopsHttpPostOut">
    <wsdl:part name="Body" element="tns:ArrayOfShops"/>
  </wsdl:message>
  <wsdl:message name="GetProducersHttpPostIn">
    <wsdl:part name="wsuser" type="s:string"/>
    <wsdl:part name="wspass" type="s:string"/>
  </wsdl:message>
  <wsdl:message name="GetProducersHttpPostOut">
    <wsdl:part name="Body" element="tns:ArrayOfJDProducers"/>
  </wsdl:message>
  <wsdl:message name="GetFeaturesHttpPostIn">
    <wsdl:part name="wsuser" type="s:string"/>
    <wsdl:part name="wspass" type="s:string"/>
  </wsdl:message>
  <wsdl:message name="GetFeaturesHttpPostOut">
    <wsdl:part name="Body" element="tns:ArrayOfJDFeature"/>
  </wsdl:message>
  <wsdl:portType name="JubiDocWSSoap">
    <wsdl:operation name="GetOffer">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Pobranie oferty
            sklepu</wsdl:documentation>
      <wsdl:input message="tns:GetOfferSoapIn"/>
      <wsdl:output message="tns:GetOfferSoapOut"/>
    </wsdl:operation>
    <wsdl:operation name="GetShipmentService">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Pobranie usÅ‚ug
            dostaw</wsdl:documentation>
      <wsdl:input message="tns:GetShipmentServiceSoapIn"/>
      <wsdl:output message="tns:GetShipmentServiceSoapOut"/>
    </wsdl:operation>
    <wsdl:operation name="AddShipmentService">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Dodanie nowej
            usÅ‚ugi</wsdl:documentation>
      <wsdl:input message="tns:AddShipmentServiceSoapIn"/>
      <wsdl:output message="tns:AddShipmentServiceSoapOut"/>
    </wsdl:operation>
    <wsdl:operation name="SyncOffer">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Pobranie oferty -
            ostatnio zmieniane produkty (do sychronizacji)</wsdl:documentation>
      <wsdl:input message="tns:SyncOfferSoapIn"/>
      <wsdl:output message="tns:SyncOfferSoapOut"/>
    </wsdl:operation>
    <wsdl:operation name="SyncRemoved">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Pobranie listy
            niedostÄ™pnych produktów (do synchronizacji)</wsdl:documentation>
      <wsdl:input message="tns:SyncRemovedSoapIn"/>
      <wsdl:output message="tns:SyncRemovedSoapOut"/>
    </wsdl:operation>
    <wsdl:operation name="GetProductQuantity">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Sprawdzenie dostÄ™pnoÅ›ci
            towaru</wsdl:documentation>
      <wsdl:input message="tns:GetProductQuantitySoapIn"/>
      <wsdl:output message="tns:GetProductQuantitySoapOut"/>
    </wsdl:operation>
    <wsdl:operation name="GetProductsBasicInfo">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Sprawdzenie dostÄ™pnoÅ›ci
            towaru</wsdl:documentation>
      <wsdl:input message="tns:GetProductsBasicInfoSoapIn"/>
      <wsdl:output message="tns:GetProductsBasicInfoSoapOut"/>
    </wsdl:operation>
    <wsdl:operation name="MakeOrder">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">ZÅ‚ożenie
            zamówienia</wsdl:documentation>
      <wsdl:input message="tns:MakeOrderSoapIn"/>
      <wsdl:output message="tns:MakeOrderSoapOut"/>
    </wsdl:operation>
    <wsdl:operation name="GetOrderStatus">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Sprawdzenie statusu
            zamówienia</wsdl:documentation>
      <wsdl:input message="tns:GetOrderStatusSoapIn"/>
      <wsdl:output message="tns:GetOrderStatusSoapOut"/>
    </wsdl:operation>
    <wsdl:operation name="GetOrdersHistory">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Pobranie historii
            zamówieÅ„</wsdl:documentation>
      <wsdl:input message="tns:GetOrdersHistorySoapIn"/>
      <wsdl:output message="tns:GetOrdersHistorySoapOut"/>
    </wsdl:operation>
    <wsdl:operation name="CustomerAdd">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Dodanie
            klienta</wsdl:documentation>
      <wsdl:input message="tns:CustomerAddSoapIn"/>
      <wsdl:output message="tns:CustomerAddSoapOut"/>
    </wsdl:operation>
    <wsdl:operation name="CustomerEdit">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Edycja
            klienta</wsdl:documentation>
      <wsdl:input message="tns:CustomerEditSoapIn"/>
      <wsdl:output message="tns:CustomerEditSoapOut"/>
    </wsdl:operation>
    <wsdl:operation name="GetKinds">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Pobranie sÅ‚ownika
            asortymentu</wsdl:documentation>
      <wsdl:input message="tns:GetKindsSoapIn"/>
      <wsdl:output message="tns:GetKindsSoapOut"/>
    </wsdl:operation>
    <wsdl:operation name="GetMaterials">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Pobranie sÅ‚ownika
            surowców</wsdl:documentation>
      <wsdl:input message="tns:GetMaterialsSoapIn"/>
      <wsdl:output message="tns:GetMaterialsSoapOut"/>
    </wsdl:operation>
    <wsdl:operation name="GetUom">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Pobranie sÅ‚ownika
            jednostek miary</wsdl:documentation>
      <wsdl:input message="tns:GetUomSoapIn"/>
      <wsdl:output message="tns:GetUomSoapOut"/>
    </wsdl:operation>
    <wsdl:operation name="GetVat">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Pobranie sÅ‚ownika
            stawek Vat</wsdl:documentation>
      <wsdl:input message="tns:GetVatSoapIn"/>
      <wsdl:output message="tns:GetVatSoapOut"/>
    </wsdl:operation>
    <wsdl:operation name="GetVersion">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Pobranie wersji
            webservice</wsdl:documentation>
      <wsdl:input message="tns:GetVersionSoapIn"/>
      <wsdl:output message="tns:GetVersionSoapOut"/>
    </wsdl:operation>
    <wsdl:operation name="GetServerDateTime">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Pobranie czasu
            serwera</wsdl:documentation>
      <wsdl:input message="tns:GetServerDateTimeSoapIn"/>
      <wsdl:output message="tns:GetServerDateTimeSoapOut"/>
    </wsdl:operation>
    <wsdl:operation name="GetShops">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Pobranie listy
            magazynów</wsdl:documentation>
      <wsdl:input message="tns:GetShopsSoapIn"/>
      <wsdl:output message="tns:GetShopsSoapOut"/>
    </wsdl:operation>
    <wsdl:operation name="GetProducers">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Pobranie listy
            producentów</wsdl:documentation>
      <wsdl:input message="tns:GetProducersSoapIn"/>
      <wsdl:output message="tns:GetProducersSoapOut"/>
    </wsdl:operation>
    <wsdl:operation name="GetFeatures">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Pobranie cech
            dodatkowych</wsdl:documentation>
      <wsdl:input message="tns:GetFeaturesSoapIn"/>
      <wsdl:output message="tns:GetFeaturesSoapOut"/>
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:portType name="JubiDocWSHttpGet">
    <wsdl:operation name="GetOffer">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Pobranie oferty
            sklepu</wsdl:documentation>
      <wsdl:input message="tns:GetOfferHttpGetIn"/>
      <wsdl:output message="tns:GetOfferHttpGetOut"/>
    </wsdl:operation>
    <wsdl:operation name="GetShipmentService">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Pobranie usÅ‚ug
            dostaw</wsdl:documentation>
      <wsdl:input message="tns:GetShipmentServiceHttpGetIn"/>
      <wsdl:output message="tns:GetShipmentServiceHttpGetOut"/>
    </wsdl:operation>
    <wsdl:operation name="AddShipmentService">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Dodanie nowej
            usÅ‚ugi</wsdl:documentation>
      <wsdl:input message="tns:AddShipmentServiceHttpGetIn"/>
      <wsdl:output message="tns:AddShipmentServiceHttpGetOut"/>
    </wsdl:operation>
    <wsdl:operation name="SyncOffer">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Pobranie oferty -
            ostatnio zmieniane produkty (do sychronizacji)</wsdl:documentation>
      <wsdl:input message="tns:SyncOfferHttpGetIn"/>
      <wsdl:output message="tns:SyncOfferHttpGetOut"/>
    </wsdl:operation>
    <wsdl:operation name="SyncRemoved">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Pobranie listy
            niedostÄ™pnych produktów (do synchronizacji)</wsdl:documentation>
      <wsdl:input message="tns:SyncRemovedHttpGetIn"/>
      <wsdl:output message="tns:SyncRemovedHttpGetOut"/>
    </wsdl:operation>
    <wsdl:operation name="GetProductQuantity">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Sprawdzenie dostÄ™pnoÅ›ci
            towaru</wsdl:documentation>
      <wsdl:input message="tns:GetProductQuantityHttpGetIn"/>
      <wsdl:output message="tns:GetProductQuantityHttpGetOut"/>
    </wsdl:operation>
    <wsdl:operation name="GetProductsBasicInfo">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Sprawdzenie dostÄ™pnoÅ›ci
            towaru</wsdl:documentation>
      <wsdl:input message="tns:GetProductsBasicInfoHttpGetIn"/>
      <wsdl:output message="tns:GetProductsBasicInfoHttpGetOut"/>
    </wsdl:operation>
    <wsdl:operation name="GetOrderStatus">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Sprawdzenie statusu
            zamówienia</wsdl:documentation>
      <wsdl:input message="tns:GetOrderStatusHttpGetIn"/>
      <wsdl:output message="tns:GetOrderStatusHttpGetOut"/>
    </wsdl:operation>
    <wsdl:operation name="GetOrdersHistory">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Pobranie historii
            zamówieÅ„</wsdl:documentation>
      <wsdl:input message="tns:GetOrdersHistoryHttpGetIn"/>
      <wsdl:output message="tns:GetOrdersHistoryHttpGetOut"/>
    </wsdl:operation>
    <wsdl:operation name="CustomerAdd">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Dodanie
            klienta</wsdl:documentation>
      <wsdl:input message="tns:CustomerAddHttpGetIn"/>
      <wsdl:output message="tns:CustomerAddHttpGetOut"/>
    </wsdl:operation>
    <wsdl:operation name="CustomerEdit">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Edycja
            klienta</wsdl:documentation>
      <wsdl:input message="tns:CustomerEditHttpGetIn"/>
      <wsdl:output message="tns:CustomerEditHttpGetOut"/>
    </wsdl:operation>
    <wsdl:operation name="GetKinds">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Pobranie sÅ‚ownika
            asortymentu</wsdl:documentation>
      <wsdl:input message="tns:GetKindsHttpGetIn"/>
      <wsdl:output message="tns:GetKindsHttpGetOut"/>
    </wsdl:operation>
    <wsdl:operation name="GetMaterials">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Pobranie sÅ‚ownika
            surowców</wsdl:documentation>
      <wsdl:input message="tns:GetMaterialsHttpGetIn"/>
      <wsdl:output message="tns:GetMaterialsHttpGetOut"/>
    </wsdl:operation>
    <wsdl:operation name="GetUom">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Pobranie sÅ‚ownika
            jednostek miary</wsdl:documentation>
      <wsdl:input message="tns:GetUomHttpGetIn"/>
      <wsdl:output message="tns:GetUomHttpGetOut"/>
    </wsdl:operation>
    <wsdl:operation name="GetVat">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Pobranie sÅ‚ownika
            stawek Vat</wsdl:documentation>
      <wsdl:input message="tns:GetVatHttpGetIn"/>
      <wsdl:output message="tns:GetVatHttpGetOut"/>
    </wsdl:operation>
    <wsdl:operation name="GetVersion">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Pobranie wersji
            webservice</wsdl:documentation>
      <wsdl:input message="tns:GetVersionHttpGetIn"/>
      <wsdl:output message="tns:GetVersionHttpGetOut"/>
    </wsdl:operation>
    <wsdl:operation name="GetServerDateTime">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Pobranie czasu
            serwera</wsdl:documentation>
      <wsdl:input message="tns:GetServerDateTimeHttpGetIn"/>
      <wsdl:output message="tns:GetServerDateTimeHttpGetOut"/>
    </wsdl:operation>
    <wsdl:operation name="GetShops">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Pobranie listy
            magazynów</wsdl:documentation>
      <wsdl:input message="tns:GetShopsHttpGetIn"/>
      <wsdl:output message="tns:GetShopsHttpGetOut"/>
    </wsdl:operation>
    <wsdl:operation name="GetProducers">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Pobranie listy
            producentów</wsdl:documentation>
      <wsdl:input message="tns:GetProducersHttpGetIn"/>
      <wsdl:output message="tns:GetProducersHttpGetOut"/>
    </wsdl:operation>
    <wsdl:operation name="GetFeatures">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Pobranie cech
            dodatkowych</wsdl:documentation>
      <wsdl:input message="tns:GetFeaturesHttpGetIn"/>
      <wsdl:output message="tns:GetFeaturesHttpGetOut"/>
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:portType name="JubiDocWSHttpPost">
    <wsdl:operation name="GetOffer">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Pobranie oferty
            sklepu</wsdl:documentation>
      <wsdl:input message="tns:GetOfferHttpPostIn"/>
      <wsdl:output message="tns:GetOfferHttpPostOut"/>
    </wsdl:operation>
    <wsdl:operation name="GetShipmentService">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Pobranie usÅ‚ug
            dostaw</wsdl:documentation>
      <wsdl:input message="tns:GetShipmentServiceHttpPostIn"/>
      <wsdl:output message="tns:GetShipmentServiceHttpPostOut"/>
    </wsdl:operation>
    <wsdl:operation name="AddShipmentService">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Dodanie nowej
            usÅ‚ugi</wsdl:documentation>
      <wsdl:input message="tns:AddShipmentServiceHttpPostIn"/>
      <wsdl:output message="tns:AddShipmentServiceHttpPostOut"/>
    </wsdl:operation>
    <wsdl:operation name="SyncOffer">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Pobranie oferty -
            ostatnio zmieniane produkty (do sychronizacji)</wsdl:documentation>
      <wsdl:input message="tns:SyncOfferHttpPostIn"/>
      <wsdl:output message="tns:SyncOfferHttpPostOut"/>
    </wsdl:operation>
    <wsdl:operation name="SyncRemoved">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Pobranie listy
            niedostÄ™pnych produktów (do synchronizacji)</wsdl:documentation>
      <wsdl:input message="tns:SyncRemovedHttpPostIn"/>
      <wsdl:output message="tns:SyncRemovedHttpPostOut"/>
    </wsdl:operation>
    <wsdl:operation name="GetProductQuantity">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Sprawdzenie dostÄ™pnoÅ›ci
            towaru</wsdl:documentation>
      <wsdl:input message="tns:GetProductQuantityHttpPostIn"/>
      <wsdl:output message="tns:GetProductQuantityHttpPostOut"/>
    </wsdl:operation>
    <wsdl:operation name="GetProductsBasicInfo">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Sprawdzenie dostÄ™pnoÅ›ci
            towaru</wsdl:documentation>
      <wsdl:input message="tns:GetProductsBasicInfoHttpPostIn"/>
      <wsdl:output message="tns:GetProductsBasicInfoHttpPostOut"/>
    </wsdl:operation>
    <wsdl:operation name="GetOrderStatus">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Sprawdzenie statusu
            zamówienia</wsdl:documentation>
      <wsdl:input message="tns:GetOrderStatusHttpPostIn"/>
      <wsdl:output message="tns:GetOrderStatusHttpPostOut"/>
    </wsdl:operation>
    <wsdl:operation name="GetOrdersHistory">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Pobranie historii
            zamówieÅ„</wsdl:documentation>
      <wsdl:input message="tns:GetOrdersHistoryHttpPostIn"/>
      <wsdl:output message="tns:GetOrdersHistoryHttpPostOut"/>
    </wsdl:operation>
    <wsdl:operation name="CustomerAdd">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Dodanie
            klienta</wsdl:documentation>
      <wsdl:input message="tns:CustomerAddHttpPostIn"/>
      <wsdl:output message="tns:CustomerAddHttpPostOut"/>
    </wsdl:operation>
    <wsdl:operation name="CustomerEdit">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Edycja
            klienta</wsdl:documentation>
      <wsdl:input message="tns:CustomerEditHttpPostIn"/>
      <wsdl:output message="tns:CustomerEditHttpPostOut"/>
    </wsdl:operation>
    <wsdl:operation name="GetKinds">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Pobranie sÅ‚ownika
            asortymentu</wsdl:documentation>
      <wsdl:input message="tns:GetKindsHttpPostIn"/>
      <wsdl:output message="tns:GetKindsHttpPostOut"/>
    </wsdl:operation>
    <wsdl:operation name="GetMaterials">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Pobranie sÅ‚ownika
            surowców</wsdl:documentation>
      <wsdl:input message="tns:GetMaterialsHttpPostIn"/>
      <wsdl:output message="tns:GetMaterialsHttpPostOut"/>
    </wsdl:operation>
    <wsdl:operation name="GetUom">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Pobranie sÅ‚ownika
            jednostek miary</wsdl:documentation>
      <wsdl:input message="tns:GetUomHttpPostIn"/>
      <wsdl:output message="tns:GetUomHttpPostOut"/>
    </wsdl:operation>
    <wsdl:operation name="GetVat">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Pobranie sÅ‚ownika
            stawek Vat</wsdl:documentation>
      <wsdl:input message="tns:GetVatHttpPostIn"/>
      <wsdl:output message="tns:GetVatHttpPostOut"/>
    </wsdl:operation>
    <wsdl:operation name="GetVersion">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Pobranie wersji
            webservice</wsdl:documentation>
      <wsdl:input message="tns:GetVersionHttpPostIn"/>
      <wsdl:output message="tns:GetVersionHttpPostOut"/>
    </wsdl:operation>
    <wsdl:operation name="GetServerDateTime">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Pobranie czasu
            serwera</wsdl:documentation>
      <wsdl:input message="tns:GetServerDateTimeHttpPostIn"/>
      <wsdl:output message="tns:GetServerDateTimeHttpPostOut"/>
    </wsdl:operation>
    <wsdl:operation name="GetShops">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Pobranie listy
            magazynów</wsdl:documentation>
      <wsdl:input message="tns:GetShopsHttpPostIn"/>
      <wsdl:output message="tns:GetShopsHttpPostOut"/>
    </wsdl:operation>
    <wsdl:operation name="GetProducers">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Pobranie listy
            producentów</wsdl:documentation>
      <wsdl:input message="tns:GetProducersHttpPostIn"/>
      <wsdl:output message="tns:GetProducersHttpPostOut"/>
    </wsdl:operation>
    <wsdl:operation name="GetFeatures">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Pobranie cech
            dodatkowych</wsdl:documentation>
      <wsdl:input message="tns:GetFeaturesHttpPostIn"/>
      <wsdl:output message="tns:GetFeaturesHttpPostOut"/>
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:binding name="JubiDocWSSoap" type="tns:JubiDocWSSoap">
    <soap:binding transport="http://schemas.xmlsoap.org/soap/http"/>
    <wsdl:operation name="GetOffer">
      <soap:operation soapAction="JubiDocWS/GetOffer" style="document"/>
      <wsdl:input>
        <soap:body use="literal"/>
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal"/>
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetShipmentService">
      <soap:operation soapAction="JubiDocWS/GetShipmentService" style="document"/>
      <wsdl:input>
        <soap:body use="literal"/>
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal"/>
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="AddShipmentService">
      <soap:operation soapAction="JubiDocWS/AddShipmentService" style="document"/>
      <wsdl:input>
        <soap:body use="literal"/>
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal"/>
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="SyncOffer">
      <soap:operation soapAction="JubiDocWS/SyncOffer" style="document"/>
      <wsdl:input>
        <soap:body use="literal"/>
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal"/>
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="SyncRemoved">
      <soap:operation soapAction="JubiDocWS/SyncRemoved" style="document"/>
      <wsdl:input>
        <soap:body use="literal"/>
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal"/>
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetProductQuantity">
      <soap:operation soapAction="JubiDocWS/GetProductQuantity" style="document"/>
      <wsdl:input>
        <soap:body use="literal"/>
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal"/>
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetProductsBasicInfo">
      <soap:operation soapAction="JubiDocWS/GetProductsBasicInfo" style="document"/>
      <wsdl:input>
        <soap:body use="literal"/>
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal"/>
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="MakeOrder">
      <soap:operation soapAction="JubiDocWS/MakeOrder" style="document"/>
      <wsdl:input>
        <soap:body use="literal"/>
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal"/>
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetOrderStatus">
      <soap:operation soapAction="JubiDocWS/GetOrderStatus" style="document"/>
      <wsdl:input>
        <soap:body use="literal"/>
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal"/>
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetOrdersHistory">
      <soap:operation soapAction="JubiDocWS/GetOrdersHistory" style="document"/>
      <wsdl:input>
        <soap:body use="literal"/>
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal"/>
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CustomerAdd">
      <soap:operation soapAction="JubiDocWS/CustomerAdd" style="document"/>
      <wsdl:input>
        <soap:body use="literal"/>
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal"/>
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CustomerEdit">
      <soap:operation soapAction="JubiDocWS/CustomerEdit" style="document"/>
      <wsdl:input>
        <soap:body use="literal"/>
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal"/>
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetKinds">
      <soap:operation soapAction="JubiDocWS/GetKinds" style="document"/>
      <wsdl:input>
        <soap:body use="literal"/>
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal"/>
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetMaterials">
      <soap:operation soapAction="JubiDocWS/GetMaterials" style="document"/>
      <wsdl:input>
        <soap:body use="literal"/>
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal"/>
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetUom">
      <soap:operation soapAction="JubiDocWS/GetUom" style="document"/>
      <wsdl:input>
        <soap:body use="literal"/>
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal"/>
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetVat">
      <soap:operation soapAction="JubiDocWS/GetVat" style="document"/>
      <wsdl:input>
        <soap:body use="literal"/>
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal"/>
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetVersion">
      <soap:operation soapAction="JubiDocWS/GetVersion" style="document"/>
      <wsdl:input>
        <soap:body use="literal"/>
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal"/>
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetServerDateTime">
      <soap:operation soapAction="JubiDocWS/GetServerDateTime" style="document"/>
      <wsdl:input>
        <soap:body use="literal"/>
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal"/>
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetShops">
      <soap:operation soapAction="JubiDocWS/GetShops" style="document"/>
      <wsdl:input>
        <soap:body use="literal"/>
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal"/>
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetProducers">
      <soap:operation soapAction="JubiDocWS/GetProducers" style="document"/>
      <wsdl:input>
        <soap:body use="literal"/>
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal"/>
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetFeatures">
      <soap:operation soapAction="JubiDocWS/GetFeatures" 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="JubiDocWSSoap12" type="tns:JubiDocWSSoap">
    <soap12:binding transport="http://schemas.xmlsoap.org/soap/http"/>
    <wsdl:operation name="GetOffer">
      <soap12:operation soapAction="JubiDocWS/GetOffer" style="document"/>
      <wsdl:input>
        <soap12:body use="literal"/>
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal"/>
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetShipmentService">
      <soap12:operation soapAction="JubiDocWS/GetShipmentService" style="document"/>
      <wsdl:input>
        <soap12:body use="literal"/>
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal"/>
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="AddShipmentService">
      <soap12:operation soapAction="JubiDocWS/AddShipmentService" style="document"/>
      <wsdl:input>
        <soap12:body use="literal"/>
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal"/>
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="SyncOffer">
      <soap12:operation soapAction="JubiDocWS/SyncOffer" style="document"/>
      <wsdl:input>
        <soap12:body use="literal"/>
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal"/>
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="SyncRemoved">
      <soap12:operation soapAction="JubiDocWS/SyncRemoved" style="document"/>
      <wsdl:input>
        <soap12:body use="literal"/>
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal"/>
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetProductQuantity">
      <soap12:operation soapAction="JubiDocWS/GetProductQuantity" style="document"/>
      <wsdl:input>
        <soap12:body use="literal"/>
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal"/>
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetProductsBasicInfo">
      <soap12:operation soapAction="JubiDocWS/GetProductsBasicInfo" style="document"/>
      <wsdl:input>
        <soap12:body use="literal"/>
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal"/>
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="MakeOrder">
      <soap12:operation soapAction="JubiDocWS/MakeOrder" style="document"/>
      <wsdl:input>
        <soap12:body use="literal"/>
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal"/>
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetOrderStatus">
      <soap12:operation soapAction="JubiDocWS/GetOrderStatus" style="document"/>
      <wsdl:input>
        <soap12:body use="literal"/>
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal"/>
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetOrdersHistory">
      <soap12:operation soapAction="JubiDocWS/GetOrdersHistory" style="document"/>
      <wsdl:input>
        <soap12:body use="literal"/>
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal"/>
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CustomerAdd">
      <soap12:operation soapAction="JubiDocWS/CustomerAdd" style="document"/>
      <wsdl:input>
        <soap12:body use="literal"/>
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal"/>
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CustomerEdit">
      <soap12:operation soapAction="JubiDocWS/CustomerEdit" style="document"/>
      <wsdl:input>
        <soap12:body use="literal"/>
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal"/>
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetKinds">
      <soap12:operation soapAction="JubiDocWS/GetKinds" style="document"/>
      <wsdl:input>
        <soap12:body use="literal"/>
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal"/>
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetMaterials">
      <soap12:operation soapAction="JubiDocWS/GetMaterials" style="document"/>
      <wsdl:input>
        <soap12:body use="literal"/>
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal"/>
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetUom">
      <soap12:operation soapAction="JubiDocWS/GetUom" style="document"/>
      <wsdl:input>
        <soap12:body use="literal"/>
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal"/>
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetVat">
      <soap12:operation soapAction="JubiDocWS/GetVat" style="document"/>
      <wsdl:input>
        <soap12:body use="literal"/>
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal"/>
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetVersion">
      <soap12:operation soapAction="JubiDocWS/GetVersion" style="document"/>
      <wsdl:input>
        <soap12:body use="literal"/>
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal"/>
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetServerDateTime">
      <soap12:operation soapAction="JubiDocWS/GetServerDateTime" style="document"/>
      <wsdl:input>
        <soap12:body use="literal"/>
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal"/>
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetShops">
      <soap12:operation soapAction="JubiDocWS/GetShops" style="document"/>
      <wsdl:input>
        <soap12:body use="literal"/>
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal"/>
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetProducers">
      <soap12:operation soapAction="JubiDocWS/GetProducers" style="document"/>
      <wsdl:input>
        <soap12:body use="literal"/>
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal"/>
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetFeatures">
      <soap12:operation soapAction="JubiDocWS/GetFeatures" 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="JubiDocWSHttpGet" type="tns:JubiDocWSHttpGet">
    <http:binding verb="GET"/>
    <wsdl:operation name="GetOffer">
      <http:operation location="/GetOffer"/>
      <wsdl:input>
        <http:urlEncoded/>
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body"/>
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetShipmentService">
      <http:operation location="/GetShipmentService"/>
      <wsdl:input>
        <http:urlEncoded/>
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body"/>
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="AddShipmentService">
      <http:operation location="/AddShipmentService"/>
      <wsdl:input>
        <http:urlEncoded/>
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body"/>
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="SyncOffer">
      <http:operation location="/SyncOffer"/>
      <wsdl:input>
        <http:urlEncoded/>
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body"/>
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="SyncRemoved">
      <http:operation location="/SyncRemoved"/>
      <wsdl:input>
        <http:urlEncoded/>
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body"/>
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetProductQuantity">
      <http:operation location="/GetProductQuantity"/>
      <wsdl:input>
        <http:urlEncoded/>
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body"/>
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetProductsBasicInfo">
      <http:operation location="/GetProductsBasicInfo"/>
      <wsdl:input>
        <http:urlEncoded/>
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body"/>
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetOrderStatus">
      <http:operation location="/GetOrderStatus"/>
      <wsdl:input>
        <http:urlEncoded/>
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body"/>
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetOrdersHistory">
      <http:operation location="/GetOrdersHistory"/>
      <wsdl:input>
        <http:urlEncoded/>
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body"/>
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CustomerAdd">
      <http:operation location="/CustomerAdd"/>
      <wsdl:input>
        <http:urlEncoded/>
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body"/>
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CustomerEdit">
      <http:operation location="/CustomerEdit"/>
      <wsdl:input>
        <http:urlEncoded/>
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body"/>
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetKinds">
      <http:operation location="/GetKinds"/>
      <wsdl:input>
        <http:urlEncoded/>
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body"/>
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetMaterials">
      <http:operation location="/GetMaterials"/>
      <wsdl:input>
        <http:urlEncoded/>
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body"/>
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetUom">
      <http:operation location="/GetUom"/>
      <wsdl:input>
        <http:urlEncoded/>
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body"/>
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetVat">
      <http:operation location="/GetVat"/>
      <wsdl:input>
        <http:urlEncoded/>
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body"/>
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetVersion">
      <http:operation location="/GetVersion"/>
      <wsdl:input>
        <http:urlEncoded/>
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body"/>
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetServerDateTime">
      <http:operation location="/GetServerDateTime"/>
      <wsdl:input>
        <http:urlEncoded/>
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body"/>
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetShops">
      <http:operation location="/GetShops"/>
      <wsdl:input>
        <http:urlEncoded/>
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body"/>
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetProducers">
      <http:operation location="/GetProducers"/>
      <wsdl:input>
        <http:urlEncoded/>
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body"/>
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetFeatures">
      <http:operation location="/GetFeatures"/>
      <wsdl:input>
        <http:urlEncoded/>
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body"/>
      </wsdl:output>
    </wsdl:operation>
  </wsdl:binding>
  <wsdl:binding name="JubiDocWSHttpPost" type="tns:JubiDocWSHttpPost">
    <http:binding verb="POST"/>
    <wsdl:operation name="GetOffer">
      <http:operation location="/GetOffer"/>
      <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="GetShipmentService">
      <http:operation location="/GetShipmentService"/>
      <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="AddShipmentService">
      <http:operation location="/AddShipmentService"/>
      <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="SyncOffer">
      <http:operation location="/SyncOffer"/>
      <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="SyncRemoved">
      <http:operation location="/SyncRemoved"/>
      <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="GetProductQuantity">
      <http:operation location="/GetProductQuantity"/>
      <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="GetProductsBasicInfo">
      <http:operation location="/GetProductsBasicInfo"/>
      <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="GetOrderStatus">
      <http:operation location="/GetOrderStatus"/>
      <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="GetOrdersHistory">
      <http:operation location="/GetOrdersHistory"/>
      <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="CustomerAdd">
      <http:operation location="/CustomerAdd"/>
      <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="CustomerEdit">
      <http:operation location="/CustomerEdit"/>
      <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="GetKinds">
      <http:operation location="/GetKinds"/>
      <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="GetMaterials">
      <http:operation location="/GetMaterials"/>
      <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="GetUom">
      <http:operation location="/GetUom"/>
      <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="GetVat">
      <http:operation location="/GetVat"/>
      <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="GetVersion">
      <http:operation location="/GetVersion"/>
      <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="GetServerDateTime">
      <http:operation location="/GetServerDateTime"/>
      <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="GetShops">
      <http:operation location="/GetShops"/>
      <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="GetProducers">
      <http:operation location="/GetProducers"/>
      <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="GetFeatures">
      <http:operation location="/GetFeatures"/>
      <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="JubiDocWS">
    <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Webservice aplikacji
          JubiDoc</wsdl:documentation>
    <wsdl:port name="JubiDocWSSoap" binding="tns:JubiDocWSSoap">
      <soap:address location="http://cld.jubitec.pl:47784/JubiDocWS.asmx"/>
    </wsdl:port>
    <wsdl:port name="JubiDocWSSoap12" binding="tns:JubiDocWSSoap12">
      <soap12:address location="http://cld.jubitec.pl:47784/JubiDocWS.asmx"/>
    </wsdl:port>
    <wsdl:port name="JubiDocWSHttpGet" binding="tns:JubiDocWSHttpGet">
      <http:address location="http://cld.jubitec.pl:47784/JubiDocWS.asmx"/>
    </wsdl:port>
    <wsdl:port name="JubiDocWSHttpPost" binding="tns:JubiDocWSHttpPost">
      <http:address location="http://cld.jubitec.pl:47784/JubiDocWS.asmx"/>
    </wsdl:port>
  </wsdl:service>
</wsdl:definitions>