<?xml version="1.0" encoding="utf-8"?>
<wsdl:definitions xmlns:s="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:tns="http://kigo.org/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" targetNamespace="http://kigo.org/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
  <wsdl:types>
    <s:schema elementFormDefault="qualified" targetNamespace="http://kigo.org/">
      <s:element name="GetProductURL">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="SWH_Identifier" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="username" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="password" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="productlistFilter" type="tns:ArrayOfProduct" />
            <s:element minOccurs="1" maxOccurs="1" name="partial" type="s:boolean" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="ArrayOfProduct">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="unbounded" name="Product" nillable="true" type="tns:Product" />
        </s:sequence>
      </s:complexType>
      <s:complexType name="Product">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="1" name="title" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="update" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="expiredate" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="code" type="s:string" />
          <s:element minOccurs="1" maxOccurs="1" name="errorcode" type="s:int" />
          <s:element minOccurs="0" maxOccurs="1" name="errortext" type="s:string" />
        </s:sequence>
      </s:complexType>
      <s:element name="GetProductURLResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="GetProductURLResult" type="tns:ProductResponse" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="ProductResponse">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="1" name="errortext" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="url" type="s:string" />
          <s:element minOccurs="1" maxOccurs="1" name="errorcode" type="s:int" />
          <s:element minOccurs="0" maxOccurs="1" name="productlist" type="tns:ArrayOfProduct" />
        </s:sequence>
      </s:complexType>
      <s:element name="GetProductInfo">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="SWH_Identifier" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="username" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="password" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="GetProductInfoResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="GetProductInfoResult" type="tns:ProductResponse" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="GetBasket">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="SWH_Identifier" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="username" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="GetBasketResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="GetBasketResult">
              <s:complexType mixed="true">
                <s:sequence>
                  <s:any />
                </s:sequence>
              </s:complexType>
            </s:element>
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="ClearBasket">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="SWH_Identifier" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="username" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="ClearBasketResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="ClearBasketResult" type="tns:ResponseClearBasket" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="ResponseClearBasket">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="1" name="errorcode" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="errortext" type="s:string" />
        </s:sequence>
      </s:complexType>
    </s:schema>
  </wsdl:types>
  <wsdl:message name="GetProductURLSoapIn">
    <wsdl:part name="parameters" element="tns:GetProductURL" />
  </wsdl:message>
  <wsdl:message name="GetProductURLSoapOut">
    <wsdl:part name="parameters" element="tns:GetProductURLResponse" />
  </wsdl:message>
  <wsdl:message name="GetProductInfoSoapIn">
    <wsdl:part name="parameters" element="tns:GetProductInfo" />
  </wsdl:message>
  <wsdl:message name="GetProductInfoSoapOut">
    <wsdl:part name="parameters" element="tns:GetProductInfoResponse" />
  </wsdl:message>
  <wsdl:message name="GetBasketSoapIn">
    <wsdl:part name="parameters" element="tns:GetBasket" />
  </wsdl:message>
  <wsdl:message name="GetBasketSoapOut">
    <wsdl:part name="parameters" element="tns:GetBasketResponse" />
  </wsdl:message>
  <wsdl:message name="ClearBasketSoapIn">
    <wsdl:part name="parameters" element="tns:ClearBasket" />
  </wsdl:message>
  <wsdl:message name="ClearBasketSoapOut">
    <wsdl:part name="parameters" element="tns:ClearBasketResponse" />
  </wsdl:message>
  <wsdl:portType name="OverdraagServiceSoap">
    <wsdl:operation name="GetProductURL">
      <wsdl:input message="tns:GetProductURLSoapIn" />
      <wsdl:output message="tns:GetProductURLSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="GetProductInfo">
      <wsdl:input message="tns:GetProductInfoSoapIn" />
      <wsdl:output message="tns:GetProductInfoSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="GetBasket">
      <wsdl:input message="tns:GetBasketSoapIn" />
      <wsdl:output message="tns:GetBasketSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="ClearBasket">
      <wsdl:input message="tns:ClearBasketSoapIn" />
      <wsdl:output message="tns:ClearBasketSoapOut" />
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:binding name="OverdraagServiceSoap" type="tns:OverdraagServiceSoap">
    <soap:binding transport="http://schemas.xmlsoap.org/soap/http" />
    <wsdl:operation name="GetProductURL">
      <soap:operation soapAction="http://kigo.org/GetProductURL" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetProductInfo">
      <soap:operation soapAction="http://kigo.org/GetProductInfo" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetBasket">
      <soap:operation soapAction="http://kigo.org/GetBasket" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="ClearBasket">
      <soap:operation soapAction="http://kigo.org/ClearBasket" 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="OverdraagServiceSoap12" type="tns:OverdraagServiceSoap">
    <soap12:binding transport="http://schemas.xmlsoap.org/soap/http" />
    <wsdl:operation name="GetProductURL">
      <soap12:operation soapAction="http://kigo.org/GetProductURL" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetProductInfo">
      <soap12:operation soapAction="http://kigo.org/GetProductInfo" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetBasket">
      <soap12:operation soapAction="http://kigo.org/GetBasket" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="ClearBasket">
      <soap12:operation soapAction="http://kigo.org/ClearBasket" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
  </wsdl:binding>
  <wsdl:service name="OverdraagService">
    <wsdl:port name="OverdraagServiceSoap" binding="tns:OverdraagServiceSoap">
      <soap:address location="http://services.kosteninformatie.nl/KIGOWEBSERVICES/OverdraagService.asmx" />
    </wsdl:port>
    <wsdl:port name="OverdraagServiceSoap12" binding="tns:OverdraagServiceSoap12">
      <soap12:address location="http://services.kosteninformatie.nl/KIGOWEBSERVICES/OverdraagService.asmx" />
    </wsdl:port>
  </wsdl:service>
</wsdl:definitions>