lokalebasen/rconomic

View on GitHub
lib/economic/economic.wsdl

Summary

Maintainability
Test Coverage
<?xml version="1.0" encoding="utf-8"?>
<wsdl:definitions xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:tns="http://e-conomic.com" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:s="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" targetNamespace="http://e-conomic.com" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
  <wsdl:types>
    <s:schema elementFormDefault="qualified" targetNamespace="http://e-conomic.com">
      <s:element name="TermOfPayment_SetDebtor">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="termOfPaymentHandle" type="tns:TermOfPaymentHandle" />
            <s:element minOccurs="0" maxOccurs="1" name="valueHandle" type="tns:DebtorHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="TermOfPaymentHandle">
        <s:sequence>
          <s:element minOccurs="1" maxOccurs="1" name="Id" type="s:int" />
        </s:sequence>
      </s:complexType>
      <s:complexType name="DebtorHandle">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="1" name="Number" type="s:string" />
        </s:sequence>
      </s:complexType>
      <s:element name="TermOfPayment_SetDebtorResponse">
        <s:complexType />
      </s:element>
      <s:element name="TermOfPayment_GetDistributionInPercent">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="termOfPaymentHandle" type="tns:TermOfPaymentHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="TermOfPayment_GetDistributionInPercentResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="TermOfPayment_GetDistributionInPercentResult" nillable="true" type="s:decimal" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="TermOfPayment_SetDistributionInPercent">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="termOfPaymentHandle" type="tns:TermOfPaymentHandle" />
            <s:element minOccurs="1" maxOccurs="1" name="value" nillable="true" type="s:decimal" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="TermOfPayment_SetDistributionInPercentResponse">
        <s:complexType />
      </s:element>
      <s:element name="TermOfPayment_GetDistributionInPercent2">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="termOfPaymentHandle" type="tns:TermOfPaymentHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="TermOfPayment_GetDistributionInPercent2Response">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="TermOfPayment_GetDistributionInPercent2Result" nillable="true" type="s:decimal" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="TimeEntry_ApproveEntries">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="entries" type="tns:ArrayOfTimeEntryHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="ArrayOfTimeEntryHandle">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="unbounded" name="TimeEntryHandle" nillable="true" type="tns:TimeEntryHandle" />
        </s:sequence>
      </s:complexType>
      <s:complexType name="TimeEntryHandle">
        <s:sequence>
          <s:element minOccurs="1" maxOccurs="1" name="Id" type="s:int" />
        </s:sequence>
      </s:complexType>
      <s:element name="TimeEntry_ApproveEntriesResponse">
        <s:complexType />
      </s:element>
      <s:element name="TimeEntry_CreateFromData">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="data" type="tns:TimeEntryData" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="TimeEntryData">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="1" name="Handle" type="tns:TimeEntryHandle" />
          <s:element minOccurs="1" maxOccurs="1" name="Id" type="s:int" />
          <s:element minOccurs="0" maxOccurs="1" name="ProjectHandle" type="tns:ProjectHandle" />
          <s:element minOccurs="0" maxOccurs="1" name="ActivityHandle" type="tns:ActivityHandle" />
          <s:element minOccurs="0" maxOccurs="1" name="EmployeeHandle" type="tns:EmployeeHandle" />
          <s:element minOccurs="1" maxOccurs="1" name="Date" type="s:dateTime" />
          <s:element minOccurs="0" maxOccurs="1" name="Text" type="s:string" />
          <s:element minOccurs="1" maxOccurs="1" name="NumberOfHours" type="s:decimal" />
          <s:element minOccurs="1" maxOccurs="1" name="Approved" type="s:boolean" />
          <s:element minOccurs="0" maxOccurs="1" name="SalesPrice" type="s:decimal" />
          <s:element minOccurs="0" maxOccurs="1" name="CostPrice" type="s:decimal" />
        </s:sequence>
      </s:complexType>
      <s:complexType name="ProjectHandle">
        <s:sequence>
          <s:element minOccurs="1" maxOccurs="1" name="Number" type="s:int" />
        </s:sequence>
      </s:complexType>
      <s:complexType name="ActivityHandle">
        <s:sequence>
          <s:element minOccurs="1" maxOccurs="1" name="Number" type="s:int" />
        </s:sequence>
      </s:complexType>
      <s:complexType name="EmployeeHandle">
        <s:sequence>
          <s:element minOccurs="1" maxOccurs="1" name="Number" type="s:int" />
        </s:sequence>
      </s:complexType>
      <s:element name="TimeEntry_CreateFromDataResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="TimeEntry_CreateFromDataResult" type="tns:TimeEntryHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="TimeEntry_CreateFromDataArray">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="dataArray" type="tns:ArrayOfTimeEntryData" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="ArrayOfTimeEntryData">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="unbounded" name="TimeEntryData" nillable="true" type="tns:TimeEntryData" />
        </s:sequence>
      </s:complexType>
      <s:element name="TimeEntry_CreateFromDataArrayResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="TimeEntry_CreateFromDataArrayResult" type="tns:ArrayOfTimeEntryHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="TimeEntry_UpdateFromDataArray">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="dataArray" type="tns:ArrayOfTimeEntryData" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="TimeEntry_UpdateFromDataArrayResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="TimeEntry_UpdateFromDataArrayResult" type="tns:ArrayOfTimeEntryHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="TimeEntry_UpdateFromData">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="data" type="tns:TimeEntryData" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="TimeEntry_UpdateFromDataResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="TimeEntry_UpdateFromDataResult" type="tns:TimeEntryHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="TimeEntry_GetData">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="entityHandle" type="tns:TimeEntryHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="TimeEntry_GetDataResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="TimeEntry_GetDataResult" type="tns:TimeEntryData" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="TimeEntry_GetDataArray">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="entityHandles" type="tns:ArrayOfTimeEntryHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="TimeEntry_GetDataArrayResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="TimeEntry_GetDataArrayResult" type="tns:ArrayOfTimeEntryData" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="TimeEntry_Create">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="projectHandle" type="tns:ProjectHandle" />
            <s:element minOccurs="0" maxOccurs="1" name="activityHandle" type="tns:ActivityHandle" />
            <s:element minOccurs="0" maxOccurs="1" name="employeeHandle" type="tns:EmployeeHandle" />
            <s:element minOccurs="1" maxOccurs="1" name="date" type="s:dateTime" />
            <s:element minOccurs="0" maxOccurs="1" name="text" type="s:string" />
            <s:element minOccurs="1" maxOccurs="1" name="numberOfHours" type="s:decimal" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="TimeEntry_CreateResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="TimeEntry_CreateResult" type="tns:TimeEntryHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="TimeEntry_CreateOnCurrentUser">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="projectHandle" type="tns:ProjectHandle" />
            <s:element minOccurs="0" maxOccurs="1" name="activityHandle" type="tns:ActivityHandle" />
            <s:element minOccurs="1" maxOccurs="1" name="date" type="s:dateTime" />
            <s:element minOccurs="0" maxOccurs="1" name="text" type="s:string" />
            <s:element minOccurs="1" maxOccurs="1" name="numberOfHours" type="s:decimal" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="TimeEntry_CreateOnCurrentUserResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="TimeEntry_CreateOnCurrentUserResult" type="tns:TimeEntryHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="TimeEntry_GetAll">
        <s:complexType />
      </s:element>
      <s:element name="TimeEntry_GetAllResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="TimeEntry_GetAllResult" type="tns:ArrayOfTimeEntryHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="TimeEntry_GetAllUpdated">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="fromDate" type="s:dateTime" />
            <s:element minOccurs="1" maxOccurs="1" name="includeCalculatedProperties" type="s:boolean" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="TimeEntry_GetAllUpdatedResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="TimeEntry_GetAllUpdatedResult" type="tns:ArrayOfTimeEntryHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="TimeEntry_FindApprovedByDate">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="fromDate" type="s:dateTime" />
            <s:element minOccurs="1" maxOccurs="1" name="toDate" type="s:dateTime" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="TimeEntry_FindApprovedByDateResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="TimeEntry_FindApprovedByDateResult" type="tns:ArrayOfTimeEntryHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="TimeEntry_Delete">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="timeEntryHandle" type="tns:TimeEntryHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="TimeEntry_DeleteResponse">
        <s:complexType />
      </s:element>
      <s:element name="TimeEntry_GetId">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="timeEntryHandle" type="tns:TimeEntryHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="TimeEntry_GetIdResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="TimeEntry_GetIdResult" type="s:int" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="TimeEntry_GetProject">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="timeEntryHandle" type="tns:TimeEntryHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="TimeEntry_GetProjectResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="TimeEntry_GetProjectResult" type="tns:ProjectHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="TimeEntry_GetActivity">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="timeEntryHandle" type="tns:TimeEntryHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="TimeEntry_GetActivityResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="TimeEntry_GetActivityResult" type="tns:ActivityHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="TimeEntry_GetEmployee">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="timeEntryHandle" type="tns:TimeEntryHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="TimeEntry_GetEmployeeResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="TimeEntry_GetEmployeeResult" type="tns:EmployeeHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="TimeEntry_GetDate">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="timeEntryHandle" type="tns:TimeEntryHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="TimeEntry_GetDateResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="TimeEntry_GetDateResult" type="s:dateTime" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="TimeEntry_GetText">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="timeEntryHandle" type="tns:TimeEntryHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="TimeEntry_GetTextResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="TimeEntry_GetTextResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="TimeEntry_SetText">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="timeEntryHandle" type="tns:TimeEntryHandle" />
            <s:element minOccurs="0" maxOccurs="1" name="value" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="TimeEntry_SetTextResponse">
        <s:complexType />
      </s:element>
      <s:element name="TimeEntry_GetNumberOfHours">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="timeEntryHandle" type="tns:TimeEntryHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="TimeEntry_GetNumberOfHoursResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="TimeEntry_GetNumberOfHoursResult" type="s:decimal" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="TimeEntry_GetSalesPrice">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="timeEntryHandle" type="tns:TimeEntryHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="TimeEntry_GetSalesPriceResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="TimeEntry_GetSalesPriceResult" type="s:decimal" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="TimeEntry_GetCostPrice">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="timeEntryHandle" type="tns:TimeEntryHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="TimeEntry_GetCostPriceResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="TimeEntry_GetCostPriceResult" type="s:decimal" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="TimeEntry_GetApproved">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="timeEntryHandle" type="tns:TimeEntryHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="TimeEntry_GetApprovedResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="TimeEntry_GetApprovedResult" type="s:boolean" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Unit_CreateFromData">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="data" type="tns:UnitData" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="UnitData">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="1" name="Handle" type="tns:UnitHandle" />
          <s:element minOccurs="1" maxOccurs="1" name="Number" type="s:int" />
          <s:element minOccurs="0" maxOccurs="1" name="Name" type="s:string" />
        </s:sequence>
      </s:complexType>
      <s:complexType name="UnitHandle">
        <s:sequence>
          <s:element minOccurs="1" maxOccurs="1" name="Number" type="s:int" />
        </s:sequence>
      </s:complexType>
      <s:element name="Unit_CreateFromDataResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Unit_CreateFromDataResult" type="tns:UnitHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Unit_CreateFromDataArray">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="dataArray" type="tns:ArrayOfUnitData" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="ArrayOfUnitData">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="unbounded" name="UnitData" nillable="true" type="tns:UnitData" />
        </s:sequence>
      </s:complexType>
      <s:element name="Unit_CreateFromDataArrayResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Unit_CreateFromDataArrayResult" type="tns:ArrayOfUnitHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="ArrayOfUnitHandle">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="unbounded" name="UnitHandle" nillable="true" type="tns:UnitHandle" />
        </s:sequence>
      </s:complexType>
      <s:element name="Unit_UpdateFromDataArray">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="dataArray" type="tns:ArrayOfUnitData" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Unit_UpdateFromDataArrayResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Unit_UpdateFromDataArrayResult" type="tns:ArrayOfUnitHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Unit_UpdateFromData">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="data" type="tns:UnitData" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Unit_UpdateFromDataResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Unit_UpdateFromDataResult" type="tns:UnitHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Unit_GetData">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="entityHandle" type="tns:UnitHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Unit_GetDataResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Unit_GetDataResult" type="tns:UnitData" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Unit_GetDataArray">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="entityHandles" type="tns:ArrayOfUnitHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Unit_GetDataArrayResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Unit_GetDataArrayResult" type="tns:ArrayOfUnitData" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Unit_Create">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="name" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Unit_CreateResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Unit_CreateResult" type="tns:UnitHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Unit_GetAll">
        <s:complexType />
      </s:element>
      <s:element name="Unit_GetAllResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Unit_GetAllResult" type="tns:ArrayOfUnitHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Unit_FindByName">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="name" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Unit_FindByNameResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Unit_FindByNameResult" type="tns:ArrayOfUnitHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Unit_FindByNumber">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="number" type="s:int" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Unit_FindByNumberResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Unit_FindByNumberResult" type="tns:UnitHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Unit_FindByNumberList">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="numbers" type="tns:ArrayOfInt" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="ArrayOfInt">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="unbounded" name="int" type="s:int" />
        </s:sequence>
      </s:complexType>
      <s:element name="Unit_FindByNumberListResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Unit_FindByNumberListResult" type="tns:ArrayOfUnitHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Unit_Delete">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="unitHandle" type="tns:UnitHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Unit_DeleteResponse">
        <s:complexType />
      </s:element>
      <s:element name="Unit_GetNumber">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="unitHandle" type="tns:UnitHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Unit_GetNumberResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="Unit_GetNumberResult" type="s:int" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Unit_GetName">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="unitHandle" type="tns:UnitHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Unit_GetNameResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Unit_GetNameResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Unit_SetName">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="unitHandle" type="tns:UnitHandle" />
            <s:element minOccurs="0" maxOccurs="1" name="value" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Unit_SetNameResponse">
        <s:complexType />
      </s:element>
      <s:element name="VatAccount_UpdateFromDataArray">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="dataArray" type="tns:ArrayOfVatAccountData" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="ArrayOfVatAccountData">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="unbounded" name="VatAccountData" nillable="true" type="tns:VatAccountData" />
        </s:sequence>
      </s:complexType>
      <s:complexType name="VatAccountData">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="1" name="Handle" type="tns:VatAccountHandle" />
          <s:element minOccurs="0" maxOccurs="1" name="VatCode" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="Name" type="s:string" />
          <s:element minOccurs="1" maxOccurs="1" name="Type" type="tns:VatAccountType" />
          <s:element minOccurs="1" maxOccurs="1" name="RateAsPercent" type="s:decimal" />
          <s:element minOccurs="0" maxOccurs="1" name="AccountHandle" type="tns:AccountHandle" />
          <s:element minOccurs="0" maxOccurs="1" name="ContraAccountHandle" type="tns:AccountHandle" />
        </s:sequence>
      </s:complexType>
      <s:complexType name="VatAccountHandle">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="1" name="VatCode" type="s:string" />
        </s:sequence>
      </s:complexType>
      <s:simpleType name="VatAccountType">
        <s:restriction base="s:string">
          <s:enumeration value="OutputSales" />
          <s:enumeration value="InputPurchase" />
          <s:enumeration value="PurchasedProductsAbroad" />
        </s:restriction>
      </s:simpleType>
      <s:complexType name="AccountHandle">
        <s:sequence>
          <s:element minOccurs="1" maxOccurs="1" name="Number" type="s:int" />
        </s:sequence>
      </s:complexType>
      <s:element name="VatAccount_UpdateFromDataArrayResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="VatAccount_UpdateFromDataArrayResult" type="tns:ArrayOfVatAccountHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="ArrayOfVatAccountHandle">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="unbounded" name="VatAccountHandle" nillable="true" type="tns:VatAccountHandle" />
        </s:sequence>
      </s:complexType>
      <s:element name="VatAccount_UpdateFromData">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="data" type="tns:VatAccountData" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="VatAccount_UpdateFromDataResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="VatAccount_UpdateFromDataResult" type="tns:VatAccountHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="VatAccount_GetData">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="entityHandle" type="tns:VatAccountHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="VatAccount_GetDataResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="VatAccount_GetDataResult" type="tns:VatAccountData" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="VatAccount_GetDataArray">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="entityHandles" type="tns:ArrayOfVatAccountHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="VatAccount_GetDataArrayResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="VatAccount_GetDataArrayResult" type="tns:ArrayOfVatAccountData" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="VatAccount_GetAll">
        <s:complexType />
      </s:element>
      <s:element name="VatAccount_GetAllResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="VatAccount_GetAllResult" type="tns:ArrayOfVatAccountHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="VatAccount_FindByVatCode">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="vatCode" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="VatAccount_FindByVatCodeResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="VatAccount_FindByVatCodeResult" type="tns:VatAccountHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="VatAccount_GetVatCode">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="vatAccountHandle" type="tns:VatAccountHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="VatAccount_GetVatCodeResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="VatAccount_GetVatCodeResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="VatAccount_GetName">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="vatAccountHandle" type="tns:VatAccountHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="VatAccount_GetNameResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="VatAccount_GetNameResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="VatAccount_GetType">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="vatAccountHandle" type="tns:VatAccountHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="VatAccount_GetTypeResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="VatAccount_GetTypeResult" type="tns:VatAccountType" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="VatAccount_GetRateAsPercent">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="vatAccountHandle" type="tns:VatAccountHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="VatAccount_GetRateAsPercentResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="VatAccount_GetRateAsPercentResult" type="s:decimal" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="VatAccount_GetAccount">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="vatAccountHandle" type="tns:VatAccountHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="VatAccount_GetAccountResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="VatAccount_GetAccountResult" type="tns:AccountHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="VatAccount_GetContraAccount">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="vatAccountHandle" type="tns:VatAccountHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="VatAccount_GetContraAccountResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="VatAccount_GetContraAccountResult" type="tns:AccountHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="ExtendedVatZone_FindByNumber">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="number" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="ExtendedVatZone_FindByNumberResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="ExtendedVatZone_FindByNumberResult" type="tns:ExtendedVatZoneHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="ExtendedVatZoneHandle">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="1" name="Number" type="s:string" />
        </s:sequence>
      </s:complexType>
      <s:element name="ExtendedVatZone_GetAll">
        <s:complexType />
      </s:element>
      <s:element name="ExtendedVatZone_GetAllResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="ExtendedVatZone_GetAllResult" type="tns:ArrayOfExtendedVatZoneHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="ArrayOfExtendedVatZoneHandle">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="unbounded" name="ExtendedVatZoneHandle" nillable="true" type="tns:ExtendedVatZoneHandle" />
        </s:sequence>
      </s:complexType>
      <s:element name="ExtendedVatZone_GetData">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="extendedVatZoneHandle" type="tns:ExtendedVatZoneHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="ExtendedVatZone_GetDataResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="ExtendedVatZone_GetDataResult" type="tns:ExtendedVatZoneData" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="ExtendedVatZoneData">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="1" name="Number" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="Name" type="s:string" />
        </s:sequence>
      </s:complexType>
      <s:element name="ExtendedVatZone_GetDataArray">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="extendedVatZoneHandles" type="tns:ArrayOfExtendedVatZoneHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="ExtendedVatZone_GetDataArrayResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="ExtendedVatZone_GetDataArrayResult" type="tns:ArrayOfExtendedVatZoneData" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="ArrayOfExtendedVatZoneData">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="unbounded" name="ExtendedVatZoneData" nillable="true" type="tns:ExtendedVatZoneData" />
        </s:sequence>
      </s:complexType>
      <s:element name="ExtendedVatZone_GetName">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="extendedVatZoneHandle" type="tns:ExtendedVatZoneHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="ExtendedVatZone_GetNameResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="ExtendedVatZone_GetNameResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="ExtendedVatZone_GetNumber">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="extendedVatZoneHandle" type="tns:ExtendedVatZoneHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="ExtendedVatZone_GetNumberResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="ExtendedVatZone_GetNumberResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Debtor_GetExtendedVatZone">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="debtorHandle" type="tns:DebtorHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Debtor_GetExtendedVatZoneResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Debtor_GetExtendedVatZoneResult" type="tns:ExtendedVatZoneHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Debtor_SetExtendedVatZone">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="debtorHandle" type="tns:DebtorHandle" />
            <s:element minOccurs="0" maxOccurs="1" name="value" type="tns:ExtendedVatZoneHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Debtor_SetExtendedVatZoneResponse">
        <s:complexType />
      </s:element>
      <s:element name="HasInternationalLedger">
        <s:complexType />
      </s:element>
      <s:element name="HasInternationalLedgerResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="HasInternationalLedgerResult" type="s:boolean" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Verify_XEconomicAppIdentifier">
        <s:complexType />
      </s:element>
      <s:element name="Verify_XEconomicAppIdentifierResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="Verify_XEconomicAppIdentifierResult" type="s:boolean" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Subscription_GetIncludeName">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="subscriptionHandle" type="tns:SubscriptionHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="SubscriptionHandle">
        <s:sequence>
          <s:element minOccurs="1" maxOccurs="1" name="Id" type="s:int" />
        </s:sequence>
      </s:complexType>
      <s:element name="Subscription_GetIncludeNameResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="Subscription_GetIncludeNameResult" type="s:boolean" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Subscription_SetIncludeName">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="subscriptionHandle" type="tns:SubscriptionHandle" />
            <s:element minOccurs="1" maxOccurs="1" name="value" type="s:boolean" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Subscription_SetIncludeNameResponse">
        <s:complexType />
      </s:element>
      <s:element name="Subscription_SetSubscriptionInterval">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="subscriptionHandle" type="tns:SubscriptionHandle" />
            <s:element minOccurs="1" maxOccurs="1" name="value" type="tns:SubscriptionInterval" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:simpleType name="SubscriptionInterval">
        <s:restriction base="s:string">
          <s:enumeration value="Week" />
          <s:enumeration value="TwoWeeks" />
          <s:enumeration value="Month" />
          <s:enumeration value="Quarter" />
          <s:enumeration value="HalfYear" />
          <s:enumeration value="Year" />
          <s:enumeration value="TwoMonths" />
          <s:enumeration value="TwoYears" />
          <s:enumeration value="ThreeYears" />
          <s:enumeration value="FourYears" />
          <s:enumeration value="FiveYears" />
          <s:enumeration value="FourWeeks" />
          <s:enumeration value="EightWeeks" />
        </s:restriction>
      </s:simpleType>
      <s:element name="Subscription_SetSubscriptionIntervalResponse">
        <s:complexType />
      </s:element>
      <s:element name="Subscription_GetSubscriptionInterval">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="subscriptionHandle" type="tns:SubscriptionHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Subscription_GetSubscriptionIntervalResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="Subscription_GetSubscriptionIntervalResult" type="tns:SubscriptionInterval" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Subscription_GetCalendarYearBasis">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="subscriptionHandle" type="tns:SubscriptionHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Subscription_GetCalendarYearBasisResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="Subscription_GetCalendarYearBasisResult" type="s:boolean" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Subscription_SetCalendarYearBasis">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="subscriptionHandle" type="tns:SubscriptionHandle" />
            <s:element minOccurs="1" maxOccurs="1" name="value" type="s:boolean" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Subscription_SetCalendarYearBasisResponse">
        <s:complexType />
      </s:element>
      <s:element name="Subscription_SetCollection">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="subscriptionHandle" type="tns:SubscriptionHandle" />
            <s:element minOccurs="1" maxOccurs="1" name="value" type="tns:SubscriptionCollection" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:simpleType name="SubscriptionCollection">
        <s:restriction base="s:string">
          <s:enumeration value="Full" />
          <s:enumeration value="Proportional" />
        </s:restriction>
      </s:simpleType>
      <s:element name="Subscription_SetCollectionResponse">
        <s:complexType />
      </s:element>
      <s:element name="Subscription_GetCollection">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="subscriptionHandle" type="tns:SubscriptionHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Subscription_GetCollectionResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="Subscription_GetCollectionResult" type="tns:SubscriptionCollection" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Subscription_GetAddPeriod">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="subscriptionHandle" type="tns:SubscriptionHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Subscription_GetAddPeriodResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="Subscription_GetAddPeriodResult" type="s:boolean" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Subscription_SetAddPeriod">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="subscriptionHandle" type="tns:SubscriptionHandle" />
            <s:element minOccurs="1" maxOccurs="1" name="value" type="s:boolean" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Subscription_SetAddPeriodResponse">
        <s:complexType />
      </s:element>
      <s:element name="Subscription_SetAllowMoreThanOneForEachDebtor">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="subscriptionHandle" type="tns:SubscriptionHandle" />
            <s:element minOccurs="1" maxOccurs="1" name="value" type="s:boolean" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Subscription_SetAllowMoreThanOneForEachDebtorResponse">
        <s:complexType />
      </s:element>
      <s:element name="Subscription_GetAllowMoreThanOneForEachDebtor">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="subscriptionHandle" type="tns:SubscriptionHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Subscription_GetAllowMoreThanOneForEachDebtorResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="Subscription_GetAllowMoreThanOneForEachDebtorResult" type="s:boolean" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Subscription_Create">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="subscriptionNumber" type="s:int" />
            <s:element minOccurs="0" maxOccurs="1" name="subscriptionName" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="description" type="s:string" />
            <s:element minOccurs="1" maxOccurs="1" name="includeName" type="s:boolean" />
            <s:element minOccurs="1" maxOccurs="1" name="subscriptionInterval" type="tns:SubscriptionInterval" />
            <s:element minOccurs="1" maxOccurs="1" name="calendarYearBasis" type="s:boolean" />
            <s:element minOccurs="1" maxOccurs="1" name="collection" type="tns:SubscriptionCollection" />
            <s:element minOccurs="1" maxOccurs="1" name="addPeriod" type="s:boolean" />
            <s:element minOccurs="1" maxOccurs="1" name="allowMoreThanOneForEachDebtor" type="s:boolean" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Subscription_CreateResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Subscription_CreateResult" type="tns:SubscriptionHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Subscription_FindByNumber">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="number" type="s:int" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Subscription_FindByNumberResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Subscription_FindByNumberResult" type="tns:SubscriptionHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Subscription_FindByName">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="name" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Subscription_FindByNameResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Subscription_FindByNameResult" type="tns:ArrayOfSubscriptionHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="ArrayOfSubscriptionHandle">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="unbounded" name="SubscriptionHandle" nillable="true" type="tns:SubscriptionHandle" />
        </s:sequence>
      </s:complexType>
      <s:element name="Subscription_GetSubscriptionLines">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="subscriptionHandle" type="tns:SubscriptionHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Subscription_GetSubscriptionLinesResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Subscription_GetSubscriptionLinesResult" type="tns:ArrayOfSubscriptionLineHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="ArrayOfSubscriptionLineHandle">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="unbounded" name="SubscriptionLineHandle" nillable="true" type="tns:SubscriptionLineHandle" />
        </s:sequence>
      </s:complexType>
      <s:complexType name="SubscriptionLineHandle">
        <s:sequence>
          <s:element minOccurs="1" maxOccurs="1" name="Id" type="s:int" />
          <s:element minOccurs="1" maxOccurs="1" name="Number" type="s:int" />
        </s:sequence>
      </s:complexType>
      <s:element name="Subscription_GetNextAvailableNumber">
        <s:complexType />
      </s:element>
      <s:element name="Subscription_GetNextAvailableNumberResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="Subscription_GetNextAvailableNumberResult" type="s:int" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Subscription_Delete">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="subscriptionHandle" type="tns:SubscriptionHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Subscription_DeleteResponse">
        <s:complexType />
      </s:element>
      <s:element name="Subscription_GetSubscribers">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="subscriptionHandle" type="tns:SubscriptionHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Subscription_GetSubscribersResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Subscription_GetSubscribersResult" type="tns:ArrayOfSubscriberHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="ArrayOfSubscriberHandle">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="unbounded" name="SubscriberHandle" nillable="true" type="tns:SubscriberHandle" />
        </s:sequence>
      </s:complexType>
      <s:complexType name="SubscriberHandle">
        <s:sequence>
          <s:element minOccurs="1" maxOccurs="1" name="SubscriberId" type="s:int" />
        </s:sequence>
      </s:complexType>
      <s:element name="Subscription_GetAll">
        <s:complexType />
      </s:element>
      <s:element name="Subscription_GetAllResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Subscription_GetAllResult" type="tns:ArrayOfSubscriptionHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="SubscriptionLine_CreateFromData">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="data" type="tns:SubscriptionLineData" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="SubscriptionLineData">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="1" name="Handle" type="tns:SubscriptionLineHandle" />
          <s:element minOccurs="1" maxOccurs="1" name="Id" type="s:int" />
          <s:element minOccurs="1" maxOccurs="1" name="Number" type="s:int" />
          <s:element minOccurs="0" maxOccurs="1" name="SubscriptionHandle" type="tns:SubscriptionHandle" />
          <s:element minOccurs="0" maxOccurs="1" name="ProductHandle" type="tns:ProductHandle" />
          <s:element minOccurs="1" maxOccurs="1" name="Quantity" nillable="true" type="s:decimal" />
          <s:element minOccurs="0" maxOccurs="1" name="DepartmentHandle" type="tns:DepartmentHandle" />
          <s:element minOccurs="0" maxOccurs="1" name="ProductName" type="s:string" />
          <s:element minOccurs="1" maxOccurs="1" name="SpecialPrice" nillable="true" type="s:decimal" />
        </s:sequence>
      </s:complexType>
      <s:complexType name="ProductHandle">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="1" name="Number" type="s:string" />
        </s:sequence>
      </s:complexType>
      <s:complexType name="DepartmentHandle">
        <s:sequence>
          <s:element minOccurs="1" maxOccurs="1" name="Number" type="s:int" />
        </s:sequence>
      </s:complexType>
      <s:element name="SubscriptionLine_CreateFromDataResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="SubscriptionLine_CreateFromDataResult" type="tns:SubscriptionLineHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="SubscriptionLine_CreateFromDataArray">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="dataArray" type="tns:ArrayOfSubscriptionLineData" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="ArrayOfSubscriptionLineData">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="unbounded" name="SubscriptionLineData" nillable="true" type="tns:SubscriptionLineData" />
        </s:sequence>
      </s:complexType>
      <s:element name="SubscriptionLine_CreateFromDataArrayResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="SubscriptionLine_CreateFromDataArrayResult" type="tns:ArrayOfSubscriptionLineHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="SubscriptionLine_UpdateFromDataArray">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="dataArray" type="tns:ArrayOfSubscriptionLineData" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="SubscriptionLine_UpdateFromDataArrayResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="SubscriptionLine_UpdateFromDataArrayResult" type="tns:ArrayOfSubscriptionLineHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="SubscriptionLine_UpdateFromData">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="data" type="tns:SubscriptionLineData" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="SubscriptionLine_UpdateFromDataResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="SubscriptionLine_UpdateFromDataResult" type="tns:SubscriptionLineHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="SubscriptionLine_GetData">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="entityHandle" type="tns:SubscriptionLineHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="SubscriptionLine_GetDataResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="SubscriptionLine_GetDataResult" type="tns:SubscriptionLineData" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="SubscriptionLine_GetDataArray">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="entityHandles" type="tns:ArrayOfSubscriptionLineHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="SubscriptionLine_GetDataArrayResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="SubscriptionLine_GetDataArrayResult" type="tns:ArrayOfSubscriptionLineData" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="SubscriptionLine_GetNumber">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="subscriptionLineHandle" type="tns:SubscriptionLineHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="SubscriptionLine_GetNumberResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="SubscriptionLine_GetNumberResult" type="s:int" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="SubscriptionLine_GetSubscription">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="subscriptionLineHandle" type="tns:SubscriptionLineHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="SubscriptionLine_GetSubscriptionResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="SubscriptionLine_GetSubscriptionResult" type="tns:SubscriptionHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="SubscriptionLine_GetProduct">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="subscriptionLineHandle" type="tns:SubscriptionLineHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="SubscriptionLine_GetProductResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="SubscriptionLine_GetProductResult" type="tns:ProductHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="SubscriptionLine_SetProduct">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="subscriptionLineHandle" type="tns:SubscriptionLineHandle" />
            <s:element minOccurs="0" maxOccurs="1" name="valueHandle" type="tns:ProductHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="SubscriptionLine_SetProductResponse">
        <s:complexType />
      </s:element>
      <s:element name="SubscriptionLine_GetQuantity">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="subscriptionLineHandle" type="tns:SubscriptionLineHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="SubscriptionLine_GetQuantityResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="SubscriptionLine_GetQuantityResult" nillable="true" type="s:decimal" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="SubscriptionLine_SetQuantity">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="subscriptionLineHandle" type="tns:SubscriptionLineHandle" />
            <s:element minOccurs="1" maxOccurs="1" name="value" nillable="true" type="s:decimal" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="SubscriptionLine_SetQuantityResponse">
        <s:complexType />
      </s:element>
      <s:element name="SubscriptionLine_SetDepartment">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="subscriptionLineHandle" type="tns:SubscriptionLineHandle" />
            <s:element minOccurs="0" maxOccurs="1" name="valueHandle" type="tns:DepartmentHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="SubscriptionLine_SetDepartmentResponse">
        <s:complexType />
      </s:element>
      <s:element name="SubscriptionLine_GetDepartment">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="subscriptionLineHandle" type="tns:SubscriptionLineHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="SubscriptionLine_GetDepartmentResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="SubscriptionLine_GetDepartmentResult" type="tns:DepartmentHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="SubscriptionLine_SetProductName">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="subscriptionLineHandle" type="tns:SubscriptionLineHandle" />
            <s:element minOccurs="0" maxOccurs="1" name="value" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="SubscriptionLine_SetProductNameResponse">
        <s:complexType />
      </s:element>
      <s:element name="SubscriptionLine_GetProductName">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="subscriptionLineHandle" type="tns:SubscriptionLineHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="SubscriptionLine_GetProductNameResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="SubscriptionLine_GetProductNameResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="SubscriptionLine_GetSpecialPrice">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="subscriptionLineHandle" type="tns:SubscriptionLineHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="SubscriptionLine_GetSpecialPriceResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="SubscriptionLine_GetSpecialPriceResult" nillable="true" type="s:decimal" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="SubscriptionLine_SetSpecialPrice">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="subscriptionLineHandle" type="tns:SubscriptionLineHandle" />
            <s:element minOccurs="1" maxOccurs="1" name="value" nillable="true" type="s:decimal" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="SubscriptionLine_SetSpecialPriceResponse">
        <s:complexType />
      </s:element>
      <s:element name="SubscriptionLine_Create">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="subscriptionHandle" type="tns:SubscriptionHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="SubscriptionLine_CreateResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="SubscriptionLine_CreateResult" type="tns:SubscriptionLineHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="SubscriptionLine_FindByProduct">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="productHandle" type="tns:ProductHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="SubscriptionLine_FindByProductResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="SubscriptionLine_FindByProductResult" type="tns:ArrayOfSubscriptionLineHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="SubscriptionLine_FindByProductList">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="products" type="tns:ArrayOfProductHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="ArrayOfProductHandle">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="unbounded" name="ProductHandle" nillable="true" type="tns:ProductHandle" />
        </s:sequence>
      </s:complexType>
      <s:element name="SubscriptionLine_FindByProductListResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="SubscriptionLine_FindByProductListResult" type="tns:ArrayOfSubscriptionLineHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="SubscriptionLine_FindBySubscription">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="subscriptionHandle" type="tns:SubscriptionHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="SubscriptionLine_FindBySubscriptionResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="SubscriptionLine_FindBySubscriptionResult" type="tns:ArrayOfSubscriptionLineHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="SubscriptionLine_FindBySubscriptonList">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="subscriptions" type="tns:ArrayOfSubscriptionHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="SubscriptionLine_FindBySubscriptonListResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="SubscriptionLine_FindBySubscriptonListResult" type="tns:ArrayOfSubscriptionLineHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="SubscriptionLine_GetAll">
        <s:complexType />
      </s:element>
      <s:element name="SubscriptionLine_GetAllResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="SubscriptionLine_GetAllResult" type="tns:ArrayOfSubscriptionLineHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="SubscriptionLine_Delete">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="subscriptionLineHandle" type="tns:SubscriptionLineHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="SubscriptionLine_DeleteResponse">
        <s:complexType />
      </s:element>
      <s:element name="SumInterval_CreateFromData">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="data" type="tns:SumIntervalData" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="SumIntervalData">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="1" name="Handle" type="tns:SumIntervalHandle" />
          <s:element minOccurs="1" maxOccurs="1" name="Id" type="s:int" />
          <s:element minOccurs="1" maxOccurs="1" name="Number" type="s:int" />
          <s:element minOccurs="0" maxOccurs="1" name="AccountHandle" type="tns:AccountHandle" />
          <s:element minOccurs="1" maxOccurs="1" name="FromAccount" type="s:int" />
          <s:element minOccurs="1" maxOccurs="1" name="ToAccount" type="s:int" />
        </s:sequence>
      </s:complexType>
      <s:complexType name="SumIntervalHandle">
        <s:sequence>
          <s:element minOccurs="1" maxOccurs="1" name="Id" type="s:int" />
          <s:element minOccurs="1" maxOccurs="1" name="Number" type="s:int" />
        </s:sequence>
      </s:complexType>
      <s:element name="SumInterval_CreateFromDataResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="SumInterval_CreateFromDataResult" type="tns:SumIntervalHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="SumInterval_CreateFromDataArray">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="dataArray" type="tns:ArrayOfSumIntervalData" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="ArrayOfSumIntervalData">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="unbounded" name="SumIntervalData" nillable="true" type="tns:SumIntervalData" />
        </s:sequence>
      </s:complexType>
      <s:element name="SumInterval_CreateFromDataArrayResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="SumInterval_CreateFromDataArrayResult" type="tns:ArrayOfSumIntervalHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="ArrayOfSumIntervalHandle">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="unbounded" name="SumIntervalHandle" nillable="true" type="tns:SumIntervalHandle" />
        </s:sequence>
      </s:complexType>
      <s:element name="SumInterval_UpdateFromDataArray">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="dataArray" type="tns:ArrayOfSumIntervalData" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="SumInterval_UpdateFromDataArrayResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="SumInterval_UpdateFromDataArrayResult" type="tns:ArrayOfSumIntervalHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="SumInterval_UpdateFromData">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="data" type="tns:SumIntervalData" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="SumInterval_UpdateFromDataResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="SumInterval_UpdateFromDataResult" type="tns:SumIntervalHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="SumInterval_GetData">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="entityHandle" type="tns:SumIntervalHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="SumInterval_GetDataResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="SumInterval_GetDataResult" type="tns:SumIntervalData" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="SumInterval_GetDataArray">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="entityHandles" type="tns:ArrayOfSumIntervalHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="SumInterval_GetDataArrayResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="SumInterval_GetDataArrayResult" type="tns:ArrayOfSumIntervalData" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="SumInterval_Create">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="accountHandle" type="tns:AccountHandle" />
            <s:element minOccurs="1" maxOccurs="1" name="fromAccount" type="s:int" />
            <s:element minOccurs="1" maxOccurs="1" name="toAccount" type="s:int" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="SumInterval_CreateResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="SumInterval_CreateResult" type="tns:SumIntervalHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="SumInterval_Delete">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="sumIntervalHandle" type="tns:SumIntervalHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="SumInterval_DeleteResponse">
        <s:complexType />
      </s:element>
      <s:element name="SumInterval_GetAccount">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="sumIntervalHandle" type="tns:SumIntervalHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="SumInterval_GetAccountResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="SumInterval_GetAccountResult" type="tns:AccountHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="SumInterval_GetFromAccount">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="sumIntervalHandle" type="tns:SumIntervalHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="SumInterval_GetFromAccountResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="SumInterval_GetFromAccountResult" type="s:int" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="SumInterval_SetFromAccount">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="sumIntervalHandle" type="tns:SumIntervalHandle" />
            <s:element minOccurs="1" maxOccurs="1" name="value" type="s:int" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="SumInterval_SetFromAccountResponse">
        <s:complexType />
      </s:element>
      <s:element name="SumInterval_GetToAccount">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="sumIntervalHandle" type="tns:SumIntervalHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="SumInterval_GetToAccountResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="SumInterval_GetToAccountResult" type="s:int" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="SumInterval_SetToAccount">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="sumIntervalHandle" type="tns:SumIntervalHandle" />
            <s:element minOccurs="1" maxOccurs="1" name="value" type="s:int" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="SumInterval_SetToAccountResponse">
        <s:complexType />
      </s:element>
      <s:element name="TemplateCollection_GetData">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="entityHandle" type="tns:TemplateCollectionHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="TemplateCollectionHandle">
        <s:sequence>
          <s:element minOccurs="1" maxOccurs="1" name="Id" type="s:int" />
        </s:sequence>
      </s:complexType>
      <s:element name="TemplateCollection_GetDataResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="TemplateCollection_GetDataResult" type="tns:TemplateCollectionData" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="TemplateCollectionData">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="1" name="Handle" type="tns:TemplateCollectionHandle" />
          <s:element minOccurs="0" maxOccurs="1" name="Id" type="s:int" />
          <s:element minOccurs="0" maxOccurs="1" name="Name" type="s:string" />
        </s:sequence>
      </s:complexType>
      <s:element name="TemplateCollection_GetDataArray">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="entityHandles" type="tns:ArrayOfTemplateCollectionHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="ArrayOfTemplateCollectionHandle">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="unbounded" name="TemplateCollectionHandle" nillable="true" type="tns:TemplateCollectionHandle" />
        </s:sequence>
      </s:complexType>
      <s:element name="TemplateCollection_GetDataArrayResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="TemplateCollection_GetDataArrayResult" type="tns:ArrayOfTemplateCollectionData" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="ArrayOfTemplateCollectionData">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="unbounded" name="TemplateCollectionData" nillable="true" type="tns:TemplateCollectionData" />
        </s:sequence>
      </s:complexType>
      <s:element name="TemplateCollection_GetAll">
        <s:complexType />
      </s:element>
      <s:element name="TemplateCollection_GetAllResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="TemplateCollection_GetAllResult" type="tns:ArrayOfTemplateCollectionHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="TemplateCollection_FindByName">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="name" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="TemplateCollection_FindByNameResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="TemplateCollection_FindByNameResult" type="tns:ArrayOfTemplateCollectionHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="TemplateCollection_GetName">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="templateCollectionHandle" type="tns:TemplateCollectionHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="TemplateCollection_GetNameResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="TemplateCollection_GetNameResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="TemplateCollection_SetName">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="templateCollectionHandle" type="tns:TemplateCollectionHandle" />
            <s:element minOccurs="0" maxOccurs="1" name="value" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="TemplateCollection_SetNameResponse">
        <s:complexType />
      </s:element>
      <s:element name="TermOfPayment_CreateFromData">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="data" type="tns:TermOfPaymentData" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="TermOfPaymentData">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="1" name="Handle" type="tns:TermOfPaymentHandle" />
          <s:element minOccurs="0" maxOccurs="1" name="Id" type="s:int" />
          <s:element minOccurs="0" maxOccurs="1" name="Name" type="s:string" />
          <s:element minOccurs="1" maxOccurs="1" name="Type" type="tns:TermOfPaymentType" />
          <s:element minOccurs="1" maxOccurs="1" name="Days" nillable="true" type="s:int" />
          <s:element minOccurs="0" maxOccurs="1" name="Description" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="ContraAccountHandle" type="tns:AccountHandle" />
          <s:element minOccurs="0" maxOccurs="1" name="ContraAccount2Handle" type="tns:AccountHandle" />
          <s:element minOccurs="0" maxOccurs="1" name="DebtorHandle" type="tns:DebtorHandle" />
          <s:element minOccurs="1" maxOccurs="1" name="DistributionInPercent" nillable="true" type="s:decimal" />
          <s:element minOccurs="1" maxOccurs="1" name="DistributionInPercent2" nillable="true" type="s:decimal" />
        </s:sequence>
      </s:complexType>
      <s:simpleType name="TermOfPaymentType">
        <s:restriction base="s:string">
          <s:enumeration value="Net" />
          <s:enumeration value="InvoiceMonth" />
          <s:enumeration value="PaidInCash" />
          <s:enumeration value="Prepaid" />
          <s:enumeration value="DueDate" />
          <s:enumeration value="Factoring" />
          <s:enumeration value="InvoiceWeekStartingSunday" />
          <s:enumeration value="InvoiceWeekStartingMonday" />
          <s:enumeration value="Creditcard" />
          <s:enumeration value="Avtalegiro" />
        </s:restriction>
      </s:simpleType>
      <s:element name="TermOfPayment_CreateFromDataResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="TermOfPayment_CreateFromDataResult" type="tns:TermOfPaymentHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="TermOfPayment_CreateFromDataArray">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="dataArray" type="tns:ArrayOfTermOfPaymentData" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="ArrayOfTermOfPaymentData">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="unbounded" name="TermOfPaymentData" nillable="true" type="tns:TermOfPaymentData" />
        </s:sequence>
      </s:complexType>
      <s:element name="TermOfPayment_CreateFromDataArrayResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="TermOfPayment_CreateFromDataArrayResult" type="tns:ArrayOfTermOfPaymentHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="ArrayOfTermOfPaymentHandle">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="unbounded" name="TermOfPaymentHandle" nillable="true" type="tns:TermOfPaymentHandle" />
        </s:sequence>
      </s:complexType>
      <s:element name="TermOfPayment_UpdateFromDataArray">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="dataArray" type="tns:ArrayOfTermOfPaymentData" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="TermOfPayment_UpdateFromDataArrayResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="TermOfPayment_UpdateFromDataArrayResult" type="tns:ArrayOfTermOfPaymentHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="TermOfPayment_UpdateFromData">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="data" type="tns:TermOfPaymentData" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="TermOfPayment_UpdateFromDataResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="TermOfPayment_UpdateFromDataResult" type="tns:TermOfPaymentHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="TermOfPayment_GetData">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="entityHandle" type="tns:TermOfPaymentHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="TermOfPayment_GetDataResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="TermOfPayment_GetDataResult" type="tns:TermOfPaymentData" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="TermOfPayment_GetDataArray">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="entityHandles" type="tns:ArrayOfTermOfPaymentHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="TermOfPayment_GetDataArrayResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="TermOfPayment_GetDataArrayResult" type="tns:ArrayOfTermOfPaymentData" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="TermOfPayment_Create">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="name" type="s:string" />
            <s:element minOccurs="1" maxOccurs="1" name="type" type="tns:TermOfPaymentType" />
            <s:element minOccurs="1" maxOccurs="1" name="days" nillable="true" type="s:int" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="TermOfPayment_CreateResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="TermOfPayment_CreateResult" type="tns:TermOfPaymentHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="TermOfPayment_GetAll">
        <s:complexType />
      </s:element>
      <s:element name="TermOfPayment_GetAllResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="TermOfPayment_GetAllResult" type="tns:ArrayOfTermOfPaymentHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="TermOfPayment_FindByName">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="name" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="TermOfPayment_FindByNameResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="TermOfPayment_FindByNameResult" type="tns:ArrayOfTermOfPaymentHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="TermOfPayment_Delete">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="termOfPaymentHandle" type="tns:TermOfPaymentHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="TermOfPayment_DeleteResponse">
        <s:complexType />
      </s:element>
      <s:element name="TermOfPayment_GetName">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="termOfPaymentHandle" type="tns:TermOfPaymentHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="TermOfPayment_GetNameResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="TermOfPayment_GetNameResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="TermOfPayment_SetName">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="termOfPaymentHandle" type="tns:TermOfPaymentHandle" />
            <s:element minOccurs="0" maxOccurs="1" name="value" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="TermOfPayment_SetNameResponse">
        <s:complexType />
      </s:element>
      <s:element name="TermOfPayment_GetType">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="termOfPaymentHandle" type="tns:TermOfPaymentHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="TermOfPayment_GetTypeResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="TermOfPayment_GetTypeResult" type="tns:TermOfPaymentType" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="TermOfPayment_GetDays">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="termOfPaymentHandle" type="tns:TermOfPaymentHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="TermOfPayment_GetDaysResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="TermOfPayment_GetDaysResult" nillable="true" type="s:int" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="TermOfPayment_GetDescription">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="termOfPaymentHandle" type="tns:TermOfPaymentHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="TermOfPayment_GetDescriptionResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="TermOfPayment_GetDescriptionResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="TermOfPayment_SetDescription">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="termOfPaymentHandle" type="tns:TermOfPaymentHandle" />
            <s:element minOccurs="0" maxOccurs="1" name="value" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="TermOfPayment_SetDescriptionResponse">
        <s:complexType />
      </s:element>
      <s:element name="TermOfPayment_GetContraAccount">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="termOfPaymentHandle" type="tns:TermOfPaymentHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="TermOfPayment_GetContraAccountResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="TermOfPayment_GetContraAccountResult" type="tns:AccountHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="TermOfPayment_SetContraAccount">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="termOfPaymentHandle" type="tns:TermOfPaymentHandle" />
            <s:element minOccurs="0" maxOccurs="1" name="valueHandle" type="tns:AccountHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="TermOfPayment_SetContraAccountResponse">
        <s:complexType />
      </s:element>
      <s:element name="TermOfPayment_GetContraAccount2">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="termOfPaymentHandle" type="tns:TermOfPaymentHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="TermOfPayment_GetContraAccount2Response">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="TermOfPayment_GetContraAccount2Result" type="tns:AccountHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="TermOfPayment_SetContraAccount2">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="termOfPaymentHandle" type="tns:TermOfPaymentHandle" />
            <s:element minOccurs="0" maxOccurs="1" name="valueHandle" type="tns:AccountHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="TermOfPayment_SetContraAccount2Response">
        <s:complexType />
      </s:element>
      <s:element name="TermOfPayment_GetDebtor">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="termOfPaymentHandle" type="tns:TermOfPaymentHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="TermOfPayment_GetDebtorResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="TermOfPayment_GetDebtorResult" type="tns:DebtorHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="QuotationLine_SetDepartment">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="quotationLineHandle" type="tns:QuotationLineHandle" />
            <s:element minOccurs="0" maxOccurs="1" name="valueHandle" type="tns:DepartmentHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="QuotationLineHandle">
        <s:sequence>
          <s:element minOccurs="1" maxOccurs="1" name="Id" type="s:int" />
          <s:element minOccurs="1" maxOccurs="1" name="Number" type="s:int" />
        </s:sequence>
      </s:complexType>
      <s:element name="QuotationLine_SetDepartmentResponse">
        <s:complexType />
      </s:element>
      <s:element name="QuotationLine_GetDistributionKey">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="quotationLineHandle" type="tns:QuotationLineHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="QuotationLine_GetDistributionKeyResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="QuotationLine_GetDistributionKeyResult" type="tns:DistributionKeyHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="DistributionKeyHandle">
        <s:sequence>
          <s:element minOccurs="1" maxOccurs="1" name="Number" type="s:int" />
        </s:sequence>
      </s:complexType>
      <s:element name="QuotationLine_SetDistributionKey">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="quotationLineHandle" type="tns:QuotationLineHandle" />
            <s:element minOccurs="0" maxOccurs="1" name="valueHandle" type="tns:DistributionKeyHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="QuotationLine_SetDistributionKeyResponse">
        <s:complexType />
      </s:element>
      <s:element name="QuotationLine_Create">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="quotationHandle" type="tns:QuotationHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="QuotationHandle">
        <s:sequence>
          <s:element minOccurs="1" maxOccurs="1" name="Id" type="s:int" />
        </s:sequence>
      </s:complexType>
      <s:element name="QuotationLine_CreateResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="QuotationLine_CreateResult" type="tns:QuotationLineHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="QuotationLine_GetAll">
        <s:complexType />
      </s:element>
      <s:element name="QuotationLine_GetAllResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="QuotationLine_GetAllResult" type="tns:ArrayOfQuotationLineHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="ArrayOfQuotationLineHandle">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="unbounded" name="QuotationLineHandle" nillable="true" type="tns:QuotationLineHandle" />
        </s:sequence>
      </s:complexType>
      <s:element name="QuotationLine_FindByProduct">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="productHandle" type="tns:ProductHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="QuotationLine_FindByProductResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="QuotationLine_FindByProductResult" type="tns:ArrayOfQuotationLineHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="QuotationLine_FindByProductList">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="products" type="tns:ArrayOfProductHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="QuotationLine_FindByProductListResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="QuotationLine_FindByProductListResult" type="tns:ArrayOfQuotationLineHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="QuotationLine_Delete">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="quotationLineHandle" type="tns:QuotationLineHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="QuotationLine_DeleteResponse">
        <s:complexType />
      </s:element>
      <s:element name="ReportCode_GetData">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="entityHandle" type="tns:ReportCodeHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="ReportCodeHandle">
        <s:sequence>
          <s:element minOccurs="1" maxOccurs="1" name="Id1" type="s:int" />
          <s:element minOccurs="1" maxOccurs="1" name="Id2" type="s:int" />
        </s:sequence>
      </s:complexType>
      <s:element name="ReportCode_GetDataResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="ReportCode_GetDataResult" type="tns:ReportCodeData" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="ReportCodeData">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="1" name="Handle" type="tns:ReportCodeHandle" />
          <s:element minOccurs="1" maxOccurs="1" name="Id1" type="s:int" />
          <s:element minOccurs="1" maxOccurs="1" name="Id2" type="s:int" />
          <s:element minOccurs="0" maxOccurs="1" name="Code" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="FullCode" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="ParentCodeHandle" type="tns:ReportCodeHandle" />
        </s:sequence>
      </s:complexType>
      <s:element name="ReportCode_GetDataArray">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="entityHandles" type="tns:ArrayOfReportCodeHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="ArrayOfReportCodeHandle">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="unbounded" name="ReportCodeHandle" nillable="true" type="tns:ReportCodeHandle" />
        </s:sequence>
      </s:complexType>
      <s:element name="ReportCode_GetDataArrayResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="ReportCode_GetDataArrayResult" type="tns:ArrayOfReportCodeData" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="ArrayOfReportCodeData">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="unbounded" name="ReportCodeData" nillable="true" type="tns:ReportCodeData" />
        </s:sequence>
      </s:complexType>
      <s:element name="ReportCode_GetAccounts">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="reportCodeHandle" type="tns:ReportCodeHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="ReportCode_GetAccountsResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="ReportCode_GetAccountsResult" type="tns:ArrayOfAccountHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="ArrayOfAccountHandle">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="unbounded" name="AccountHandle" nillable="true" type="tns:AccountHandle" />
        </s:sequence>
      </s:complexType>
      <s:element name="ReportCode_GetCode">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="reportCodeHandle" type="tns:ReportCodeHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="ReportCode_GetCodeResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="ReportCode_GetCodeResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="ReportCode_GetFullCode">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="reportCodeHandle" type="tns:ReportCodeHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="ReportCode_GetFullCodeResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="ReportCode_GetFullCodeResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="ReportCode_GetParentCode">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="reportCodeHandle" type="tns:ReportCodeHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="ReportCode_GetParentCodeResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="ReportCode_GetParentCodeResult" type="tns:ReportCodeHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="ReportCodeSet_GetData">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="entityHandle" type="tns:ReportCodeSetHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="ReportCodeSetHandle">
        <s:sequence>
          <s:element minOccurs="1" maxOccurs="1" name="Id" type="s:int" />
        </s:sequence>
      </s:complexType>
      <s:element name="ReportCodeSet_GetDataResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="ReportCodeSet_GetDataResult" type="tns:ReportCodeSetData" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="ReportCodeSetData">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="1" name="Handle" type="tns:ReportCodeSetHandle" />
          <s:element minOccurs="1" maxOccurs="1" name="Id" type="s:int" />
          <s:element minOccurs="0" maxOccurs="1" name="Name" type="s:string" />
          <s:element minOccurs="1" maxOccurs="1" name="CodeSet" type="s:int" />
        </s:sequence>
      </s:complexType>
      <s:element name="ReportCodeSet_GetDataArray">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="entityHandles" type="tns:ArrayOfReportCodeSetHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="ArrayOfReportCodeSetHandle">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="unbounded" name="ReportCodeSetHandle" nillable="true" type="tns:ReportCodeSetHandle" />
        </s:sequence>
      </s:complexType>
      <s:element name="ReportCodeSet_GetDataArrayResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="ReportCodeSet_GetDataArrayResult" type="tns:ArrayOfReportCodeSetData" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="ArrayOfReportCodeSetData">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="unbounded" name="ReportCodeSetData" nillable="true" type="tns:ReportCodeSetData" />
        </s:sequence>
      </s:complexType>
      <s:element name="ReportCodeSet_GetAll">
        <s:complexType />
      </s:element>
      <s:element name="ReportCodeSet_GetAllResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="ReportCodeSet_GetAllResult" type="tns:ArrayOfReportCodeSetHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="ReportCodeSet_FindByName">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="name" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="ReportCodeSet_FindByNameResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="ReportCodeSet_FindByNameResult" type="tns:ArrayOfReportCodeSetHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="ReportCodeSet_GetCodes">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="reportCodeSetHandle" type="tns:ReportCodeSetHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="ReportCodeSet_GetCodesResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="ReportCodeSet_GetCodesResult" type="tns:ArrayOfReportCodeHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="ReportCodeSet_GetName">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="reportCodeSetHandle" type="tns:ReportCodeSetHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="ReportCodeSet_GetNameResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="ReportCodeSet_GetNameResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="ReportCodeSet_GetCodeSet">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="reportCodeSetHandle" type="tns:ReportCodeSetHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="ReportCodeSet_GetCodeSetResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="ReportCodeSet_GetCodeSetResult" type="s:int" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="ScannedDocument_GetData">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="entityHandle" type="tns:ScannedDocumentHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="ScannedDocumentHandle">
        <s:sequence>
          <s:element minOccurs="1" maxOccurs="1" name="Number" type="s:int" />
        </s:sequence>
      </s:complexType>
      <s:element name="ScannedDocument_GetDataResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="ScannedDocument_GetDataResult" type="tns:ScannedDocumentData" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="ScannedDocumentData">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="1" name="Handle" type="tns:ScannedDocumentHandle" />
          <s:element minOccurs="1" maxOccurs="1" name="Number" type="s:int" />
          <s:element minOccurs="1" maxOccurs="1" name="Status" type="tns:DocumentStatus" />
          <s:element minOccurs="0" maxOccurs="1" name="CategoryHandle" type="tns:DocumentArchiveCategoryHandle" />
          <s:element minOccurs="0" maxOccurs="1" name="Note" type="s:string" />
          <s:element minOccurs="1" maxOccurs="1" name="PageCount" nillable="true" type="s:int" />
          <s:element minOccurs="1" maxOccurs="1" name="VoucherNumber" nillable="true" type="s:int" />
          <s:element minOccurs="1" maxOccurs="1" name="FromDate" nillable="true" type="s:dateTime" />
          <s:element minOccurs="1" maxOccurs="1" name="ToDate" nillable="true" type="s:dateTime" />
        </s:sequence>
      </s:complexType>
      <s:simpleType name="DocumentStatus">
        <s:restriction base="s:string">
          <s:enumeration value="Unprocessed" />
          <s:enumeration value="Archived" />
          <s:enumeration value="Linked" />
          <s:enumeration value="InUse" />
          <s:enumeration value="LinkedToInvoiceNotBooked" />
          <s:enumeration value="LinkedToUnsavedJournalEntry" />
        </s:restriction>
      </s:simpleType>
      <s:complexType name="DocumentArchiveCategoryHandle">
        <s:sequence>
          <s:element minOccurs="1" maxOccurs="1" name="Number" type="s:int" />
        </s:sequence>
      </s:complexType>
      <s:element name="ScannedDocument_GetDataArray">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="entityHandles" type="tns:ArrayOfScannedDocumentHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="ArrayOfScannedDocumentHandle">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="unbounded" name="ScannedDocumentHandle" nillable="true" type="tns:ScannedDocumentHandle" />
        </s:sequence>
      </s:complexType>
      <s:element name="ScannedDocument_GetDataArrayResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="ScannedDocument_GetDataArrayResult" type="tns:ArrayOfScannedDocumentData" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="ArrayOfScannedDocumentData">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="unbounded" name="ScannedDocumentData" nillable="true" type="tns:ScannedDocumentData" />
        </s:sequence>
      </s:complexType>
      <s:element name="ScannedDocument_GetAll">
        <s:complexType />
      </s:element>
      <s:element name="ScannedDocument_GetAllResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="ScannedDocument_GetAllResult" type="tns:ArrayOfScannedDocumentHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="ScannedDocument_FindByVoucherNumber">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="voucherNumber" type="s:int" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="ScannedDocument_FindByVoucherNumberResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="ScannedDocument_FindByVoucherNumberResult" type="tns:ScannedDocumentHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="ScannedDocument_FindByVoucherNumberInterval">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="minNumber" type="s:int" />
            <s:element minOccurs="1" maxOccurs="1" name="maxNumber" type="s:int" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="ScannedDocument_FindByVoucherNumberIntervalResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="ScannedDocument_FindByVoucherNumberIntervalResult" type="tns:ArrayOfScannedDocumentHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="ScannedDocument_GetPdf">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="scannedDocumentHandle" type="tns:ScannedDocumentHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="ScannedDocument_GetPdfResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="ScannedDocument_GetPdfResult" type="s:base64Binary" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="ScannedDocument_GetNumber">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="scannedDocumentHandle" type="tns:ScannedDocumentHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="ScannedDocument_GetNumberResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="ScannedDocument_GetNumberResult" type="s:int" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="ScannedDocument_GetStatus">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="scannedDocumentHandle" type="tns:ScannedDocumentHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="ScannedDocument_GetStatusResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="ScannedDocument_GetStatusResult" type="tns:DocumentStatus" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="ScannedDocument_GetCategory">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="scannedDocumentHandle" type="tns:ScannedDocumentHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="ScannedDocument_GetCategoryResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="ScannedDocument_GetCategoryResult" type="tns:DocumentArchiveCategoryHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="ScannedDocument_GetNote">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="scannedDocumentHandle" type="tns:ScannedDocumentHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="ScannedDocument_GetNoteResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="ScannedDocument_GetNoteResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="ScannedDocument_GetPageCount">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="scannedDocumentHandle" type="tns:ScannedDocumentHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="ScannedDocument_GetPageCountResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="ScannedDocument_GetPageCountResult" nillable="true" type="s:int" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="ScannedDocument_GetVoucherNumber">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="scannedDocumentHandle" type="tns:ScannedDocumentHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="ScannedDocument_GetVoucherNumberResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="ScannedDocument_GetVoucherNumberResult" nillable="true" type="s:int" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="ScannedDocument_GetFromDate">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="scannedDocumentHandle" type="tns:ScannedDocumentHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="ScannedDocument_GetFromDateResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="ScannedDocument_GetFromDateResult" nillable="true" type="s:dateTime" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="ScannedDocument_GetToDate">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="scannedDocumentHandle" type="tns:ScannedDocumentHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="ScannedDocument_GetToDateResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="ScannedDocument_GetToDateResult" nillable="true" type="s:dateTime" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Subscriber_CreateFromData">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="data" type="tns:SubscriberData" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="SubscriberData">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="1" name="Handle" type="tns:SubscriberHandle" />
          <s:element minOccurs="1" maxOccurs="1" name="SubscriberId" type="s:int" />
          <s:element minOccurs="0" maxOccurs="1" name="DebtorHandle" type="tns:DebtorHandle" />
          <s:element minOccurs="0" maxOccurs="1" name="SubscriptionHandle" type="tns:SubscriptionHandle" />
          <s:element minOccurs="0" maxOccurs="1" name="ProjectHandle" type="tns:ProjectHandle" />
          <s:element minOccurs="1" maxOccurs="1" name="StartDate" type="s:dateTime" />
          <s:element minOccurs="1" maxOccurs="1" name="RegisteredDate" type="s:dateTime" />
          <s:element minOccurs="1" maxOccurs="1" name="EndDate" type="s:dateTime" />
          <s:element minOccurs="1" maxOccurs="1" name="ExpiryDate" nillable="true" type="s:dateTime" />
          <s:element minOccurs="1" maxOccurs="1" name="DiscountExpiryDate" nillable="true" type="s:dateTime" />
          <s:element minOccurs="0" maxOccurs="1" name="ExtraTextForInvoice" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="Comments" type="s:string" />
          <s:element minOccurs="1" maxOccurs="1" name="SpecialPrice" nillable="true" type="s:decimal" />
          <s:element minOccurs="1" maxOccurs="1" name="QuantityFactor" nillable="true" type="s:decimal" />
          <s:element minOccurs="1" maxOccurs="1" name="PriceIndex" nillable="true" type="s:decimal" />
          <s:element minOccurs="1" maxOccurs="1" name="DiscountAsPercent" nillable="true" type="s:decimal" />
        </s:sequence>
      </s:complexType>
      <s:element name="Subscriber_CreateFromDataResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Subscriber_CreateFromDataResult" type="tns:SubscriberHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Subscriber_CreateFromDataArray">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="dataArray" type="tns:ArrayOfSubscriberData" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="ArrayOfSubscriberData">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="unbounded" name="SubscriberData" nillable="true" type="tns:SubscriberData" />
        </s:sequence>
      </s:complexType>
      <s:element name="Subscriber_CreateFromDataArrayResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Subscriber_CreateFromDataArrayResult" type="tns:ArrayOfSubscriberHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Subscriber_UpdateFromDataArray">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="dataArray" type="tns:ArrayOfSubscriberData" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Subscriber_UpdateFromDataArrayResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Subscriber_UpdateFromDataArrayResult" type="tns:ArrayOfSubscriberHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Subscriber_UpdateFromData">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="data" type="tns:SubscriberData" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Subscriber_UpdateFromDataResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Subscriber_UpdateFromDataResult" type="tns:SubscriberHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Subscriber_GetData">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="entityHandle" type="tns:SubscriberHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Subscriber_GetDataResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Subscriber_GetDataResult" type="tns:SubscriberData" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Subscriber_GetDataArray">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="entityHandles" type="tns:ArrayOfSubscriberHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Subscriber_GetDataArrayResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Subscriber_GetDataArrayResult" type="tns:ArrayOfSubscriberData" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Subscriber_Create">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="debtorHandle" type="tns:DebtorHandle" />
            <s:element minOccurs="0" maxOccurs="1" name="subscriptionHandle" type="tns:SubscriptionHandle" />
            <s:element minOccurs="1" maxOccurs="1" name="startDate" type="s:dateTime" />
            <s:element minOccurs="1" maxOccurs="1" name="registeredDate" type="s:dateTime" />
            <s:element minOccurs="1" maxOccurs="1" name="endDate" type="s:dateTime" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Subscriber_CreateResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Subscriber_CreateResult" type="tns:SubscriberHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Subscriber_GetAll">
        <s:complexType />
      </s:element>
      <s:element name="Subscriber_GetAllResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Subscriber_GetAllResult" type="tns:ArrayOfSubscriberHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Subscriber_FindBySubscription">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="subscriptionHandle" type="tns:SubscriptionHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Subscriber_FindBySubscriptionResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Subscriber_FindBySubscriptionResult" type="tns:ArrayOfSubscriberHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Subscriber_FindBySubscriptonList">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="subscriptions" type="tns:ArrayOfSubscriptionHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Subscriber_FindBySubscriptonListResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Subscriber_FindBySubscriptonListResult" type="tns:ArrayOfSubscriberHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Subscriber_Delete">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="subscriberHandle" type="tns:SubscriberHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Subscriber_DeleteResponse">
        <s:complexType />
      </s:element>
      <s:element name="Subscriber_GetDebtor">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="subscriberHandle" type="tns:SubscriberHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Subscriber_GetDebtorResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Subscriber_GetDebtorResult" type="tns:DebtorHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Subscriber_SetDebtor">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="subscriberHandle" type="tns:SubscriberHandle" />
            <s:element minOccurs="0" maxOccurs="1" name="valueHandle" type="tns:DebtorHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Subscriber_SetDebtorResponse">
        <s:complexType />
      </s:element>
      <s:element name="Subscriber_GetSubscription">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="subscriberHandle" type="tns:SubscriberHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Subscriber_GetSubscriptionResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Subscriber_GetSubscriptionResult" type="tns:SubscriptionHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Subscriber_SetSubscription">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="subscriberHandle" type="tns:SubscriberHandle" />
            <s:element minOccurs="0" maxOccurs="1" name="valueHandle" type="tns:SubscriptionHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Subscriber_SetSubscriptionResponse">
        <s:complexType />
      </s:element>
      <s:element name="Subscriber_GetProject">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="subscriberHandle" type="tns:SubscriberHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Subscriber_GetProjectResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Subscriber_GetProjectResult" type="tns:ProjectHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Subscriber_SetProject">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="subscriberHandle" type="tns:SubscriberHandle" />
            <s:element minOccurs="0" maxOccurs="1" name="valueHandle" type="tns:ProjectHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Subscriber_SetProjectResponse">
        <s:complexType />
      </s:element>
      <s:element name="Subscriber_GetStartDate">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="subscriberHandle" type="tns:SubscriberHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Subscriber_GetStartDateResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="Subscriber_GetStartDateResult" type="s:dateTime" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Subscriber_SetStartDate">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="subscriberHandle" type="tns:SubscriberHandle" />
            <s:element minOccurs="1" maxOccurs="1" name="value" type="s:dateTime" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Subscriber_SetStartDateResponse">
        <s:complexType />
      </s:element>
      <s:element name="Subscriber_GetRegisteredDate">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="subscriberHandle" type="tns:SubscriberHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Subscriber_GetRegisteredDateResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="Subscriber_GetRegisteredDateResult" type="s:dateTime" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Subscriber_SetRegisteredDate">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="subscriberHandle" type="tns:SubscriberHandle" />
            <s:element minOccurs="1" maxOccurs="1" name="value" type="s:dateTime" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Subscriber_SetRegisteredDateResponse">
        <s:complexType />
      </s:element>
      <s:element name="Subscriber_GetEndDate">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="subscriberHandle" type="tns:SubscriberHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Subscriber_GetEndDateResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="Subscriber_GetEndDateResult" type="s:dateTime" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Subscriber_SetEndDate">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="subscriberHandle" type="tns:SubscriberHandle" />
            <s:element minOccurs="1" maxOccurs="1" name="value" type="s:dateTime" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Subscriber_SetEndDateResponse">
        <s:complexType />
      </s:element>
      <s:element name="Subscriber_GetExpiryDate">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="subscriberHandle" type="tns:SubscriberHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Subscriber_GetExpiryDateResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="Subscriber_GetExpiryDateResult" nillable="true" type="s:dateTime" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Subscriber_SetExpiryDate">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="subscriberHandle" type="tns:SubscriberHandle" />
            <s:element minOccurs="1" maxOccurs="1" name="value" nillable="true" type="s:dateTime" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Subscriber_SetExpiryDateResponse">
        <s:complexType />
      </s:element>
      <s:element name="Subscriber_GetDiscountExpiryDate">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="subscriberHandle" type="tns:SubscriberHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Subscriber_GetDiscountExpiryDateResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="Subscriber_GetDiscountExpiryDateResult" nillable="true" type="s:dateTime" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Subscriber_SetDiscountExpiryDate">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="subscriberHandle" type="tns:SubscriberHandle" />
            <s:element minOccurs="1" maxOccurs="1" name="value" nillable="true" type="s:dateTime" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Subscriber_SetDiscountExpiryDateResponse">
        <s:complexType />
      </s:element>
      <s:element name="Subscriber_GetExtraTextForInvoice">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="subscriberHandle" type="tns:SubscriberHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Subscriber_GetExtraTextForInvoiceResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Subscriber_GetExtraTextForInvoiceResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Subscriber_SetExtraTextForInvoice">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="subscriberHandle" type="tns:SubscriberHandle" />
            <s:element minOccurs="0" maxOccurs="1" name="value" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Subscriber_SetExtraTextForInvoiceResponse">
        <s:complexType />
      </s:element>
      <s:element name="Subscriber_GetComments">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="subscriberHandle" type="tns:SubscriberHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Subscriber_GetCommentsResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Subscriber_GetCommentsResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Subscriber_SetComments">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="subscriberHandle" type="tns:SubscriberHandle" />
            <s:element minOccurs="0" maxOccurs="1" name="value" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Subscriber_SetCommentsResponse">
        <s:complexType />
      </s:element>
      <s:element name="Subscriber_SetSpecialPrice">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="subscriberHandle" type="tns:SubscriberHandle" />
            <s:element minOccurs="1" maxOccurs="1" name="value" nillable="true" type="s:decimal" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Subscriber_SetSpecialPriceResponse">
        <s:complexType />
      </s:element>
      <s:element name="Subscriber_GetSpecialPrice">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="subscriberHandle" type="tns:SubscriberHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Subscriber_GetSpecialPriceResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="Subscriber_GetSpecialPriceResult" nillable="true" type="s:decimal" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Subscriber_SetQuantityFactor">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="subscriberHandle" type="tns:SubscriberHandle" />
            <s:element minOccurs="1" maxOccurs="1" name="value" nillable="true" type="s:decimal" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Subscriber_SetQuantityFactorResponse">
        <s:complexType />
      </s:element>
      <s:element name="Subscriber_GetQuantityFactor">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="subscriberHandle" type="tns:SubscriberHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Subscriber_GetQuantityFactorResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="Subscriber_GetQuantityFactorResult" nillable="true" type="s:decimal" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Subscriber_SetPriceIndex">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="subscriberHandle" type="tns:SubscriberHandle" />
            <s:element minOccurs="1" maxOccurs="1" name="value" nillable="true" type="s:decimal" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Subscriber_SetPriceIndexResponse">
        <s:complexType />
      </s:element>
      <s:element name="Subscriber_GetPriceIndex">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="subscriberHandle" type="tns:SubscriberHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Subscriber_GetPriceIndexResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="Subscriber_GetPriceIndexResult" nillable="true" type="s:decimal" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Subscriber_SetDiscountAsPercent">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="subscriberHandle" type="tns:SubscriberHandle" />
            <s:element minOccurs="1" maxOccurs="1" name="value" nillable="true" type="s:decimal" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Subscriber_SetDiscountAsPercentResponse">
        <s:complexType />
      </s:element>
      <s:element name="Subscriber_GetDiscountAsPercent">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="subscriberHandle" type="tns:SubscriberHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Subscriber_GetDiscountAsPercentResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="Subscriber_GetDiscountAsPercentResult" nillable="true" type="s:decimal" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Subscription_CreateFromData">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="data" type="tns:SubscriptionData" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="SubscriptionData">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="1" name="Handle" type="tns:SubscriptionHandle" />
          <s:element minOccurs="1" maxOccurs="1" name="Id" type="s:int" />
          <s:element minOccurs="1" maxOccurs="1" name="Number" type="s:int" />
          <s:element minOccurs="0" maxOccurs="1" name="Name" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="Description" type="s:string" />
          <s:element minOccurs="1" maxOccurs="1" name="IncludeName" type="s:boolean" />
          <s:element minOccurs="1" maxOccurs="1" name="SubscriptionInterval" type="tns:SubscriptionInterval" />
          <s:element minOccurs="1" maxOccurs="1" name="CalendarYearBasis" type="s:boolean" />
          <s:element minOccurs="1" maxOccurs="1" name="Collection" type="tns:SubscriptionCollection" />
          <s:element minOccurs="1" maxOccurs="1" name="AddPeriod" type="s:boolean" />
          <s:element minOccurs="1" maxOccurs="1" name="AllowMoreThanOneForEachDebtor" type="s:boolean" />
        </s:sequence>
      </s:complexType>
      <s:element name="Subscription_CreateFromDataResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Subscription_CreateFromDataResult" type="tns:SubscriptionHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Subscription_CreateFromDataArray">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="dataArray" type="tns:ArrayOfSubscriptionData" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="ArrayOfSubscriptionData">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="unbounded" name="SubscriptionData" nillable="true" type="tns:SubscriptionData" />
        </s:sequence>
      </s:complexType>
      <s:element name="Subscription_CreateFromDataArrayResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Subscription_CreateFromDataArrayResult" type="tns:ArrayOfSubscriptionHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Subscription_UpdateFromDataArray">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="dataArray" type="tns:ArrayOfSubscriptionData" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Subscription_UpdateFromDataArrayResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Subscription_UpdateFromDataArrayResult" type="tns:ArrayOfSubscriptionHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Subscription_UpdateFromData">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="data" type="tns:SubscriptionData" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Subscription_UpdateFromDataResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Subscription_UpdateFromDataResult" type="tns:SubscriptionHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Subscription_GetData">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="entityHandle" type="tns:SubscriptionHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Subscription_GetDataResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Subscription_GetDataResult" type="tns:SubscriptionData" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Subscription_GetDataArray">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="entityHandles" type="tns:ArrayOfSubscriptionHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Subscription_GetDataArrayResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Subscription_GetDataArrayResult" type="tns:ArrayOfSubscriptionData" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Subscription_GetNumber">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="subscriptionHandle" type="tns:SubscriptionHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Subscription_GetNumberResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="Subscription_GetNumberResult" type="s:int" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Subscription_GetName">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="subscriptionHandle" type="tns:SubscriptionHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Subscription_GetNameResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Subscription_GetNameResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Subscription_SetName">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="subscriptionHandle" type="tns:SubscriptionHandle" />
            <s:element minOccurs="0" maxOccurs="1" name="value" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Subscription_SetNameResponse">
        <s:complexType />
      </s:element>
      <s:element name="Subscription_GetDescription">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="subscriptionHandle" type="tns:SubscriptionHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Subscription_GetDescriptionResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Subscription_GetDescriptionResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Subscription_SetDescription">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="subscriptionHandle" type="tns:SubscriptionHandle" />
            <s:element minOccurs="0" maxOccurs="1" name="value" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Subscription_SetDescriptionResponse">
        <s:complexType />
      </s:element>
      <s:element name="Quotation_SetAttention">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="quotationHandle" type="tns:QuotationHandle" />
            <s:element minOccurs="0" maxOccurs="1" name="valueHandle" type="tns:DebtorContactHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="DebtorContactHandle">
        <s:sequence>
          <s:element minOccurs="1" maxOccurs="1" name="Id" type="s:int" />
        </s:sequence>
      </s:complexType>
      <s:element name="Quotation_SetAttentionResponse">
        <s:complexType />
      </s:element>
      <s:element name="Quotation_GetYourReference">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="quotationHandle" type="tns:QuotationHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Quotation_GetYourReferenceResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Quotation_GetYourReferenceResult" type="tns:DebtorContactHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Quotation_SetYourReference">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="quotationHandle" type="tns:QuotationHandle" />
            <s:element minOccurs="0" maxOccurs="1" name="valueHandle" type="tns:DebtorContactHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Quotation_SetYourReferenceResponse">
        <s:complexType />
      </s:element>
      <s:element name="Quotation_GetOurReference">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="quotationHandle" type="tns:QuotationHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Quotation_GetOurReferenceResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Quotation_GetOurReferenceResult" type="tns:EmployeeHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Quotation_SetOurReference">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="quotationHandle" type="tns:QuotationHandle" />
            <s:element minOccurs="0" maxOccurs="1" name="valueHandle" type="tns:EmployeeHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Quotation_SetOurReferenceResponse">
        <s:complexType />
      </s:element>
      <s:element name="Quotation_GetOurReference2">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="quotationHandle" type="tns:QuotationHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Quotation_GetOurReference2Response">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Quotation_GetOurReference2Result" type="tns:EmployeeHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Quotation_SetOurReference2">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="quotationHandle" type="tns:QuotationHandle" />
            <s:element minOccurs="0" maxOccurs="1" name="valueHandle" type="tns:EmployeeHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Quotation_SetOurReference2Response">
        <s:complexType />
      </s:element>
      <s:element name="Quotation_GetDate">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="quotationHandle" type="tns:QuotationHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Quotation_GetDateResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="Quotation_GetDateResult" type="s:dateTime" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Quotation_SetDate">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="quotationHandle" type="tns:QuotationHandle" />
            <s:element minOccurs="1" maxOccurs="1" name="value" type="s:dateTime" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Quotation_SetDateResponse">
        <s:complexType />
      </s:element>
      <s:element name="Quotation_GetTermOfPayment">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="quotationHandle" type="tns:QuotationHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Quotation_GetTermOfPaymentResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Quotation_GetTermOfPaymentResult" type="tns:TermOfPaymentHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Quotation_SetTermOfPayment">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="quotationHandle" type="tns:QuotationHandle" />
            <s:element minOccurs="0" maxOccurs="1" name="valueHandle" type="tns:TermOfPaymentHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Quotation_SetTermOfPaymentResponse">
        <s:complexType />
      </s:element>
      <s:element name="Quotation_GetDueDate">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="quotationHandle" type="tns:QuotationHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Quotation_GetDueDateResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="Quotation_GetDueDateResult" nillable="true" type="s:dateTime" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Quotation_SetDueDate">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="quotationHandle" type="tns:QuotationHandle" />
            <s:element minOccurs="1" maxOccurs="1" name="value" nillable="true" type="s:dateTime" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Quotation_SetDueDateResponse">
        <s:complexType />
      </s:element>
      <s:element name="Quotation_GetCurrency">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="quotationHandle" type="tns:QuotationHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Quotation_GetCurrencyResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Quotation_GetCurrencyResult" type="tns:CurrencyHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="CurrencyHandle">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="1" name="Code" type="s:string" />
        </s:sequence>
      </s:complexType>
      <s:element name="Quotation_SetCurrency">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="quotationHandle" type="tns:QuotationHandle" />
            <s:element minOccurs="0" maxOccurs="1" name="valueHandle" type="tns:CurrencyHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Quotation_SetCurrencyResponse">
        <s:complexType />
      </s:element>
      <s:element name="Quotation_GetExchangeRate">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="quotationHandle" type="tns:QuotationHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Quotation_GetExchangeRateResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="Quotation_GetExchangeRateResult" type="s:decimal" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Quotation_SetExchangeRate">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="quotationHandle" type="tns:QuotationHandle" />
            <s:element minOccurs="1" maxOccurs="1" name="value" type="s:decimal" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Quotation_SetExchangeRateResponse">
        <s:complexType />
      </s:element>
      <s:element name="Quotation_GetIsVatIncluded">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="quotationHandle" type="tns:QuotationHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Quotation_GetIsVatIncludedResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="Quotation_GetIsVatIncludedResult" type="s:boolean" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Quotation_SetIsVatIncluded">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="quotationHandle" type="tns:QuotationHandle" />
            <s:element minOccurs="1" maxOccurs="1" name="value" type="s:boolean" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Quotation_SetIsVatIncludedResponse">
        <s:complexType />
      </s:element>
      <s:element name="Quotation_GetVatZone">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="quotationHandle" type="tns:QuotationHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Quotation_GetVatZoneResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Quotation_GetVatZoneResult" type="tns:ExtendedVatZoneHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Quotation_SetVatZone">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="quotationHandle" type="tns:QuotationHandle" />
            <s:element minOccurs="0" maxOccurs="1" name="valueHandle" type="tns:ExtendedVatZoneHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Quotation_SetVatZoneResponse">
        <s:complexType />
      </s:element>
      <s:element name="Quotation_GetLayout">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="quotationHandle" type="tns:QuotationHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Quotation_GetLayoutResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Quotation_GetLayoutResult" type="tns:TemplateCollectionHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Quotation_SetLayout">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="quotationHandle" type="tns:QuotationHandle" />
            <s:element minOccurs="0" maxOccurs="1" name="valueHandle" type="tns:TemplateCollectionHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Quotation_SetLayoutResponse">
        <s:complexType />
      </s:element>
      <s:element name="Quotation_GetDeliveryLocation">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="quotationHandle" type="tns:QuotationHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Quotation_GetDeliveryLocationResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Quotation_GetDeliveryLocationResult" type="tns:DeliveryLocationHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="DeliveryLocationHandle">
        <s:sequence>
          <s:element minOccurs="1" maxOccurs="1" name="Id" type="s:int" />
        </s:sequence>
      </s:complexType>
      <s:element name="Quotation_SetDeliveryLocation">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="quotationHandle" type="tns:QuotationHandle" />
            <s:element minOccurs="0" maxOccurs="1" name="valueHandle" type="tns:DeliveryLocationHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Quotation_SetDeliveryLocationResponse">
        <s:complexType />
      </s:element>
      <s:element name="Quotation_GetDeliveryAddress">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="quotationHandle" type="tns:QuotationHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Quotation_GetDeliveryAddressResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Quotation_GetDeliveryAddressResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Quotation_SetDeliveryAddress">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="quotationHandle" type="tns:QuotationHandle" />
            <s:element minOccurs="0" maxOccurs="1" name="value" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Quotation_SetDeliveryAddressResponse">
        <s:complexType />
      </s:element>
      <s:element name="Quotation_GetDeliveryPostalCode">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="quotationHandle" type="tns:QuotationHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Quotation_GetDeliveryPostalCodeResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Quotation_GetDeliveryPostalCodeResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Quotation_SetDeliveryPostalCode">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="quotationHandle" type="tns:QuotationHandle" />
            <s:element minOccurs="0" maxOccurs="1" name="value" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Quotation_SetDeliveryPostalCodeResponse">
        <s:complexType />
      </s:element>
      <s:element name="Quotation_GetDeliveryCity">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="quotationHandle" type="tns:QuotationHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Quotation_GetDeliveryCityResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Quotation_GetDeliveryCityResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Quotation_SetDeliveryCity">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="quotationHandle" type="tns:QuotationHandle" />
            <s:element minOccurs="0" maxOccurs="1" name="value" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Quotation_SetDeliveryCityResponse">
        <s:complexType />
      </s:element>
      <s:element name="Quotation_GetDeliveryCountry">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="quotationHandle" type="tns:QuotationHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Quotation_GetDeliveryCountryResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Quotation_GetDeliveryCountryResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Quotation_SetDeliveryCountry">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="quotationHandle" type="tns:QuotationHandle" />
            <s:element minOccurs="0" maxOccurs="1" name="value" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Quotation_SetDeliveryCountryResponse">
        <s:complexType />
      </s:element>
      <s:element name="Quotation_GetTermsOfDelivery">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="quotationHandle" type="tns:QuotationHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Quotation_GetTermsOfDeliveryResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Quotation_GetTermsOfDeliveryResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Quotation_SetTermsOfDelivery">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="quotationHandle" type="tns:QuotationHandle" />
            <s:element minOccurs="0" maxOccurs="1" name="value" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Quotation_SetTermsOfDeliveryResponse">
        <s:complexType />
      </s:element>
      <s:element name="Quotation_GetDeliveryDate">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="quotationHandle" type="tns:QuotationHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Quotation_GetDeliveryDateResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="Quotation_GetDeliveryDateResult" nillable="true" type="s:dateTime" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Quotation_SetDeliveryDate">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="quotationHandle" type="tns:QuotationHandle" />
            <s:element minOccurs="1" maxOccurs="1" name="value" nillable="true" type="s:dateTime" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Quotation_SetDeliveryDateResponse">
        <s:complexType />
      </s:element>
      <s:element name="Quotation_GetHeading">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="quotationHandle" type="tns:QuotationHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Quotation_GetHeadingResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Quotation_GetHeadingResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Quotation_SetHeading">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="quotationHandle" type="tns:QuotationHandle" />
            <s:element minOccurs="0" maxOccurs="1" name="value" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Quotation_SetHeadingResponse">
        <s:complexType />
      </s:element>
      <s:element name="Quotation_GetTextLine1">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="quotationHandle" type="tns:QuotationHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Quotation_GetTextLine1Response">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Quotation_GetTextLine1Result" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Quotation_SetTextLine1">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="quotationHandle" type="tns:QuotationHandle" />
            <s:element minOccurs="0" maxOccurs="1" name="value" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Quotation_SetTextLine1Response">
        <s:complexType />
      </s:element>
      <s:element name="Quotation_GetTextLine2">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="quotationHandle" type="tns:QuotationHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Quotation_GetTextLine2Response">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Quotation_GetTextLine2Result" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Quotation_SetTextLine2">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="quotationHandle" type="tns:QuotationHandle" />
            <s:element minOccurs="0" maxOccurs="1" name="value" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Quotation_SetTextLine2Response">
        <s:complexType />
      </s:element>
      <s:element name="Quotation_GetOtherReference">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="quotationHandle" type="tns:QuotationHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Quotation_GetOtherReferenceResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Quotation_GetOtherReferenceResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Quotation_SetOtherReference">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="quotationHandle" type="tns:QuotationHandle" />
            <s:element minOccurs="0" maxOccurs="1" name="value" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Quotation_SetOtherReferenceResponse">
        <s:complexType />
      </s:element>
      <s:element name="Quotation_GetIsArchived">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="quotationHandle" type="tns:QuotationHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Quotation_GetIsArchivedResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="Quotation_GetIsArchivedResult" type="s:boolean" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Quotation_GetIsSent">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="quotationHandle" type="tns:QuotationHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Quotation_GetIsSentResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="Quotation_GetIsSentResult" type="s:boolean" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Quotation_GetNetAmount">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="quotationHandle" type="tns:QuotationHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Quotation_GetNetAmountResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="Quotation_GetNetAmountResult" type="s:decimal" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Quotation_GetVatAmount">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="quotationHandle" type="tns:QuotationHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Quotation_GetVatAmountResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="Quotation_GetVatAmountResult" type="s:decimal" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Quotation_GetGrossAmount">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="quotationHandle" type="tns:QuotationHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Quotation_GetGrossAmountResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="Quotation_GetGrossAmountResult" type="s:decimal" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Quotation_GetMargin">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="quotationHandle" type="tns:QuotationHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Quotation_GetMarginResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="Quotation_GetMarginResult" type="s:decimal" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Quotation_GetMarginAsPercent">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="quotationHandle" type="tns:QuotationHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Quotation_GetMarginAsPercentResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="Quotation_GetMarginAsPercentResult" type="s:decimal" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Quotation_GetRoundingAmount">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="quotationHandle" type="tns:QuotationHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Quotation_GetRoundingAmountResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="Quotation_GetRoundingAmountResult" type="s:decimal" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Quotation_GetDebtorCounty">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="quotationHandle" type="tns:QuotationHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Quotation_GetDebtorCountyResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Quotation_GetDebtorCountyResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Quotation_SetDebtorCounty">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="quotationHandle" type="tns:QuotationHandle" />
            <s:element minOccurs="0" maxOccurs="1" name="value" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Quotation_SetDebtorCountyResponse">
        <s:complexType />
      </s:element>
      <s:element name="Quotation_GetDeliveryCounty">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="quotationHandle" type="tns:QuotationHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Quotation_GetDeliveryCountyResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Quotation_GetDeliveryCountyResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Quotation_SetDeliveryCounty">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="quotationHandle" type="tns:QuotationHandle" />
            <s:element minOccurs="0" maxOccurs="1" name="value" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Quotation_SetDeliveryCountyResponse">
        <s:complexType />
      </s:element>
      <s:element name="QuotationLine_CreateFromData">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="data" type="tns:QuotationLineData" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="QuotationLineData">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="1" name="Handle" type="tns:QuotationLineHandle" />
          <s:element minOccurs="1" maxOccurs="1" name="Id" type="s:int" />
          <s:element minOccurs="1" maxOccurs="1" name="Number" type="s:int" />
          <s:element minOccurs="0" maxOccurs="1" name="QuotationHandle" type="tns:QuotationHandle" />
          <s:element minOccurs="0" maxOccurs="1" name="Description" type="s:string" />
          <s:element minOccurs="1" maxOccurs="1" name="DeliveryDate" nillable="true" type="s:dateTime" />
          <s:element minOccurs="0" maxOccurs="1" name="UnitHandle" type="tns:UnitHandle" />
          <s:element minOccurs="0" maxOccurs="1" name="ProductHandle" type="tns:ProductHandle" />
          <s:element minOccurs="1" maxOccurs="1" name="Quantity" nillable="true" type="s:decimal" />
          <s:element minOccurs="1" maxOccurs="1" name="UnitNetPrice" nillable="true" type="s:decimal" />
          <s:element minOccurs="1" maxOccurs="1" name="DiscountAsPercent" type="s:decimal" />
          <s:element minOccurs="0" maxOccurs="1" name="UnitCostPrice" type="s:decimal" />
          <s:element minOccurs="1" maxOccurs="1" name="TotalNetAmount" nillable="true" type="s:decimal" />
          <s:element minOccurs="1" maxOccurs="1" name="TotalMargin" type="s:decimal" />
          <s:element minOccurs="1" maxOccurs="1" name="MarginAsPercent" type="s:decimal" />
          <s:element minOccurs="0" maxOccurs="1" name="DepartmentHandle" type="tns:DepartmentHandle" />
          <s:element minOccurs="0" maxOccurs="1" name="DistributionKeyHandle" type="tns:DistributionKeyHandle" />
          <s:element minOccurs="0" maxOccurs="1" name="InventoryLocationHandle" type="tns:InventoryLocationHandle" />
        </s:sequence>
      </s:complexType>
      <s:complexType name="InventoryLocationHandle">
        <s:sequence>
          <s:element minOccurs="1" maxOccurs="1" name="Number" type="s:int" />
        </s:sequence>
      </s:complexType>
      <s:element name="QuotationLine_CreateFromDataResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="QuotationLine_CreateFromDataResult" type="tns:QuotationLineHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="QuotationLine_CreateFromDataArray">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="dataArray" type="tns:ArrayOfQuotationLineData" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="ArrayOfQuotationLineData">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="unbounded" name="QuotationLineData" nillable="true" type="tns:QuotationLineData" />
        </s:sequence>
      </s:complexType>
      <s:element name="QuotationLine_CreateFromDataArrayResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="QuotationLine_CreateFromDataArrayResult" type="tns:ArrayOfQuotationLineHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="QuotationLine_UpdateFromDataArray">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="dataArray" type="tns:ArrayOfQuotationLineData" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="QuotationLine_UpdateFromDataArrayResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="QuotationLine_UpdateFromDataArrayResult" type="tns:ArrayOfQuotationLineHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="QuotationLine_UpdateFromData">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="data" type="tns:QuotationLineData" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="QuotationLine_UpdateFromDataResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="QuotationLine_UpdateFromDataResult" type="tns:QuotationLineHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="QuotationLine_GetData">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="entityHandle" type="tns:QuotationLineHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="QuotationLine_GetDataResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="QuotationLine_GetDataResult" type="tns:QuotationLineData" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="QuotationLine_GetDataArray">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="entityHandles" type="tns:ArrayOfQuotationLineHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="QuotationLine_GetDataArrayResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="QuotationLine_GetDataArrayResult" type="tns:ArrayOfQuotationLineData" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="QuotationLine_GetNumber">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="quotationLineHandle" type="tns:QuotationLineHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="QuotationLine_GetNumberResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="QuotationLine_GetNumberResult" type="s:int" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="QuotationLine_GetQuotation">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="quotationLineHandle" type="tns:QuotationLineHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="QuotationLine_GetQuotationResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="QuotationLine_GetQuotationResult" type="tns:QuotationHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="QuotationLine_SetDescription">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="quotationLineHandle" type="tns:QuotationLineHandle" />
            <s:element minOccurs="0" maxOccurs="1" name="value" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="QuotationLine_SetDescriptionResponse">
        <s:complexType />
      </s:element>
      <s:element name="QuotationLine_GetDescription">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="quotationLineHandle" type="tns:QuotationLineHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="QuotationLine_GetDescriptionResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="QuotationLine_GetDescriptionResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="QuotationLine_GetDeliveryDate">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="quotationLineHandle" type="tns:QuotationLineHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="QuotationLine_GetDeliveryDateResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="QuotationLine_GetDeliveryDateResult" nillable="true" type="s:dateTime" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="QuotationLine_SetDeliveryDate">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="quotationLineHandle" type="tns:QuotationLineHandle" />
            <s:element minOccurs="1" maxOccurs="1" name="value" nillable="true" type="s:dateTime" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="QuotationLine_SetDeliveryDateResponse">
        <s:complexType />
      </s:element>
      <s:element name="QuotationLine_GetUnit">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="quotationLineHandle" type="tns:QuotationLineHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="QuotationLine_GetUnitResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="QuotationLine_GetUnitResult" type="tns:UnitHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="QuotationLine_SetUnit">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="quotationLineHandle" type="tns:QuotationLineHandle" />
            <s:element minOccurs="0" maxOccurs="1" name="valueHandle" type="tns:UnitHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="QuotationLine_SetUnitResponse">
        <s:complexType />
      </s:element>
      <s:element name="QuotationLine_GetProduct">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="quotationLineHandle" type="tns:QuotationLineHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="QuotationLine_GetProductResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="QuotationLine_GetProductResult" type="tns:ProductHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="QuotationLine_SetProduct">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="quotationLineHandle" type="tns:QuotationLineHandle" />
            <s:element minOccurs="0" maxOccurs="1" name="valueHandle" type="tns:ProductHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="QuotationLine_SetProductResponse">
        <s:complexType />
      </s:element>
      <s:element name="QuotationLine_SetQuantity">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="quotationLineHandle" type="tns:QuotationLineHandle" />
            <s:element minOccurs="1" maxOccurs="1" name="value" nillable="true" type="s:decimal" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="QuotationLine_SetQuantityResponse">
        <s:complexType />
      </s:element>
      <s:element name="QuotationLine_GetQuantity">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="quotationLineHandle" type="tns:QuotationLineHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="QuotationLine_GetQuantityResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="QuotationLine_GetQuantityResult" nillable="true" type="s:decimal" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="QuotationLine_SetUnitNetPrice">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="quotationLineHandle" type="tns:QuotationLineHandle" />
            <s:element minOccurs="1" maxOccurs="1" name="value" nillable="true" type="s:decimal" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="QuotationLine_SetUnitNetPriceResponse">
        <s:complexType />
      </s:element>
      <s:element name="QuotationLine_SetUnitCostPrice">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="quotationLineHandle" type="tns:QuotationLineHandle" />
            <s:element minOccurs="1" maxOccurs="1" name="value" nillable="true" type="s:decimal" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="QuotationLine_SetUnitCostPriceResponse">
        <s:complexType />
      </s:element>
      <s:element name="QuotationLine_GetUnitNetPrice">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="quotationLineHandle" type="tns:QuotationLineHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="QuotationLine_GetUnitNetPriceResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="QuotationLine_GetUnitNetPriceResult" nillable="true" type="s:decimal" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="QuotationLine_GetDiscountAsPercent">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="quotationLineHandle" type="tns:QuotationLineHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="QuotationLine_GetDiscountAsPercentResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="QuotationLine_GetDiscountAsPercentResult" type="s:decimal" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="QuotationLine_SetDiscountAsPercent">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="quotationLineHandle" type="tns:QuotationLineHandle" />
            <s:element minOccurs="1" maxOccurs="1" name="value" type="s:decimal" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="QuotationLine_SetDiscountAsPercentResponse">
        <s:complexType />
      </s:element>
      <s:element name="QuotationLine_GetUnitCostPrice">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="quotationLineHandle" type="tns:QuotationLineHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="QuotationLine_GetUnitCostPriceResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="QuotationLine_GetUnitCostPriceResult" type="s:decimal" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="QuotationLine_GetTotalNetAmount">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="quotationLineHandle" type="tns:QuotationLineHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="QuotationLine_GetTotalNetAmountResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="QuotationLine_GetTotalNetAmountResult" nillable="true" type="s:decimal" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="QuotationLine_GetTotalMargin">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="quotationLineHandle" type="tns:QuotationLineHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="QuotationLine_GetTotalMarginResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="QuotationLine_GetTotalMarginResult" type="s:decimal" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="QuotationLine_GetMarginAsPercent">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="quotationLineHandle" type="tns:QuotationLineHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="QuotationLine_GetMarginAsPercentResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="QuotationLine_GetMarginAsPercentResult" type="s:decimal" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="QuotationLine_GetDepartment">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="quotationLineHandle" type="tns:QuotationLineHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="QuotationLine_GetDepartmentResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="QuotationLine_GetDepartmentResult" type="tns:DepartmentHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="ProductPrice_SetPrice">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="productPriceHandle" type="tns:ProductPriceHandle" />
            <s:element minOccurs="1" maxOccurs="1" name="value" type="s:decimal" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="ProductPriceHandle">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="1" name="Id1" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="Id2" type="s:string" />
        </s:sequence>
      </s:complexType>
      <s:element name="ProductPrice_SetPriceResponse">
        <s:complexType />
      </s:element>
      <s:element name="Project_CreateFromData">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="data" type="tns:ProjectData" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="ProjectData">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="1" name="Handle" type="tns:ProjectHandle" />
          <s:element minOccurs="1" maxOccurs="1" name="Number" type="s:int" />
          <s:element minOccurs="0" maxOccurs="1" name="Name" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="ProjectGroupHandle" type="tns:ProjectGroupHandle" />
          <s:element minOccurs="1" maxOccurs="1" name="IsMainProject" type="s:boolean" />
          <s:element minOccurs="0" maxOccurs="1" name="MainProjectHandle" type="tns:ProjectHandle" />
          <s:element minOccurs="0" maxOccurs="1" name="DebtorHandle" type="tns:DebtorHandle" />
          <s:element minOccurs="0" maxOccurs="1" name="ResponsibleHandle" type="tns:EmployeeHandle" />
          <s:element minOccurs="0" maxOccurs="1" name="Description" type="s:string" />
          <s:element minOccurs="1" maxOccurs="1" name="IsAccessible" type="s:boolean" />
          <s:element minOccurs="1" maxOccurs="1" name="Mileage" type="s:decimal" />
          <s:element minOccurs="1" maxOccurs="1" name="IsClosed" type="s:boolean" />
        </s:sequence>
      </s:complexType>
      <s:complexType name="ProjectGroupHandle">
        <s:sequence>
          <s:element minOccurs="1" maxOccurs="1" name="Number" type="s:int" />
        </s:sequence>
      </s:complexType>
      <s:element name="Project_CreateFromDataResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Project_CreateFromDataResult" type="tns:ProjectHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Project_CreateFromDataArray">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="dataArray" type="tns:ArrayOfProjectData" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="ArrayOfProjectData">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="unbounded" name="ProjectData" nillable="true" type="tns:ProjectData" />
        </s:sequence>
      </s:complexType>
      <s:element name="Project_CreateFromDataArrayResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Project_CreateFromDataArrayResult" type="tns:ArrayOfProjectHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="ArrayOfProjectHandle">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="unbounded" name="ProjectHandle" nillable="true" type="tns:ProjectHandle" />
        </s:sequence>
      </s:complexType>
      <s:element name="Project_UpdateFromDataArray">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="dataArray" type="tns:ArrayOfProjectData" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Project_UpdateFromDataArrayResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Project_UpdateFromDataArrayResult" type="tns:ArrayOfProjectHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Project_UpdateFromData">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="data" type="tns:ProjectData" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Project_UpdateFromDataResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Project_UpdateFromDataResult" type="tns:ProjectHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Project_GetData">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="entityHandle" type="tns:ProjectHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Project_GetDataResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Project_GetDataResult" type="tns:ProjectData" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Project_GetDataArray">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="entityHandles" type="tns:ArrayOfProjectHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Project_GetDataArrayResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Project_GetDataArrayResult" type="tns:ArrayOfProjectData" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Project_GetNumber">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="projectHandle" type="tns:ProjectHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Project_GetNumberResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="Project_GetNumberResult" type="s:int" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Project_GetName">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="projectHandle" type="tns:ProjectHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Project_GetNameResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Project_GetNameResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Project_SetName">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="projectHandle" type="tns:ProjectHandle" />
            <s:element minOccurs="0" maxOccurs="1" name="value" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Project_SetNameResponse">
        <s:complexType />
      </s:element>
      <s:element name="Project_GetProjectGroup">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="projectHandle" type="tns:ProjectHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Project_GetProjectGroupResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Project_GetProjectGroupResult" type="tns:ProjectGroupHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Project_SetProjectGroup">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="projectHandle" type="tns:ProjectHandle" />
            <s:element minOccurs="0" maxOccurs="1" name="valueHandle" type="tns:ProjectGroupHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Project_SetProjectGroupResponse">
        <s:complexType />
      </s:element>
      <s:element name="Project_GetIsMainProject">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="projectHandle" type="tns:ProjectHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Project_GetIsMainProjectResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="Project_GetIsMainProjectResult" type="s:boolean" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Project_GetMainProject">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="projectHandle" type="tns:ProjectHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Project_GetMainProjectResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Project_GetMainProjectResult" type="tns:ProjectHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Project_GetDebtor">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="projectHandle" type="tns:ProjectHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Project_GetDebtorResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Project_GetDebtorResult" type="tns:DebtorHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Project_SetDebtor">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="projectHandle" type="tns:ProjectHandle" />
            <s:element minOccurs="0" maxOccurs="1" name="valueHandle" type="tns:DebtorHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Project_SetDebtorResponse">
        <s:complexType />
      </s:element>
      <s:element name="Project_GetResponsible">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="projectHandle" type="tns:ProjectHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Project_GetResponsibleResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Project_GetResponsibleResult" type="tns:EmployeeHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Project_SetResponsible">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="projectHandle" type="tns:ProjectHandle" />
            <s:element minOccurs="0" maxOccurs="1" name="valueHandle" type="tns:EmployeeHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Project_SetResponsibleResponse">
        <s:complexType />
      </s:element>
      <s:element name="Project_GetDescription">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="projectHandle" type="tns:ProjectHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Project_GetDescriptionResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Project_GetDescriptionResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Project_SetDescription">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="projectHandle" type="tns:ProjectHandle" />
            <s:element minOccurs="0" maxOccurs="1" name="value" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Project_SetDescriptionResponse">
        <s:complexType />
      </s:element>
      <s:element name="Project_GetIsAccessible">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="projectHandle" type="tns:ProjectHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Project_GetIsAccessibleResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="Project_GetIsAccessibleResult" type="s:boolean" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Project_SetIsAccessible">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="projectHandle" type="tns:ProjectHandle" />
            <s:element minOccurs="1" maxOccurs="1" name="value" type="s:boolean" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Project_SetIsAccessibleResponse">
        <s:complexType />
      </s:element>
      <s:element name="Project_GetMileage">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="projectHandle" type="tns:ProjectHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Project_GetMileageResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="Project_GetMileageResult" type="s:decimal" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Project_SetMileage">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="projectHandle" type="tns:ProjectHandle" />
            <s:element minOccurs="1" maxOccurs="1" name="value" type="s:decimal" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Project_SetMileageResponse">
        <s:complexType />
      </s:element>
      <s:element name="Project_GetIsClosed">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="projectHandle" type="tns:ProjectHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Project_GetIsClosedResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="Project_GetIsClosedResult" type="s:boolean" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Project_Create">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="number" type="s:int" />
            <s:element minOccurs="0" maxOccurs="1" name="name" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="projectGroupHandle" type="tns:ProjectGroupHandle" />
            <s:element minOccurs="1" maxOccurs="1" name="isMainProject" type="s:boolean" />
            <s:element minOccurs="0" maxOccurs="1" name="mainProjectHandle" type="tns:ProjectHandle" />
            <s:element minOccurs="0" maxOccurs="1" name="debtorHandle" type="tns:DebtorHandle" />
            <s:element minOccurs="0" maxOccurs="1" name="responsibleHandle" type="tns:EmployeeHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Project_CreateResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Project_CreateResult" type="tns:ProjectHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Project_GetAll">
        <s:complexType />
      </s:element>
      <s:element name="Project_GetAllResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Project_GetAllResult" type="tns:ArrayOfProjectHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Project_GetAllUpdated">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="fromDate" type="s:dateTime" />
            <s:element minOccurs="1" maxOccurs="1" name="includeCalculatedProperties" type="s:boolean" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Project_GetAllUpdatedResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Project_GetAllUpdatedResult" type="tns:ArrayOfProjectHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Project_FindByNumber">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="number" type="s:int" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Project_FindByNumberResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Project_FindByNumberResult" type="tns:ProjectHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Project_FindByNumberList">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="numbers" type="tns:ArrayOfInt" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Project_FindByNumberListResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Project_FindByNumberListResult" type="tns:ArrayOfProjectHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Project_FindByName">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="name" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Project_FindByNameResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Project_FindByNameResult" type="tns:ArrayOfProjectHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Project_GetOpenSubProjects">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="mainProjectHandle" type="tns:ProjectHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Project_GetOpenSubProjectsResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Project_GetOpenSubProjectsResult" type="tns:ArrayOfProjectHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Project_GetActivities">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="projectHandle" type="tns:ProjectHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Project_GetActivitiesResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Project_GetActivitiesResult" type="tns:ArrayOfActivityHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="ArrayOfActivityHandle">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="unbounded" name="ActivityHandle" nillable="true" type="tns:ActivityHandle" />
        </s:sequence>
      </s:complexType>
      <s:element name="Project_GetTimeEntries">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="projectHandle" type="tns:ProjectHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Project_GetTimeEntriesResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Project_GetTimeEntriesResult" type="tns:ArrayOfTimeEntryHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Project_GetTimeEntriesByDate">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="projectHandle" type="tns:ProjectHandle" />
            <s:element minOccurs="1" maxOccurs="1" name="from" type="s:dateTime" />
            <s:element minOccurs="1" maxOccurs="1" name="to" type="s:dateTime" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Project_GetTimeEntriesByDateResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Project_GetTimeEntriesByDateResult" type="tns:ArrayOfTimeEntryHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Project_GetMileageEntriesByDate">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="projectHandle" type="tns:ProjectHandle" />
            <s:element minOccurs="1" maxOccurs="1" name="from" type="s:dateTime" />
            <s:element minOccurs="1" maxOccurs="1" name="to" type="s:dateTime" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Project_GetMileageEntriesByDateResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Project_GetMileageEntriesByDateResult" type="tns:ArrayOfMileageEntryHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="ArrayOfMileageEntryHandle">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="unbounded" name="MileageEntryHandle" nillable="true" type="tns:MileageEntryHandle" />
        </s:sequence>
      </s:complexType>
      <s:complexType name="MileageEntryHandle">
        <s:sequence>
          <s:element minOccurs="1" maxOccurs="1" name="Id" type="s:int" />
        </s:sequence>
      </s:complexType>
      <s:element name="Project_GetEntries">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="projectHandle" type="tns:ProjectHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Project_GetEntriesResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Project_GetEntriesResult" type="tns:ArrayOfEntryHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="ArrayOfEntryHandle">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="unbounded" name="EntryHandle" nillable="true" type="tns:EntryHandle" />
        </s:sequence>
      </s:complexType>
      <s:complexType name="EntryHandle">
        <s:sequence>
          <s:element minOccurs="1" maxOccurs="1" name="SerialNumber" type="s:int" />
        </s:sequence>
      </s:complexType>
      <s:element name="Project_GetEntriesByDate">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="projectHandle" type="tns:ProjectHandle" />
            <s:element minOccurs="1" maxOccurs="1" name="from" type="s:dateTime" />
            <s:element minOccurs="1" maxOccurs="1" name="to" type="s:dateTime" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Project_GetEntriesByDateResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Project_GetEntriesByDateResult" type="tns:ArrayOfEntryHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="ProjectGroup_GetData">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="entityHandle" type="tns:ProjectGroupHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="ProjectGroup_GetDataResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="ProjectGroup_GetDataResult" type="tns:ProjectGroupData" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="ProjectGroupData">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="1" name="Handle" type="tns:ProjectGroupHandle" />
          <s:element minOccurs="1" maxOccurs="1" name="Number" type="s:int" />
          <s:element minOccurs="0" maxOccurs="1" name="Name" type="s:string" />
        </s:sequence>
      </s:complexType>
      <s:element name="ProjectGroup_GetDataArray">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="entityHandles" type="tns:ArrayOfProjectGroupHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="ArrayOfProjectGroupHandle">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="unbounded" name="ProjectGroupHandle" nillable="true" type="tns:ProjectGroupHandle" />
        </s:sequence>
      </s:complexType>
      <s:element name="ProjectGroup_GetDataArrayResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="ProjectGroup_GetDataArrayResult" type="tns:ArrayOfProjectGroupData" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="ArrayOfProjectGroupData">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="unbounded" name="ProjectGroupData" nillable="true" type="tns:ProjectGroupData" />
        </s:sequence>
      </s:complexType>
      <s:element name="ProjectGroup_GetNumber">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="projectGroupHandle" type="tns:ProjectGroupHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="ProjectGroup_GetNumberResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="ProjectGroup_GetNumberResult" type="s:int" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="ProjectGroup_GetName">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="projectGroupHandle" type="tns:ProjectGroupHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="ProjectGroup_GetNameResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="ProjectGroup_GetNameResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="ProjectGroup_GetAll">
        <s:complexType />
      </s:element>
      <s:element name="ProjectGroup_GetAllResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="ProjectGroup_GetAllResult" type="tns:ArrayOfProjectGroupHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="ProjectGroup_FindByNumber">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="number" type="s:int" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="ProjectGroup_FindByNumberResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="ProjectGroup_FindByNumberResult" type="tns:ProjectGroupHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="ProjectGroup_FindByNumberList">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="numbers" type="tns:ArrayOfInt" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="ProjectGroup_FindByNumberListResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="ProjectGroup_FindByNumberListResult" type="tns:ArrayOfProjectGroupHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="ProjectGroup_FindByName">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="name" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="ProjectGroup_FindByNameResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="ProjectGroup_FindByNameResult" type="tns:ArrayOfProjectGroupHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="ProjectGroup_GetProjects">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="projectGroupHandle" type="tns:ProjectGroupHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="ProjectGroup_GetProjectsResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="ProjectGroup_GetProjectsResult" type="tns:ArrayOfProjectHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Quotation_CreateFromData">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="data" type="tns:QuotationData" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="QuotationData">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="1" name="Handle" type="tns:QuotationHandle" />
          <s:element minOccurs="1" maxOccurs="1" name="Id" type="s:int" />
          <s:element minOccurs="0" maxOccurs="1" name="DebtorHandle" type="tns:DebtorHandle" />
          <s:element minOccurs="1" maxOccurs="1" name="Number" type="s:int" />
          <s:element minOccurs="0" maxOccurs="1" name="DebtorName" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="DebtorAddress" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="DebtorPostalCode" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="DebtorCity" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="DebtorCountry" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="DebtorEan" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="PublicEntryNumber" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="AttentionHandle" type="tns:DebtorContactHandle" />
          <s:element minOccurs="0" maxOccurs="1" name="YourReferenceHandle" type="tns:DebtorContactHandle" />
          <s:element minOccurs="0" maxOccurs="1" name="OurReferenceHandle" type="tns:EmployeeHandle" />
          <s:element minOccurs="0" maxOccurs="1" name="OurReference2Handle" type="tns:EmployeeHandle" />
          <s:element minOccurs="1" maxOccurs="1" name="Date" type="s:dateTime" />
          <s:element minOccurs="0" maxOccurs="1" name="TermOfPaymentHandle" type="tns:TermOfPaymentHandle" />
          <s:element minOccurs="1" maxOccurs="1" name="DueDate" nillable="true" type="s:dateTime" />
          <s:element minOccurs="0" maxOccurs="1" name="CurrencyHandle" type="tns:CurrencyHandle" />
          <s:element minOccurs="1" maxOccurs="1" name="ExchangeRate" type="s:decimal" />
          <s:element minOccurs="1" maxOccurs="1" name="IsVatIncluded" type="s:boolean" />
          <s:element minOccurs="0" maxOccurs="1" name="LayoutHandle" type="tns:TemplateCollectionHandle" />
          <s:element minOccurs="0" maxOccurs="1" name="DeliveryLocationHandle" type="tns:DeliveryLocationHandle" />
          <s:element minOccurs="0" maxOccurs="1" name="DeliveryAddress" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="DeliveryPostalCode" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="DeliveryCity" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="DeliveryCountry" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="TermsOfDelivery" type="s:string" />
          <s:element minOccurs="1" maxOccurs="1" name="DeliveryDate" nillable="true" type="s:dateTime" />
          <s:element minOccurs="0" maxOccurs="1" name="Heading" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="TextLine1" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="TextLine2" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="OtherReference" type="s:string" />
          <s:element minOccurs="1" maxOccurs="1" name="IsArchived" type="s:boolean" />
          <s:element minOccurs="1" maxOccurs="1" name="IsSent" type="s:boolean" />
          <s:element minOccurs="1" maxOccurs="1" name="NetAmount" type="s:decimal" />
          <s:element minOccurs="1" maxOccurs="1" name="VatAmount" type="s:decimal" />
          <s:element minOccurs="1" maxOccurs="1" name="GrossAmount" type="s:decimal" />
          <s:element minOccurs="1" maxOccurs="1" name="Margin" type="s:decimal" />
          <s:element minOccurs="1" maxOccurs="1" name="MarginAsPercent" type="s:decimal" />
          <s:element minOccurs="1" maxOccurs="1" name="RoundingAmount" type="s:decimal" />
          <s:element minOccurs="0" maxOccurs="1" name="DebtorCounty" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="DeliveryCounty" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="VatZone" type="tns:ExtendedVatZoneHandle" />
        </s:sequence>
      </s:complexType>
      <s:element name="Quotation_CreateFromDataResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Quotation_CreateFromDataResult" type="tns:QuotationHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Quotation_CreateFromDataArray">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="dataArray" type="tns:ArrayOfQuotationData" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="ArrayOfQuotationData">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="unbounded" name="QuotationData" nillable="true" type="tns:QuotationData" />
        </s:sequence>
      </s:complexType>
      <s:element name="Quotation_CreateFromDataArrayResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Quotation_CreateFromDataArrayResult" type="tns:ArrayOfQuotationHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="ArrayOfQuotationHandle">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="unbounded" name="QuotationHandle" nillable="true" type="tns:QuotationHandle" />
        </s:sequence>
      </s:complexType>
      <s:element name="Quotation_UpdateFromDataArray">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="dataArray" type="tns:ArrayOfQuotationData" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Quotation_UpdateFromDataArrayResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Quotation_UpdateFromDataArrayResult" type="tns:ArrayOfQuotationHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Quotation_UpdateFromData">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="data" type="tns:QuotationData" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Quotation_UpdateFromDataResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Quotation_UpdateFromDataResult" type="tns:QuotationHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Quotation_GetData">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="entityHandle" type="tns:QuotationHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Quotation_GetDataResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Quotation_GetDataResult" type="tns:QuotationData" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Quotation_GetDataArray">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="entityHandles" type="tns:ArrayOfQuotationHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Quotation_GetDataArrayResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Quotation_GetDataArrayResult" type="tns:ArrayOfQuotationData" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Quotation_Create">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="debtorHandle" type="tns:DebtorHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Quotation_CreateResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Quotation_CreateResult" type="tns:QuotationHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Quotation_GetPdf">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="quotationHandle" type="tns:QuotationHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Quotation_GetPdfResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Quotation_GetPdfResult" type="s:base64Binary" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Quotation_GetAll">
        <s:complexType />
      </s:element>
      <s:element name="Quotation_GetAllResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Quotation_GetAllResult" type="tns:ArrayOfQuotationHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Quotation_GetAllCurrent">
        <s:complexType />
      </s:element>
      <s:element name="Quotation_GetAllCurrentResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Quotation_GetAllCurrentResult" type="tns:ArrayOfQuotationHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Quotation_FindByOtherReference">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="otherReference" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Quotation_FindByOtherReferenceResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Quotation_FindByOtherReferenceResult" type="tns:ArrayOfQuotationHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Quotation_FindByNumber">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="number" type="s:int" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Quotation_FindByNumberResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Quotation_FindByNumberResult" type="tns:QuotationHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Quotation_FindByNumberInterval">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="minNumber" type="s:int" />
            <s:element minOccurs="1" maxOccurs="1" name="maxNumber" type="s:int" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Quotation_FindByNumberIntervalResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Quotation_FindByNumberIntervalResult" type="tns:ArrayOfQuotationHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Quotation_FindByDateInterval">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="first" type="s:dateTime" />
            <s:element minOccurs="1" maxOccurs="1" name="last" type="s:dateTime" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Quotation_FindByDateIntervalResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Quotation_FindByDateIntervalResult" type="tns:ArrayOfQuotationHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Quotation_GetAllUpdated">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="fromDate" type="s:dateTime" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Quotation_GetAllUpdatedResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Quotation_GetAllUpdatedResult" type="tns:ArrayOfQuotationHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Quotation_GetLines">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="quotationHandle" type="tns:QuotationHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Quotation_GetLinesResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Quotation_GetLinesResult" type="tns:ArrayOfQuotationLineHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Quotation_RegisterAsSent">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="quotationHandle" type="tns:QuotationHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Quotation_RegisterAsSentResponse">
        <s:complexType />
      </s:element>
      <s:element name="Quotation_CancelSentStatus">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="quotationHandle" type="tns:QuotationHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Quotation_CancelSentStatusResponse">
        <s:complexType />
      </s:element>
      <s:element name="Quotation_UpgradeToOrder">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="quotationHandle" type="tns:QuotationHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Quotation_UpgradeToOrderResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Quotation_UpgradeToOrderResult" type="tns:OrderHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="OrderHandle">
        <s:sequence>
          <s:element minOccurs="1" maxOccurs="1" name="Id" type="s:int" />
        </s:sequence>
      </s:complexType>
      <s:element name="Quotation_Delete">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="quotationHandle" type="tns:QuotationHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Quotation_DeleteResponse">
        <s:complexType />
      </s:element>
      <s:element name="Quotation_GetDebtor">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="quotationHandle" type="tns:QuotationHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Quotation_GetDebtorResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Quotation_GetDebtorResult" type="tns:DebtorHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Quotation_SetDebtor">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="quotationHandle" type="tns:QuotationHandle" />
            <s:element minOccurs="0" maxOccurs="1" name="valueHandle" type="tns:DebtorHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Quotation_SetDebtorResponse">
        <s:complexType />
      </s:element>
      <s:element name="Quotation_GetNumber">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="quotationHandle" type="tns:QuotationHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Quotation_GetNumberResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="Quotation_GetNumberResult" type="s:int" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Quotation_GetDebtorName">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="quotationHandle" type="tns:QuotationHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Quotation_GetDebtorNameResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Quotation_GetDebtorNameResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Quotation_SetDebtorName">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="quotationHandle" type="tns:QuotationHandle" />
            <s:element minOccurs="0" maxOccurs="1" name="value" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Quotation_SetDebtorNameResponse">
        <s:complexType />
      </s:element>
      <s:element name="Quotation_GetDebtorAddress">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="quotationHandle" type="tns:QuotationHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Quotation_GetDebtorAddressResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Quotation_GetDebtorAddressResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Quotation_SetDebtorAddress">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="quotationHandle" type="tns:QuotationHandle" />
            <s:element minOccurs="0" maxOccurs="1" name="value" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Quotation_SetDebtorAddressResponse">
        <s:complexType />
      </s:element>
      <s:element name="Quotation_GetDebtorPostalCode">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="quotationHandle" type="tns:QuotationHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Quotation_GetDebtorPostalCodeResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Quotation_GetDebtorPostalCodeResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Quotation_SetDebtorPostalCode">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="quotationHandle" type="tns:QuotationHandle" />
            <s:element minOccurs="0" maxOccurs="1" name="value" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Quotation_SetDebtorPostalCodeResponse">
        <s:complexType />
      </s:element>
      <s:element name="Quotation_GetDebtorCity">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="quotationHandle" type="tns:QuotationHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Quotation_GetDebtorCityResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Quotation_GetDebtorCityResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Quotation_SetDebtorCity">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="quotationHandle" type="tns:QuotationHandle" />
            <s:element minOccurs="0" maxOccurs="1" name="value" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Quotation_SetDebtorCityResponse">
        <s:complexType />
      </s:element>
      <s:element name="Quotation_GetDebtorCountry">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="quotationHandle" type="tns:QuotationHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Quotation_GetDebtorCountryResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Quotation_GetDebtorCountryResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Quotation_SetDebtorCountry">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="quotationHandle" type="tns:QuotationHandle" />
            <s:element minOccurs="0" maxOccurs="1" name="value" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Quotation_SetDebtorCountryResponse">
        <s:complexType />
      </s:element>
      <s:element name="Quotation_GetDebtorEan">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="quotationHandle" type="tns:QuotationHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Quotation_GetDebtorEanResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Quotation_GetDebtorEanResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Quotation_SetDebtorEan">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="quotationHandle" type="tns:QuotationHandle" />
            <s:element minOccurs="0" maxOccurs="1" name="value" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Quotation_SetDebtorEanResponse">
        <s:complexType />
      </s:element>
      <s:element name="Quotation_GetPublicEntryNumber">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="quotationHandle" type="tns:QuotationHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Quotation_GetPublicEntryNumberResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Quotation_GetPublicEntryNumberResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Quotation_SetPublicEntryNumber">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="quotationHandle" type="tns:QuotationHandle" />
            <s:element minOccurs="0" maxOccurs="1" name="value" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Quotation_SetPublicEntryNumberResponse">
        <s:complexType />
      </s:element>
      <s:element name="Quotation_GetAttention">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="quotationHandle" type="tns:QuotationHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Quotation_GetAttentionResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Quotation_GetAttentionResult" type="tns:DebtorContactHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="PriceGroup_FindByName">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="name" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="PriceGroup_FindByNameResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="PriceGroup_FindByNameResult" type="tns:ArrayOfPriceGroupHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="ArrayOfPriceGroupHandle">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="unbounded" name="PriceGroupHandle" nillable="true" type="tns:PriceGroupHandle" />
        </s:sequence>
      </s:complexType>
      <s:complexType name="PriceGroupHandle">
        <s:sequence>
          <s:element minOccurs="1" maxOccurs="1" name="Number" type="s:int" />
        </s:sequence>
      </s:complexType>
      <s:element name="PriceGroup_Delete">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="priceGroupHandle" type="tns:PriceGroupHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="PriceGroup_DeleteResponse">
        <s:complexType />
      </s:element>
      <s:element name="PriceGroup_GetPrice">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="priceGroupHandle" type="tns:PriceGroupHandle" />
            <s:element minOccurs="0" maxOccurs="1" name="productHandle" type="tns:ProductHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="PriceGroup_GetPriceResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="PriceGroup_GetPriceResult" type="s:decimal" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Product_CreateFromData">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="data" type="tns:ProductData" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="ProductData">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="1" name="Handle" type="tns:ProductHandle" />
          <s:element minOccurs="0" maxOccurs="1" name="Number" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="ProductGroupHandle" type="tns:ProductGroupHandle" />
          <s:element minOccurs="0" maxOccurs="1" name="Name" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="Description" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="BarCode" type="s:string" />
          <s:element minOccurs="1" maxOccurs="1" name="SalesPrice" type="s:decimal" />
          <s:element minOccurs="1" maxOccurs="1" name="CostPrice" type="s:decimal" />
          <s:element minOccurs="1" maxOccurs="1" name="RecommendedPrice" type="s:decimal" />
          <s:element minOccurs="0" maxOccurs="1" name="UnitHandle" type="tns:UnitHandle" />
          <s:element minOccurs="1" maxOccurs="1" name="IsAccessible" type="s:boolean" />
          <s:element minOccurs="1" maxOccurs="1" name="Volume" type="s:decimal" />
          <s:element minOccurs="0" maxOccurs="1" name="DepartmentHandle" type="tns:DepartmentHandle" />
          <s:element minOccurs="0" maxOccurs="1" name="DistributionKeyHandle" type="tns:DistributionKeyHandle" />
          <s:element minOccurs="0" maxOccurs="1" name="InStock" nillable="true" type="s:decimal" />
          <s:element minOccurs="0" maxOccurs="1" name="OnOrder" nillable="true" type="s:decimal" />
          <s:element minOccurs="0" maxOccurs="1" name="Ordered" nillable="true" type="s:decimal" />
          <s:element minOccurs="0" maxOccurs="1" name="Available" nillable="true" type="s:decimal" />
          <s:element minOccurs="0" maxOccurs="1" name="LastUpdated" type="s:dateTime" />
        </s:sequence>
      </s:complexType>
      <s:complexType name="ProductGroupHandle">
        <s:sequence>
          <s:element minOccurs="1" maxOccurs="1" name="Number" type="s:int" />
        </s:sequence>
      </s:complexType>
      <s:element name="Product_CreateFromDataResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Product_CreateFromDataResult" type="tns:ProductHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Product_CreateFromDataArray">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="dataArray" type="tns:ArrayOfProductData" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="ArrayOfProductData">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="unbounded" name="ProductData" nillable="true" type="tns:ProductData" />
        </s:sequence>
      </s:complexType>
      <s:element name="Product_CreateFromDataArrayResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Product_CreateFromDataArrayResult" type="tns:ArrayOfProductHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Product_UpdateFromDataArray">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="dataArray" type="tns:ArrayOfProductData" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Product_UpdateFromDataArrayResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Product_UpdateFromDataArrayResult" type="tns:ArrayOfProductHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Product_UpdateFromData">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="data" type="tns:ProductData" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Product_UpdateFromDataResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Product_UpdateFromDataResult" type="tns:ProductHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Product_GetData">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="entityHandle" type="tns:ProductHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Product_GetDataResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Product_GetDataResult" type="tns:ProductData" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Product_GetDataArray">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="entityHandles" type="tns:ArrayOfProductHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Product_GetDataArrayResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Product_GetDataArrayResult" type="tns:ArrayOfProductData" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Product_GetNumber">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="productHandle" type="tns:ProductHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Product_GetNumberResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Product_GetNumberResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Product_GetProductGroup">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="productHandle" type="tns:ProductHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Product_GetProductGroupResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Product_GetProductGroupResult" type="tns:ProductGroupHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Product_SetProductGroup">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="productHandle" type="tns:ProductHandle" />
            <s:element minOccurs="0" maxOccurs="1" name="valueHandle" type="tns:ProductGroupHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Product_SetProductGroupResponse">
        <s:complexType />
      </s:element>
      <s:element name="Product_GetName">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="productHandle" type="tns:ProductHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Product_GetNameResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Product_GetNameResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Product_SetName">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="productHandle" type="tns:ProductHandle" />
            <s:element minOccurs="0" maxOccurs="1" name="value" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Product_SetNameResponse">
        <s:complexType />
      </s:element>
      <s:element name="Product_GetDescription">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="productHandle" type="tns:ProductHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Product_GetDescriptionResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Product_GetDescriptionResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Product_SetDescription">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="productHandle" type="tns:ProductHandle" />
            <s:element minOccurs="0" maxOccurs="1" name="value" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Product_SetDescriptionResponse">
        <s:complexType />
      </s:element>
      <s:element name="Product_SetBarCode">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="productHandle" type="tns:ProductHandle" />
            <s:element minOccurs="0" maxOccurs="1" name="value" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Product_SetBarCodeResponse">
        <s:complexType />
      </s:element>
      <s:element name="Product_GetBarCode">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="productHandle" type="tns:ProductHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Product_GetBarCodeResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Product_GetBarCodeResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Product_SetSalesPrice">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="productHandle" type="tns:ProductHandle" />
            <s:element minOccurs="1" maxOccurs="1" name="value" type="s:decimal" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Product_SetSalesPriceResponse">
        <s:complexType />
      </s:element>
      <s:element name="Product_GetSalesPrice">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="productHandle" type="tns:ProductHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Product_GetSalesPriceResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="Product_GetSalesPriceResult" type="s:decimal" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Product_GetCostPrice">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="productHandle" type="tns:ProductHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Product_GetCostPriceResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="Product_GetCostPriceResult" type="s:decimal" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Product_SetCostPrice">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="productHandle" type="tns:ProductHandle" />
            <s:element minOccurs="1" maxOccurs="1" name="value" type="s:decimal" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Product_SetCostPriceResponse">
        <s:complexType />
      </s:element>
      <s:element name="Product_GetRecommendedPrice">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="productHandle" type="tns:ProductHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Product_GetRecommendedPriceResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="Product_GetRecommendedPriceResult" type="s:decimal" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Product_SetRecommendedPrice">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="productHandle" type="tns:ProductHandle" />
            <s:element minOccurs="1" maxOccurs="1" name="value" type="s:decimal" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Product_SetRecommendedPriceResponse">
        <s:complexType />
      </s:element>
      <s:element name="Product_GetUnit">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="productHandle" type="tns:ProductHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Product_GetUnitResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Product_GetUnitResult" type="tns:UnitHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Product_SetUnit">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="productHandle" type="tns:ProductHandle" />
            <s:element minOccurs="0" maxOccurs="1" name="valueHandle" type="tns:UnitHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Product_SetUnitResponse">
        <s:complexType />
      </s:element>
      <s:element name="Product_SetIsAccessible">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="productHandle" type="tns:ProductHandle" />
            <s:element minOccurs="1" maxOccurs="1" name="value" type="s:boolean" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Product_SetIsAccessibleResponse">
        <s:complexType />
      </s:element>
      <s:element name="Product_GetIsAccessible">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="productHandle" type="tns:ProductHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Product_GetIsAccessibleResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="Product_GetIsAccessibleResult" type="s:boolean" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Product_SetVolume">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="productHandle" type="tns:ProductHandle" />
            <s:element minOccurs="1" maxOccurs="1" name="value" type="s:decimal" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Product_SetVolumeResponse">
        <s:complexType />
      </s:element>
      <s:element name="Product_GetVolume">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="productHandle" type="tns:ProductHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Product_GetVolumeResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="Product_GetVolumeResult" type="s:decimal" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Product_GetDepartment">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="productHandle" type="tns:ProductHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Product_GetDepartmentResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Product_GetDepartmentResult" type="tns:DepartmentHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Product_SetDepartment">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="productHandle" type="tns:ProductHandle" />
            <s:element minOccurs="0" maxOccurs="1" name="valueHandle" type="tns:DepartmentHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Product_SetDepartmentResponse">
        <s:complexType />
      </s:element>
      <s:element name="Product_GetDistributionKey">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="productHandle" type="tns:ProductHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Product_GetDistributionKeyResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Product_GetDistributionKeyResult" type="tns:DistributionKeyHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Product_SetDistributionKey">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="productHandle" type="tns:ProductHandle" />
            <s:element minOccurs="0" maxOccurs="1" name="valueHandle" type="tns:DistributionKeyHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Product_SetDistributionKeyResponse">
        <s:complexType />
      </s:element>
      <s:element name="Product_GetInStock">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="productHandle" type="tns:ProductHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Product_GetInStockResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="Product_GetInStockResult" nillable="true" type="s:decimal" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Product_GetOnOrder">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="productHandle" type="tns:ProductHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Product_GetOnOrderResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="Product_GetOnOrderResult" nillable="true" type="s:decimal" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Product_GetOrdered">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="productHandle" type="tns:ProductHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Product_GetOrderedResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="Product_GetOrderedResult" nillable="true" type="s:decimal" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Product_GetAvailable">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="productHandle" type="tns:ProductHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Product_GetAvailableResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="Product_GetAvailableResult" nillable="true" type="s:decimal" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Product_GetInventoryLocationStatus">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="productHandle" type="tns:ProductHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Product_GetInventoryLocationStatusResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Product_GetInventoryLocationStatusResult" type="tns:ArrayOfProductInventoryLocationStatusData" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="ArrayOfProductInventoryLocationStatusData">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="unbounded" name="ProductInventoryLocationStatusData" nillable="true" type="tns:ProductInventoryLocationStatusData" />
        </s:sequence>
      </s:complexType>
      <s:complexType name="ProductInventoryLocationStatusData">
        <s:sequence>
          <s:element minOccurs="1" maxOccurs="1" name="InStock" type="s:decimal" />
          <s:element minOccurs="1" maxOccurs="1" name="OnOrder" type="s:decimal" />
          <s:element minOccurs="1" maxOccurs="1" name="Ordered" type="s:decimal" />
          <s:element minOccurs="1" maxOccurs="1" name="Available" type="s:decimal" />
          <s:element minOccurs="0" maxOccurs="1" name="ProductHandle" type="tns:ProductHandle" />
          <s:element minOccurs="0" maxOccurs="1" name="InventoryLocationHandle" type="tns:InventoryLocationHandle" />
        </s:sequence>
      </s:complexType>
      <s:element name="Product_Create">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="number" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="productGroupHandle" type="tns:ProductGroupHandle" />
            <s:element minOccurs="0" maxOccurs="1" name="name" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Product_CreateResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Product_CreateResult" type="tns:ProductHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Product_GetAll">
        <s:complexType />
      </s:element>
      <s:element name="Product_GetAllResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Product_GetAllResult" type="tns:ArrayOfProductHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Product_GetAllAccessible">
        <s:complexType />
      </s:element>
      <s:element name="Product_GetAllAccessibleResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Product_GetAllAccessibleResult" type="tns:ArrayOfProductHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Product_GetAllUpdated">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="fromDate" type="s:dateTime" />
            <s:element minOccurs="1" maxOccurs="1" name="includeCalculatedProperties" type="s:boolean" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Product_GetAllUpdatedResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Product_GetAllUpdatedResult" type="tns:ArrayOfProductHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Product_FindByNumber">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="number" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Product_FindByNumberResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Product_FindByNumberResult" type="tns:ProductHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Product_FindByNumberList">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="numbers" 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="Product_FindByNumberListResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Product_FindByNumberListResult" type="tns:ArrayOfProductHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Product_FindByName">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="name" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Product_FindByNameResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Product_FindByNameResult" type="tns:ArrayOfProductHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Product_FindByBarCode">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="barCode" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Product_FindByBarCodeResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Product_FindByBarCodeResult" type="tns:ArrayOfProductHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Product_Delete">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="productHandle" type="tns:ProductHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Product_DeleteResponse">
        <s:complexType />
      </s:element>
      <s:element name="ProductGroup_CreateFromData">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="data" type="tns:ProductGroupData" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="ProductGroupData">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="1" name="Handle" type="tns:ProductGroupHandle" />
          <s:element minOccurs="1" maxOccurs="1" name="Number" type="s:int" />
          <s:element minOccurs="0" maxOccurs="1" name="Name" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="AccountForVatLiableDebtorInvoicesCurrentHandle" type="tns:AccountHandle" />
          <s:element minOccurs="0" maxOccurs="1" name="AccountForVatExemptDebtorInvoicesCurrentHandle" type="tns:AccountHandle" />
          <s:element minOccurs="0" maxOccurs="1" name="AccrualHandle" type="tns:AccountHandle" />
          <s:element minOccurs="0" maxOccurs="1" name="InventoryWithdrawal" type="s:boolean" />
        </s:sequence>
      </s:complexType>
      <s:element name="ProductGroup_CreateFromDataResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="ProductGroup_CreateFromDataResult" type="tns:ProductGroupHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="ProductGroup_CreateFromDataArray">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="dataArray" type="tns:ArrayOfProductGroupData" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="ArrayOfProductGroupData">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="unbounded" name="ProductGroupData" nillable="true" type="tns:ProductGroupData" />
        </s:sequence>
      </s:complexType>
      <s:element name="ProductGroup_CreateFromDataArrayResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="ProductGroup_CreateFromDataArrayResult" type="tns:ArrayOfProductGroupHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="ArrayOfProductGroupHandle">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="unbounded" name="ProductGroupHandle" nillable="true" type="tns:ProductGroupHandle" />
        </s:sequence>
      </s:complexType>
      <s:element name="ProductGroup_UpdateFromDataArray">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="dataArray" type="tns:ArrayOfProductGroupData" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="ProductGroup_UpdateFromDataArrayResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="ProductGroup_UpdateFromDataArrayResult" type="tns:ArrayOfProductGroupHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="ProductGroup_UpdateFromData">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="data" type="tns:ProductGroupData" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="ProductGroup_UpdateFromDataResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="ProductGroup_UpdateFromDataResult" type="tns:ProductGroupHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="ProductGroup_GetData">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="entityHandle" type="tns:ProductGroupHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="ProductGroup_GetDataResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="ProductGroup_GetDataResult" type="tns:ProductGroupData" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="ProductGroup_GetDataArray">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="entityHandles" type="tns:ArrayOfProductGroupHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="ProductGroup_GetDataArrayResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="ProductGroup_GetDataArrayResult" type="tns:ArrayOfProductGroupData" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="ProductGroup_GetNumber">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="productGroupHandle" type="tns:ProductGroupHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="ProductGroup_GetNumberResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="ProductGroup_GetNumberResult" type="s:int" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="ProductGroup_GetName">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="productGroupHandle" type="tns:ProductGroupHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="ProductGroup_GetNameResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="ProductGroup_GetNameResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="ProductGroup_SetName">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="productGroupHandle" type="tns:ProductGroupHandle" />
            <s:element minOccurs="0" maxOccurs="1" name="value" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="ProductGroup_SetNameResponse">
        <s:complexType />
      </s:element>
      <s:element name="ProductGroup_GetAccountForVatLiableDebtorInvoicesCurrent">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="productGroupHandle" type="tns:ProductGroupHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="ProductGroup_GetAccountForVatLiableDebtorInvoicesCurrentResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="ProductGroup_GetAccountForVatLiableDebtorInvoicesCurrentResult" type="tns:AccountHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="ProductGroup_SetAccountForVatLiableDebtorInvoicesCurrent">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="productGroupHandle" type="tns:ProductGroupHandle" />
            <s:element minOccurs="0" maxOccurs="1" name="valueHandle" type="tns:AccountHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="ProductGroup_SetAccountForVatLiableDebtorInvoicesCurrentResponse">
        <s:complexType />
      </s:element>
      <s:element name="ProductGroup_GetAccountForVatExemptDebtorInvoicesCurrent">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="productGroupHandle" type="tns:ProductGroupHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="ProductGroup_GetAccountForVatExemptDebtorInvoicesCurrentResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="ProductGroup_GetAccountForVatExemptDebtorInvoicesCurrentResult" type="tns:AccountHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="ProductGroup_SetAccountForVatExemptDebtorInvoicesCurrent">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="productGroupHandle" type="tns:ProductGroupHandle" />
            <s:element minOccurs="0" maxOccurs="1" name="valueHandle" type="tns:AccountHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="ProductGroup_SetAccountForVatExemptDebtorInvoicesCurrentResponse">
        <s:complexType />
      </s:element>
      <s:element name="ProductGroup_SetAccrual">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="productGroupHandle" type="tns:ProductGroupHandle" />
            <s:element minOccurs="0" maxOccurs="1" name="valueHandle" type="tns:AccountHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="ProductGroup_SetAccrualResponse">
        <s:complexType />
      </s:element>
      <s:element name="ProductGroup_GetAccrual">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="productGroupHandle" type="tns:ProductGroupHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="ProductGroup_GetAccrualResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="ProductGroup_GetAccrualResult" type="tns:AccountHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="ProductGroup_Create">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="number" type="s:int" />
            <s:element minOccurs="0" maxOccurs="1" name="name" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="accountForVatLiableDebtorInvoicesCurrentHandle" type="tns:AccountHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="ProductGroup_CreateResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="ProductGroup_CreateResult" type="tns:ProductGroupHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="ProductGroup_GetAll">
        <s:complexType />
      </s:element>
      <s:element name="ProductGroup_GetAllResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="ProductGroup_GetAllResult" type="tns:ArrayOfProductGroupHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="ProductGroup_FindByNumber">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="number" type="s:int" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="ProductGroup_FindByNumberResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="ProductGroup_FindByNumberResult" type="tns:ProductGroupHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="ProductGroup_FindByNumberList">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="numbers" type="tns:ArrayOfInt" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="ProductGroup_FindByNumberListResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="ProductGroup_FindByNumberListResult" type="tns:ArrayOfProductGroupHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="ProductGroup_FindByName">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="name" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="ProductGroup_FindByNameResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="ProductGroup_FindByNameResult" type="tns:ArrayOfProductGroupHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="ProductGroup_GetProducts">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="productGroupHandle" type="tns:ProductGroupHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="ProductGroup_GetProductsResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="ProductGroup_GetProductsResult" type="tns:ArrayOfProductHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="ProductGroup_Delete">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="productGroupHandle" type="tns:ProductGroupHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="ProductGroup_DeleteResponse">
        <s:complexType />
      </s:element>
      <s:element name="ProductPrice_CreateFromData">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="data" type="tns:ProductPriceData" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="ProductPriceData">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="1" name="Handle" type="tns:ProductPriceHandle" />
          <s:element minOccurs="0" maxOccurs="1" name="Id1" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="Id2" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="ProductHandle" type="tns:ProductHandle" />
          <s:element minOccurs="0" maxOccurs="1" name="CurrencyHandle" type="tns:CurrencyHandle" />
          <s:element minOccurs="1" maxOccurs="1" name="Price" type="s:decimal" />
        </s:sequence>
      </s:complexType>
      <s:element name="ProductPrice_CreateFromDataResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="ProductPrice_CreateFromDataResult" type="tns:ProductPriceHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="ProductPrice_CreateFromDataArray">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="dataArray" type="tns:ArrayOfProductPriceData" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="ArrayOfProductPriceData">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="unbounded" name="ProductPriceData" nillable="true" type="tns:ProductPriceData" />
        </s:sequence>
      </s:complexType>
      <s:element name="ProductPrice_CreateFromDataArrayResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="ProductPrice_CreateFromDataArrayResult" type="tns:ArrayOfProductPriceHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="ArrayOfProductPriceHandle">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="unbounded" name="ProductPriceHandle" nillable="true" type="tns:ProductPriceHandle" />
        </s:sequence>
      </s:complexType>
      <s:element name="ProductPrice_UpdateFromDataArray">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="dataArray" type="tns:ArrayOfProductPriceData" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="ProductPrice_UpdateFromDataArrayResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="ProductPrice_UpdateFromDataArrayResult" type="tns:ArrayOfProductPriceHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="ProductPrice_UpdateFromData">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="data" type="tns:ProductPriceData" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="ProductPrice_UpdateFromDataResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="ProductPrice_UpdateFromDataResult" type="tns:ProductPriceHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="ProductPrice_GetData">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="entityHandle" type="tns:ProductPriceHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="ProductPrice_GetDataResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="ProductPrice_GetDataResult" type="tns:ProductPriceData" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="ProductPrice_GetDataArray">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="entityHandles" type="tns:ArrayOfProductPriceHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="ProductPrice_GetDataArrayResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="ProductPrice_GetDataArrayResult" type="tns:ArrayOfProductPriceData" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="ProductPrice_Create">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="productHandle" type="tns:ProductHandle" />
            <s:element minOccurs="0" maxOccurs="1" name="currencyHandle" type="tns:CurrencyHandle" />
            <s:element minOccurs="1" maxOccurs="1" name="price" type="s:decimal" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="ProductPrice_CreateResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="ProductPrice_CreateResult" type="tns:ProductPriceHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="ProductPrice_FindByProductAndCurrency">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="productHandle" type="tns:ProductHandle" />
            <s:element minOccurs="0" maxOccurs="1" name="currencyHandle" type="tns:CurrencyHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="ProductPrice_FindByProductAndCurrencyResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="ProductPrice_FindByProductAndCurrencyResult" type="tns:ProductPriceHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="ProductPrice_FindByProductListAndCurrency">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="productHandles" type="tns:ArrayOfProductHandle" />
            <s:element minOccurs="0" maxOccurs="1" name="currencyHandle" type="tns:CurrencyHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="ProductPrice_FindByProductListAndCurrencyResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="ProductPrice_FindByProductListAndCurrencyResult" type="tns:ArrayOfProductPriceHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="ProductPrice_FindByProductList">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="productHandles" type="tns:ArrayOfProductHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="ProductPrice_FindByProductListResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="ProductPrice_FindByProductListResult" type="tns:ArrayOfProductPriceHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="ProductPrice_FindByCurrency">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="currencyHandle" type="tns:CurrencyHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="ProductPrice_FindByCurrencyResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="ProductPrice_FindByCurrencyResult" type="tns:ArrayOfProductPriceHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="ProductPrice_Delete">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="productPriceHandle" type="tns:ProductPriceHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="ProductPrice_DeleteResponse">
        <s:complexType />
      </s:element>
      <s:element name="ProductPrice_GetProduct">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="productPriceHandle" type="tns:ProductPriceHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="ProductPrice_GetProductResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="ProductPrice_GetProductResult" type="tns:ProductHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="ProductPrice_GetCurrency">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="productPriceHandle" type="tns:ProductPriceHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="ProductPrice_GetCurrencyResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="ProductPrice_GetCurrencyResult" type="tns:CurrencyHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="ProductPrice_GetPrice">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="productPriceHandle" type="tns:ProductPriceHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="ProductPrice_GetPriceResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="ProductPrice_GetPriceResult" type="s:decimal" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Order_GetLayout">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="orderHandle" type="tns:OrderHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Order_GetLayoutResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Order_GetLayoutResult" type="tns:TemplateCollectionHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Order_SetLayout">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="orderHandle" type="tns:OrderHandle" />
            <s:element minOccurs="0" maxOccurs="1" name="valueHandle" type="tns:TemplateCollectionHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Order_SetLayoutResponse">
        <s:complexType />
      </s:element>
      <s:element name="Order_GetDeliveryLocation">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="orderHandle" type="tns:OrderHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Order_GetDeliveryLocationResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Order_GetDeliveryLocationResult" type="tns:DeliveryLocationHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Order_SetDeliveryLocation">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="orderHandle" type="tns:OrderHandle" />
            <s:element minOccurs="0" maxOccurs="1" name="valueHandle" type="tns:DeliveryLocationHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Order_SetDeliveryLocationResponse">
        <s:complexType />
      </s:element>
      <s:element name="Order_GetDeliveryAddress">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="orderHandle" type="tns:OrderHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Order_GetDeliveryAddressResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Order_GetDeliveryAddressResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Order_SetDeliveryAddress">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="orderHandle" type="tns:OrderHandle" />
            <s:element minOccurs="0" maxOccurs="1" name="value" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Order_SetDeliveryAddressResponse">
        <s:complexType />
      </s:element>
      <s:element name="Order_GetDeliveryPostalCode">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="orderHandle" type="tns:OrderHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Order_GetDeliveryPostalCodeResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Order_GetDeliveryPostalCodeResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Order_SetDeliveryPostalCode">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="orderHandle" type="tns:OrderHandle" />
            <s:element minOccurs="0" maxOccurs="1" name="value" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Order_SetDeliveryPostalCodeResponse">
        <s:complexType />
      </s:element>
      <s:element name="Order_GetDeliveryCity">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="orderHandle" type="tns:OrderHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Order_GetDeliveryCityResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Order_GetDeliveryCityResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Order_SetDeliveryCity">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="orderHandle" type="tns:OrderHandle" />
            <s:element minOccurs="0" maxOccurs="1" name="value" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Order_SetDeliveryCityResponse">
        <s:complexType />
      </s:element>
      <s:element name="Order_GetDeliveryCountry">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="orderHandle" type="tns:OrderHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Order_GetDeliveryCountryResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Order_GetDeliveryCountryResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Order_SetDeliveryCountry">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="orderHandle" type="tns:OrderHandle" />
            <s:element minOccurs="0" maxOccurs="1" name="value" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Order_SetDeliveryCountryResponse">
        <s:complexType />
      </s:element>
      <s:element name="Order_GetTermsOfDelivery">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="orderHandle" type="tns:OrderHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Order_GetTermsOfDeliveryResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Order_GetTermsOfDeliveryResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Order_SetTermsOfDelivery">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="orderHandle" type="tns:OrderHandle" />
            <s:element minOccurs="0" maxOccurs="1" name="value" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Order_SetTermsOfDeliveryResponse">
        <s:complexType />
      </s:element>
      <s:element name="Order_GetDeliveryDate">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="orderHandle" type="tns:OrderHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Order_GetDeliveryDateResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="Order_GetDeliveryDateResult" nillable="true" type="s:dateTime" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Order_SetDeliveryDate">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="orderHandle" type="tns:OrderHandle" />
            <s:element minOccurs="1" maxOccurs="1" name="value" nillable="true" type="s:dateTime" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Order_SetDeliveryDateResponse">
        <s:complexType />
      </s:element>
      <s:element name="Order_GetHeading">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="orderHandle" type="tns:OrderHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Order_GetHeadingResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Order_GetHeadingResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Order_SetHeading">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="orderHandle" type="tns:OrderHandle" />
            <s:element minOccurs="0" maxOccurs="1" name="value" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Order_SetHeadingResponse">
        <s:complexType />
      </s:element>
      <s:element name="Order_GetTextLine1">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="orderHandle" type="tns:OrderHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Order_GetTextLine1Response">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Order_GetTextLine1Result" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Order_SetTextLine1">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="orderHandle" type="tns:OrderHandle" />
            <s:element minOccurs="0" maxOccurs="1" name="value" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Order_SetTextLine1Response">
        <s:complexType />
      </s:element>
      <s:element name="Order_GetTextLine2">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="orderHandle" type="tns:OrderHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Order_GetTextLine2Response">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Order_GetTextLine2Result" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Order_SetTextLine2">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="orderHandle" type="tns:OrderHandle" />
            <s:element minOccurs="0" maxOccurs="1" name="value" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Order_SetTextLine2Response">
        <s:complexType />
      </s:element>
      <s:element name="Order_GetOtherReference">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="orderHandle" type="tns:OrderHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Order_GetOtherReferenceResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Order_GetOtherReferenceResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Order_SetOtherReference">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="orderHandle" type="tns:OrderHandle" />
            <s:element minOccurs="0" maxOccurs="1" name="value" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Order_SetOtherReferenceResponse">
        <s:complexType />
      </s:element>
      <s:element name="Order_GetIsArchived">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="orderHandle" type="tns:OrderHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Order_GetIsArchivedResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="Order_GetIsArchivedResult" type="s:boolean" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Order_GetIsSent">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="orderHandle" type="tns:OrderHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Order_GetIsSentResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="Order_GetIsSentResult" type="s:boolean" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Order_GetNetAmount">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="orderHandle" type="tns:OrderHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Order_GetNetAmountResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="Order_GetNetAmountResult" type="s:decimal" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Order_GetVatAmount">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="orderHandle" type="tns:OrderHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Order_GetVatAmountResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="Order_GetVatAmountResult" type="s:decimal" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Order_GetGrossAmount">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="orderHandle" type="tns:OrderHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Order_GetGrossAmountResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="Order_GetGrossAmountResult" type="s:decimal" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Order_GetMargin">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="orderHandle" type="tns:OrderHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Order_GetMarginResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="Order_GetMarginResult" type="s:decimal" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Order_GetMarginAsPercent">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="orderHandle" type="tns:OrderHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Order_GetMarginAsPercentResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="Order_GetMarginAsPercentResult" type="s:decimal" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Order_GetRoundingAmount">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="orderHandle" type="tns:OrderHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Order_GetRoundingAmountResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="Order_GetRoundingAmountResult" type="s:decimal" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Order_GetDebtorCounty">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="orderHandle" type="tns:OrderHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Order_GetDebtorCountyResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Order_GetDebtorCountyResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Order_SetDebtorCounty">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="orderHandle" type="tns:OrderHandle" />
            <s:element minOccurs="0" maxOccurs="1" name="value" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Order_SetDebtorCountyResponse">
        <s:complexType />
      </s:element>
      <s:element name="Order_GetDeliveryCounty">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="orderHandle" type="tns:OrderHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Order_GetDeliveryCountyResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Order_GetDeliveryCountyResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Order_SetDeliveryCounty">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="orderHandle" type="tns:OrderHandle" />
            <s:element minOccurs="0" maxOccurs="1" name="value" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Order_SetDeliveryCountyResponse">
        <s:complexType />
      </s:element>
      <s:element name="OrderLine_CreateFromData">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="data" type="tns:OrderLineData" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="OrderLineData">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="1" name="Handle" type="tns:OrderLineHandle" />
          <s:element minOccurs="0" maxOccurs="1" name="Id" type="s:int" />
          <s:element minOccurs="1" maxOccurs="1" name="Number" type="s:int" />
          <s:element minOccurs="0" maxOccurs="1" name="OrderHandle" type="tns:OrderHandle" />
          <s:element minOccurs="0" maxOccurs="1" name="Description" type="s:string" />
          <s:element minOccurs="1" maxOccurs="1" name="DeliveryDate" nillable="true" type="s:dateTime" />
          <s:element minOccurs="0" maxOccurs="1" name="UnitHandle" type="tns:UnitHandle" />
          <s:element minOccurs="0" maxOccurs="1" name="ProductHandle" type="tns:ProductHandle" />
          <s:element minOccurs="1" maxOccurs="1" name="Quantity" nillable="true" type="s:decimal" />
          <s:element minOccurs="1" maxOccurs="1" name="UnitNetPrice" nillable="true" type="s:decimal" />
          <s:element minOccurs="1" maxOccurs="1" name="DiscountAsPercent" type="s:decimal" />
          <s:element minOccurs="0" maxOccurs="1" name="UnitCostPrice" type="s:decimal" />
          <s:element minOccurs="1" maxOccurs="1" name="TotalNetAmount" nillable="true" type="s:decimal" />
          <s:element minOccurs="1" maxOccurs="1" name="TotalMargin" type="s:decimal" />
          <s:element minOccurs="1" maxOccurs="1" name="MarginAsPercent" type="s:decimal" />
          <s:element minOccurs="0" maxOccurs="1" name="DepartmentHandle" type="tns:DepartmentHandle" />
          <s:element minOccurs="0" maxOccurs="1" name="DistributionKeyHandle" type="tns:DistributionKeyHandle" />
          <s:element minOccurs="0" maxOccurs="1" name="InventoryLocationHandle" type="tns:InventoryLocationHandle" />
        </s:sequence>
      </s:complexType>
      <s:complexType name="OrderLineHandle">
        <s:sequence>
          <s:element minOccurs="1" maxOccurs="1" name="Id" type="s:int" />
          <s:element minOccurs="1" maxOccurs="1" name="Number" type="s:int" />
        </s:sequence>
      </s:complexType>
      <s:element name="OrderLine_CreateFromDataResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="OrderLine_CreateFromDataResult" type="tns:OrderLineHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="OrderLine_CreateFromDataArray">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="dataArray" type="tns:ArrayOfOrderLineData" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="ArrayOfOrderLineData">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="unbounded" name="OrderLineData" nillable="true" type="tns:OrderLineData" />
        </s:sequence>
      </s:complexType>
      <s:element name="OrderLine_CreateFromDataArrayResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="OrderLine_CreateFromDataArrayResult" type="tns:ArrayOfOrderLineHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="ArrayOfOrderLineHandle">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="unbounded" name="OrderLineHandle" nillable="true" type="tns:OrderLineHandle" />
        </s:sequence>
      </s:complexType>
      <s:element name="OrderLine_UpdateFromDataArray">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="dataArray" type="tns:ArrayOfOrderLineData" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="OrderLine_UpdateFromDataArrayResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="OrderLine_UpdateFromDataArrayResult" type="tns:ArrayOfOrderLineHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="OrderLine_UpdateFromData">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="data" type="tns:OrderLineData" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="OrderLine_UpdateFromDataResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="OrderLine_UpdateFromDataResult" type="tns:OrderLineHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="OrderLine_GetData">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="entityHandle" type="tns:OrderLineHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="OrderLine_GetDataResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="OrderLine_GetDataResult" type="tns:OrderLineData" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="OrderLine_GetDataArray">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="entityHandles" type="tns:ArrayOfOrderLineHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="OrderLine_GetDataArrayResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="OrderLine_GetDataArrayResult" type="tns:ArrayOfOrderLineData" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="OrderLine_GetNumber">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="orderLineHandle" type="tns:OrderLineHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="OrderLine_GetNumberResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="OrderLine_GetNumberResult" type="s:int" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="OrderLine_GetOrder">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="orderLineHandle" type="tns:OrderLineHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="OrderLine_GetOrderResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="OrderLine_GetOrderResult" type="tns:OrderHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="OrderLine_GetDescription">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="orderLineHandle" type="tns:OrderLineHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="OrderLine_GetDescriptionResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="OrderLine_GetDescriptionResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="OrderLine_SetDescription">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="orderLineHandle" type="tns:OrderLineHandle" />
            <s:element minOccurs="0" maxOccurs="1" name="value" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="OrderLine_SetDescriptionResponse">
        <s:complexType />
      </s:element>
      <s:element name="OrderLine_GetDeliveryDate">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="orderLineHandle" type="tns:OrderLineHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="OrderLine_GetDeliveryDateResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="OrderLine_GetDeliveryDateResult" nillable="true" type="s:dateTime" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="OrderLine_SetDeliveryDate">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="orderLineHandle" type="tns:OrderLineHandle" />
            <s:element minOccurs="1" maxOccurs="1" name="value" nillable="true" type="s:dateTime" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="OrderLine_SetDeliveryDateResponse">
        <s:complexType />
      </s:element>
      <s:element name="OrderLine_GetUnit">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="orderLineHandle" type="tns:OrderLineHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="OrderLine_GetUnitResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="OrderLine_GetUnitResult" type="tns:UnitHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="OrderLine_SetUnit">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="orderLineHandle" type="tns:OrderLineHandle" />
            <s:element minOccurs="0" maxOccurs="1" name="valueHandle" type="tns:UnitHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="OrderLine_SetUnitResponse">
        <s:complexType />
      </s:element>
      <s:element name="OrderLine_SetProduct">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="orderLineHandle" type="tns:OrderLineHandle" />
            <s:element minOccurs="0" maxOccurs="1" name="valueHandle" type="tns:ProductHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="OrderLine_SetProductResponse">
        <s:complexType />
      </s:element>
      <s:element name="OrderLine_GetProduct">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="orderLineHandle" type="tns:OrderLineHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="OrderLine_GetProductResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="OrderLine_GetProductResult" type="tns:ProductHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="OrderLine_GetQuantity">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="orderLineHandle" type="tns:OrderLineHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="OrderLine_GetQuantityResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="OrderLine_GetQuantityResult" nillable="true" type="s:decimal" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="OrderLine_SetQuantity">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="orderLineHandle" type="tns:OrderLineHandle" />
            <s:element minOccurs="1" maxOccurs="1" name="value" nillable="true" type="s:decimal" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="OrderLine_SetQuantityResponse">
        <s:complexType />
      </s:element>
      <s:element name="OrderLine_GetUnitNetPrice">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="orderLineHandle" type="tns:OrderLineHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="OrderLine_GetUnitNetPriceResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="OrderLine_GetUnitNetPriceResult" nillable="true" type="s:decimal" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="OrderLine_SetUnitNetPrice">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="orderLineHandle" type="tns:OrderLineHandle" />
            <s:element minOccurs="1" maxOccurs="1" name="value" nillable="true" type="s:decimal" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="OrderLine_SetUnitNetPriceResponse">
        <s:complexType />
      </s:element>
      <s:element name="OrderLine_SetUnitCostPrice">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="orderLineHandle" type="tns:OrderLineHandle" />
            <s:element minOccurs="1" maxOccurs="1" name="value" nillable="true" type="s:decimal" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="OrderLine_SetUnitCostPriceResponse">
        <s:complexType />
      </s:element>
      <s:element name="OrderLine_GetDiscountAsPercent">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="orderLineHandle" type="tns:OrderLineHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="OrderLine_GetDiscountAsPercentResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="OrderLine_GetDiscountAsPercentResult" type="s:decimal" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="OrderLine_SetDiscountAsPercent">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="orderLineHandle" type="tns:OrderLineHandle" />
            <s:element minOccurs="1" maxOccurs="1" name="value" type="s:decimal" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="OrderLine_SetDiscountAsPercentResponse">
        <s:complexType />
      </s:element>
      <s:element name="OrderLine_GetUnitCostPrice">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="orderLineHandle" type="tns:OrderLineHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="OrderLine_GetUnitCostPriceResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="OrderLine_GetUnitCostPriceResult" type="s:decimal" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="OrderLine_GetTotalNetAmount">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="orderLineHandle" type="tns:OrderLineHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="OrderLine_GetTotalNetAmountResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="OrderLine_GetTotalNetAmountResult" nillable="true" type="s:decimal" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="OrderLine_GetTotalMargin">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="orderLineHandle" type="tns:OrderLineHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="OrderLine_GetTotalMarginResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="OrderLine_GetTotalMarginResult" type="s:decimal" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="OrderLine_GetMarginAsPercent">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="orderLineHandle" type="tns:OrderLineHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="OrderLine_GetMarginAsPercentResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="OrderLine_GetMarginAsPercentResult" type="s:decimal" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="OrderLine_GetDepartment">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="orderLineHandle" type="tns:OrderLineHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="OrderLine_GetDepartmentResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="OrderLine_GetDepartmentResult" type="tns:DepartmentHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="OrderLine_SetDepartment">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="orderLineHandle" type="tns:OrderLineHandle" />
            <s:element minOccurs="0" maxOccurs="1" name="valueHandle" type="tns:DepartmentHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="OrderLine_SetDepartmentResponse">
        <s:complexType />
      </s:element>
      <s:element name="OrderLine_SetDistributionKey">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="orderLineHandle" type="tns:OrderLineHandle" />
            <s:element minOccurs="0" maxOccurs="1" name="valueHandle" type="tns:DistributionKeyHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="OrderLine_SetDistributionKeyResponse">
        <s:complexType />
      </s:element>
      <s:element name="OrderLine_GetDistributionKey">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="orderLineHandle" type="tns:OrderLineHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="OrderLine_GetDistributionKeyResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="OrderLine_GetDistributionKeyResult" type="tns:DistributionKeyHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="OrderLine_Create">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="orderHandle" type="tns:OrderHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="OrderLine_CreateResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="OrderLine_CreateResult" type="tns:OrderLineHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="OrderLine_GetAll">
        <s:complexType />
      </s:element>
      <s:element name="OrderLine_GetAllResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="OrderLine_GetAllResult" type="tns:ArrayOfOrderLineHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="OrderLine_FindByProduct">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="productHandle" type="tns:ProductHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="OrderLine_FindByProductResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="OrderLine_FindByProductResult" type="tns:ArrayOfOrderLineHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="OrderLine_FindByProductList">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="products" type="tns:ArrayOfProductHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="OrderLine_FindByProductListResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="OrderLine_FindByProductListResult" type="tns:ArrayOfOrderLineHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="OrderLine_Delete">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="orderLineHandle" type="tns:OrderLineHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="OrderLine_DeleteResponse">
        <s:complexType />
      </s:element>
      <s:element name="PriceGroup_CreateFromData">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="data" type="tns:PriceGroupData" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="PriceGroupData">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="1" name="Handle" type="tns:PriceGroupHandle" />
          <s:element minOccurs="1" maxOccurs="1" name="Number" type="s:int" />
          <s:element minOccurs="0" maxOccurs="1" name="Name" type="s:string" />
        </s:sequence>
      </s:complexType>
      <s:element name="PriceGroup_CreateFromDataResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="PriceGroup_CreateFromDataResult" type="tns:PriceGroupHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="PriceGroup_CreateFromDataArray">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="dataArray" type="tns:ArrayOfPriceGroupData" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="ArrayOfPriceGroupData">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="unbounded" name="PriceGroupData" nillable="true" type="tns:PriceGroupData" />
        </s:sequence>
      </s:complexType>
      <s:element name="PriceGroup_CreateFromDataArrayResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="PriceGroup_CreateFromDataArrayResult" type="tns:ArrayOfPriceGroupHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="PriceGroup_UpdateFromDataArray">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="dataArray" type="tns:ArrayOfPriceGroupData" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="PriceGroup_UpdateFromDataArrayResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="PriceGroup_UpdateFromDataArrayResult" type="tns:ArrayOfPriceGroupHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="PriceGroup_UpdateFromData">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="data" type="tns:PriceGroupData" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="PriceGroup_UpdateFromDataResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="PriceGroup_UpdateFromDataResult" type="tns:PriceGroupHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="PriceGroup_GetData">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="entityHandle" type="tns:PriceGroupHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="PriceGroup_GetDataResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="PriceGroup_GetDataResult" type="tns:PriceGroupData" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="PriceGroup_GetDataArray">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="entityHandles" type="tns:ArrayOfPriceGroupHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="PriceGroup_GetDataArrayResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="PriceGroup_GetDataArrayResult" type="tns:ArrayOfPriceGroupData" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="PriceGroup_Create">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="name" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="PriceGroup_CreateResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="PriceGroup_CreateResult" type="tns:PriceGroupHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="PriceGroup_GetNumber">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="priceGroupHandle" type="tns:PriceGroupHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="PriceGroup_GetNumberResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="PriceGroup_GetNumberResult" type="s:int" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="PriceGroup_GetName">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="priceGroupHandle" type="tns:PriceGroupHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="PriceGroup_GetNameResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="PriceGroup_GetNameResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="PriceGroup_SetName">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="priceGroupHandle" type="tns:PriceGroupHandle" />
            <s:element minOccurs="0" maxOccurs="1" name="value" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="PriceGroup_SetNameResponse">
        <s:complexType />
      </s:element>
      <s:element name="PriceGroup_GetAll">
        <s:complexType />
      </s:element>
      <s:element name="PriceGroup_GetAllResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="PriceGroup_GetAllResult" type="tns:ArrayOfPriceGroupHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="PriceGroup_FindByNumber">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="number" type="s:int" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="PriceGroup_FindByNumberResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="PriceGroup_FindByNumberResult" type="tns:PriceGroupHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="PriceGroup_FindByNumberList">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="numbers" type="tns:ArrayOfInt" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="PriceGroup_FindByNumberListResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="PriceGroup_FindByNumberListResult" type="tns:ArrayOfPriceGroupHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="MileageEntry_GetData">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="entityHandle" type="tns:MileageEntryHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="MileageEntry_GetDataResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="MileageEntry_GetDataResult" type="tns:MileageEntryData" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="MileageEntryData">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="1" name="Handle" type="tns:MileageEntryHandle" />
          <s:element minOccurs="1" maxOccurs="1" name="Id" type="s:int" />
          <s:element minOccurs="0" maxOccurs="1" name="ProjectHandle" type="tns:ProjectHandle" />
          <s:element minOccurs="0" maxOccurs="1" name="EmployeeHandle" type="tns:EmployeeHandle" />
          <s:element minOccurs="1" maxOccurs="1" name="Date" type="s:dateTime" />
          <s:element minOccurs="0" maxOccurs="1" name="StartLocation" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="EndLocation" type="s:string" />
          <s:element minOccurs="1" maxOccurs="1" name="Distance" type="s:decimal" />
          <s:element minOccurs="1" maxOccurs="1" name="Approved" type="s:boolean" />
          <s:element minOccurs="1" maxOccurs="1" name="SalesRate" nillable="true" type="s:decimal" />
          <s:element minOccurs="1" maxOccurs="1" name="CostRate" nillable="true" type="s:decimal" />
          <s:element minOccurs="0" maxOccurs="1" name="SalesPrice" type="s:decimal" />
          <s:element minOccurs="0" maxOccurs="1" name="CostPrice" type="s:decimal" />
        </s:sequence>
      </s:complexType>
      <s:element name="MileageEntry_GetDataArray">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="entityHandles" type="tns:ArrayOfMileageEntryHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="MileageEntry_GetDataArrayResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="MileageEntry_GetDataArrayResult" type="tns:ArrayOfMileageEntryData" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="ArrayOfMileageEntryData">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="unbounded" name="MileageEntryData" nillable="true" type="tns:MileageEntryData" />
        </s:sequence>
      </s:complexType>
      <s:element name="MileageEntry_Create">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="projectHandle" type="tns:ProjectHandle" />
            <s:element minOccurs="0" maxOccurs="1" name="employeeHandle" type="tns:EmployeeHandle" />
            <s:element minOccurs="1" maxOccurs="1" name="date" type="s:dateTime" />
            <s:element minOccurs="0" maxOccurs="1" name="startLocation" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="endLocation" type="s:string" />
            <s:element minOccurs="1" maxOccurs="1" name="distance" type="s:decimal" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="MileageEntry_CreateResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="MileageEntry_CreateResult" type="tns:MileageEntryHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="MileageEntry_GetAll">
        <s:complexType />
      </s:element>
      <s:element name="MileageEntry_GetAllResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="MileageEntry_GetAllResult" type="tns:ArrayOfMileageEntryHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="MileageEntry_Delete">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="mileageEntryHandle" type="tns:MileageEntryHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="MileageEntry_DeleteResponse">
        <s:complexType />
      </s:element>
      <s:element name="MileageEntry_GetId">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="mileageEntryHandle" type="tns:MileageEntryHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="MileageEntry_GetIdResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="MileageEntry_GetIdResult" type="s:int" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="MileageEntry_GetProject">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="mileageEntryHandle" type="tns:MileageEntryHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="MileageEntry_GetProjectResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="MileageEntry_GetProjectResult" type="tns:ProjectHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="MileageEntry_SetProject">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="mileageEntryHandle" type="tns:MileageEntryHandle" />
            <s:element minOccurs="0" maxOccurs="1" name="valueHandle" type="tns:ProjectHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="MileageEntry_SetProjectResponse">
        <s:complexType />
      </s:element>
      <s:element name="MileageEntry_GetEmployee">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="mileageEntryHandle" type="tns:MileageEntryHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="MileageEntry_GetEmployeeResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="MileageEntry_GetEmployeeResult" type="tns:EmployeeHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="MileageEntry_SetEmployee">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="mileageEntryHandle" type="tns:MileageEntryHandle" />
            <s:element minOccurs="0" maxOccurs="1" name="valueHandle" type="tns:EmployeeHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="MileageEntry_SetEmployeeResponse">
        <s:complexType />
      </s:element>
      <s:element name="MileageEntry_GetDate">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="mileageEntryHandle" type="tns:MileageEntryHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="MileageEntry_GetDateResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="MileageEntry_GetDateResult" type="s:dateTime" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="MileageEntry_GetSalesPrice">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="mileageEntryHandle" type="tns:MileageEntryHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="MileageEntry_GetSalesPriceResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="MileageEntry_GetSalesPriceResult" type="s:decimal" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="MileageEntry_GetCostPrice">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="mileageEntryHandle" type="tns:MileageEntryHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="MileageEntry_GetCostPriceResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="MileageEntry_GetCostPriceResult" type="s:decimal" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="MileageEntry_GetCostRate">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="mileageEntryHandle" type="tns:MileageEntryHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="MileageEntry_GetCostRateResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="MileageEntry_GetCostRateResult" nillable="true" type="s:decimal" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="MileageEntry_GetSalesRate">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="mileageEntryHandle" type="tns:MileageEntryHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="MileageEntry_GetSalesRateResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="MileageEntry_GetSalesRateResult" nillable="true" type="s:decimal" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="MileageEntry_SetDate">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="mileageEntryHandle" type="tns:MileageEntryHandle" />
            <s:element minOccurs="1" maxOccurs="1" name="value" type="s:dateTime" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="MileageEntry_SetDateResponse">
        <s:complexType />
      </s:element>
      <s:element name="MileageEntry_GetStartLocation">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="mileageEntryHandle" type="tns:MileageEntryHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="MileageEntry_GetStartLocationResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="MileageEntry_GetStartLocationResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="MileageEntry_SetStartLocation">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="mileageEntryHandle" type="tns:MileageEntryHandle" />
            <s:element minOccurs="0" maxOccurs="1" name="value" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="MileageEntry_SetStartLocationResponse">
        <s:complexType />
      </s:element>
      <s:element name="MileageEntry_GetEndLocation">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="mileageEntryHandle" type="tns:MileageEntryHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="MileageEntry_GetEndLocationResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="MileageEntry_GetEndLocationResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="MileageEntry_SetEndLocation">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="mileageEntryHandle" type="tns:MileageEntryHandle" />
            <s:element minOccurs="0" maxOccurs="1" name="value" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="MileageEntry_SetEndLocationResponse">
        <s:complexType />
      </s:element>
      <s:element name="MileageEntry_GetDistance">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="mileageEntryHandle" type="tns:MileageEntryHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="MileageEntry_GetDistanceResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="MileageEntry_GetDistanceResult" type="s:decimal" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="MileageEntry_SetDistance">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="mileageEntryHandle" type="tns:MileageEntryHandle" />
            <s:element minOccurs="1" maxOccurs="1" name="value" type="s:decimal" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="MileageEntry_SetDistanceResponse">
        <s:complexType />
      </s:element>
      <s:element name="MileageEntry_GetApproved">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="mileageEntryHandle" type="tns:MileageEntryHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="MileageEntry_GetApprovedResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="MileageEntry_GetApprovedResult" type="s:boolean" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="MileageEntry_ApproveEntries">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="mileageEntryHandles" type="tns:ArrayOfMileageEntryHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="MileageEntry_ApproveEntriesResponse">
        <s:complexType />
      </s:element>
      <s:element name="Order_CreateFromData">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="data" type="tns:OrderData" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="OrderData">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="1" name="Handle" type="tns:OrderHandle" />
          <s:element minOccurs="0" maxOccurs="1" name="Id" type="s:int" />
          <s:element minOccurs="0" maxOccurs="1" name="DebtorHandle" type="tns:DebtorHandle" />
          <s:element minOccurs="0" maxOccurs="1" name="ProjectHandle" type="tns:ProjectHandle" />
          <s:element minOccurs="1" maxOccurs="1" name="Number" type="s:int" />
          <s:element minOccurs="0" maxOccurs="1" name="DebtorName" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="DebtorAddress" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="DebtorPostalCode" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="DebtorCity" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="DebtorCountry" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="DebtorEan" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="PublicEntryNumber" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="AttentionHandle" type="tns:DebtorContactHandle" />
          <s:element minOccurs="0" maxOccurs="1" name="YourReferenceHandle" type="tns:DebtorContactHandle" />
          <s:element minOccurs="0" maxOccurs="1" name="OurReferenceHandle" type="tns:EmployeeHandle" />
          <s:element minOccurs="0" maxOccurs="1" name="OurReference2Handle" type="tns:EmployeeHandle" />
          <s:element minOccurs="1" maxOccurs="1" name="Date" type="s:dateTime" />
          <s:element minOccurs="0" maxOccurs="1" name="TermOfPaymentHandle" type="tns:TermOfPaymentHandle" />
          <s:element minOccurs="1" maxOccurs="1" name="DueDate" nillable="true" type="s:dateTime" />
          <s:element minOccurs="0" maxOccurs="1" name="CurrencyHandle" type="tns:CurrencyHandle" />
          <s:element minOccurs="1" maxOccurs="1" name="ExchangeRate" type="s:decimal" />
          <s:element minOccurs="1" maxOccurs="1" name="IsVatIncluded" type="s:boolean" />
          <s:element minOccurs="0" maxOccurs="1" name="LayoutHandle" type="tns:TemplateCollectionHandle" />
          <s:element minOccurs="0" maxOccurs="1" name="DeliveryLocationHandle" type="tns:DeliveryLocationHandle" />
          <s:element minOccurs="0" maxOccurs="1" name="DeliveryAddress" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="DeliveryPostalCode" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="DeliveryCity" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="DeliveryCountry" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="TermsOfDelivery" type="s:string" />
          <s:element minOccurs="1" maxOccurs="1" name="DeliveryDate" nillable="true" type="s:dateTime" />
          <s:element minOccurs="0" maxOccurs="1" name="Heading" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="TextLine1" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="TextLine2" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="OtherReference" type="s:string" />
          <s:element minOccurs="1" maxOccurs="1" name="IsArchived" type="s:boolean" />
          <s:element minOccurs="1" maxOccurs="1" name="IsSent" type="s:boolean" />
          <s:element minOccurs="1" maxOccurs="1" name="NetAmount" type="s:decimal" />
          <s:element minOccurs="1" maxOccurs="1" name="VatAmount" type="s:decimal" />
          <s:element minOccurs="1" maxOccurs="1" name="GrossAmount" type="s:decimal" />
          <s:element minOccurs="1" maxOccurs="1" name="Margin" type="s:decimal" />
          <s:element minOccurs="1" maxOccurs="1" name="MarginAsPercent" type="s:decimal" />
          <s:element minOccurs="0" maxOccurs="1" name="RoundingAmount" type="s:decimal" />
          <s:element minOccurs="0" maxOccurs="1" name="DebtorCounty" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="DeliveryCounty" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="VatZone" type="tns:ExtendedVatZoneHandle" />
        </s:sequence>
      </s:complexType>
      <s:element name="Order_CreateFromDataResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Order_CreateFromDataResult" type="tns:OrderHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Order_CreateFromDataArray">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="dataArray" type="tns:ArrayOfOrderData" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="ArrayOfOrderData">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="unbounded" name="OrderData" nillable="true" type="tns:OrderData" />
        </s:sequence>
      </s:complexType>
      <s:element name="Order_CreateFromDataArrayResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Order_CreateFromDataArrayResult" type="tns:ArrayOfOrderHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="ArrayOfOrderHandle">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="unbounded" name="OrderHandle" nillable="true" type="tns:OrderHandle" />
        </s:sequence>
      </s:complexType>
      <s:element name="Order_UpdateFromDataArray">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="dataArray" type="tns:ArrayOfOrderData" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Order_UpdateFromDataArrayResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Order_UpdateFromDataArrayResult" type="tns:ArrayOfOrderHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Order_UpdateFromData">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="data" type="tns:OrderData" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Order_UpdateFromDataResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Order_UpdateFromDataResult" type="tns:OrderHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Order_GetData">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="entityHandle" type="tns:OrderHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Order_GetDataResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Order_GetDataResult" type="tns:OrderData" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Order_GetDataArray">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="entityHandles" type="tns:ArrayOfOrderHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Order_GetDataArrayResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Order_GetDataArrayResult" type="tns:ArrayOfOrderData" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Order_Create">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="debtorHandle" type="tns:DebtorHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Order_CreateResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Order_CreateResult" type="tns:OrderHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Order_GetPdf">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="orderHandle" type="tns:OrderHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Order_GetPdfResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Order_GetPdfResult" type="s:base64Binary" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Order_GetAll">
        <s:complexType />
      </s:element>
      <s:element name="Order_GetAllResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Order_GetAllResult" type="tns:ArrayOfOrderHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Order_GetAllCurrent">
        <s:complexType />
      </s:element>
      <s:element name="Order_GetAllCurrentResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Order_GetAllCurrentResult" type="tns:ArrayOfOrderHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Order_FindByOtherReference">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="otherReference" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Order_FindByOtherReferenceResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Order_FindByOtherReferenceResult" type="tns:ArrayOfOrderHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Order_FindByNumber">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="number" type="s:int" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Order_FindByNumberResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Order_FindByNumberResult" type="tns:OrderHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Order_FindByNumberInterval">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="minNumber" type="s:int" />
            <s:element minOccurs="1" maxOccurs="1" name="maxNumber" type="s:int" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Order_FindByNumberIntervalResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Order_FindByNumberIntervalResult" type="tns:ArrayOfOrderHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Order_FindByDateInterval">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="first" type="s:dateTime" />
            <s:element minOccurs="1" maxOccurs="1" name="last" type="s:dateTime" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Order_FindByDateIntervalResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Order_FindByDateIntervalResult" type="tns:ArrayOfOrderHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Order_GetAllUpdated">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="fromDate" type="s:dateTime" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Order_GetAllUpdatedResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Order_GetAllUpdatedResult" type="tns:ArrayOfOrderHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Order_GetLines">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="orderHandle" type="tns:OrderHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Order_GetLinesResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Order_GetLinesResult" type="tns:ArrayOfOrderLineHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Order_RegisterAsSent">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="orderHandle" type="tns:OrderHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Order_RegisterAsSentResponse">
        <s:complexType />
      </s:element>
      <s:element name="Order_CancelSentStatus">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="orderHandle" type="tns:OrderHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Order_CancelSentStatusResponse">
        <s:complexType />
      </s:element>
      <s:element name="Order_UpgradeToInvoice">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="orderHandle" type="tns:OrderHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Order_UpgradeToInvoiceResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Order_UpgradeToInvoiceResult" type="tns:CurrentInvoiceHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="CurrentInvoiceHandle">
        <s:sequence>
          <s:element minOccurs="1" maxOccurs="1" name="Id" type="s:int" />
        </s:sequence>
      </s:complexType>
      <s:element name="Order_Delete">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="orderHandle" type="tns:OrderHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Order_DeleteResponse">
        <s:complexType />
      </s:element>
      <s:element name="Order_GetDebtor">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="orderHandle" type="tns:OrderHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Order_GetDebtorResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Order_GetDebtorResult" type="tns:DebtorHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Order_SetDebtor">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="orderHandle" type="tns:OrderHandle" />
            <s:element minOccurs="0" maxOccurs="1" name="valueHandle" type="tns:DebtorHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Order_SetDebtorResponse">
        <s:complexType />
      </s:element>
      <s:element name="Order_GetNumber">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="orderHandle" type="tns:OrderHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Order_GetNumberResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="Order_GetNumberResult" type="s:int" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Order_GetDebtorName">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="orderHandle" type="tns:OrderHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Order_GetDebtorNameResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Order_GetDebtorNameResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Order_SetDebtorName">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="orderHandle" type="tns:OrderHandle" />
            <s:element minOccurs="0" maxOccurs="1" name="value" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Order_SetDebtorNameResponse">
        <s:complexType />
      </s:element>
      <s:element name="Order_GetDebtorAddress">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="orderHandle" type="tns:OrderHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Order_GetDebtorAddressResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Order_GetDebtorAddressResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Order_SetDebtorAddress">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="orderHandle" type="tns:OrderHandle" />
            <s:element minOccurs="0" maxOccurs="1" name="value" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Order_SetDebtorAddressResponse">
        <s:complexType />
      </s:element>
      <s:element name="Order_GetDebtorPostalCode">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="orderHandle" type="tns:OrderHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Order_GetDebtorPostalCodeResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Order_GetDebtorPostalCodeResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Order_SetDebtorPostalCode">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="orderHandle" type="tns:OrderHandle" />
            <s:element minOccurs="0" maxOccurs="1" name="value" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Order_SetDebtorPostalCodeResponse">
        <s:complexType />
      </s:element>
      <s:element name="Order_GetDebtorCity">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="orderHandle" type="tns:OrderHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Order_GetDebtorCityResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Order_GetDebtorCityResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Order_SetDebtorCity">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="orderHandle" type="tns:OrderHandle" />
            <s:element minOccurs="0" maxOccurs="1" name="value" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Order_SetDebtorCityResponse">
        <s:complexType />
      </s:element>
      <s:element name="Order_GetDebtorCountry">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="orderHandle" type="tns:OrderHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Order_GetDebtorCountryResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Order_GetDebtorCountryResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Order_SetDebtorCountry">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="orderHandle" type="tns:OrderHandle" />
            <s:element minOccurs="0" maxOccurs="1" name="value" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Order_SetDebtorCountryResponse">
        <s:complexType />
      </s:element>
      <s:element name="Order_GetDebtorEan">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="orderHandle" type="tns:OrderHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Order_GetDebtorEanResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Order_GetDebtorEanResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Order_SetDebtorEan">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="orderHandle" type="tns:OrderHandle" />
            <s:element minOccurs="0" maxOccurs="1" name="value" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Order_SetDebtorEanResponse">
        <s:complexType />
      </s:element>
      <s:element name="Order_GetProject">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="orderHandle" type="tns:OrderHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Order_GetProjectResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Order_GetProjectResult" type="tns:ProjectHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Order_SetProject">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="orderHandle" type="tns:OrderHandle" />
            <s:element minOccurs="0" maxOccurs="1" name="projectHandle" type="tns:ProjectHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Order_SetProjectResponse">
        <s:complexType />
      </s:element>
      <s:element name="Order_GetPublicEntryNumber">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="orderHandle" type="tns:OrderHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Order_GetPublicEntryNumberResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Order_GetPublicEntryNumberResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Order_SetPublicEntryNumber">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="orderHandle" type="tns:OrderHandle" />
            <s:element minOccurs="0" maxOccurs="1" name="value" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Order_SetPublicEntryNumberResponse">
        <s:complexType />
      </s:element>
      <s:element name="Order_GetAttention">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="orderHandle" type="tns:OrderHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Order_GetAttentionResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Order_GetAttentionResult" type="tns:DebtorContactHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Order_SetAttention">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="orderHandle" type="tns:OrderHandle" />
            <s:element minOccurs="0" maxOccurs="1" name="valueHandle" type="tns:DebtorContactHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Order_SetAttentionResponse">
        <s:complexType />
      </s:element>
      <s:element name="Order_GetYourReference">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="orderHandle" type="tns:OrderHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Order_GetYourReferenceResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Order_GetYourReferenceResult" type="tns:DebtorContactHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Order_SetYourReference">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="orderHandle" type="tns:OrderHandle" />
            <s:element minOccurs="0" maxOccurs="1" name="valueHandle" type="tns:DebtorContactHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Order_SetYourReferenceResponse">
        <s:complexType />
      </s:element>
      <s:element name="Order_GetOurReference">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="orderHandle" type="tns:OrderHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Order_GetOurReferenceResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Order_GetOurReferenceResult" type="tns:EmployeeHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Order_SetOurReference">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="orderHandle" type="tns:OrderHandle" />
            <s:element minOccurs="0" maxOccurs="1" name="valueHandle" type="tns:EmployeeHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Order_SetOurReferenceResponse">
        <s:complexType />
      </s:element>
      <s:element name="Order_GetOurReference2">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="orderHandle" type="tns:OrderHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Order_GetOurReference2Response">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Order_GetOurReference2Result" type="tns:EmployeeHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Order_SetOurReference2">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="orderHandle" type="tns:OrderHandle" />
            <s:element minOccurs="0" maxOccurs="1" name="valueHandle" type="tns:EmployeeHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Order_SetOurReference2Response">
        <s:complexType />
      </s:element>
      <s:element name="Order_GetDate">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="orderHandle" type="tns:OrderHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Order_GetDateResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="Order_GetDateResult" type="s:dateTime" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Order_SetDate">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="orderHandle" type="tns:OrderHandle" />
            <s:element minOccurs="1" maxOccurs="1" name="value" type="s:dateTime" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Order_SetDateResponse">
        <s:complexType />
      </s:element>
      <s:element name="Order_GetTermOfPayment">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="orderHandle" type="tns:OrderHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Order_GetTermOfPaymentResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Order_GetTermOfPaymentResult" type="tns:TermOfPaymentHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Order_SetTermOfPayment">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="orderHandle" type="tns:OrderHandle" />
            <s:element minOccurs="0" maxOccurs="1" name="valueHandle" type="tns:TermOfPaymentHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Order_SetTermOfPaymentResponse">
        <s:complexType />
      </s:element>
      <s:element name="Order_GetDueDate">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="orderHandle" type="tns:OrderHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Order_GetDueDateResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="Order_GetDueDateResult" nillable="true" type="s:dateTime" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Order_SetDueDate">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="orderHandle" type="tns:OrderHandle" />
            <s:element minOccurs="1" maxOccurs="1" name="value" nillable="true" type="s:dateTime" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Order_SetDueDateResponse">
        <s:complexType />
      </s:element>
      <s:element name="Order_GetCurrency">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="orderHandle" type="tns:OrderHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Order_GetCurrencyResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Order_GetCurrencyResult" type="tns:CurrencyHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Order_SetCurrency">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="orderHandle" type="tns:OrderHandle" />
            <s:element minOccurs="0" maxOccurs="1" name="valueHandle" type="tns:CurrencyHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Order_SetCurrencyResponse">
        <s:complexType />
      </s:element>
      <s:element name="Order_GetExchangeRate">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="orderHandle" type="tns:OrderHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Order_GetExchangeRateResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="Order_GetExchangeRateResult" type="s:decimal" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Order_SetExchangeRate">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="orderHandle" type="tns:OrderHandle" />
            <s:element minOccurs="1" maxOccurs="1" name="value" type="s:decimal" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Order_SetExchangeRateResponse">
        <s:complexType />
      </s:element>
      <s:element name="Order_GetIsVatIncluded">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="orderHandle" type="tns:OrderHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Order_GetIsVatIncludedResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="Order_GetIsVatIncludedResult" type="s:boolean" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Order_SetIsVatIncluded">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="orderHandle" type="tns:OrderHandle" />
            <s:element minOccurs="1" maxOccurs="1" name="value" type="s:boolean" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Order_SetIsVatIncludedResponse">
        <s:complexType />
      </s:element>
      <s:element name="Order_GetVatZone">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="orderHandle" type="tns:OrderHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Order_GetVatZoneResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Order_GetVatZoneResult" type="tns:ExtendedVatZoneHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Order_SetVatZone">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="orderHandle" type="tns:OrderHandle" />
            <s:element minOccurs="0" maxOccurs="1" name="valueHandle" type="tns:ExtendedVatZoneHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Order_SetVatZoneResponse">
        <s:complexType />
      </s:element>
      <s:element name="Invoice_GetDebtorEan">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="invoiceHandle" type="tns:InvoiceHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="InvoiceHandle">
        <s:sequence>
          <s:element minOccurs="1" maxOccurs="1" name="Number" type="s:int" />
        </s:sequence>
      </s:complexType>
      <s:element name="Invoice_GetDebtorEanResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Invoice_GetDebtorEanResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Invoice_GetPublicEntryNumber">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="invoiceHandle" type="tns:InvoiceHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Invoice_GetPublicEntryNumberResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Invoice_GetPublicEntryNumberResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Invoice_GetAttention">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="invoiceHandle" type="tns:InvoiceHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Invoice_GetAttentionResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Invoice_GetAttentionResult" type="tns:DebtorContactHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Invoice_GetYourReference">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="invoiceHandle" type="tns:InvoiceHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Invoice_GetYourReferenceResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Invoice_GetYourReferenceResult" type="tns:DebtorContactHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Invoice_GetOurReference">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="invoiceHandle" type="tns:InvoiceHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Invoice_GetOurReferenceResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Invoice_GetOurReferenceResult" type="tns:EmployeeHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Invoice_GetOurReference2">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="invoiceHandle" type="tns:InvoiceHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Invoice_GetOurReference2Response">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Invoice_GetOurReference2Result" type="tns:EmployeeHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Invoice_GetTermOfPayment">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="invoiceHandle" type="tns:InvoiceHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Invoice_GetTermOfPaymentResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Invoice_GetTermOfPaymentResult" type="tns:TermOfPaymentHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Invoice_GetCurrency">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="invoiceHandle" type="tns:InvoiceHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Invoice_GetCurrencyResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Invoice_GetCurrencyResult" type="tns:CurrencyHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Invoice_GetIsVatIncluded">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="invoiceHandle" type="tns:InvoiceHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Invoice_GetIsVatIncludedResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="Invoice_GetIsVatIncludedResult" type="s:boolean" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Invoice_GetLayout">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="invoiceHandle" type="tns:InvoiceHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Invoice_GetLayoutResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Invoice_GetLayoutResult" type="tns:TemplateCollectionHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Invoice_GetDeliveryLocation">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="invoiceHandle" type="tns:InvoiceHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Invoice_GetDeliveryLocationResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Invoice_GetDeliveryLocationResult" type="tns:DeliveryLocationHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Invoice_GetDeliveryAddress">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="invoiceHandle" type="tns:InvoiceHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Invoice_GetDeliveryAddressResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Invoice_GetDeliveryAddressResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Invoice_GetDeliveryPostalCode">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="invoiceHandle" type="tns:InvoiceHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Invoice_GetDeliveryPostalCodeResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Invoice_GetDeliveryPostalCodeResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Invoice_GetDeliveryCity">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="invoiceHandle" type="tns:InvoiceHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Invoice_GetDeliveryCityResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Invoice_GetDeliveryCityResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Invoice_GetDeliveryCountry">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="invoiceHandle" type="tns:InvoiceHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Invoice_GetDeliveryCountryResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Invoice_GetDeliveryCountryResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Invoice_GetTermsOfDelivery">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="invoiceHandle" type="tns:InvoiceHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Invoice_GetTermsOfDeliveryResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Invoice_GetTermsOfDeliveryResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Invoice_GetDeliveryDate">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="invoiceHandle" type="tns:InvoiceHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Invoice_GetDeliveryDateResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="Invoice_GetDeliveryDateResult" nillable="true" type="s:dateTime" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Invoice_GetDate">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="invoiceHandle" type="tns:InvoiceHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Invoice_GetDateResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="Invoice_GetDateResult" type="s:dateTime" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Invoice_GetDueDate">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="invoiceHandle" type="tns:InvoiceHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Invoice_GetDueDateResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="Invoice_GetDueDateResult" type="s:dateTime" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Invoice_GetHeading">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="invoiceHandle" type="tns:InvoiceHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Invoice_GetHeadingResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Invoice_GetHeadingResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Invoice_GetTextLine1">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="invoiceHandle" type="tns:InvoiceHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Invoice_GetTextLine1Response">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Invoice_GetTextLine1Result" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Invoice_GetTextLine2">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="invoiceHandle" type="tns:InvoiceHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Invoice_GetTextLine2Response">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Invoice_GetTextLine2Result" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Invoice_GetOtherReference">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="invoiceHandle" type="tns:InvoiceHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Invoice_GetOtherReferenceResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Invoice_GetOtherReferenceResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Invoice_GetOrderNumber">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="invoiceHandle" type="tns:InvoiceHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Invoice_GetOrderNumberResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="Invoice_GetOrderNumberResult" type="s:int" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Invoice_GetNetAmount">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="invoiceHandle" type="tns:InvoiceHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Invoice_GetNetAmountResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="Invoice_GetNetAmountResult" type="s:decimal" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Invoice_GetVatAmount">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="invoiceHandle" type="tns:InvoiceHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Invoice_GetVatAmountResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="Invoice_GetVatAmountResult" type="s:decimal" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Invoice_GetGrossAmount">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="invoiceHandle" type="tns:InvoiceHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Invoice_GetGrossAmountResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="Invoice_GetGrossAmountResult" type="s:decimal" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Invoice_GetRemainder">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="invoiceHandle" type="tns:InvoiceHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Invoice_GetRemainderResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="Invoice_GetRemainderResult" type="s:decimal" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Invoice_GetRemainderDefaultCurrency">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="invoiceHandle" type="tns:InvoiceHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Invoice_GetRemainderDefaultCurrencyResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="Invoice_GetRemainderDefaultCurrencyResult" type="s:decimal" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Invoice_GetRoundingAmount">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="invoiceHandle" type="tns:InvoiceHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Invoice_GetRoundingAmountResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="Invoice_GetRoundingAmountResult" type="s:decimal" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Invoice_GetDebtorCounty">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="invoiceHandle" type="tns:InvoiceHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Invoice_GetDebtorCountyResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Invoice_GetDebtorCountyResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Invoice_GetDeliveryCounty">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="invoiceHandle" type="tns:InvoiceHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Invoice_GetDeliveryCountyResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Invoice_GetDeliveryCountyResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Invoice_GetNetAmountDefaultCurrency">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="invoiceHandle" type="tns:InvoiceHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Invoice_GetNetAmountDefaultCurrencyResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="Invoice_GetNetAmountDefaultCurrencyResult" type="s:decimal" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Invoice_GetDeductionAmount">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="invoiceHandle" type="tns:InvoiceHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Invoice_GetDeductionAmountResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="Invoice_GetDeductionAmountResult" type="s:decimal" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Invoice_GetAll">
        <s:complexType />
      </s:element>
      <s:element name="Invoice_GetAllResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Invoice_GetAllResult" type="tns:ArrayOfInvoiceHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="ArrayOfInvoiceHandle">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="unbounded" name="InvoiceHandle" nillable="true" type="tns:InvoiceHandle" />
        </s:sequence>
      </s:complexType>
      <s:element name="Invoice_FindByNumber">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="number" type="s:int" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Invoice_FindByNumberResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Invoice_FindByNumberResult" type="tns:InvoiceHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Invoice_FindByNumberList">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="numbers" type="tns:ArrayOfInt" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Invoice_FindByNumberListResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Invoice_FindByNumberListResult" type="tns:ArrayOfInvoiceHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Invoice_FindByNumberInterval">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="minNumber" type="s:int" />
            <s:element minOccurs="1" maxOccurs="1" name="maxNumber" type="s:int" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Invoice_FindByNumberIntervalResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Invoice_FindByNumberIntervalResult" type="tns:ArrayOfInvoiceHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Invoice_FindByDateInterval">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="first" type="s:dateTime" />
            <s:element minOccurs="1" maxOccurs="1" name="last" type="s:dateTime" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Invoice_FindByDateIntervalResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Invoice_FindByDateIntervalResult" type="tns:ArrayOfInvoiceHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Invoice_FindByOurReference">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="ourReferenceHandle" type="tns:EmployeeHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Invoice_FindByOurReferenceResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Invoice_FindByOurReferenceResult" type="tns:ArrayOfInvoiceHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Invoice_FindByOtherReference">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="otherReference" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Invoice_FindByOtherReferenceResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Invoice_FindByOtherReferenceResult" type="tns:ArrayOfInvoiceHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Invoice_FindByOrderNumber">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="orderNumber" type="s:int" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Invoice_FindByOrderNumberResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Invoice_FindByOrderNumberResult" type="tns:ArrayOfInvoiceHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Invoice_GetLines">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="invoiceHandle" type="tns:InvoiceHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Invoice_GetLinesResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Invoice_GetLinesResult" type="tns:ArrayOfInvoiceLineHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="ArrayOfInvoiceLineHandle">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="unbounded" name="InvoiceLineHandle" nillable="true" type="tns:InvoiceLineHandle" />
        </s:sequence>
      </s:complexType>
      <s:complexType name="InvoiceLineHandle">
        <s:sequence>
          <s:element minOccurs="1" maxOccurs="1" name="Id" type="s:int" />
          <s:element minOccurs="1" maxOccurs="1" name="Number" type="s:int" />
        </s:sequence>
      </s:complexType>
      <s:element name="Invoice_GetPdf">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="invoiceHandle" type="tns:InvoiceHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Invoice_GetPdfResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Invoice_GetPdfResult" type="s:base64Binary" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Invoice_GetOioXml">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="invoiceHandle" type="tns:InvoiceHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Invoice_GetOioXmlResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Invoice_GetOioXmlResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="InvoiceLine_GetData">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="entityHandle" type="tns:InvoiceLineHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="InvoiceLine_GetDataResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="InvoiceLine_GetDataResult" type="tns:InvoiceLineData" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="InvoiceLineData">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="1" name="Handle" type="tns:InvoiceLineHandle" />
          <s:element minOccurs="1" maxOccurs="1" name="Id" type="s:int" />
          <s:element minOccurs="1" maxOccurs="1" name="Number" type="s:int" />
          <s:element minOccurs="0" maxOccurs="1" name="InvoiceHandle" type="tns:InvoiceHandle" />
          <s:element minOccurs="0" maxOccurs="1" name="Description" type="s:string" />
          <s:element minOccurs="1" maxOccurs="1" name="DeliveryDate" nillable="true" type="s:dateTime" />
          <s:element minOccurs="0" maxOccurs="1" name="UnitHandle" type="tns:UnitHandle" />
          <s:element minOccurs="0" maxOccurs="1" name="ProductHandle" type="tns:ProductHandle" />
          <s:element minOccurs="1" maxOccurs="1" name="Quantity" type="s:decimal" />
          <s:element minOccurs="1" maxOccurs="1" name="UnitNetPrice" type="s:decimal" />
          <s:element minOccurs="1" maxOccurs="1" name="DiscountAsPercent" type="s:decimal" />
          <s:element minOccurs="1" maxOccurs="1" name="UnitCostPrice" type="s:decimal" />
          <s:element minOccurs="1" maxOccurs="1" name="VatRate" type="s:decimal" />
          <s:element minOccurs="1" maxOccurs="1" name="VatAmount" type="s:decimal" />
          <s:element minOccurs="1" maxOccurs="1" name="TotalNetAmount" type="s:decimal" />
          <s:element minOccurs="0" maxOccurs="1" name="DepartmentHandle" type="tns:DepartmentHandle" />
          <s:element minOccurs="0" maxOccurs="1" name="DistributionKeyHandle" type="tns:DistributionKeyHandle" />
        </s:sequence>
      </s:complexType>
      <s:element name="InvoiceLine_GetDataArray">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="entityHandles" type="tns:ArrayOfInvoiceLineHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="InvoiceLine_GetDataArrayResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="InvoiceLine_GetDataArrayResult" type="tns:ArrayOfInvoiceLineData" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="ArrayOfInvoiceLineData">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="unbounded" name="InvoiceLineData" nillable="true" type="tns:InvoiceLineData" />
        </s:sequence>
      </s:complexType>
      <s:element name="InvoiceLine_GetNumber">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="invoiceLineHandle" type="tns:InvoiceLineHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="InvoiceLine_GetNumberResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="InvoiceLine_GetNumberResult" type="s:int" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="InvoiceLine_GetInvoice">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="invoiceLineHandle" type="tns:InvoiceLineHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="InvoiceLine_GetInvoiceResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="InvoiceLine_GetInvoiceResult" type="tns:InvoiceHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="InvoiceLine_GetDescription">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="invoiceLineHandle" type="tns:InvoiceLineHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="InvoiceLine_GetDescriptionResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="InvoiceLine_GetDescriptionResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="InvoiceLine_GetDeliveryDate">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="invoiceLineHandle" type="tns:InvoiceLineHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="InvoiceLine_GetDeliveryDateResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="InvoiceLine_GetDeliveryDateResult" nillable="true" type="s:dateTime" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="InvoiceLine_GetUnit">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="invoiceLineHandle" type="tns:InvoiceLineHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="InvoiceLine_GetUnitResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="InvoiceLine_GetUnitResult" type="tns:UnitHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="InvoiceLine_GetProduct">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="invoiceLineHandle" type="tns:InvoiceLineHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="InvoiceLine_GetProductResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="InvoiceLine_GetProductResult" type="tns:ProductHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="InvoiceLine_GetQuantity">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="invoiceLineHandle" type="tns:InvoiceLineHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="InvoiceLine_GetQuantityResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="InvoiceLine_GetQuantityResult" type="s:decimal" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="InvoiceLine_GetUnitNetPrice">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="invoiceLineHandle" type="tns:InvoiceLineHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="InvoiceLine_GetUnitNetPriceResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="InvoiceLine_GetUnitNetPriceResult" type="s:decimal" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="InvoiceLine_GetDiscountAsPercent">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="invoiceLineHandle" type="tns:InvoiceLineHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="InvoiceLine_GetDiscountAsPercentResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="InvoiceLine_GetDiscountAsPercentResult" type="s:decimal" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="InvoiceLine_GetUnitCostPrice">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="invoiceLineHandle" type="tns:InvoiceLineHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="InvoiceLine_GetUnitCostPriceResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="InvoiceLine_GetUnitCostPriceResult" type="s:decimal" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="InvoiceLine_GetVatRate">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="invoiceLineHandle" type="tns:InvoiceLineHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="InvoiceLine_GetVatRateResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="InvoiceLine_GetVatRateResult" type="s:decimal" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="InvoiceLine_GetVatAmount">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="invoiceLineHandle" type="tns:InvoiceLineHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="InvoiceLine_GetVatAmountResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="InvoiceLine_GetVatAmountResult" type="s:decimal" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="InvoiceLine_GetTotalNetAmount">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="invoiceLineHandle" type="tns:InvoiceLineHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="InvoiceLine_GetTotalNetAmountResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="InvoiceLine_GetTotalNetAmountResult" type="s:decimal" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="InvoiceLine_GetDepartment">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="invoiceLineHandle" type="tns:InvoiceLineHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="InvoiceLine_GetDepartmentResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="InvoiceLine_GetDepartmentResult" type="tns:DepartmentHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="InvoiceLine_GetDistributionKey">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="invoiceLineHandle" type="tns:InvoiceLineHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="InvoiceLine_GetDistributionKeyResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="InvoiceLine_GetDistributionKeyResult" type="tns:DistributionKeyHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="InvoiceLine_FindByProduct">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="productHandle" type="tns:ProductHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="InvoiceLine_FindByProductResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="InvoiceLine_FindByProductResult" type="tns:ArrayOfInvoiceLineHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="InvoiceLine_FindByProductList">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="products" type="tns:ArrayOfProductHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="InvoiceLine_FindByProductListResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="InvoiceLine_FindByProductListResult" type="tns:ArrayOfInvoiceLineHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="InvoiceLine_FindByInvoiceNumberInterval">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="fromInvoiceNumber" type="s:int" />
            <s:element minOccurs="1" maxOccurs="1" name="toInvoiceNumber" type="s:int" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="InvoiceLine_FindByInvoiceNumberIntervalResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="InvoiceLine_FindByInvoiceNumberIntervalResult" type="tns:ArrayOfInvoiceLineHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="InventoryLocation_GetData">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="entityHandle" type="tns:InventoryLocationHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="InventoryLocation_GetDataResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="InventoryLocation_GetDataResult" type="tns:InventoryLocationData" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="InventoryLocationData">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="1" name="Handle" type="tns:InventoryLocationHandle" />
          <s:element minOccurs="1" maxOccurs="1" name="Number" type="s:int" />
          <s:element minOccurs="0" maxOccurs="1" name="Name" type="s:string" />
        </s:sequence>
      </s:complexType>
      <s:element name="InventoryLocation_GetDataArray">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="entityHandles" type="tns:ArrayOfInventoryLocationHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="ArrayOfInventoryLocationHandle">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="unbounded" name="InventoryLocationHandle" nillable="true" type="tns:InventoryLocationHandle" />
        </s:sequence>
      </s:complexType>
      <s:element name="InventoryLocation_GetDataArrayResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="InventoryLocation_GetDataArrayResult" type="tns:ArrayOfInventoryLocationData" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="ArrayOfInventoryLocationData">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="unbounded" name="InventoryLocationData" nillable="true" type="tns:InventoryLocationData" />
        </s:sequence>
      </s:complexType>
      <s:element name="InventoryLocation_GetAll">
        <s:complexType />
      </s:element>
      <s:element name="InventoryLocation_GetAllResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="InventoryLocation_GetAllResult" type="tns:ArrayOfInventoryLocationHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="InventoryLocation_FindByName">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="name" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="InventoryLocation_FindByNameResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="InventoryLocation_FindByNameResult" type="tns:InventoryLocationHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="InventoryLocation_FindByNumber">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="number" type="s:int" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="InventoryLocation_FindByNumberResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="InventoryLocation_FindByNumberResult" type="tns:InventoryLocationHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="InventoryLocation_FindByNumberList">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="numbers" type="tns:ArrayOfInt" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="InventoryLocation_FindByNumberListResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="InventoryLocation_FindByNumberListResult" type="tns:ArrayOfInventoryLocationHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="InventoryLocation_GetNumber">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="entityHandle" type="tns:InventoryLocationHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="InventoryLocation_GetNumberResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="InventoryLocation_GetNumberResult" type="s:int" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="InventoryLocation_GetName">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="entityHandle" type="tns:InventoryLocationHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="InventoryLocation_GetNameResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="InventoryLocation_GetNameResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="KeyFigureCode_GetData">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="entityHandle" type="tns:KeyFigureCodeHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="KeyFigureCodeHandle">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="1" name="Number" type="s:string" />
        </s:sequence>
      </s:complexType>
      <s:element name="KeyFigureCode_GetDataResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="KeyFigureCode_GetDataResult" type="tns:KeyFigureCodeData" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="KeyFigureCodeData">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="1" name="Handle" type="tns:KeyFigureCodeHandle" />
          <s:element minOccurs="0" maxOccurs="1" name="Number" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="Name" type="s:string" />
        </s:sequence>
      </s:complexType>
      <s:element name="KeyFigureCode_GetDataArray">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="entityHandles" type="tns:ArrayOfKeyFigureCodeHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="ArrayOfKeyFigureCodeHandle">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="unbounded" name="KeyFigureCodeHandle" nillable="true" type="tns:KeyFigureCodeHandle" />
        </s:sequence>
      </s:complexType>
      <s:element name="KeyFigureCode_GetDataArrayResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="KeyFigureCode_GetDataArrayResult" type="tns:ArrayOfKeyFigureCodeData" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="ArrayOfKeyFigureCodeData">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="unbounded" name="KeyFigureCodeData" nillable="true" type="tns:KeyFigureCodeData" />
        </s:sequence>
      </s:complexType>
      <s:element name="KeyFigureCode_GetAll">
        <s:complexType />
      </s:element>
      <s:element name="KeyFigureCode_GetAllResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="KeyFigureCode_GetAllResult" type="tns:ArrayOfKeyFigureCodeHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="KeyFigureCode_FindByName">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="name" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="KeyFigureCode_FindByNameResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="KeyFigureCode_FindByNameResult" type="tns:KeyFigureCodeHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="KeyFigureCode_FindByNumber">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="number" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="KeyFigureCode_FindByNumberResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="KeyFigureCode_FindByNumberResult" type="tns:KeyFigureCodeHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="KeyFigureCode_GetAccounts">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="keyFigureCodeHandle" type="tns:KeyFigureCodeHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="KeyFigureCode_GetAccountsResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="KeyFigureCode_GetAccountsResult" type="tns:ArrayOfAccountHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="KeyFigureCode_GetNumber">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="keyFigureCodeHandle" type="tns:KeyFigureCodeHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="KeyFigureCode_GetNumberResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="KeyFigureCode_GetNumberResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="KeyFigureCode_GetName">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="keyFigureCodeHandle" type="tns:KeyFigureCodeHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="KeyFigureCode_GetNameResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="KeyFigureCode_GetNameResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="MileageEntry_CreateFromData">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="data" type="tns:MileageEntryData" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="MileageEntry_CreateFromDataResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="MileageEntry_CreateFromDataResult" type="tns:MileageEntryHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="MileageEntry_CreateFromDataArray">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="dataArray" type="tns:ArrayOfMileageEntryData" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="MileageEntry_CreateFromDataArrayResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="MileageEntry_CreateFromDataArrayResult" type="tns:ArrayOfMileageEntryHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="MileageEntry_UpdateFromDataArray">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="dataArray" type="tns:ArrayOfMileageEntryData" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="MileageEntry_UpdateFromDataArrayResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="MileageEntry_UpdateFromDataArrayResult" type="tns:ArrayOfMileageEntryHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="MileageEntry_UpdateFromData">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="data" type="tns:MileageEntryData" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="MileageEntry_UpdateFromDataResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="MileageEntry_UpdateFromDataResult" type="tns:MileageEntryHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Employee_UpdateFromData">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="data" type="tns:EmployeeData" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="EmployeeData">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="1" name="Handle" type="tns:EmployeeHandle" />
          <s:element minOccurs="1" maxOccurs="1" name="Number" type="s:int" />
          <s:element minOccurs="0" maxOccurs="1" name="GroupHandle" type="tns:EmployeeGroupHandle" />
          <s:element minOccurs="0" maxOccurs="1" name="Name" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="CostPrice" nillable="true" type="s:decimal" />
          <s:element minOccurs="0" maxOccurs="1" name="SalesPrice" nillable="true" type="s:decimal" />
          <s:element minOccurs="0" maxOccurs="1" name="CostPriceBefore" nillable="true" type="s:decimal" />
          <s:element minOccurs="0" maxOccurs="1" name="SalesPriceBefore" nillable="true" type="s:decimal" />
          <s:element minOccurs="0" maxOccurs="1" name="CostPriceAfter" nillable="true" type="s:decimal" />
          <s:element minOccurs="0" maxOccurs="1" name="SalesPriceAfter" nillable="true" type="s:decimal" />
          <s:element minOccurs="0" maxOccurs="1" name="CutoffDate" nillable="true" type="s:dateTime" />
          <s:element minOccurs="0" maxOccurs="1" name="EmployeeType" type="tns:EmployeeType" />
        </s:sequence>
      </s:complexType>
      <s:complexType name="EmployeeGroupHandle">
        <s:sequence>
          <s:element minOccurs="1" maxOccurs="1" name="Number" type="s:int" />
        </s:sequence>
      </s:complexType>
      <s:simpleType name="EmployeeType">
        <s:restriction base="s:string">
          <s:enumeration value="Undefined" />
          <s:enumeration value="TimeLogger" />
          <s:enumeration value="ProjectManager" />
        </s:restriction>
      </s:simpleType>
      <s:element name="Employee_UpdateFromDataResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Employee_UpdateFromDataResult" type="tns:EmployeeHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Employee_GetData">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="entityHandle" type="tns:EmployeeHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Employee_GetDataResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Employee_GetDataResult" type="tns:EmployeeData" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Employee_GetDataArray">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="entityHandles" type="tns:ArrayOfEmployeeHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="ArrayOfEmployeeHandle">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="unbounded" name="EmployeeHandle" nillable="true" type="tns:EmployeeHandle" />
        </s:sequence>
      </s:complexType>
      <s:element name="Employee_GetDataArrayResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Employee_GetDataArrayResult" type="tns:ArrayOfEmployeeData" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="ArrayOfEmployeeData">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="unbounded" name="EmployeeData" nillable="true" type="tns:EmployeeData" />
        </s:sequence>
      </s:complexType>
      <s:element name="Employee_GetType">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="employee" type="tns:EmployeeHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Employee_GetTypeResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="Employee_GetTypeResult" type="tns:EmployeeType" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Employee_GetNumber">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="employeeHandle" type="tns:EmployeeHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Employee_GetNumberResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="Employee_GetNumberResult" type="s:int" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Employee_GetGroup">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="employeeHandle" type="tns:EmployeeHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Employee_GetGroupResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Employee_GetGroupResult" type="tns:EmployeeGroupHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Employee_SetGroup">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="employeeHandle" type="tns:EmployeeHandle" />
            <s:element minOccurs="0" maxOccurs="1" name="valueHandle" type="tns:EmployeeGroupHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Employee_SetGroupResponse">
        <s:complexType />
      </s:element>
      <s:element name="Employee_GetName">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="employeeHandle" type="tns:EmployeeHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Employee_GetNameResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Employee_GetNameResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Employee_SetName">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="employeeHandle" type="tns:EmployeeHandle" />
            <s:element minOccurs="0" maxOccurs="1" name="value" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Employee_SetNameResponse">
        <s:complexType />
      </s:element>
      <s:element name="Employee_Create">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="number" type="s:int" />
            <s:element minOccurs="0" maxOccurs="1" name="groupHandle" type="tns:EmployeeGroupHandle" />
            <s:element minOccurs="0" maxOccurs="1" name="name" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Employee_CreateResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Employee_CreateResult" type="tns:EmployeeHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Employee_GetAll">
        <s:complexType />
      </s:element>
      <s:element name="Employee_GetAllResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Employee_GetAllResult" type="tns:ArrayOfEmployeeHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Employee_FindByNumber">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="number" type="s:int" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Employee_FindByNumberResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Employee_FindByNumberResult" type="tns:EmployeeHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Employee_FindByNumberList">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="numbers" type="tns:ArrayOfInt" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Employee_FindByNumberListResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Employee_FindByNumberListResult" type="tns:ArrayOfEmployeeHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Employee_FindByName">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="name" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Employee_FindByNameResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Employee_FindByNameResult" type="tns:ArrayOfEmployeeHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Employee_Delete">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="employeeHandle" type="tns:EmployeeHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Employee_DeleteResponse">
        <s:complexType />
      </s:element>
      <s:element name="Employee_GetTimeEntries">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="employeeHandle" type="tns:EmployeeHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Employee_GetTimeEntriesResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Employee_GetTimeEntriesResult" type="tns:ArrayOfTimeEntryHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Employee_GetTimeEntriesOnCurrentUser">
        <s:complexType />
      </s:element>
      <s:element name="Employee_GetTimeEntriesOnCurrentUserResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Employee_GetTimeEntriesOnCurrentUserResult" type="tns:ArrayOfTimeEntryHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Employee_GetProjectsOnCurrentUser">
        <s:complexType />
      </s:element>
      <s:element name="Employee_GetProjectsOnCurrentUserResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Employee_GetProjectsOnCurrentUserResult" type="tns:ArrayOfProjectData" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Employee_GetActivitiesOnCurrentUserForProject">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="projectHandle" type="tns:ProjectHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Employee_GetActivitiesOnCurrentUserForProjectResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Employee_GetActivitiesOnCurrentUserForProjectResult" type="tns:ArrayOfActivityData" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="ArrayOfActivityData">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="unbounded" name="ActivityData" nillable="true" type="tns:ActivityData" />
        </s:sequence>
      </s:complexType>
      <s:complexType name="ActivityData">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="1" name="Handle" type="tns:ActivityHandle" />
          <s:element minOccurs="1" maxOccurs="1" name="Number" type="s:int" />
          <s:element minOccurs="0" maxOccurs="1" name="Name" type="s:string" />
        </s:sequence>
      </s:complexType>
      <s:element name="Employee_GetTimeEntriesByDate">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="employeeHandle" type="tns:EmployeeHandle" />
            <s:element minOccurs="1" maxOccurs="1" name="from" type="s:dateTime" />
            <s:element minOccurs="1" maxOccurs="1" name="to" type="s:dateTime" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Employee_GetTimeEntriesByDateResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Employee_GetTimeEntriesByDateResult" type="tns:ArrayOfTimeEntryHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Employee_GetTimeEntriesOnCurrentUserByDate">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="from" type="s:dateTime" />
            <s:element minOccurs="1" maxOccurs="1" name="to" type="s:dateTime" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Employee_GetTimeEntriesOnCurrentUserByDateResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Employee_GetTimeEntriesOnCurrentUserByDateResult" type="tns:ArrayOfTimeEntryHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Employee_GetMileageEntriesByDate">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="employeeHandle" type="tns:EmployeeHandle" />
            <s:element minOccurs="1" maxOccurs="1" name="from" type="s:dateTime" />
            <s:element minOccurs="1" maxOccurs="1" name="to" type="s:dateTime" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Employee_GetMileageEntriesByDateResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Employee_GetMileageEntriesByDateResult" type="tns:ArrayOfMileageEntryHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Employee_GetSalesPrice">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="employeeHandle" type="tns:EmployeeHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Employee_GetSalesPriceResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="Employee_GetSalesPriceResult" nillable="true" type="s:decimal" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Employee_GetCostPrice">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="employeeHandle" type="tns:EmployeeHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Employee_GetCostPriceResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="Employee_GetCostPriceResult" nillable="true" type="s:decimal" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Employee_GetSalesPriceByDate">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="employeeHandle" type="tns:EmployeeHandle" />
            <s:element minOccurs="1" maxOccurs="1" name="date" type="s:dateTime" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Employee_GetSalesPriceByDateResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="Employee_GetSalesPriceByDateResult" nillable="true" type="s:decimal" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Employee_GetCostPriceByDate">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="employeeHandle" type="tns:EmployeeHandle" />
            <s:element minOccurs="1" maxOccurs="1" name="date" type="s:dateTime" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Employee_GetCostPriceByDateResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="Employee_GetCostPriceByDateResult" nillable="true" type="s:decimal" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Employee_SetCostPriceBefore">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="employeeHandle" type="tns:EmployeeHandle" />
            <s:element minOccurs="1" maxOccurs="1" name="value" nillable="true" type="s:decimal" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Employee_SetCostPriceBeforeResponse">
        <s:complexType />
      </s:element>
      <s:element name="Employee_SetCostPriceAfter">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="employeeHandle" type="tns:EmployeeHandle" />
            <s:element minOccurs="1" maxOccurs="1" name="value" nillable="true" type="s:decimal" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Employee_SetCostPriceAfterResponse">
        <s:complexType />
      </s:element>
      <s:element name="Employee_SetSalesPriceBefore">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="employeeHandle" type="tns:EmployeeHandle" />
            <s:element minOccurs="1" maxOccurs="1" name="value" nillable="true" type="s:decimal" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Employee_SetSalesPriceBeforeResponse">
        <s:complexType />
      </s:element>
      <s:element name="Employee_SetSalesPriceAfter">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="employeeHandle" type="tns:EmployeeHandle" />
            <s:element minOccurs="1" maxOccurs="1" name="value" nillable="true" type="s:decimal" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Employee_SetSalesPriceAfterResponse">
        <s:complexType />
      </s:element>
      <s:element name="Employee_GetCostPriceBefore">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="employeeHandle" type="tns:EmployeeHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Employee_GetCostPriceBeforeResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="Employee_GetCostPriceBeforeResult" nillable="true" type="s:decimal" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Employee_GetCostPriceAfter">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="employeeHandle" type="tns:EmployeeHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Employee_GetCostPriceAfterResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="Employee_GetCostPriceAfterResult" nillable="true" type="s:decimal" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Employee_GetSalesPriceBefore">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="employeeHandle" type="tns:EmployeeHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Employee_GetSalesPriceBeforeResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="Employee_GetSalesPriceBeforeResult" nillable="true" type="s:decimal" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Employee_GetSalesPriceAfter">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="employeeHandle" type="tns:EmployeeHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Employee_GetSalesPriceAfterResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="Employee_GetSalesPriceAfterResult" nillable="true" type="s:decimal" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Employee_SetCutoffDate">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="employeeHandle" type="tns:EmployeeHandle" />
            <s:element minOccurs="1" maxOccurs="1" name="value" nillable="true" type="s:dateTime" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Employee_SetCutoffDateResponse">
        <s:complexType />
      </s:element>
      <s:element name="Employee_GetCutoffDate">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="employeeHandle" type="tns:EmployeeHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Employee_GetCutoffDateResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="Employee_GetCutoffDateResult" nillable="true" type="s:dateTime" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="EmployeeGroup_CreateFromData">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="data" type="tns:EmployeeGroupData" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="EmployeeGroupData">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="1" name="Handle" type="tns:EmployeeGroupHandle" />
          <s:element minOccurs="1" maxOccurs="1" name="Number" type="s:int" />
          <s:element minOccurs="0" maxOccurs="1" name="Name" type="s:string" />
        </s:sequence>
      </s:complexType>
      <s:element name="EmployeeGroup_CreateFromDataResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="EmployeeGroup_CreateFromDataResult" type="tns:EmployeeGroupHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="EmployeeGroup_CreateFromDataArray">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="dataArray" type="tns:ArrayOfEmployeeGroupData" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="ArrayOfEmployeeGroupData">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="unbounded" name="EmployeeGroupData" nillable="true" type="tns:EmployeeGroupData" />
        </s:sequence>
      </s:complexType>
      <s:element name="EmployeeGroup_CreateFromDataArrayResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="EmployeeGroup_CreateFromDataArrayResult" type="tns:ArrayOfEmployeeGroupHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="ArrayOfEmployeeGroupHandle">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="unbounded" name="EmployeeGroupHandle" nillable="true" type="tns:EmployeeGroupHandle" />
        </s:sequence>
      </s:complexType>
      <s:element name="EmployeeGroup_UpdateFromDataArray">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="dataArray" type="tns:ArrayOfEmployeeGroupData" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="EmployeeGroup_UpdateFromDataArrayResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="EmployeeGroup_UpdateFromDataArrayResult" type="tns:ArrayOfEmployeeGroupHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="EmployeeGroup_UpdateFromData">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="data" type="tns:EmployeeGroupData" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="EmployeeGroup_UpdateFromDataResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="EmployeeGroup_UpdateFromDataResult" type="tns:EmployeeGroupHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="EmployeeGroup_GetData">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="entityHandle" type="tns:EmployeeGroupHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="EmployeeGroup_GetDataResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="EmployeeGroup_GetDataResult" type="tns:EmployeeGroupData" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="EmployeeGroup_GetDataArray">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="entityHandles" type="tns:ArrayOfEmployeeGroupHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="EmployeeGroup_GetDataArrayResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="EmployeeGroup_GetDataArrayResult" type="tns:ArrayOfEmployeeGroupData" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="EmployeeGroup_GetNumber">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="employeeGroupHandle" type="tns:EmployeeGroupHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="EmployeeGroup_GetNumberResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="EmployeeGroup_GetNumberResult" type="s:int" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="EmployeeGroup_GetName">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="employeeGroupHandle" type="tns:EmployeeGroupHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="EmployeeGroup_GetNameResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="EmployeeGroup_GetNameResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="EmployeeGroup_SetName">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="employeeGroupHandle" type="tns:EmployeeGroupHandle" />
            <s:element minOccurs="0" maxOccurs="1" name="value" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="EmployeeGroup_SetNameResponse">
        <s:complexType />
      </s:element>
      <s:element name="EmployeeGroup_Create">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="number" type="s:int" />
            <s:element minOccurs="0" maxOccurs="1" name="name" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="EmployeeGroup_CreateResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="EmployeeGroup_CreateResult" type="tns:EmployeeGroupHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="EmployeeGroup_GetAll">
        <s:complexType />
      </s:element>
      <s:element name="EmployeeGroup_GetAllResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="EmployeeGroup_GetAllResult" type="tns:ArrayOfEmployeeGroupHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="EmployeeGroup_FindByNumber">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="number" type="s:int" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="EmployeeGroup_FindByNumberResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="EmployeeGroup_FindByNumberResult" type="tns:EmployeeGroupHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="EmployeeGroup_FindByNumberList">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="numbers" type="tns:ArrayOfInt" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="EmployeeGroup_FindByNumberListResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="EmployeeGroup_FindByNumberListResult" type="tns:ArrayOfEmployeeGroupHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="EmployeeGroup_FindByName">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="name" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="EmployeeGroup_FindByNameResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="EmployeeGroup_FindByNameResult" type="tns:ArrayOfEmployeeGroupHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="EmployeeGroup_GetEmployees">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="employeeGroupHandle" type="tns:EmployeeGroupHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="EmployeeGroup_GetEmployeesResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="EmployeeGroup_GetEmployeesResult" type="tns:ArrayOfEmployeeHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="EmployeeGroup_Delete">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="employeeGroupHandle" type="tns:EmployeeGroupHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="EmployeeGroup_DeleteResponse">
        <s:complexType />
      </s:element>
      <s:element name="Entry_GetData">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="entityHandle" type="tns:EntryHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Entry_GetDataResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Entry_GetDataResult" type="tns:EntryData" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="EntryData">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="1" name="Handle" type="tns:EntryHandle" />
          <s:element minOccurs="1" maxOccurs="1" name="SerialNumber" type="s:int" />
          <s:element minOccurs="0" maxOccurs="1" name="AccountHandle" type="tns:AccountHandle" />
          <s:element minOccurs="1" maxOccurs="1" name="Amount" type="s:decimal" />
          <s:element minOccurs="1" maxOccurs="1" name="AmountDefaultCurrency" type="s:decimal" />
          <s:element minOccurs="0" maxOccurs="1" name="Quantity1" nillable="true" type="s:decimal" />
          <s:element minOccurs="0" maxOccurs="1" name="Quantity2" nillable="true" type="s:decimal" />
          <s:element minOccurs="0" maxOccurs="1" name="CurrencyHandle" type="tns:CurrencyHandle" />
          <s:element minOccurs="1" maxOccurs="1" name="Date" type="s:dateTime" />
          <s:element minOccurs="0" maxOccurs="1" name="Text" type="s:string" />
          <s:element minOccurs="1" maxOccurs="1" name="Type" type="tns:EntryType" />
          <s:element minOccurs="0" maxOccurs="1" name="DepartmentHandle" type="tns:DepartmentHandle" />
          <s:element minOccurs="0" maxOccurs="1" name="DistributionKeyHandle" type="tns:DistributionKeyHandle" />
          <s:element minOccurs="0" maxOccurs="1" name="VatAccountHandle" type="tns:VatAccountHandle" />
          <s:element minOccurs="1" maxOccurs="1" name="VoucherNumber" type="s:int" />
          <s:element minOccurs="0" maxOccurs="1" name="ProjectHandle" type="tns:ProjectHandle" />
          <s:element minOccurs="0" maxOccurs="1" name="DocumentHandle" type="tns:ScannedDocumentHandle" />
          <s:element minOccurs="0" maxOccurs="1" name="UnitHandle1" type="tns:UnitHandle" />
          <s:element minOccurs="0" maxOccurs="1" name="UnitHandle2" type="tns:UnitHandle" />
        </s:sequence>
      </s:complexType>
      <s:simpleType name="EntryType">
        <s:restriction base="s:string">
          <s:enumeration value="DebtorInvoice" />
          <s:enumeration value="DebtorPayment" />
          <s:enumeration value="CreditorInvoice" />
          <s:enumeration value="CreditorPayment" />
          <s:enumeration value="JournalEntry" />
          <s:enumeration value="Reminder" />
          <s:enumeration value="OpeningEntry" />
          <s:enumeration value="TransferredOpeningEntry" />
          <s:enumeration value="SystemEntry" />
          <s:enumeration value="ManualDebtorInvoice" />
        </s:restriction>
      </s:simpleType>
      <s:element name="Entry_GetDataArray">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="entityHandles" type="tns:ArrayOfEntryHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Entry_GetDataArrayResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Entry_GetDataArrayResult" type="tns:ArrayOfEntryData" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="ArrayOfEntryData">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="unbounded" name="EntryData" nillable="true" type="tns:EntryData" />
        </s:sequence>
      </s:complexType>
      <s:element name="Entry_GetLastUsedSerialNumber">
        <s:complexType />
      </s:element>
      <s:element name="Entry_GetLastUsedSerialNumberResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="Entry_GetLastUsedSerialNumberResult" type="s:int" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Entry_FindBySerialNumberInterval">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="minNumber" type="s:int" />
            <s:element minOccurs="1" maxOccurs="1" name="maxNumber" type="s:int" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Entry_FindBySerialNumberIntervalResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Entry_FindBySerialNumberIntervalResult" type="tns:ArrayOfEntryHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Entry_FindByDateInterval">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="fromDate" type="s:dateTime" />
            <s:element minOccurs="1" maxOccurs="1" name="toDate" type="s:dateTime" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Entry_FindByDateIntervalResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Entry_FindByDateIntervalResult" type="tns:ArrayOfEntryHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Entry_GetSerialNumber">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="entryHandle" type="tns:EntryHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Entry_GetSerialNumberResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="Entry_GetSerialNumberResult" type="s:int" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Entry_GetAccount">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="entryHandle" type="tns:EntryHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Entry_GetAccountResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Entry_GetAccountResult" type="tns:AccountHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Entry_GetAmount">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="entryHandle" type="tns:EntryHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Entry_GetAmountResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="Entry_GetAmountResult" type="s:decimal" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Entry_GetAmountDefaultCurrency">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="entryHandle" type="tns:EntryHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Entry_GetAmountDefaultCurrencyResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="Entry_GetAmountDefaultCurrencyResult" type="s:decimal" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Entry_GetUnit1">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="entryHandle" type="tns:EntryHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Entry_GetUnit1Response">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Entry_GetUnit1Result" type="tns:UnitHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Entry_GetUnit2">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="entryHandle" type="tns:EntryHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Entry_GetUnit2Response">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Entry_GetUnit2Result" type="tns:UnitHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Entry_GetQuantity1">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="entryHandle" type="tns:EntryHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Entry_GetQuantity1Response">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="Entry_GetQuantity1Result" nillable="true" type="s:decimal" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Entry_GetQuantity2">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="entryHandle" type="tns:EntryHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Entry_GetQuantity2Response">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="Entry_GetQuantity2Result" nillable="true" type="s:decimal" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Entry_GetCurrency">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="entryHandle" type="tns:EntryHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Entry_GetCurrencyResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Entry_GetCurrencyResult" type="tns:CurrencyHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Entry_GetDate">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="entryHandle" type="tns:EntryHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Entry_GetDateResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="Entry_GetDateResult" type="s:dateTime" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Entry_GetText">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="entryHandle" type="tns:EntryHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Entry_GetTextResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Entry_GetTextResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Entry_GetType">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="entryHandle" type="tns:EntryHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Entry_GetTypeResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="Entry_GetTypeResult" type="tns:EntryType" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Entry_GetDepartment">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="entryHandle" type="tns:EntryHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Entry_GetDepartmentResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Entry_GetDepartmentResult" type="tns:DepartmentHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Entry_GetDistributionKey">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="entryHandle" type="tns:EntryHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Entry_GetDistributionKeyResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Entry_GetDistributionKeyResult" type="tns:DistributionKeyHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Entry_GetVatAccount">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="entryHandle" type="tns:EntryHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Entry_GetVatAccountResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Entry_GetVatAccountResult" type="tns:VatAccountHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Entry_GetVoucherNumber">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="entryHandle" type="tns:EntryHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Entry_GetVoucherNumberResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="Entry_GetVoucherNumberResult" type="s:int" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Entry_GetProject">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="entryHandle" type="tns:EntryHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Entry_GetProjectResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Entry_GetProjectResult" type="tns:ProjectHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Entry_GetDocument">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="entryHandle" type="tns:EntryHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Entry_GetDocumentResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Entry_GetDocumentResult" type="tns:ScannedDocumentHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Invoice_GetData">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="entityHandle" type="tns:InvoiceHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Invoice_GetDataResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Invoice_GetDataResult" type="tns:InvoiceData" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="InvoiceData">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="1" name="Handle" type="tns:InvoiceHandle" />
          <s:element minOccurs="1" maxOccurs="1" name="Number" type="s:int" />
          <s:element minOccurs="0" maxOccurs="1" name="DebtorHandle" type="tns:DebtorHandle" />
          <s:element minOccurs="0" maxOccurs="1" name="ProjectHandle" type="tns:ProjectHandle" />
          <s:element minOccurs="0" maxOccurs="1" name="DebtorName" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="DebtorAddress" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="DebtorPostalCode" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="DebtorCity" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="DebtorCountry" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="DebtorEan" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="PublicEntryNumber" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="AttentionHandle" type="tns:DebtorContactHandle" />
          <s:element minOccurs="0" maxOccurs="1" name="YourReferenceHandle" type="tns:DebtorContactHandle" />
          <s:element minOccurs="0" maxOccurs="1" name="OurReferenceHandle" type="tns:EmployeeHandle" />
          <s:element minOccurs="0" maxOccurs="1" name="OurReference2Handle" type="tns:EmployeeHandle" />
          <s:element minOccurs="0" maxOccurs="1" name="TermOfPaymentHandle" type="tns:TermOfPaymentHandle" />
          <s:element minOccurs="0" maxOccurs="1" name="CurrencyHandle" type="tns:CurrencyHandle" />
          <s:element minOccurs="1" maxOccurs="1" name="IsVatIncluded" type="s:boolean" />
          <s:element minOccurs="0" maxOccurs="1" name="LayoutHandle" type="tns:TemplateCollectionHandle" />
          <s:element minOccurs="0" maxOccurs="1" name="DeliveryLocationHandle" type="tns:DeliveryLocationHandle" />
          <s:element minOccurs="0" maxOccurs="1" name="DeliveryAddress" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="DeliveryPostalCode" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="DeliveryCity" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="DeliveryCountry" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="TermsOfDelivery" type="s:string" />
          <s:element minOccurs="1" maxOccurs="1" name="DeliveryDate" nillable="true" type="s:dateTime" />
          <s:element minOccurs="1" maxOccurs="1" name="Date" type="s:dateTime" />
          <s:element minOccurs="1" maxOccurs="1" name="DueDate" type="s:dateTime" />
          <s:element minOccurs="0" maxOccurs="1" name="Heading" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="TextLine1" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="TextLine2" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="OtherReference" type="s:string" />
          <s:element minOccurs="1" maxOccurs="1" name="OrderNumber" type="s:int" />
          <s:element minOccurs="1" maxOccurs="1" name="NetAmount" type="s:decimal" />
          <s:element minOccurs="1" maxOccurs="1" name="VatAmount" type="s:decimal" />
          <s:element minOccurs="1" maxOccurs="1" name="GrossAmount" type="s:decimal" />
          <s:element minOccurs="1" maxOccurs="1" name="Remainder" type="s:decimal" />
          <s:element minOccurs="1" maxOccurs="1" name="RemainderDefaultCurrency" type="s:decimal" />
          <s:element minOccurs="0" maxOccurs="1" name="RoundingAmount" type="s:decimal" />
          <s:element minOccurs="0" maxOccurs="1" name="DebtorCounty" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="DeliveryCounty" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="NetAmountDefaultCurrency" type="s:decimal" />
          <s:element minOccurs="0" maxOccurs="1" name="DeductionAmount" type="s:decimal" />
        </s:sequence>
      </s:complexType>
      <s:element name="Invoice_GetDataArray">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="entityHandles" type="tns:ArrayOfInvoiceHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Invoice_GetDataArrayResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Invoice_GetDataArrayResult" type="tns:ArrayOfInvoiceData" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="ArrayOfInvoiceData">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="unbounded" name="InvoiceData" nillable="true" type="tns:InvoiceData" />
        </s:sequence>
      </s:complexType>
      <s:element name="Invoice_GetNumber">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="invoiceHandle" type="tns:InvoiceHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Invoice_GetNumberResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="Invoice_GetNumberResult" type="s:int" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Invoice_GetDebtor">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="invoiceHandle" type="tns:InvoiceHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Invoice_GetDebtorResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Invoice_GetDebtorResult" type="tns:DebtorHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Invoice_GetProject">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="invoiceHandle" type="tns:InvoiceHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Invoice_GetProjectResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Invoice_GetProjectResult" type="tns:ProjectHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Invoice_GetDebtorName">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="invoiceHandle" type="tns:InvoiceHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Invoice_GetDebtorNameResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Invoice_GetDebtorNameResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Invoice_GetDebtorAddress">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="invoiceHandle" type="tns:InvoiceHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Invoice_GetDebtorAddressResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Invoice_GetDebtorAddressResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Invoice_GetDebtorPostalCode">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="invoiceHandle" type="tns:InvoiceHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Invoice_GetDebtorPostalCodeResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Invoice_GetDebtorPostalCodeResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Invoice_GetDebtorCity">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="invoiceHandle" type="tns:InvoiceHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Invoice_GetDebtorCityResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Invoice_GetDebtorCityResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Invoice_GetDebtorCountry">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="invoiceHandle" type="tns:InvoiceHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Invoice_GetDebtorCountryResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Invoice_GetDebtorCountryResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="DebtorGroup_Create">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="number" type="s:int" />
            <s:element minOccurs="0" maxOccurs="1" name="name" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="accountHandle" type="tns:AccountHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="DebtorGroup_CreateResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="DebtorGroup_CreateResult" type="tns:DebtorGroupHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="DebtorGroupHandle">
        <s:sequence>
          <s:element minOccurs="1" maxOccurs="1" name="Number" type="s:int" />
        </s:sequence>
      </s:complexType>
      <s:element name="DebtorGroup_GetAll">
        <s:complexType />
      </s:element>
      <s:element name="DebtorGroup_GetAllResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="DebtorGroup_GetAllResult" type="tns:ArrayOfDebtorGroupHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="ArrayOfDebtorGroupHandle">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="unbounded" name="DebtorGroupHandle" nillable="true" type="tns:DebtorGroupHandle" />
        </s:sequence>
      </s:complexType>
      <s:element name="DebtorGroup_FindByNumber">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="number" type="s:int" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="DebtorGroup_FindByNumberResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="DebtorGroup_FindByNumberResult" type="tns:DebtorGroupHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="DebtorGroup_FindByNumberList">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="numbers" type="tns:ArrayOfInt" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="DebtorGroup_FindByNumberListResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="DebtorGroup_FindByNumberListResult" type="tns:ArrayOfDebtorGroupHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="DebtorGroup_FindByName">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="name" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="DebtorGroup_FindByNameResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="DebtorGroup_FindByNameResult" type="tns:ArrayOfDebtorGroupHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="DebtorGroup_GetDebtors">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="debtorGroupHandle" type="tns:DebtorGroupHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="DebtorGroup_GetDebtorsResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="DebtorGroup_GetDebtorsResult" type="tns:ArrayOfDebtorHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="ArrayOfDebtorHandle">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="unbounded" name="DebtorHandle" nillable="true" type="tns:DebtorHandle" />
        </s:sequence>
      </s:complexType>
      <s:element name="DeliveryLocation_CreateFromData">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="data" type="tns:DeliveryLocationData" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="DeliveryLocationData">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="1" name="Handle" type="tns:DeliveryLocationHandle" />
          <s:element minOccurs="0" maxOccurs="1" name="Id" type="s:int" />
          <s:element minOccurs="0" maxOccurs="1" name="DebtorHandle" type="tns:DebtorHandle" />
          <s:element minOccurs="1" maxOccurs="1" name="Number" type="s:int" />
          <s:element minOccurs="0" maxOccurs="1" name="Address" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="PostalCode" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="City" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="Country" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="TermsOfDelivery" type="s:string" />
          <s:element minOccurs="1" maxOccurs="1" name="IsAccessible" type="s:boolean" />
          <s:element minOccurs="0" maxOccurs="1" name="ExternalId" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="County" type="s:string" />
        </s:sequence>
      </s:complexType>
      <s:element name="DeliveryLocation_CreateFromDataResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="DeliveryLocation_CreateFromDataResult" type="tns:DeliveryLocationHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="DeliveryLocation_CreateFromDataArray">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="dataArray" type="tns:ArrayOfDeliveryLocationData" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="ArrayOfDeliveryLocationData">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="unbounded" name="DeliveryLocationData" nillable="true" type="tns:DeliveryLocationData" />
        </s:sequence>
      </s:complexType>
      <s:element name="DeliveryLocation_CreateFromDataArrayResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="DeliveryLocation_CreateFromDataArrayResult" type="tns:ArrayOfDeliveryLocationHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="ArrayOfDeliveryLocationHandle">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="unbounded" name="DeliveryLocationHandle" nillable="true" type="tns:DeliveryLocationHandle" />
        </s:sequence>
      </s:complexType>
      <s:element name="DeliveryLocation_UpdateFromDataArray">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="dataArray" type="tns:ArrayOfDeliveryLocationData" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="DeliveryLocation_UpdateFromDataArrayResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="DeliveryLocation_UpdateFromDataArrayResult" type="tns:ArrayOfDeliveryLocationHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="DeliveryLocation_UpdateFromData">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="data" type="tns:DeliveryLocationData" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="DeliveryLocation_UpdateFromDataResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="DeliveryLocation_UpdateFromDataResult" type="tns:DeliveryLocationHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="DeliveryLocation_GetData">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="entityHandle" type="tns:DeliveryLocationHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="DeliveryLocation_GetDataResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="DeliveryLocation_GetDataResult" type="tns:DeliveryLocationData" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="DeliveryLocation_GetDataArray">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="entityHandles" type="tns:ArrayOfDeliveryLocationHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="DeliveryLocation_GetDataArrayResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="DeliveryLocation_GetDataArrayResult" type="tns:ArrayOfDeliveryLocationData" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="DeliveryLocation_GetDebtor">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="deliveryLocationHandle" type="tns:DeliveryLocationHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="DeliveryLocation_GetDebtorResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="DeliveryLocation_GetDebtorResult" type="tns:DebtorHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="DeliveryLocation_GetNumber">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="deliveryLocationHandle" type="tns:DeliveryLocationHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="DeliveryLocation_GetNumberResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="DeliveryLocation_GetNumberResult" type="s:int" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="DeliveryLocation_GetAddress">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="deliveryLocationHandle" type="tns:DeliveryLocationHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="DeliveryLocation_GetAddressResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="DeliveryLocation_GetAddressResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="DeliveryLocation_SetAddress">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="deliveryLocationHandle" type="tns:DeliveryLocationHandle" />
            <s:element minOccurs="0" maxOccurs="1" name="value" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="DeliveryLocation_SetAddressResponse">
        <s:complexType />
      </s:element>
      <s:element name="DeliveryLocation_GetPostalCode">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="deliveryLocationHandle" type="tns:DeliveryLocationHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="DeliveryLocation_GetPostalCodeResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="DeliveryLocation_GetPostalCodeResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="DeliveryLocation_SetPostalCode">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="deliveryLocationHandle" type="tns:DeliveryLocationHandle" />
            <s:element minOccurs="0" maxOccurs="1" name="value" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="DeliveryLocation_SetPostalCodeResponse">
        <s:complexType />
      </s:element>
      <s:element name="DeliveryLocation_GetCity">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="deliveryLocationHandle" type="tns:DeliveryLocationHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="DeliveryLocation_GetCityResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="DeliveryLocation_GetCityResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="DeliveryLocation_SetCity">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="deliveryLocationHandle" type="tns:DeliveryLocationHandle" />
            <s:element minOccurs="0" maxOccurs="1" name="value" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="DeliveryLocation_SetCityResponse">
        <s:complexType />
      </s:element>
      <s:element name="DeliveryLocation_SetCountry">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="deliveryLocationHandle" type="tns:DeliveryLocationHandle" />
            <s:element minOccurs="0" maxOccurs="1" name="value" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="DeliveryLocation_SetCountryResponse">
        <s:complexType />
      </s:element>
      <s:element name="DeliveryLocation_GetCountry">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="deliveryLocationHandle" type="tns:DeliveryLocationHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="DeliveryLocation_GetCountryResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="DeliveryLocation_GetCountryResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="DeliveryLocation_SetTermsOfDelivery">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="deliveryLocationHandle" type="tns:DeliveryLocationHandle" />
            <s:element minOccurs="0" maxOccurs="1" name="value" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="DeliveryLocation_SetTermsOfDeliveryResponse">
        <s:complexType />
      </s:element>
      <s:element name="DeliveryLocation_GetTermsOfDelivery">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="deliveryLocationHandle" type="tns:DeliveryLocationHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="DeliveryLocation_GetTermsOfDeliveryResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="DeliveryLocation_GetTermsOfDeliveryResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="DeliveryLocation_GetIsAccessible">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="deliveryLocationHandle" type="tns:DeliveryLocationHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="DeliveryLocation_GetIsAccessibleResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="DeliveryLocation_GetIsAccessibleResult" type="s:boolean" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="DeliveryLocation_SetIsAccessible">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="deliveryLocationHandle" type="tns:DeliveryLocationHandle" />
            <s:element minOccurs="1" maxOccurs="1" name="value" type="s:boolean" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="DeliveryLocation_SetIsAccessibleResponse">
        <s:complexType />
      </s:element>
      <s:element name="DeliveryLocation_GetExternalId">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="deliveryLocationHandle" type="tns:DeliveryLocationHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="DeliveryLocation_GetExternalIdResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="DeliveryLocation_GetExternalIdResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="DeliveryLocation_SetExternalId">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="deliveryLocationHandle" type="tns:DeliveryLocationHandle" />
            <s:element minOccurs="0" maxOccurs="1" name="value" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="DeliveryLocation_SetExternalIdResponse">
        <s:complexType />
      </s:element>
      <s:element name="DeliveryLocation_GetCounty">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="deliveryLocationHandle" type="tns:DeliveryLocationHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="DeliveryLocation_GetCountyResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="DeliveryLocation_GetCountyResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="DeliveryLocation_SetCounty">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="deliveryLocationHandle" type="tns:DeliveryLocationHandle" />
            <s:element minOccurs="0" maxOccurs="1" name="value" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="DeliveryLocation_SetCountyResponse">
        <s:complexType />
      </s:element>
      <s:element name="DeliveryLocation_Create">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="debtorHandle" type="tns:DebtorHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="DeliveryLocation_CreateResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="DeliveryLocation_CreateResult" type="tns:DeliveryLocationHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="DeliveryLocation_GetAll">
        <s:complexType />
      </s:element>
      <s:element name="DeliveryLocation_GetAllResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="DeliveryLocation_GetAllResult" type="tns:ArrayOfDeliveryLocationHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="DeliveryLocation_FindByExternalId">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="externalId" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="DeliveryLocation_FindByExternalIdResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="DeliveryLocation_FindByExternalIdResult" type="tns:DeliveryLocationHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="DeliveryLocation_Delete">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="deliveryLocationHandle" type="tns:DeliveryLocationHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="DeliveryLocation_DeleteResponse">
        <s:complexType />
      </s:element>
      <s:element name="Department_CreateFromData">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="data" type="tns:DepartmentData" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="DepartmentData">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="1" name="Handle" type="tns:DepartmentHandle" />
          <s:element minOccurs="1" maxOccurs="1" name="Number" type="s:int" />
          <s:element minOccurs="0" maxOccurs="1" name="Name" type="s:string" />
        </s:sequence>
      </s:complexType>
      <s:element name="Department_CreateFromDataResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Department_CreateFromDataResult" type="tns:DepartmentHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Department_CreateFromDataArray">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="dataArray" type="tns:ArrayOfDepartmentData" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="ArrayOfDepartmentData">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="unbounded" name="DepartmentData" nillable="true" type="tns:DepartmentData" />
        </s:sequence>
      </s:complexType>
      <s:element name="Department_CreateFromDataArrayResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Department_CreateFromDataArrayResult" type="tns:ArrayOfDepartmentHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="ArrayOfDepartmentHandle">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="unbounded" name="DepartmentHandle" nillable="true" type="tns:DepartmentHandle" />
        </s:sequence>
      </s:complexType>
      <s:element name="Department_UpdateFromDataArray">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="dataArray" type="tns:ArrayOfDepartmentData" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Department_UpdateFromDataArrayResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Department_UpdateFromDataArrayResult" type="tns:ArrayOfDepartmentHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Department_UpdateFromData">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="data" type="tns:DepartmentData" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Department_UpdateFromDataResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Department_UpdateFromDataResult" type="tns:DepartmentHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Department_GetData">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="entityHandle" type="tns:DepartmentHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Department_GetDataResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Department_GetDataResult" type="tns:DepartmentData" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Department_GetDataArray">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="entityHandles" type="tns:ArrayOfDepartmentHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Department_GetDataArrayResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Department_GetDataArrayResult" type="tns:ArrayOfDepartmentData" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Department_Create">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="number" type="s:int" />
            <s:element minOccurs="0" maxOccurs="1" name="name" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Department_CreateResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Department_CreateResult" type="tns:DepartmentHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Department_GetAll">
        <s:complexType />
      </s:element>
      <s:element name="Department_GetAllResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Department_GetAllResult" type="tns:ArrayOfDepartmentHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Department_FindByNumber">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="number" type="s:int" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Department_FindByNumberResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Department_FindByNumberResult" type="tns:DepartmentHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Department_FindByNumberList">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="numbers" type="tns:ArrayOfInt" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Department_FindByNumberListResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Department_FindByNumberListResult" type="tns:ArrayOfDepartmentHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Department_FindByName">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="name" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Department_FindByNameResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Department_FindByNameResult" type="tns:ArrayOfDepartmentHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Department_GetAllUpdated">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="fromDate" type="s:dateTime" />
            <s:element minOccurs="1" maxOccurs="1" name="includeCalculatedProperties" type="s:boolean" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Department_GetAllUpdatedResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Department_GetAllUpdatedResult" type="tns:ArrayOfDepartmentHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Department_Delete">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="departmentHandle" type="tns:DepartmentHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Department_DeleteResponse">
        <s:complexType />
      </s:element>
      <s:element name="Department_GetNumber">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="departmentHandle" type="tns:DepartmentHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Department_GetNumberResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="Department_GetNumberResult" type="s:int" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Department_GetName">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="departmentHandle" type="tns:DepartmentHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Department_GetNameResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Department_GetNameResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Department_GetIsAccessible">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="departmentHandle" type="tns:DepartmentHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Department_GetIsAccessibleResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="Department_GetIsAccessibleResult" type="s:boolean" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Department_SetName">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="departmentHandle" type="tns:DepartmentHandle" />
            <s:element minOccurs="0" maxOccurs="1" name="value" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Department_SetNameResponse">
        <s:complexType />
      </s:element>
      <s:element name="Department_SetIsAccessible">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="departmentHandle" type="tns:DepartmentHandle" />
            <s:element minOccurs="1" maxOccurs="1" name="value" type="s:boolean" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Department_SetIsAccessibleResponse">
        <s:complexType />
      </s:element>
      <s:element name="DistributionKey_UpdateFromDataArray">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="dataArray" type="tns:ArrayOfDistributionKeyData" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="ArrayOfDistributionKeyData">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="unbounded" name="DistributionKeyData" nillable="true" type="tns:DistributionKeyData" />
        </s:sequence>
      </s:complexType>
      <s:complexType name="DistributionKeyData">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="1" name="Handle" type="tns:DistributionKeyHandle" />
          <s:element minOccurs="1" maxOccurs="1" name="Number" type="s:int" />
          <s:element minOccurs="0" maxOccurs="1" name="Name" type="s:string" />
          <s:element minOccurs="1" maxOccurs="1" name="IsAccessible" type="s:boolean" />
        </s:sequence>
      </s:complexType>
      <s:element name="DistributionKey_UpdateFromDataArrayResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="DistributionKey_UpdateFromDataArrayResult" type="tns:ArrayOfDistributionKeyHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="ArrayOfDistributionKeyHandle">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="unbounded" name="DistributionKeyHandle" nillable="true" type="tns:DistributionKeyHandle" />
        </s:sequence>
      </s:complexType>
      <s:element name="DistributionKey_UpdateFromData">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="data" type="tns:DistributionKeyData" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="DistributionKey_UpdateFromDataResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="DistributionKey_UpdateFromDataResult" type="tns:DistributionKeyHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="DistributionKey_GetData">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="entityHandle" type="tns:DistributionKeyHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="DistributionKey_GetDataResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="DistributionKey_GetDataResult" type="tns:DistributionKeyData" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="DistributionKey_GetDataArray">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="entityHandles" type="tns:ArrayOfDistributionKeyHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="DistributionKey_GetDataArrayResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="DistributionKey_GetDataArrayResult" type="tns:ArrayOfDistributionKeyData" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="DistributionKey_GetAll">
        <s:complexType />
      </s:element>
      <s:element name="DistributionKey_GetAllResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="DistributionKey_GetAllResult" type="tns:ArrayOfDistributionKeyHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="DistributionKey_FindByNumber">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="number" type="s:int" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="DistributionKey_FindByNumberResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="DistributionKey_FindByNumberResult" type="tns:DistributionKeyHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="DistributionKey_FindByNumberList">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="numbers" type="tns:ArrayOfInt" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="DistributionKey_FindByNumberListResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="DistributionKey_FindByNumberListResult" type="tns:ArrayOfDistributionKeyHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="DistributionKey_FindByName">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="name" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="DistributionKey_FindByNameResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="DistributionKey_FindByNameResult" type="tns:ArrayOfDistributionKeyHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="DistributionKey_GetDepartments">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="distributionKeyHandle" type="tns:DistributionKeyHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="DistributionKey_GetDepartmentsResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="DistributionKey_GetDepartmentsResult" type="tns:ArrayOfDepartmentHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="DistributionKey_GetPercentages">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="distributionKeyHandle" type="tns:DistributionKeyHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="DistributionKey_GetPercentagesResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="DistributionKey_GetPercentagesResult" type="tns:ArrayOfDecimal" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="ArrayOfDecimal">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="unbounded" name="decimal" type="s:decimal" />
        </s:sequence>
      </s:complexType>
      <s:element name="DistributionKey_GetNumber">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="distributionKeyHandle" type="tns:DistributionKeyHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="DistributionKey_GetNumberResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="DistributionKey_GetNumberResult" type="s:int" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="DistributionKey_GetName">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="distributionKeyHandle" type="tns:DistributionKeyHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="DistributionKey_GetNameResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="DistributionKey_GetNameResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="DistributionKey_SetName">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="distributionKeyHandle" type="tns:DistributionKeyHandle" />
            <s:element minOccurs="0" maxOccurs="1" name="value" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="DistributionKey_SetNameResponse">
        <s:complexType />
      </s:element>
      <s:element name="DistributionKey_GetIsAccessible">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="distributionKeyHandle" type="tns:DistributionKeyHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="DistributionKey_GetIsAccessibleResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="DistributionKey_GetIsAccessibleResult" type="s:boolean" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="DistributionKey_SetIsAccessible">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="distributionKeyHandle" type="tns:DistributionKeyHandle" />
            <s:element minOccurs="1" maxOccurs="1" name="value" type="s:boolean" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="DistributionKey_SetIsAccessibleResponse">
        <s:complexType />
      </s:element>
      <s:element name="DocumentArchiveCategory_CreateFromData">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="data" type="tns:DocumentArchiveCategoryData" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="DocumentArchiveCategoryData">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="1" name="Handle" type="tns:DocumentArchiveCategoryHandle" />
          <s:element minOccurs="1" maxOccurs="1" name="Number" type="s:int" />
          <s:element minOccurs="0" maxOccurs="1" name="Name" type="s:string" />
        </s:sequence>
      </s:complexType>
      <s:element name="DocumentArchiveCategory_CreateFromDataResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="DocumentArchiveCategory_CreateFromDataResult" type="tns:DocumentArchiveCategoryHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="DocumentArchiveCategory_CreateFromDataArray">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="dataArray" type="tns:ArrayOfDocumentArchiveCategoryData" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="ArrayOfDocumentArchiveCategoryData">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="unbounded" name="DocumentArchiveCategoryData" nillable="true" type="tns:DocumentArchiveCategoryData" />
        </s:sequence>
      </s:complexType>
      <s:element name="DocumentArchiveCategory_CreateFromDataArrayResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="DocumentArchiveCategory_CreateFromDataArrayResult" type="tns:ArrayOfDocumentArchiveCategoryHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="ArrayOfDocumentArchiveCategoryHandle">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="unbounded" name="DocumentArchiveCategoryHandle" nillable="true" type="tns:DocumentArchiveCategoryHandle" />
        </s:sequence>
      </s:complexType>
      <s:element name="DocumentArchiveCategory_UpdateFromDataArray">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="dataArray" type="tns:ArrayOfDocumentArchiveCategoryData" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="DocumentArchiveCategory_UpdateFromDataArrayResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="DocumentArchiveCategory_UpdateFromDataArrayResult" type="tns:ArrayOfDocumentArchiveCategoryHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="DocumentArchiveCategory_UpdateFromData">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="data" type="tns:DocumentArchiveCategoryData" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="DocumentArchiveCategory_UpdateFromDataResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="DocumentArchiveCategory_UpdateFromDataResult" type="tns:DocumentArchiveCategoryHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="DocumentArchiveCategory_GetData">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="entityHandle" type="tns:DocumentArchiveCategoryHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="DocumentArchiveCategory_GetDataResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="DocumentArchiveCategory_GetDataResult" type="tns:DocumentArchiveCategoryData" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="DocumentArchiveCategory_GetDataArray">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="entityHandles" type="tns:ArrayOfDocumentArchiveCategoryHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="DocumentArchiveCategory_GetDataArrayResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="DocumentArchiveCategory_GetDataArrayResult" type="tns:ArrayOfDocumentArchiveCategoryData" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="DocumentArchiveCategory_Create">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="number" type="s:int" />
            <s:element minOccurs="0" maxOccurs="1" name="name" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="DocumentArchiveCategory_CreateResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="DocumentArchiveCategory_CreateResult" type="tns:DocumentArchiveCategoryHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="DocumentArchiveCategory_GetAll">
        <s:complexType />
      </s:element>
      <s:element name="DocumentArchiveCategory_GetAllResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="DocumentArchiveCategory_GetAllResult" type="tns:ArrayOfDocumentArchiveCategoryHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="DocumentArchiveCategory_FindByNumber">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="number" type="s:int" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="DocumentArchiveCategory_FindByNumberResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="DocumentArchiveCategory_FindByNumberResult" type="tns:DocumentArchiveCategoryHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="DocumentArchiveCategory_FindByName">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="name" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="DocumentArchiveCategory_FindByNameResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="DocumentArchiveCategory_FindByNameResult" type="tns:ArrayOfDocumentArchiveCategoryHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="DocumentArchiveCategory_GetDocuments">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="documentArchiveCategoryHandle" type="tns:DocumentArchiveCategoryHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="DocumentArchiveCategory_GetDocumentsResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="DocumentArchiveCategory_GetDocumentsResult" type="tns:ArrayOfScannedDocumentHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="DocumentArchiveCategory_Delete">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="documentArchiveCategoryHandle" type="tns:DocumentArchiveCategoryHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="DocumentArchiveCategory_DeleteResponse">
        <s:complexType />
      </s:element>
      <s:element name="DocumentArchiveCategory_GetNumber">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="documentArchiveCategoryHandle" type="tns:DocumentArchiveCategoryHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="DocumentArchiveCategory_GetNumberResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="DocumentArchiveCategory_GetNumberResult" type="s:int" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="DocumentArchiveCategory_GetName">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="documentArchiveCategoryHandle" type="tns:DocumentArchiveCategoryHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="DocumentArchiveCategory_GetNameResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="DocumentArchiveCategory_GetNameResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="DocumentArchiveCategory_SetName">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="documentArchiveCategoryHandle" type="tns:DocumentArchiveCategoryHandle" />
            <s:element minOccurs="0" maxOccurs="1" name="value" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="DocumentArchiveCategory_SetNameResponse">
        <s:complexType />
      </s:element>
      <s:element name="Employee_CreateFromData">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="data" type="tns:EmployeeData" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Employee_CreateFromDataResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Employee_CreateFromDataResult" type="tns:EmployeeHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Employee_CreateFromDataArray">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="dataArray" type="tns:ArrayOfEmployeeData" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Employee_CreateFromDataArrayResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Employee_CreateFromDataArrayResult" type="tns:ArrayOfEmployeeHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Employee_UpdateFromDataArray">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="dataArray" type="tns:ArrayOfEmployeeData" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Employee_UpdateFromDataArrayResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Employee_UpdateFromDataArrayResult" type="tns:ArrayOfEmployeeHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Debtor_GetOurReference">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="debtorHandle" type="tns:DebtorHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Debtor_GetOurReferenceResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Debtor_GetOurReferenceResult" type="tns:EmployeeHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Debtor_SetOurReference">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="debtorHandle" type="tns:DebtorHandle" />
            <s:element minOccurs="0" maxOccurs="1" name="valueHandle" type="tns:EmployeeHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Debtor_SetOurReferenceResponse">
        <s:complexType />
      </s:element>
      <s:element name="Debtor_GetBalance">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="debtorHandle" type="tns:DebtorHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Debtor_GetBalanceResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="Debtor_GetBalanceResult" type="s:decimal" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Debtor_GetNextAvailableNumber">
        <s:complexType />
      </s:element>
      <s:element name="Debtor_GetNextAvailableNumberResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="Debtor_GetNextAvailableNumberResult" type="s:int" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Debtor_Create">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="number" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="debtorGroupHandle" type="tns:DebtorGroupHandle" />
            <s:element minOccurs="0" maxOccurs="1" name="name" type="s:string" />
            <s:element minOccurs="1" maxOccurs="1" name="vatZone" type="tns:VatZone" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:simpleType name="VatZone">
        <s:restriction base="s:string">
          <s:enumeration value="HomeCountry" />
          <s:enumeration value="EU" />
          <s:enumeration value="Abroad" />
        </s:restriction>
      </s:simpleType>
      <s:element name="Debtor_CreateResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Debtor_CreateResult" type="tns:DebtorHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Debtor_GetAll">
        <s:complexType />
      </s:element>
      <s:element name="Debtor_GetAllResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Debtor_GetAllResult" type="tns:ArrayOfDebtorHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Debtor_GetAllUpdated">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="fromDate" type="s:dateTime" />
            <s:element minOccurs="1" maxOccurs="1" name="includeCalculatedProperties" type="s:boolean" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Debtor_GetAllUpdatedResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Debtor_GetAllUpdatedResult" type="tns:ArrayOfDebtorHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Debtor_FindByNumber">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="number" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Debtor_FindByNumberResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Debtor_FindByNumberResult" type="tns:DebtorHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Debtor_FindByNumberList">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="numbers" type="tns:ArrayOfString" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Debtor_FindByNumberListResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Debtor_FindByNumberListResult" type="tns:ArrayOfDebtorHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Debtor_FindByName">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="name" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Debtor_FindByNameResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Debtor_FindByNameResult" type="tns:ArrayOfDebtorHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Debtor_FindByPartialName">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="partialName" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Debtor_FindByPartialNameResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Debtor_FindByPartialNameResult" type="tns:ArrayOfDebtorHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Debtor_FindByEmail">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="email" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Debtor_FindByEmailResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Debtor_FindByEmailResult" type="tns:ArrayOfDebtorHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Debtor_FindByEan">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="ean" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Debtor_FindByEanResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Debtor_FindByEanResult" type="tns:ArrayOfDebtorHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Debtor_FindByCINumber">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="ciNumber" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Debtor_FindByCINumberResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Debtor_FindByCINumberResult" type="tns:ArrayOfDebtorHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Debtor_FindByTelephoneAndFaxNumber">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="telephoneAndFaxNumber" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Debtor_FindByTelephoneAndFaxNumberResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Debtor_FindByTelephoneAndFaxNumberResult" type="tns:ArrayOfDebtorHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Debtor_GetDeliveryLocations">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="debtorHandle" type="tns:DebtorHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Debtor_GetDeliveryLocationsResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Debtor_GetDeliveryLocationsResult" type="tns:ArrayOfDeliveryLocationHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Debtor_GetDebtorContacts">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="debtorHandle" type="tns:DebtorHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Debtor_GetDebtorContactsResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Debtor_GetDebtorContactsResult" type="tns:ArrayOfDebtorContactHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="ArrayOfDebtorContactHandle">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="unbounded" name="DebtorContactHandle" nillable="true" type="tns:DebtorContactHandle" />
        </s:sequence>
      </s:complexType>
      <s:element name="Debtor_GetInvoices">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="debtorHandle" type="tns:DebtorHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Debtor_GetInvoicesResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Debtor_GetInvoicesResult" type="tns:ArrayOfInvoiceHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Debtor_GetOrders">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="debtorHandle" type="tns:DebtorHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Debtor_GetOrdersResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Debtor_GetOrdersResult" type="tns:ArrayOfOrderHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Debtor_GetCurrentInvoices">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="debtorHandle" type="tns:DebtorHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Debtor_GetCurrentInvoicesResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Debtor_GetCurrentInvoicesResult" type="tns:ArrayOfCurrentInvoiceHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="ArrayOfCurrentInvoiceHandle">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="unbounded" name="CurrentInvoiceHandle" nillable="true" type="tns:CurrentInvoiceHandle" />
        </s:sequence>
      </s:complexType>
      <s:element name="Debtor_GetQuotations">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="debtorHandle" type="tns:DebtorHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Debtor_GetQuotationsResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Debtor_GetQuotationsResult" type="tns:ArrayOfQuotationHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Debtor_GetEntries">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="debtorHandle" type="tns:DebtorHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Debtor_GetEntriesResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Debtor_GetEntriesResult" type="tns:ArrayOfDebtorEntryHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="ArrayOfDebtorEntryHandle">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="unbounded" name="DebtorEntryHandle" nillable="true" type="tns:DebtorEntryHandle" />
        </s:sequence>
      </s:complexType>
      <s:complexType name="DebtorEntryHandle">
        <s:sequence>
          <s:element minOccurs="1" maxOccurs="1" name="SerialNumber" type="s:int" />
        </s:sequence>
      </s:complexType>
      <s:element name="Debtor_GetOpenEntries">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="debtorHandle" type="tns:DebtorHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Debtor_GetOpenEntriesResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Debtor_GetOpenEntriesResult" type="tns:ArrayOfDebtorEntryHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Debtor_GetSubscribers">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="debtorHandle" type="tns:DebtorHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Debtor_GetSubscribersResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Debtor_GetSubscribersResult" type="tns:ArrayOfSubscriberHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Debtor_Delete">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="debtorHandle" type="tns:DebtorHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Debtor_DeleteResponse">
        <s:complexType />
      </s:element>
      <s:element name="DebtorContact_CreateFromData">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="data" type="tns:DebtorContactData" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="DebtorContactData">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="1" name="Handle" type="tns:DebtorContactHandle" />
          <s:element minOccurs="0" maxOccurs="1" name="Id" type="s:int" />
          <s:element minOccurs="0" maxOccurs="1" name="DebtorHandle" type="tns:DebtorHandle" />
          <s:element minOccurs="0" maxOccurs="1" name="Name" type="s:string" />
          <s:element minOccurs="1" maxOccurs="1" name="Number" type="s:int" />
          <s:element minOccurs="0" maxOccurs="1" name="TelephoneNumber" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="Email" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="Comments" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="ExternalId" type="s:string" />
          <s:element minOccurs="1" maxOccurs="1" name="IsToReceiveEmailCopyOfOrder" type="s:boolean" />
          <s:element minOccurs="1" maxOccurs="1" name="IsToReceiveEmailCopyOfInvoice" type="s:boolean" />
        </s:sequence>
      </s:complexType>
      <s:element name="DebtorContact_CreateFromDataResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="DebtorContact_CreateFromDataResult" type="tns:DebtorContactHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="DebtorContact_CreateFromDataArray">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="dataArray" type="tns:ArrayOfDebtorContactData" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="ArrayOfDebtorContactData">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="unbounded" name="DebtorContactData" nillable="true" type="tns:DebtorContactData" />
        </s:sequence>
      </s:complexType>
      <s:element name="DebtorContact_CreateFromDataArrayResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="DebtorContact_CreateFromDataArrayResult" type="tns:ArrayOfDebtorContactHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="DebtorContact_UpdateFromDataArray">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="dataArray" type="tns:ArrayOfDebtorContactData" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="DebtorContact_UpdateFromDataArrayResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="DebtorContact_UpdateFromDataArrayResult" type="tns:ArrayOfDebtorContactHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="DebtorContact_UpdateFromData">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="data" type="tns:DebtorContactData" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="DebtorContact_UpdateFromDataResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="DebtorContact_UpdateFromDataResult" type="tns:DebtorContactHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="DebtorContact_GetData">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="entityHandle" type="tns:DebtorContactHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="DebtorContact_GetDataResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="DebtorContact_GetDataResult" type="tns:DebtorContactData" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="DebtorContact_GetDataArray">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="entityHandles" type="tns:ArrayOfDebtorContactHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="DebtorContact_GetDataArrayResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="DebtorContact_GetDataArrayResult" type="tns:ArrayOfDebtorContactData" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="DebtorContact_GetDebtor">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="debtorContactHandle" type="tns:DebtorContactHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="DebtorContact_GetDebtorResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="DebtorContact_GetDebtorResult" type="tns:DebtorHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="DebtorContact_SetName">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="debtorContactHandle" type="tns:DebtorContactHandle" />
            <s:element minOccurs="0" maxOccurs="1" name="value" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="DebtorContact_SetNameResponse">
        <s:complexType />
      </s:element>
      <s:element name="DebtorContact_GetName">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="debtorContactHandle" type="tns:DebtorContactHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="DebtorContact_GetNameResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="DebtorContact_GetNameResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="DebtorContact_GetNumber">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="debtorContactHandle" type="tns:DebtorContactHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="DebtorContact_GetNumberResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="DebtorContact_GetNumberResult" type="s:int" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="DebtorContact_GetTelephoneNumber">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="debtorContactHandle" type="tns:DebtorContactHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="DebtorContact_GetTelephoneNumberResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="DebtorContact_GetTelephoneNumberResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="DebtorContact_SetTelephoneNumber">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="debtorContactHandle" type="tns:DebtorContactHandle" />
            <s:element minOccurs="0" maxOccurs="1" name="value" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="DebtorContact_SetTelephoneNumberResponse">
        <s:complexType />
      </s:element>
      <s:element name="DebtorContact_GetEmail">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="debtorContactHandle" type="tns:DebtorContactHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="DebtorContact_GetEmailResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="DebtorContact_GetEmailResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="DebtorContact_SetEmail">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="debtorContactHandle" type="tns:DebtorContactHandle" />
            <s:element minOccurs="0" maxOccurs="1" name="value" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="DebtorContact_SetEmailResponse">
        <s:complexType />
      </s:element>
      <s:element name="DebtorContact_SetComments">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="debtorContactHandle" type="tns:DebtorContactHandle" />
            <s:element minOccurs="0" maxOccurs="1" name="value" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="DebtorContact_SetCommentsResponse">
        <s:complexType />
      </s:element>
      <s:element name="DebtorContact_GetComments">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="debtorContactHandle" type="tns:DebtorContactHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="DebtorContact_GetCommentsResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="DebtorContact_GetCommentsResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="DebtorContact_GetExternalId">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="debtorContactHandle" type="tns:DebtorContactHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="DebtorContact_GetExternalIdResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="DebtorContact_GetExternalIdResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="DebtorContact_SetExternalId">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="debtorContactHandle" type="tns:DebtorContactHandle" />
            <s:element minOccurs="0" maxOccurs="1" name="value" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="DebtorContact_SetExternalIdResponse">
        <s:complexType />
      </s:element>
      <s:element name="DebtorContact_SetIsToReceiveEmailCopyOfOrder">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="debtorContactHandle" type="tns:DebtorContactHandle" />
            <s:element minOccurs="1" maxOccurs="1" name="value" type="s:boolean" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="DebtorContact_SetIsToReceiveEmailCopyOfOrderResponse">
        <s:complexType />
      </s:element>
      <s:element name="DebtorContact_GetIsToReceiveEmailCopyOfOrder">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="debtorContactHandle" type="tns:DebtorContactHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="DebtorContact_GetIsToReceiveEmailCopyOfOrderResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="DebtorContact_GetIsToReceiveEmailCopyOfOrderResult" type="s:boolean" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="DebtorContact_GetIsToReceiveEmailCopyOfInvoice">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="debtorContactHandle" type="tns:DebtorContactHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="DebtorContact_GetIsToReceiveEmailCopyOfInvoiceResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="DebtorContact_GetIsToReceiveEmailCopyOfInvoiceResult" type="s:boolean" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="DebtorContact_SetIsToReceiveEmailCopyOfInvoice">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="debtorContactHandle" type="tns:DebtorContactHandle" />
            <s:element minOccurs="1" maxOccurs="1" name="value" type="s:boolean" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="DebtorContact_SetIsToReceiveEmailCopyOfInvoiceResponse">
        <s:complexType />
      </s:element>
      <s:element name="DebtorContact_Create">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="debtorHandle" type="tns:DebtorHandle" />
            <s:element minOccurs="0" maxOccurs="1" name="name" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="DebtorContact_CreateResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="DebtorContact_CreateResult" type="tns:DebtorContactHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="DebtorContact_GetAll">
        <s:complexType />
      </s:element>
      <s:element name="DebtorContact_GetAllResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="DebtorContact_GetAllResult" type="tns:ArrayOfDebtorContactHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="DebtorContact_FindByName">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="name" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="DebtorContact_FindByNameResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="DebtorContact_FindByNameResult" type="tns:ArrayOfDebtorContactHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="DebtorContact_FindByExternalId">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="externalId" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="DebtorContact_FindByExternalIdResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="DebtorContact_FindByExternalIdResult" type="tns:ArrayOfDebtorContactHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="DebtorContact_Delete">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="debtorContactHandle" type="tns:DebtorContactHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="DebtorContact_DeleteResponse">
        <s:complexType />
      </s:element>
      <s:element name="DebtorEntry_GetData">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="entityHandle" type="tns:DebtorEntryHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="DebtorEntry_GetDataResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="DebtorEntry_GetDataResult" type="tns:DebtorEntryData" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="DebtorEntryData">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="1" name="Handle" type="tns:DebtorEntryHandle" />
          <s:element minOccurs="1" maxOccurs="1" name="SerialNumber" type="s:int" />
          <s:element minOccurs="1" maxOccurs="1" name="Type" type="tns:EntryType" />
          <s:element minOccurs="1" maxOccurs="1" name="Date" type="s:dateTime" />
          <s:element minOccurs="0" maxOccurs="1" name="DebtorHandle" type="tns:DebtorHandle" />
          <s:element minOccurs="0" maxOccurs="1" name="AccountHandle" type="tns:AccountHandle" />
          <s:element minOccurs="1" maxOccurs="1" name="VoucherNumber" type="s:int" />
          <s:element minOccurs="0" maxOccurs="1" name="Text" type="s:string" />
          <s:element minOccurs="1" maxOccurs="1" name="AmountDefaultCurrency" type="s:decimal" />
          <s:element minOccurs="0" maxOccurs="1" name="CurrencyHandle" type="tns:CurrencyHandle" />
          <s:element minOccurs="1" maxOccurs="1" name="Amount" type="s:decimal" />
          <s:element minOccurs="1" maxOccurs="1" name="InvoiceNumber" type="s:int" />
          <s:element minOccurs="1" maxOccurs="1" name="DueDate" type="s:dateTime" />
          <s:element minOccurs="1" maxOccurs="1" name="Remainder" type="s:decimal" />
          <s:element minOccurs="1" maxOccurs="1" name="RemainderDefaultCurrency" type="s:decimal" />
        </s:sequence>
      </s:complexType>
      <s:element name="DebtorEntry_GetDataArray">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="entityHandles" type="tns:ArrayOfDebtorEntryHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="DebtorEntry_GetDataArrayResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="DebtorEntry_GetDataArrayResult" type="tns:ArrayOfDebtorEntryData" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="ArrayOfDebtorEntryData">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="unbounded" name="DebtorEntryData" nillable="true" type="tns:DebtorEntryData" />
        </s:sequence>
      </s:complexType>
      <s:element name="DebtorEntry_GetSerialNumber">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="debtorEntryHandle" type="tns:DebtorEntryHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="DebtorEntry_GetSerialNumberResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="DebtorEntry_GetSerialNumberResult" type="s:int" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="DebtorEntry_GetType">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="debtorEntryHandle" type="tns:DebtorEntryHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="DebtorEntry_GetTypeResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="DebtorEntry_GetTypeResult" type="tns:EntryType" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="DebtorEntry_GetDate">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="debtorEntryHandle" type="tns:DebtorEntryHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="DebtorEntry_GetDateResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="DebtorEntry_GetDateResult" type="s:dateTime" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="DebtorEntry_GetDebtor">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="debtorEntryHandle" type="tns:DebtorEntryHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="DebtorEntry_GetDebtorResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="DebtorEntry_GetDebtorResult" type="tns:DebtorHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="DebtorEntry_GetAccount">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="debtorEntryHandle" type="tns:DebtorEntryHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="DebtorEntry_GetAccountResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="DebtorEntry_GetAccountResult" type="tns:AccountHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="DebtorEntry_GetVoucherNumber">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="debtorEntryHandle" type="tns:DebtorEntryHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="DebtorEntry_GetVoucherNumberResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="DebtorEntry_GetVoucherNumberResult" type="s:int" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="DebtorEntry_GetText">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="debtorEntryHandle" type="tns:DebtorEntryHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="DebtorEntry_GetTextResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="DebtorEntry_GetTextResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="DebtorEntry_GetAmountDefaultCurrency">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="debtorEntryHandle" type="tns:DebtorEntryHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="DebtorEntry_GetAmountDefaultCurrencyResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="DebtorEntry_GetAmountDefaultCurrencyResult" type="s:decimal" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="DebtorEntry_GetAllOpenEntries">
        <s:complexType />
      </s:element>
      <s:element name="DebtorEntry_GetAllOpenEntriesResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="DebtorEntry_GetAllOpenEntriesResult" type="tns:ArrayOfDebtorEntryHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="DebtorEntry_GetCurrency">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="debtorEntryHandle" type="tns:DebtorEntryHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="DebtorEntry_GetCurrencyResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="DebtorEntry_GetCurrencyResult" type="tns:CurrencyHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="DebtorEntry_GetAmount">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="debtorEntryHandle" type="tns:DebtorEntryHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="DebtorEntry_GetAmountResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="DebtorEntry_GetAmountResult" type="s:decimal" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="DebtorEntry_GetInvoiceNumber">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="debtorEntryHandle" type="tns:DebtorEntryHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="DebtorEntry_GetInvoiceNumberResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="DebtorEntry_GetInvoiceNumberResult" type="s:int" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="DebtorEntry_GetDueDate">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="debtorEntryHandle" type="tns:DebtorEntryHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="DebtorEntry_GetDueDateResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="DebtorEntry_GetDueDateResult" type="s:dateTime" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="DebtorEntry_GetRemainder">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="debtorEntryHandle" type="tns:DebtorEntryHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="DebtorEntry_GetRemainderResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="DebtorEntry_GetRemainderResult" type="s:decimal" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="DebtorEntry_GetRemainderDefaultCurrency">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="debtorEntryHandle" type="tns:DebtorEntryHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="DebtorEntry_GetRemainderDefaultCurrencyResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="DebtorEntry_GetRemainderDefaultCurrencyResult" type="s:decimal" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="DebtorEntry_FindBySerialNumber">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="from" type="s:int" />
            <s:element minOccurs="1" maxOccurs="1" name="to" type="s:int" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="DebtorEntry_FindBySerialNumberResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="DebtorEntry_FindBySerialNumberResult" type="tns:ArrayOfDebtorEntryHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="DebtorEntry_FindByInvoiceNumber">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="from" type="s:int" />
            <s:element minOccurs="1" maxOccurs="1" name="to" type="s:int" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="DebtorEntry_FindByInvoiceNumberResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="DebtorEntry_FindByInvoiceNumberResult" type="tns:ArrayOfDebtorEntryHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="DebtorEntry_MatchEntries">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="entries" type="tns:ArrayOfDebtorEntryHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="DebtorEntry_MatchEntriesResponse">
        <s:complexType />
      </s:element>
      <s:element name="DebtorGroup_CreateFromData">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="data" type="tns:DebtorGroupData" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="DebtorGroupData">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="1" name="Handle" type="tns:DebtorGroupHandle" />
          <s:element minOccurs="1" maxOccurs="1" name="Number" type="s:int" />
          <s:element minOccurs="0" maxOccurs="1" name="Name" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="AccountHandle" type="tns:AccountHandle" />
          <s:element minOccurs="0" maxOccurs="1" name="LayoutHandle" type="tns:TemplateCollectionHandle" />
        </s:sequence>
      </s:complexType>
      <s:element name="DebtorGroup_CreateFromDataResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="DebtorGroup_CreateFromDataResult" type="tns:DebtorGroupHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="DebtorGroup_CreateFromDataArray">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="dataArray" type="tns:ArrayOfDebtorGroupData" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="ArrayOfDebtorGroupData">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="unbounded" name="DebtorGroupData" nillable="true" type="tns:DebtorGroupData" />
        </s:sequence>
      </s:complexType>
      <s:element name="DebtorGroup_CreateFromDataArrayResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="DebtorGroup_CreateFromDataArrayResult" type="tns:ArrayOfDebtorGroupHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="DebtorGroup_UpdateFromDataArray">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="dataArray" type="tns:ArrayOfDebtorGroupData" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="DebtorGroup_UpdateFromDataArrayResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="DebtorGroup_UpdateFromDataArrayResult" type="tns:ArrayOfDebtorGroupHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="DebtorGroup_UpdateFromData">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="data" type="tns:DebtorGroupData" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="DebtorGroup_UpdateFromDataResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="DebtorGroup_UpdateFromDataResult" type="tns:DebtorGroupHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="DebtorGroup_GetData">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="entityHandle" type="tns:DebtorGroupHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="DebtorGroup_GetDataResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="DebtorGroup_GetDataResult" type="tns:DebtorGroupData" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="DebtorGroup_GetDataArray">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="entityHandles" type="tns:ArrayOfDebtorGroupHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="DebtorGroup_GetDataArrayResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="DebtorGroup_GetDataArrayResult" type="tns:ArrayOfDebtorGroupData" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="DebtorGroup_GetNumber">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="debtorGroupHandle" type="tns:DebtorGroupHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="DebtorGroup_GetNumberResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="DebtorGroup_GetNumberResult" type="s:int" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="DebtorGroup_GetName">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="debtorGroupHandle" type="tns:DebtorGroupHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="DebtorGroup_GetNameResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="DebtorGroup_GetNameResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="DebtorGroup_SetName">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="debtorGroupHandle" type="tns:DebtorGroupHandle" />
            <s:element minOccurs="0" maxOccurs="1" name="value" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="DebtorGroup_SetNameResponse">
        <s:complexType />
      </s:element>
      <s:element name="DebtorGroup_SetLayout">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="debtorGroupHandle" type="tns:DebtorGroupHandle" />
            <s:element minOccurs="0" maxOccurs="1" name="valueHandle" type="tns:TemplateCollectionHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="DebtorGroup_SetLayoutResponse">
        <s:complexType />
      </s:element>
      <s:element name="DebtorGroup_GetLayout">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="debtorGroupHandle" type="tns:DebtorGroupHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="DebtorGroup_GetLayoutResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="DebtorGroup_GetLayoutResult" type="tns:TemplateCollectionHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="DebtorGroup_GetAccount">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="debtorGroupHandle" type="tns:DebtorGroupHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="DebtorGroup_GetAccountResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="DebtorGroup_GetAccountResult" type="tns:AccountHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="DebtorGroup_SetAccount">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="debtorGroupHandle" type="tns:DebtorGroupHandle" />
            <s:element minOccurs="0" maxOccurs="1" name="valueHandle" type="tns:AccountHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="DebtorGroup_SetAccountResponse">
        <s:complexType />
      </s:element>
      <s:element name="QuotationLine_SetInventoryLocation">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="quotationLineHandle" type="tns:QuotationLineHandle" />
            <s:element minOccurs="0" maxOccurs="1" name="valueHandle" type="tns:InventoryLocationHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="QuotationLine_SetInventoryLocationResponse">
        <s:complexType />
      </s:element>
      <s:element name="CurrentInvoiceLine_Create">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="invoiceHandle" type="tns:CurrentInvoiceHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CurrentInvoiceLine_CreateResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="CurrentInvoiceLine_CreateResult" type="tns:CurrentInvoiceLineHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="CurrentInvoiceLineHandle">
        <s:sequence>
          <s:element minOccurs="1" maxOccurs="1" name="Id" type="s:int" />
          <s:element minOccurs="1" maxOccurs="1" name="Number" type="s:int" />
        </s:sequence>
      </s:complexType>
      <s:element name="CurrentInvoiceLine_FindByProduct">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="productHandle" type="tns:ProductHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CurrentInvoiceLine_FindByProductResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="CurrentInvoiceLine_FindByProductResult" type="tns:ArrayOfCurrentInvoiceLineHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="ArrayOfCurrentInvoiceLineHandle">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="unbounded" name="CurrentInvoiceLineHandle" nillable="true" type="tns:CurrentInvoiceLineHandle" />
        </s:sequence>
      </s:complexType>
      <s:element name="CurrentInvoiceLine_FindByProductList">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="products" type="tns:ArrayOfProductHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CurrentInvoiceLine_FindByProductListResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="CurrentInvoiceLine_FindByProductListResult" type="tns:ArrayOfCurrentInvoiceLineHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CurrentInvoiceLine_Delete">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="currentInvoiceLineHandle" type="tns:CurrentInvoiceLineHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CurrentInvoiceLine_DeleteResponse">
        <s:complexType />
      </s:element>
      <s:element name="CurrentSupplierInvoice_CreateFromData">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="data" type="tns:CurrentSupplierInvoiceData" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="CurrentSupplierInvoiceData">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="1" name="Handle" type="tns:CurrentSupplierInvoiceHandle" />
          <s:element minOccurs="1" maxOccurs="1" name="Id" type="s:int" />
          <s:element minOccurs="0" maxOccurs="1" name="CreditorHandle" type="tns:CreditorHandle" />
          <s:element minOccurs="0" maxOccurs="1" name="InvoiceNo" type="s:string" />
        </s:sequence>
      </s:complexType>
      <s:complexType name="CurrentSupplierInvoiceHandle">
        <s:sequence>
          <s:element minOccurs="1" maxOccurs="1" name="Id" type="s:int" />
        </s:sequence>
      </s:complexType>
      <s:complexType name="CreditorHandle">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="1" name="Number" type="s:string" />
        </s:sequence>
      </s:complexType>
      <s:element name="CurrentSupplierInvoice_CreateFromDataResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="CurrentSupplierInvoice_CreateFromDataResult" type="tns:CurrentSupplierInvoiceHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CurrentSupplierInvoice_CreateFromDataArray">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="dataArray" type="tns:ArrayOfCurrentSupplierInvoiceData" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="ArrayOfCurrentSupplierInvoiceData">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="unbounded" name="CurrentSupplierInvoiceData" nillable="true" type="tns:CurrentSupplierInvoiceData" />
        </s:sequence>
      </s:complexType>
      <s:element name="CurrentSupplierInvoice_CreateFromDataArrayResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="CurrentSupplierInvoice_CreateFromDataArrayResult" type="tns:ArrayOfCurrentSupplierInvoiceHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="ArrayOfCurrentSupplierInvoiceHandle">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="unbounded" name="CurrentSupplierInvoiceHandle" nillable="true" type="tns:CurrentSupplierInvoiceHandle" />
        </s:sequence>
      </s:complexType>
      <s:element name="CurrentSupplierInvoice_UpdateFromDataArray">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="dataArray" type="tns:ArrayOfCurrentSupplierInvoiceData" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CurrentSupplierInvoice_UpdateFromDataArrayResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="CurrentSupplierInvoice_UpdateFromDataArrayResult" type="tns:ArrayOfCurrentSupplierInvoiceHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CurrentSupplierInvoice_UpdateFromData">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="data" type="tns:CurrentSupplierInvoiceData" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CurrentSupplierInvoice_UpdateFromDataResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="CurrentSupplierInvoice_UpdateFromDataResult" type="tns:CurrentSupplierInvoiceHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CurrentSupplierInvoice_GetData">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="entityHandle" type="tns:CurrentSupplierInvoiceHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CurrentSupplierInvoice_GetDataResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="CurrentSupplierInvoice_GetDataResult" type="tns:CurrentSupplierInvoiceData" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CurrentSupplierInvoice_GetDataArray">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="entityHandles" type="tns:ArrayOfCurrentSupplierInvoiceHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CurrentSupplierInvoice_GetDataArrayResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="CurrentSupplierInvoice_GetDataArrayResult" type="tns:ArrayOfCurrentSupplierInvoiceData" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CurrentSupplierInvoice_Create">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="creditorHandle" type="tns:CreditorHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CurrentSupplierInvoice_CreateResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="CurrentSupplierInvoice_CreateResult" type="tns:CurrentSupplierInvoiceHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CurrentSupplierInvoice_GetAll">
        <s:complexType />
      </s:element>
      <s:element name="CurrentSupplierInvoice_GetAllResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="CurrentSupplierInvoice_GetAllResult" type="tns:ArrayOfCurrentSupplierInvoiceHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CurrentSupplierInvoice_GetLines">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="currentSupplierInvoiceHandle" type="tns:CurrentSupplierInvoiceHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CurrentSupplierInvoice_GetLinesResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="CurrentSupplierInvoice_GetLinesResult" type="tns:ArrayOfCurrentSupplierInvoiceLineHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="ArrayOfCurrentSupplierInvoiceLineHandle">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="unbounded" name="CurrentSupplierInvoiceLineHandle" nillable="true" type="tns:CurrentSupplierInvoiceLineHandle" />
        </s:sequence>
      </s:complexType>
      <s:complexType name="CurrentSupplierInvoiceLineHandle">
        <s:sequence>
          <s:element minOccurs="1" maxOccurs="1" name="InvoiceId" type="s:int" />
          <s:element minOccurs="1" maxOccurs="1" name="Number" type="s:int" />
        </s:sequence>
      </s:complexType>
      <s:element name="CurrentSupplierInvoice_TotalAmount">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="currentSupplierInvoiceHandle" type="tns:CurrentSupplierInvoiceHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CurrentSupplierInvoice_TotalAmountResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="CurrentSupplierInvoice_TotalAmountResult" type="s:decimal" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CurrentSupplierInvoice_GetId">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="currentSupplierInvoiceHandle" type="tns:CurrentSupplierInvoiceHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CurrentSupplierInvoice_GetIdResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="CurrentSupplierInvoice_GetIdResult" type="s:int" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CurrentSupplierInvoice_GetCreditor">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="currentSupplierInvoiceHandle" type="tns:CurrentSupplierInvoiceHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CurrentSupplierInvoice_GetCreditorResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="CurrentSupplierInvoice_GetCreditorResult" type="tns:CreditorHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CurrentSupplierInvoice_SetCreditor">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="currentSupplierInvoiceHandle" type="tns:CurrentSupplierInvoiceHandle" />
            <s:element minOccurs="0" maxOccurs="1" name="valueHandle" type="tns:CreditorHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CurrentSupplierInvoice_SetCreditorResponse">
        <s:complexType />
      </s:element>
      <s:element name="CurrentSupplierInvoiceLine_CreateFromData">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="data" type="tns:CurrentSupplierInvoiceLineData" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="CurrentSupplierInvoiceLineData">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="1" name="Handle" type="tns:CurrentSupplierInvoiceLineHandle" />
          <s:element minOccurs="1" maxOccurs="1" name="InvoiceId" type="s:int" />
          <s:element minOccurs="1" maxOccurs="1" name="Number" type="s:int" />
          <s:element minOccurs="0" maxOccurs="1" name="InvoiceHandle" type="tns:CurrentSupplierInvoiceHandle" />
          <s:element minOccurs="0" maxOccurs="1" name="ProductHandle" type="tns:ProductHandle" />
          <s:element minOccurs="1" maxOccurs="1" name="Quantity" nillable="true" type="s:decimal" />
          <s:element minOccurs="1" maxOccurs="1" name="UnitPrice" nillable="true" type="s:decimal" />
        </s:sequence>
      </s:complexType>
      <s:element name="CurrentSupplierInvoiceLine_CreateFromDataResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="CurrentSupplierInvoiceLine_CreateFromDataResult" type="tns:CurrentSupplierInvoiceLineHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CurrentSupplierInvoiceLine_CreateFromDataArray">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="dataArray" type="tns:ArrayOfCurrentSupplierInvoiceLineData" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="ArrayOfCurrentSupplierInvoiceLineData">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="unbounded" name="CurrentSupplierInvoiceLineData" nillable="true" type="tns:CurrentSupplierInvoiceLineData" />
        </s:sequence>
      </s:complexType>
      <s:element name="CurrentSupplierInvoiceLine_CreateFromDataArrayResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="CurrentSupplierInvoiceLine_CreateFromDataArrayResult" type="tns:ArrayOfCurrentSupplierInvoiceLineHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CurrentSupplierInvoiceLine_UpdateFromDataArray">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="dataArray" type="tns:ArrayOfCurrentSupplierInvoiceLineData" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CurrentSupplierInvoiceLine_UpdateFromDataArrayResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="CurrentSupplierInvoiceLine_UpdateFromDataArrayResult" type="tns:ArrayOfCurrentSupplierInvoiceLineHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CurrentSupplierInvoiceLine_UpdateFromData">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="data" type="tns:CurrentSupplierInvoiceLineData" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CurrentSupplierInvoiceLine_UpdateFromDataResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="CurrentSupplierInvoiceLine_UpdateFromDataResult" type="tns:CurrentSupplierInvoiceLineHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CurrentSupplierInvoiceLine_GetData">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="entityHandle" type="tns:CurrentSupplierInvoiceLineHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CurrentSupplierInvoiceLine_GetDataResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="CurrentSupplierInvoiceLine_GetDataResult" type="tns:CurrentSupplierInvoiceLineData" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CurrentSupplierInvoiceLine_GetDataArray">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="entityHandles" type="tns:ArrayOfCurrentSupplierInvoiceLineHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CurrentSupplierInvoiceLine_GetDataArrayResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="CurrentSupplierInvoiceLine_GetDataArrayResult" type="tns:ArrayOfCurrentSupplierInvoiceLineData" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CurrentSupplierInvoiceLine_GetInvoice">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="currentSupplierInvoiceLineHandle" type="tns:CurrentSupplierInvoiceLineHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CurrentSupplierInvoiceLine_GetInvoiceResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="CurrentSupplierInvoiceLine_GetInvoiceResult" type="tns:CurrentSupplierInvoiceHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CurrentSupplierInvoiceLine_SetProduct">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="currentSupplierInvoiceLineHandle" type="tns:CurrentSupplierInvoiceLineHandle" />
            <s:element minOccurs="0" maxOccurs="1" name="valueHandle" type="tns:ProductHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CurrentSupplierInvoiceLine_SetProductResponse">
        <s:complexType />
      </s:element>
      <s:element name="CurrentSupplierInvoiceLine_GetProduct">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="currentSupplierInvoiceLineHandle" type="tns:CurrentSupplierInvoiceLineHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CurrentSupplierInvoiceLine_GetProductResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="CurrentSupplierInvoiceLine_GetProductResult" type="tns:ProductHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CurrentSupplierInvoiceLine_SetQuantity">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="currentSupplierInvoiceLineHandle" type="tns:CurrentSupplierInvoiceLineHandle" />
            <s:element minOccurs="1" maxOccurs="1" name="value" nillable="true" type="s:decimal" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CurrentSupplierInvoiceLine_SetQuantityResponse">
        <s:complexType />
      </s:element>
      <s:element name="CurrentSupplierInvoiceLine_GetQuantity">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="currentSupplierInvoiceLineHandle" type="tns:CurrentSupplierInvoiceLineHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CurrentSupplierInvoiceLine_GetQuantityResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="CurrentSupplierInvoiceLine_GetQuantityResult" nillable="true" type="s:decimal" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CurrentSupplierInvoiceLine_GetUnitPrice">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="currentSupplierInvoiceLineHandle" type="tns:CurrentSupplierInvoiceLineHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CurrentSupplierInvoiceLine_GetUnitPriceResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="CurrentSupplierInvoiceLine_GetUnitPriceResult" nillable="true" type="s:decimal" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CurrentSupplierInvoiceLine_SetUnitPrice">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="currentSupplierInvoiceLineHandle" type="tns:CurrentSupplierInvoiceLineHandle" />
            <s:element minOccurs="1" maxOccurs="1" name="value" nillable="true" type="s:decimal" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CurrentSupplierInvoiceLine_SetUnitPriceResponse">
        <s:complexType />
      </s:element>
      <s:element name="CurrentSupplierInvoiceLine_Create">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="invoiceHandle" type="tns:CurrentSupplierInvoiceHandle" />
            <s:element minOccurs="0" maxOccurs="1" name="productHandle" type="tns:ProductHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CurrentSupplierInvoiceLine_CreateResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="CurrentSupplierInvoiceLine_CreateResult" type="tns:CurrentSupplierInvoiceLineHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Debtor_CreateFromData">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="data" type="tns:DebtorData" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="DebtorData">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="1" name="Handle" type="tns:DebtorHandle" />
          <s:element minOccurs="0" maxOccurs="1" name="Number" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="DebtorGroupHandle" type="tns:DebtorGroupHandle" />
          <s:element minOccurs="0" maxOccurs="1" name="Name" type="s:string" />
          <s:element minOccurs="1" maxOccurs="1" name="VatZone" type="tns:VatZone" />
          <s:element minOccurs="0" maxOccurs="1" name="ExtendedVatZone" type="tns:ExtendedVatZoneHandle" />
          <s:element minOccurs="0" maxOccurs="1" name="CurrencyHandle" type="tns:CurrencyHandle" />
          <s:element minOccurs="0" maxOccurs="1" name="PriceGroupHandle" type="tns:PriceGroupHandle" />
          <s:element minOccurs="1" maxOccurs="1" name="IsAccessible" type="s:boolean" />
          <s:element minOccurs="0" maxOccurs="1" name="Ean" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="PublicEntryNumber" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="Email" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="TelephoneAndFaxNumber" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="Website" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="Address" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="PostalCode" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="City" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="Country" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="CreditMaximum" nillable="true" type="s:decimal" />
          <s:element minOccurs="0" maxOccurs="1" name="VatNumber" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="County" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="CINumber" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="TermOfPaymentHandle" type="tns:TermOfPaymentHandle" />
          <s:element minOccurs="0" maxOccurs="1" name="LayoutHandle" type="tns:TemplateCollectionHandle" />
          <s:element minOccurs="0" maxOccurs="1" name="AttentionHandle" type="tns:DebtorContactHandle" />
          <s:element minOccurs="0" maxOccurs="1" name="YourReferenceHandle" type="tns:DebtorContactHandle" />
          <s:element minOccurs="0" maxOccurs="1" name="OurReferenceHandle" type="tns:EmployeeHandle" />
          <s:element minOccurs="0" maxOccurs="1" name="Balance" type="s:decimal" />
          <s:element minOccurs="0" maxOccurs="1" name="DefaultDeliveryLocationHandle" type="tns:DeliveryLocationHandle" />
        </s:sequence>
      </s:complexType>
      <s:element name="Debtor_CreateFromDataResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Debtor_CreateFromDataResult" type="tns:DebtorHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Debtor_CreateFromDataArray">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="dataArray" type="tns:ArrayOfDebtorData" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="ArrayOfDebtorData">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="unbounded" name="DebtorData" nillable="true" type="tns:DebtorData" />
        </s:sequence>
      </s:complexType>
      <s:element name="Debtor_CreateFromDataArrayResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Debtor_CreateFromDataArrayResult" type="tns:ArrayOfDebtorHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Debtor_UpdateFromDataArray">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="dataArray" type="tns:ArrayOfDebtorData" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Debtor_UpdateFromDataArrayResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Debtor_UpdateFromDataArrayResult" type="tns:ArrayOfDebtorHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Debtor_UpdateFromData">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="data" type="tns:DebtorData" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Debtor_UpdateFromDataResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Debtor_UpdateFromDataResult" type="tns:DebtorHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Debtor_GetData">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="entityHandle" type="tns:DebtorHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Debtor_GetDataResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Debtor_GetDataResult" type="tns:DebtorData" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Debtor_GetDataArray">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="entityHandles" type="tns:ArrayOfDebtorHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Debtor_GetDataArrayResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Debtor_GetDataArrayResult" type="tns:ArrayOfDebtorData" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Debtor_GetNumber">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="debtorHandle" type="tns:DebtorHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Debtor_GetNumberResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Debtor_GetNumberResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Debtor_SetDebtorGroup">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="debtorHandle" type="tns:DebtorHandle" />
            <s:element minOccurs="0" maxOccurs="1" name="valueHandle" type="tns:DebtorGroupHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Debtor_SetDebtorGroupResponse">
        <s:complexType />
      </s:element>
      <s:element name="Debtor_GetDebtorGroup">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="debtorHandle" type="tns:DebtorHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Debtor_GetDebtorGroupResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Debtor_GetDebtorGroupResult" type="tns:DebtorGroupHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Debtor_GetName">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="debtorHandle" type="tns:DebtorHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Debtor_GetNameResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Debtor_GetNameResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Debtor_SetName">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="debtorHandle" type="tns:DebtorHandle" />
            <s:element minOccurs="0" maxOccurs="1" name="value" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Debtor_SetNameResponse">
        <s:complexType />
      </s:element>
      <s:element name="Debtor_SetVatZone">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="debtorHandle" type="tns:DebtorHandle" />
            <s:element minOccurs="1" maxOccurs="1" name="value" type="tns:VatZone" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Debtor_SetVatZoneResponse">
        <s:complexType />
      </s:element>
      <s:element name="Debtor_GetVatZone">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="debtorHandle" type="tns:DebtorHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Debtor_GetVatZoneResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="Debtor_GetVatZoneResult" type="tns:VatZone" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Debtor_GetCurrency">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="debtorHandle" type="tns:DebtorHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Debtor_GetCurrencyResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Debtor_GetCurrencyResult" type="tns:CurrencyHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Debtor_SetCurrency">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="debtorHandle" type="tns:DebtorHandle" />
            <s:element minOccurs="0" maxOccurs="1" name="valueHandle" type="tns:CurrencyHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Debtor_SetCurrencyResponse">
        <s:complexType />
      </s:element>
      <s:element name="Debtor_SetPriceGroup">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="debtorHandle" type="tns:DebtorHandle" />
            <s:element minOccurs="0" maxOccurs="1" name="valueHandle" type="tns:PriceGroupHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Debtor_SetPriceGroupResponse">
        <s:complexType />
      </s:element>
      <s:element name="Debtor_GetPriceGroup">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="debtorHandle" type="tns:DebtorHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Debtor_GetPriceGroupResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Debtor_GetPriceGroupResult" type="tns:PriceGroupHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Debtor_SetIsAccessible">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="debtorHandle" type="tns:DebtorHandle" />
            <s:element minOccurs="1" maxOccurs="1" name="value" type="s:boolean" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Debtor_SetIsAccessibleResponse">
        <s:complexType />
      </s:element>
      <s:element name="Debtor_GetIsAccessible">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="debtorHandle" type="tns:DebtorHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Debtor_GetIsAccessibleResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="Debtor_GetIsAccessibleResult" type="s:boolean" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Debtor_GetEan">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="debtorHandle" type="tns:DebtorHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Debtor_GetEanResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Debtor_GetEanResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Debtor_SetEan">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="debtorHandle" type="tns:DebtorHandle" />
            <s:element minOccurs="0" maxOccurs="1" name="value" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Debtor_SetEanResponse">
        <s:complexType />
      </s:element>
      <s:element name="Debtor_GetPublicEntryNumber">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="debtorHandle" type="tns:DebtorHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Debtor_GetPublicEntryNumberResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Debtor_GetPublicEntryNumberResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Debtor_SetPublicEntryNumber">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="debtorHandle" type="tns:DebtorHandle" />
            <s:element minOccurs="0" maxOccurs="1" name="value" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Debtor_SetPublicEntryNumberResponse">
        <s:complexType />
      </s:element>
      <s:element name="Debtor_GetEmail">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="debtorHandle" type="tns:DebtorHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Debtor_GetEmailResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Debtor_GetEmailResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Debtor_SetEmail">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="debtorHandle" type="tns:DebtorHandle" />
            <s:element minOccurs="0" maxOccurs="1" name="value" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Debtor_SetEmailResponse">
        <s:complexType />
      </s:element>
      <s:element name="Debtor_SetTelephoneAndFaxNumber">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="debtorHandle" type="tns:DebtorHandle" />
            <s:element minOccurs="0" maxOccurs="1" name="value" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Debtor_SetTelephoneAndFaxNumberResponse">
        <s:complexType />
      </s:element>
      <s:element name="Debtor_GetTelephoneAndFaxNumber">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="debtorHandle" type="tns:DebtorHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Debtor_GetTelephoneAndFaxNumberResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Debtor_GetTelephoneAndFaxNumberResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Debtor_SetWebsite">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="debtorHandle" type="tns:DebtorHandle" />
            <s:element minOccurs="0" maxOccurs="1" name="value" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Debtor_SetWebsiteResponse">
        <s:complexType />
      </s:element>
      <s:element name="Debtor_GetWebsite">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="debtorHandle" type="tns:DebtorHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Debtor_GetWebsiteResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Debtor_GetWebsiteResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Debtor_GetAddress">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="debtorHandle" type="tns:DebtorHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Debtor_GetAddressResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Debtor_GetAddressResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Debtor_SetAddress">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="debtorHandle" type="tns:DebtorHandle" />
            <s:element minOccurs="0" maxOccurs="1" name="value" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Debtor_SetAddressResponse">
        <s:complexType />
      </s:element>
      <s:element name="Debtor_GetPostalCode">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="debtorHandle" type="tns:DebtorHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Debtor_GetPostalCodeResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Debtor_GetPostalCodeResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Debtor_SetPostalCode">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="debtorHandle" type="tns:DebtorHandle" />
            <s:element minOccurs="0" maxOccurs="1" name="value" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Debtor_SetPostalCodeResponse">
        <s:complexType />
      </s:element>
      <s:element name="Debtor_GetCity">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="debtorHandle" type="tns:DebtorHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Debtor_GetCityResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Debtor_GetCityResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Debtor_SetCity">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="debtorHandle" type="tns:DebtorHandle" />
            <s:element minOccurs="0" maxOccurs="1" name="value" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Debtor_SetCityResponse">
        <s:complexType />
      </s:element>
      <s:element name="Debtor_SetCountry">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="debtorHandle" type="tns:DebtorHandle" />
            <s:element minOccurs="0" maxOccurs="1" name="value" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Debtor_SetCountryResponse">
        <s:complexType />
      </s:element>
      <s:element name="Debtor_GetCountry">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="debtorHandle" type="tns:DebtorHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Debtor_GetCountryResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Debtor_GetCountryResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Debtor_SetCreditMaximum">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="debtorHandle" type="tns:DebtorHandle" />
            <s:element minOccurs="1" maxOccurs="1" name="value" nillable="true" type="s:decimal" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Debtor_SetCreditMaximumResponse">
        <s:complexType />
      </s:element>
      <s:element name="Debtor_GetCreditMaximum">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="debtorHandle" type="tns:DebtorHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Debtor_GetCreditMaximumResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="Debtor_GetCreditMaximumResult" nillable="true" type="s:decimal" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Debtor_GetVatNumber">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="debtorHandle" type="tns:DebtorHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Debtor_GetVatNumberResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Debtor_GetVatNumberResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Debtor_SetVatNumber">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="debtorHandle" type="tns:DebtorHandle" />
            <s:element minOccurs="0" maxOccurs="1" name="value" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Debtor_SetVatNumberResponse">
        <s:complexType />
      </s:element>
      <s:element name="Debtor_GetCounty">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="debtorHandle" type="tns:DebtorHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Debtor_GetCountyResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Debtor_GetCountyResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Debtor_SetCounty">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="debtorHandle" type="tns:DebtorHandle" />
            <s:element minOccurs="0" maxOccurs="1" name="value" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Debtor_SetCountyResponse">
        <s:complexType />
      </s:element>
      <s:element name="Debtor_GetCINumber">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="debtorHandle" type="tns:DebtorHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Debtor_GetCINumberResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Debtor_GetCINumberResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Debtor_SetCINumber">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="debtorHandle" type="tns:DebtorHandle" />
            <s:element minOccurs="0" maxOccurs="1" name="value" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Debtor_SetCINumberResponse">
        <s:complexType />
      </s:element>
      <s:element name="Debtor_SetTermOfPayment">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="debtorHandle" type="tns:DebtorHandle" />
            <s:element minOccurs="0" maxOccurs="1" name="valueHandle" type="tns:TermOfPaymentHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Debtor_SetTermOfPaymentResponse">
        <s:complexType />
      </s:element>
      <s:element name="Debtor_GetTermOfPayment">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="debtorHandle" type="tns:DebtorHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Debtor_GetTermOfPaymentResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Debtor_GetTermOfPaymentResult" type="tns:TermOfPaymentHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Debtor_SetLayout">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="debtorHandle" type="tns:DebtorHandle" />
            <s:element minOccurs="0" maxOccurs="1" name="valueHandle" type="tns:TemplateCollectionHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Debtor_SetLayoutResponse">
        <s:complexType />
      </s:element>
      <s:element name="Debtor_GetLayout">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="debtorHandle" type="tns:DebtorHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Debtor_GetLayoutResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Debtor_GetLayoutResult" type="tns:TemplateCollectionHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Debtor_GetAttention">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="debtorHandle" type="tns:DebtorHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Debtor_GetAttentionResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Debtor_GetAttentionResult" type="tns:DebtorContactHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Debtor_SetAttention">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="debtorHandle" type="tns:DebtorHandle" />
            <s:element minOccurs="0" maxOccurs="1" name="valueHandle" type="tns:DebtorContactHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Debtor_SetAttentionResponse">
        <s:complexType />
      </s:element>
      <s:element name="Debtor_SetYourReference">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="debtorHandle" type="tns:DebtorHandle" />
            <s:element minOccurs="0" maxOccurs="1" name="valueHandle" type="tns:DebtorContactHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Debtor_SetYourReferenceResponse">
        <s:complexType />
      </s:element>
      <s:element name="Debtor_GetYourReference">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="debtorHandle" type="tns:DebtorHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Debtor_GetYourReferenceResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Debtor_GetYourReferenceResult" type="tns:DebtorContactHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CurrentInvoice_GetDate">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="currentInvoiceHandle" type="tns:CurrentInvoiceHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CurrentInvoice_GetDateResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="CurrentInvoice_GetDateResult" type="s:dateTime" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CurrentInvoice_SetDate">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="currentInvoiceHandle" type="tns:CurrentInvoiceHandle" />
            <s:element minOccurs="1" maxOccurs="1" name="value" type="s:dateTime" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CurrentInvoice_SetDateResponse">
        <s:complexType />
      </s:element>
      <s:element name="CurrentInvoice_GetTermOfPayment">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="currentInvoiceHandle" type="tns:CurrentInvoiceHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CurrentInvoice_GetTermOfPaymentResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="CurrentInvoice_GetTermOfPaymentResult" type="tns:TermOfPaymentHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CurrentInvoice_SetTermOfPayment">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="currentInvoiceHandle" type="tns:CurrentInvoiceHandle" />
            <s:element minOccurs="0" maxOccurs="1" name="valueHandle" type="tns:TermOfPaymentHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CurrentInvoice_SetTermOfPaymentResponse">
        <s:complexType />
      </s:element>
      <s:element name="CurrentInvoice_GetDueDate">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="currentInvoiceHandle" type="tns:CurrentInvoiceHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CurrentInvoice_GetDueDateResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="CurrentInvoice_GetDueDateResult" nillable="true" type="s:dateTime" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CurrentInvoice_SetDueDate">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="currentInvoiceHandle" type="tns:CurrentInvoiceHandle" />
            <s:element minOccurs="1" maxOccurs="1" name="value" nillable="true" type="s:dateTime" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CurrentInvoice_SetDueDateResponse">
        <s:complexType />
      </s:element>
      <s:element name="CurrentInvoice_GetCurrency">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="currentInvoiceHandle" type="tns:CurrentInvoiceHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CurrentInvoice_GetCurrencyResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="CurrentInvoice_GetCurrencyResult" type="tns:CurrencyHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CurrentInvoice_SetCurrency">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="currentInvoiceHandle" type="tns:CurrentInvoiceHandle" />
            <s:element minOccurs="0" maxOccurs="1" name="valueHandle" type="tns:CurrencyHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CurrentInvoice_SetCurrencyResponse">
        <s:complexType />
      </s:element>
      <s:element name="CurrentInvoice_GetExchangeRate">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="currentInvoiceHandle" type="tns:CurrentInvoiceHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CurrentInvoice_GetExchangeRateResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="CurrentInvoice_GetExchangeRateResult" type="s:decimal" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CurrentInvoice_SetExchangeRate">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="currentInvoiceHandle" type="tns:CurrentInvoiceHandle" />
            <s:element minOccurs="1" maxOccurs="1" name="value" type="s:decimal" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CurrentInvoice_SetExchangeRateResponse">
        <s:complexType />
      </s:element>
      <s:element name="CurrentInvoice_GetIsVatIncluded">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="currentInvoiceHandle" type="tns:CurrentInvoiceHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CurrentInvoice_GetIsVatIncludedResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="CurrentInvoice_GetIsVatIncludedResult" type="s:boolean" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CurrentInvoice_SetIsVatIncluded">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="currentInvoiceHandle" type="tns:CurrentInvoiceHandle" />
            <s:element minOccurs="1" maxOccurs="1" name="value" type="s:boolean" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CurrentInvoice_SetIsVatIncludedResponse">
        <s:complexType />
      </s:element>
      <s:element name="CurrentInvoice_GetVatZone">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="currentInvoiceHandle" type="tns:CurrentInvoiceHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CurrentInvoice_GetVatZoneResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="CurrentInvoice_GetVatZoneResult" type="tns:ExtendedVatZoneHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CurrentInvoice_SetVatZone">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="currentInvoiceHandle" type="tns:CurrentInvoiceHandle" />
            <s:element minOccurs="0" maxOccurs="1" name="valueHandle" type="tns:ExtendedVatZoneHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CurrentInvoice_SetVatZoneResponse">
        <s:complexType />
      </s:element>
      <s:element name="CurrentInvoice_GetLayout">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="currentInvoiceHandle" type="tns:CurrentInvoiceHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CurrentInvoice_GetLayoutResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="CurrentInvoice_GetLayoutResult" type="tns:TemplateCollectionHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CurrentInvoice_SetLayout">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="currentInvoiceHandle" type="tns:CurrentInvoiceHandle" />
            <s:element minOccurs="0" maxOccurs="1" name="valueHandle" type="tns:TemplateCollectionHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CurrentInvoice_SetLayoutResponse">
        <s:complexType />
      </s:element>
      <s:element name="CurrentInvoice_GetDeliveryLocation">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="currentInvoiceHandle" type="tns:CurrentInvoiceHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CurrentInvoice_GetDeliveryLocationResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="CurrentInvoice_GetDeliveryLocationResult" type="tns:DeliveryLocationHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CurrentInvoice_SetDeliveryLocation">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="currentInvoiceHandle" type="tns:CurrentInvoiceHandle" />
            <s:element minOccurs="0" maxOccurs="1" name="valueHandle" type="tns:DeliveryLocationHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CurrentInvoice_SetDeliveryLocationResponse">
        <s:complexType />
      </s:element>
      <s:element name="CurrentInvoice_GetDeliveryAddress">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="currentInvoiceHandle" type="tns:CurrentInvoiceHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CurrentInvoice_GetDeliveryAddressResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="CurrentInvoice_GetDeliveryAddressResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CurrentInvoice_SetDeliveryAddress">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="currentInvoiceHandle" type="tns:CurrentInvoiceHandle" />
            <s:element minOccurs="0" maxOccurs="1" name="value" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CurrentInvoice_SetDeliveryAddressResponse">
        <s:complexType />
      </s:element>
      <s:element name="CurrentInvoice_GetDeliveryPostalCode">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="currentInvoiceHandle" type="tns:CurrentInvoiceHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CurrentInvoice_GetDeliveryPostalCodeResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="CurrentInvoice_GetDeliveryPostalCodeResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CurrentInvoice_SetDeliveryPostalCode">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="currentInvoiceHandle" type="tns:CurrentInvoiceHandle" />
            <s:element minOccurs="0" maxOccurs="1" name="value" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CurrentInvoice_SetDeliveryPostalCodeResponse">
        <s:complexType />
      </s:element>
      <s:element name="CurrentInvoice_GetDeliveryCity">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="currentInvoiceHandle" type="tns:CurrentInvoiceHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CurrentInvoice_GetDeliveryCityResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="CurrentInvoice_GetDeliveryCityResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CurrentInvoice_SetDeliveryCity">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="currentInvoiceHandle" type="tns:CurrentInvoiceHandle" />
            <s:element minOccurs="0" maxOccurs="1" name="value" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CurrentInvoice_SetDeliveryCityResponse">
        <s:complexType />
      </s:element>
      <s:element name="CurrentInvoice_GetDeliveryCountry">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="currentInvoiceHandle" type="tns:CurrentInvoiceHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CurrentInvoice_GetDeliveryCountryResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="CurrentInvoice_GetDeliveryCountryResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CurrentInvoice_SetDeliveryCountry">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="currentInvoiceHandle" type="tns:CurrentInvoiceHandle" />
            <s:element minOccurs="0" maxOccurs="1" name="value" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CurrentInvoice_SetDeliveryCountryResponse">
        <s:complexType />
      </s:element>
      <s:element name="CurrentInvoice_GetTermsOfDelivery">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="currentInvoiceHandle" type="tns:CurrentInvoiceHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CurrentInvoice_GetTermsOfDeliveryResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="CurrentInvoice_GetTermsOfDeliveryResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CurrentInvoice_SetTermsOfDelivery">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="currentInvoiceHandle" type="tns:CurrentInvoiceHandle" />
            <s:element minOccurs="0" maxOccurs="1" name="value" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CurrentInvoice_SetTermsOfDeliveryResponse">
        <s:complexType />
      </s:element>
      <s:element name="CurrentInvoice_GetDeliveryDate">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="currentInvoiceHandle" type="tns:CurrentInvoiceHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CurrentInvoice_GetDeliveryDateResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="CurrentInvoice_GetDeliveryDateResult" nillable="true" type="s:dateTime" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CurrentInvoice_SetDeliveryDate">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="currentInvoiceHandle" type="tns:CurrentInvoiceHandle" />
            <s:element minOccurs="1" maxOccurs="1" name="value" nillable="true" type="s:dateTime" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CurrentInvoice_SetDeliveryDateResponse">
        <s:complexType />
      </s:element>
      <s:element name="CurrentInvoice_GetHeading">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="currentInvoiceHandle" type="tns:CurrentInvoiceHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CurrentInvoice_GetHeadingResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="CurrentInvoice_GetHeadingResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CurrentInvoice_SetHeading">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="currentInvoiceHandle" type="tns:CurrentInvoiceHandle" />
            <s:element minOccurs="0" maxOccurs="1" name="value" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CurrentInvoice_SetHeadingResponse">
        <s:complexType />
      </s:element>
      <s:element name="CurrentInvoice_GetTextLine1">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="currentInvoiceHandle" type="tns:CurrentInvoiceHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CurrentInvoice_GetTextLine1Response">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="CurrentInvoice_GetTextLine1Result" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CurrentInvoice_SetTextLine1">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="currentInvoiceHandle" type="tns:CurrentInvoiceHandle" />
            <s:element minOccurs="0" maxOccurs="1" name="value" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CurrentInvoice_SetTextLine1Response">
        <s:complexType />
      </s:element>
      <s:element name="CurrentInvoice_GetTextLine2">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="currentInvoiceHandle" type="tns:CurrentInvoiceHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CurrentInvoice_GetTextLine2Response">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="CurrentInvoice_GetTextLine2Result" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CurrentInvoice_SetTextLine2">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="currentInvoiceHandle" type="tns:CurrentInvoiceHandle" />
            <s:element minOccurs="0" maxOccurs="1" name="value" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CurrentInvoice_SetTextLine2Response">
        <s:complexType />
      </s:element>
      <s:element name="CurrentInvoice_GetOtherReference">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="currentInvoiceHandle" type="tns:CurrentInvoiceHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CurrentInvoice_GetOtherReferenceResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="CurrentInvoice_GetOtherReferenceResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CurrentInvoice_SetOtherReference">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="currentInvoiceHandle" type="tns:CurrentInvoiceHandle" />
            <s:element minOccurs="0" maxOccurs="1" name="value" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CurrentInvoice_SetOtherReferenceResponse">
        <s:complexType />
      </s:element>
      <s:element name="CurrentInvoice_GetNetAmount">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="currentInvoiceHandle" type="tns:CurrentInvoiceHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CurrentInvoice_GetNetAmountResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="CurrentInvoice_GetNetAmountResult" type="s:decimal" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CurrentInvoice_GetVatAmount">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="currentInvoiceHandle" type="tns:CurrentInvoiceHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CurrentInvoice_GetVatAmountResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="CurrentInvoice_GetVatAmountResult" type="s:decimal" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CurrentInvoice_GetGrossAmount">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="currentInvoiceHandle" type="tns:CurrentInvoiceHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CurrentInvoice_GetGrossAmountResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="CurrentInvoice_GetGrossAmountResult" type="s:decimal" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CurrentInvoice_GetMargin">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="currentInvoiceHandle" type="tns:CurrentInvoiceHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CurrentInvoice_GetMarginResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="CurrentInvoice_GetMarginResult" type="s:decimal" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CurrentInvoice_GetMarginAsPercent">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="currentInvoiceHandle" type="tns:CurrentInvoiceHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CurrentInvoice_GetMarginAsPercentResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="CurrentInvoice_GetMarginAsPercentResult" type="s:decimal" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CurrentInvoice_GetRoundingAmount">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="currentInvoiceHandle" type="tns:CurrentInvoiceHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CurrentInvoice_GetRoundingAmountResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="CurrentInvoice_GetRoundingAmountResult" type="s:decimal" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CurrentInvoice_GetDebtorCounty">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="currentInvoiceHandle" type="tns:CurrentInvoiceHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CurrentInvoice_GetDebtorCountyResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="CurrentInvoice_GetDebtorCountyResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CurrentInvoice_SetDebtorCounty">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="currentInvoiceHandle" type="tns:CurrentInvoiceHandle" />
            <s:element minOccurs="0" maxOccurs="1" name="value" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CurrentInvoice_SetDebtorCountyResponse">
        <s:complexType />
      </s:element>
      <s:element name="CurrentInvoice_GetDeliveryCounty">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="currentInvoiceHandle" type="tns:CurrentInvoiceHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CurrentInvoice_GetDeliveryCountyResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="CurrentInvoice_GetDeliveryCountyResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CurrentInvoice_SetDeliveryCounty">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="currentInvoiceHandle" type="tns:CurrentInvoiceHandle" />
            <s:element minOccurs="0" maxOccurs="1" name="value" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CurrentInvoice_SetDeliveryCountyResponse">
        <s:complexType />
      </s:element>
      <s:element name="CurrentInvoice_GetDeductionAmount">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="currentInvoiceHandle" type="tns:CurrentInvoiceHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CurrentInvoice_GetDeductionAmountResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="CurrentInvoice_GetDeductionAmountResult" type="s:decimal" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CurrentInvoiceLine_CreateFromData">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="data" type="tns:CurrentInvoiceLineData" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="CurrentInvoiceLineData">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="1" name="Handle" type="tns:CurrentInvoiceLineHandle" />
          <s:element minOccurs="0" maxOccurs="1" name="Id" type="s:int" />
          <s:element minOccurs="1" maxOccurs="1" name="Number" type="s:int" />
          <s:element minOccurs="0" maxOccurs="1" name="InvoiceHandle" type="tns:CurrentInvoiceHandle" />
          <s:element minOccurs="0" maxOccurs="1" name="Description" type="s:string" />
          <s:element minOccurs="1" maxOccurs="1" name="DeliveryDate" nillable="true" type="s:dateTime" />
          <s:element minOccurs="0" maxOccurs="1" name="UnitHandle" type="tns:UnitHandle" />
          <s:element minOccurs="0" maxOccurs="1" name="ProductHandle" type="tns:ProductHandle" />
          <s:element minOccurs="1" maxOccurs="1" name="Quantity" nillable="true" type="s:decimal" />
          <s:element minOccurs="1" maxOccurs="1" name="UnitNetPrice" nillable="true" type="s:decimal" />
          <s:element minOccurs="1" maxOccurs="1" name="DiscountAsPercent" type="s:decimal" />
          <s:element minOccurs="0" maxOccurs="1" name="UnitCostPrice" type="s:decimal" />
          <s:element minOccurs="1" maxOccurs="1" name="TotalNetAmount" nillable="true" type="s:decimal" />
          <s:element minOccurs="1" maxOccurs="1" name="TotalMargin" type="s:decimal" />
          <s:element minOccurs="1" maxOccurs="1" name="MarginAsPercent" type="s:decimal" />
          <s:element minOccurs="0" maxOccurs="1" name="DepartmentHandle" type="tns:DepartmentHandle" />
          <s:element minOccurs="0" maxOccurs="1" name="DistributionKeyHandle" type="tns:DistributionKeyHandle" />
          <s:element minOccurs="0" maxOccurs="1" name="InventoryLocationHandle" type="tns:InventoryLocationHandle" />
          <s:element minOccurs="0" maxOccurs="1" name="AccrualStartDate" nillable="true" type="s:dateTime" />
          <s:element minOccurs="0" maxOccurs="1" name="AccrualEndDate" nillable="true" type="s:dateTime" />
        </s:sequence>
      </s:complexType>
      <s:element name="CurrentInvoiceLine_CreateFromDataResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="CurrentInvoiceLine_CreateFromDataResult" type="tns:CurrentInvoiceLineHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CurrentInvoiceLine_CreateFromDataArray">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="dataArray" type="tns:ArrayOfCurrentInvoiceLineData" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="ArrayOfCurrentInvoiceLineData">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="unbounded" name="CurrentInvoiceLineData" nillable="true" type="tns:CurrentInvoiceLineData" />
        </s:sequence>
      </s:complexType>
      <s:element name="CurrentInvoiceLine_CreateFromDataArrayResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="CurrentInvoiceLine_CreateFromDataArrayResult" type="tns:ArrayOfCurrentInvoiceLineHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CurrentInvoiceLine_UpdateFromDataArray">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="dataArray" type="tns:ArrayOfCurrentInvoiceLineData" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CurrentInvoiceLine_UpdateFromDataArrayResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="CurrentInvoiceLine_UpdateFromDataArrayResult" type="tns:ArrayOfCurrentInvoiceLineHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CurrentInvoiceLine_UpdateFromData">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="data" type="tns:CurrentInvoiceLineData" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CurrentInvoiceLine_UpdateFromDataResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="CurrentInvoiceLine_UpdateFromDataResult" type="tns:CurrentInvoiceLineHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CurrentInvoiceLine_GetData">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="entityHandle" type="tns:CurrentInvoiceLineHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CurrentInvoiceLine_GetDataResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="CurrentInvoiceLine_GetDataResult" type="tns:CurrentInvoiceLineData" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CurrentInvoiceLine_GetDataArray">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="entityHandles" type="tns:ArrayOfCurrentInvoiceLineHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CurrentInvoiceLine_GetDataArrayResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="CurrentInvoiceLine_GetDataArrayResult" type="tns:ArrayOfCurrentInvoiceLineData" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CurrentInvoiceLine_GetNumber">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="currentInvoiceLineHandle" type="tns:CurrentInvoiceLineHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CurrentInvoiceLine_GetNumberResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="CurrentInvoiceLine_GetNumberResult" type="s:int" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CurrentInvoiceLine_GetInvoice">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="currentInvoiceLineHandle" type="tns:CurrentInvoiceLineHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CurrentInvoiceLine_GetInvoiceResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="CurrentInvoiceLine_GetInvoiceResult" type="tns:CurrentInvoiceHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CurrentInvoiceLine_GetDescription">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="currentInvoiceLineHandle" type="tns:CurrentInvoiceLineHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CurrentInvoiceLine_GetDescriptionResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="CurrentInvoiceLine_GetDescriptionResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CurrentInvoiceLine_SetDescription">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="currentInvoiceLineHandle" type="tns:CurrentInvoiceLineHandle" />
            <s:element minOccurs="0" maxOccurs="1" name="value" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CurrentInvoiceLine_SetDescriptionResponse">
        <s:complexType />
      </s:element>
      <s:element name="CurrentInvoiceLine_GetDeliveryDate">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="currentInvoiceLineHandle" type="tns:CurrentInvoiceLineHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CurrentInvoiceLine_GetDeliveryDateResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="CurrentInvoiceLine_GetDeliveryDateResult" nillable="true" type="s:dateTime" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CurrentInvoiceLine_SetDeliveryDate">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="currentInvoiceLineHandle" type="tns:CurrentInvoiceLineHandle" />
            <s:element minOccurs="1" maxOccurs="1" name="value" nillable="true" type="s:dateTime" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CurrentInvoiceLine_SetDeliveryDateResponse">
        <s:complexType />
      </s:element>
      <s:element name="CurrentInvoiceLine_GetUnit">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="currentInvoiceLineHandle" type="tns:CurrentInvoiceLineHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CurrentInvoiceLine_GetUnitResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="CurrentInvoiceLine_GetUnitResult" type="tns:UnitHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CurrentInvoiceLine_SetUnit">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="currentInvoiceLineHandle" type="tns:CurrentInvoiceLineHandle" />
            <s:element minOccurs="0" maxOccurs="1" name="valueHandle" type="tns:UnitHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CurrentInvoiceLine_SetUnitResponse">
        <s:complexType />
      </s:element>
      <s:element name="CurrentInvoiceLine_SetProduct">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="currentInvoiceLineHandle" type="tns:CurrentInvoiceLineHandle" />
            <s:element minOccurs="0" maxOccurs="1" name="valueHandle" type="tns:ProductHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CurrentInvoiceLine_SetProductResponse">
        <s:complexType />
      </s:element>
      <s:element name="CurrentInvoiceLine_GetProduct">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="currentInvoiceLineHandle" type="tns:CurrentInvoiceLineHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CurrentInvoiceLine_GetProductResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="CurrentInvoiceLine_GetProductResult" type="tns:ProductHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CurrentInvoiceLine_SetQuantity">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="currentInvoiceLineHandle" type="tns:CurrentInvoiceLineHandle" />
            <s:element minOccurs="1" maxOccurs="1" name="value" nillable="true" type="s:decimal" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CurrentInvoiceLine_SetQuantityResponse">
        <s:complexType />
      </s:element>
      <s:element name="CurrentInvoiceLine_GetQuantity">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="currentInvoiceLineHandle" type="tns:CurrentInvoiceLineHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CurrentInvoiceLine_GetQuantityResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="CurrentInvoiceLine_GetQuantityResult" nillable="true" type="s:decimal" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CurrentInvoiceLine_GetUnitNetPrice">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="currentInvoiceLineHandle" type="tns:CurrentInvoiceLineHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CurrentInvoiceLine_GetUnitNetPriceResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="CurrentInvoiceLine_GetUnitNetPriceResult" nillable="true" type="s:decimal" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CurrentInvoiceLine_SetUnitNetPrice">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="currentInvoiceLineHandle" type="tns:CurrentInvoiceLineHandle" />
            <s:element minOccurs="1" maxOccurs="1" name="value" nillable="true" type="s:decimal" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CurrentInvoiceLine_SetUnitNetPriceResponse">
        <s:complexType />
      </s:element>
      <s:element name="CurrentInvoiceLine_SetUnitCostPrice">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="currentInvoiceLineHandle" type="tns:CurrentInvoiceLineHandle" />
            <s:element minOccurs="1" maxOccurs="1" name="value" nillable="true" type="s:decimal" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CurrentInvoiceLine_SetUnitCostPriceResponse">
        <s:complexType />
      </s:element>
      <s:element name="CurrentInvoiceLine_GetDiscountAsPercent">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="currentInvoiceLineHandle" type="tns:CurrentInvoiceLineHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CurrentInvoiceLine_GetDiscountAsPercentResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="CurrentInvoiceLine_GetDiscountAsPercentResult" type="s:decimal" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CurrentInvoiceLine_SetDiscountAsPercent">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="currentInvoiceLineHandle" type="tns:CurrentInvoiceLineHandle" />
            <s:element minOccurs="1" maxOccurs="1" name="value" type="s:decimal" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CurrentInvoiceLine_SetDiscountAsPercentResponse">
        <s:complexType />
      </s:element>
      <s:element name="CurrentInvoiceLine_GetUnitCostPrice">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="currentInvoiceLineHandle" type="tns:CurrentInvoiceLineHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CurrentInvoiceLine_GetUnitCostPriceResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="CurrentInvoiceLine_GetUnitCostPriceResult" type="s:decimal" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CurrentInvoiceLine_GetTotalNetAmount">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="currentInvoiceLineHandle" type="tns:CurrentInvoiceLineHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CurrentInvoiceLine_GetTotalNetAmountResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="CurrentInvoiceLine_GetTotalNetAmountResult" nillable="true" type="s:decimal" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CurrentInvoiceLine_GetTotalMargin">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="currentInvoiceLineHandle" type="tns:CurrentInvoiceLineHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CurrentInvoiceLine_GetTotalMarginResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="CurrentInvoiceLine_GetTotalMarginResult" type="s:decimal" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CurrentInvoiceLine_GetMarginAsPercent">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="currentInvoiceLineHandle" type="tns:CurrentInvoiceLineHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CurrentInvoiceLine_GetMarginAsPercentResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="CurrentInvoiceLine_GetMarginAsPercentResult" type="s:decimal" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CurrentInvoiceLine_SetDepartment">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="currentInvoiceLineHandle" type="tns:CurrentInvoiceLineHandle" />
            <s:element minOccurs="0" maxOccurs="1" name="valueHandle" type="tns:DepartmentHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CurrentInvoiceLine_SetDepartmentResponse">
        <s:complexType />
      </s:element>
      <s:element name="CurrentInvoiceLine_GetDepartment">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="currentInvoiceLineHandle" type="tns:CurrentInvoiceLineHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CurrentInvoiceLine_GetDepartmentResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="CurrentInvoiceLine_GetDepartmentResult" type="tns:DepartmentHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CurrentInvoiceLine_GetDistributionKey">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="currentInvoiceLineHandle" type="tns:CurrentInvoiceLineHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CurrentInvoiceLine_GetDistributionKeyResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="CurrentInvoiceLine_GetDistributionKeyResult" type="tns:DistributionKeyHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CurrentInvoiceLine_SetDistributionKey">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="currentInvoiceLineHandle" type="tns:CurrentInvoiceLineHandle" />
            <s:element minOccurs="0" maxOccurs="1" name="valueHandle" type="tns:DistributionKeyHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CurrentInvoiceLine_SetDistributionKeyResponse">
        <s:complexType />
      </s:element>
      <s:element name="CurrentInvoiceLine_GetInventoryLocation">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="currentInvoiceLineHandle" type="tns:CurrentInvoiceLineHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CurrentInvoiceLine_GetInventoryLocationResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="CurrentInvoiceLine_GetInventoryLocationResult" type="tns:InventoryLocationHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CurrentInvoiceLine_SetInventoryLocation">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="currentInvoiceLineHandle" type="tns:CurrentInvoiceLineHandle" />
            <s:element minOccurs="0" maxOccurs="1" name="valueHandle" type="tns:InventoryLocationHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CurrentInvoiceLine_SetInventoryLocationResponse">
        <s:complexType />
      </s:element>
      <s:element name="OrderLine_GetInventoryLocation">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="orderLineHandle" type="tns:OrderLineHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="OrderLine_GetInventoryLocationResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="OrderLine_GetInventoryLocationResult" type="tns:InventoryLocationHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="OrderLine_SetInventoryLocation">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="orderLineHandle" type="tns:OrderLineHandle" />
            <s:element minOccurs="0" maxOccurs="1" name="valueHandle" type="tns:InventoryLocationHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="OrderLine_SetInventoryLocationResponse">
        <s:complexType />
      </s:element>
      <s:element name="QuotationLine_GetInventoryLocation">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="quotationLineHandle" type="tns:QuotationLineHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="QuotationLine_GetInventoryLocationResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="QuotationLine_GetInventoryLocationResult" type="tns:InventoryLocationHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CreditorEntry_GetAccount">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="creditorEntryHandle" type="tns:CreditorEntryHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="CreditorEntryHandle">
        <s:sequence>
          <s:element minOccurs="1" maxOccurs="1" name="SerialNumber" type="s:int" />
        </s:sequence>
      </s:complexType>
      <s:element name="CreditorEntry_GetAccountResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="CreditorEntry_GetAccountResult" type="tns:AccountHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CreditorEntry_GetVoucherNumber">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="creditorEntryHandle" type="tns:CreditorEntryHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CreditorEntry_GetVoucherNumberResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="CreditorEntry_GetVoucherNumberResult" type="s:int" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CreditorEntry_GetText">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="creditorEntryHandle" type="tns:CreditorEntryHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CreditorEntry_GetTextResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="CreditorEntry_GetTextResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CreditorEntry_GetAmountDefaultCurrency">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="creditorEntryHandle" type="tns:CreditorEntryHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CreditorEntry_GetAmountDefaultCurrencyResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="CreditorEntry_GetAmountDefaultCurrencyResult" type="s:decimal" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CreditorEntry_GetCurrency">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="creditorEntryHandle" type="tns:CreditorEntryHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CreditorEntry_GetCurrencyResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="CreditorEntry_GetCurrencyResult" type="tns:CurrencyHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CreditorEntry_GetAmount">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="creditorEntryHandle" type="tns:CreditorEntryHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CreditorEntry_GetAmountResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="CreditorEntry_GetAmountResult" type="s:decimal" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CreditorEntry_GetInvoiceNumber">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="creditorEntryHandle" type="tns:CreditorEntryHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CreditorEntry_GetInvoiceNumberResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="CreditorEntry_GetInvoiceNumberResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CreditorEntry_GetDueDate">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="creditorEntryHandle" type="tns:CreditorEntryHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CreditorEntry_GetDueDateResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="CreditorEntry_GetDueDateResult" type="s:dateTime" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CreditorEntry_GetRemainder">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="creditorEntryHandle" type="tns:CreditorEntryHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CreditorEntry_GetRemainderResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="CreditorEntry_GetRemainderResult" type="s:decimal" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CreditorEntry_GetRemainderDefaultCurrency">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="creditorEntryHandle" type="tns:CreditorEntryHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CreditorEntry_GetRemainderDefaultCurrencyResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="CreditorEntry_GetRemainderDefaultCurrencyResult" type="s:decimal" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CreditorEntry_FindBySerialNumber">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="from" type="s:int" />
            <s:element minOccurs="1" maxOccurs="1" name="to" type="s:int" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CreditorEntry_FindBySerialNumberResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="CreditorEntry_FindBySerialNumberResult" type="tns:ArrayOfCreditorEntryHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="ArrayOfCreditorEntryHandle">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="unbounded" name="CreditorEntryHandle" nillable="true" type="tns:CreditorEntryHandle" />
        </s:sequence>
      </s:complexType>
      <s:element name="CreditorEntry_FindBySerialNumberTypeAndInvoiceNumber">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="fromSerialNumber" nillable="true" type="s:int" />
            <s:element minOccurs="1" maxOccurs="1" name="toSerialNumber" nillable="true" type="s:int" />
            <s:element minOccurs="1" maxOccurs="1" name="entryType" type="tns:EntryType" />
            <s:element minOccurs="0" maxOccurs="1" name="invoiceNumbers" type="tns:ArrayOfString" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CreditorEntry_FindBySerialNumberTypeAndInvoiceNumberResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="CreditorEntry_FindBySerialNumberTypeAndInvoiceNumberResult" type="tns:ArrayOfCreditorEntryHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CreditorEntry_FindByInvoiceNumber">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="invoiceNumber" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CreditorEntry_FindByInvoiceNumberResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="CreditorEntry_FindByInvoiceNumberResult" type="tns:ArrayOfCreditorEntryHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CreditorEntry_MatchEntries">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="entries" type="tns:ArrayOfCreditorEntryHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CreditorEntry_MatchEntriesResponse">
        <s:complexType />
      </s:element>
      <s:element name="CreditorGroup_CreateFromData">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="data" type="tns:CreditorGroupData" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="CreditorGroupData">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="1" name="Handle" type="tns:CreditorGroupHandle" />
          <s:element minOccurs="1" maxOccurs="1" name="Number" type="s:int" />
          <s:element minOccurs="0" maxOccurs="1" name="Name" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="AccountHandle" type="tns:AccountHandle" />
        </s:sequence>
      </s:complexType>
      <s:complexType name="CreditorGroupHandle">
        <s:sequence>
          <s:element minOccurs="1" maxOccurs="1" name="Number" type="s:int" />
        </s:sequence>
      </s:complexType>
      <s:element name="CreditorGroup_CreateFromDataResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="CreditorGroup_CreateFromDataResult" type="tns:CreditorGroupHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CreditorGroup_CreateFromDataArray">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="dataArray" type="tns:ArrayOfCreditorGroupData" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="ArrayOfCreditorGroupData">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="unbounded" name="CreditorGroupData" nillable="true" type="tns:CreditorGroupData" />
        </s:sequence>
      </s:complexType>
      <s:element name="CreditorGroup_CreateFromDataArrayResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="CreditorGroup_CreateFromDataArrayResult" type="tns:ArrayOfCreditorGroupHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="ArrayOfCreditorGroupHandle">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="unbounded" name="CreditorGroupHandle" nillable="true" type="tns:CreditorGroupHandle" />
        </s:sequence>
      </s:complexType>
      <s:element name="CreditorGroup_UpdateFromDataArray">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="dataArray" type="tns:ArrayOfCreditorGroupData" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CreditorGroup_UpdateFromDataArrayResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="CreditorGroup_UpdateFromDataArrayResult" type="tns:ArrayOfCreditorGroupHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CreditorGroup_UpdateFromData">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="data" type="tns:CreditorGroupData" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CreditorGroup_UpdateFromDataResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="CreditorGroup_UpdateFromDataResult" type="tns:CreditorGroupHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CreditorGroup_GetData">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="entityHandle" type="tns:CreditorGroupHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CreditorGroup_GetDataResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="CreditorGroup_GetDataResult" type="tns:CreditorGroupData" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CreditorGroup_GetDataArray">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="entityHandles" type="tns:ArrayOfCreditorGroupHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CreditorGroup_GetDataArrayResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="CreditorGroup_GetDataArrayResult" type="tns:ArrayOfCreditorGroupData" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CreditorGroup_Create">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="number" type="s:int" />
            <s:element minOccurs="0" maxOccurs="1" name="name" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="accountHandle" type="tns:AccountHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CreditorGroup_CreateResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="CreditorGroup_CreateResult" type="tns:CreditorGroupHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CreditorGroup_GetAll">
        <s:complexType />
      </s:element>
      <s:element name="CreditorGroup_GetAllResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="CreditorGroup_GetAllResult" type="tns:ArrayOfCreditorGroupHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CreditorGroup_FindByNumber">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="number" type="s:int" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CreditorGroup_FindByNumberResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="CreditorGroup_FindByNumberResult" type="tns:CreditorGroupHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CreditorGroup_FindByNumberList">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="numbers" type="tns:ArrayOfInt" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CreditorGroup_FindByNumberListResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="CreditorGroup_FindByNumberListResult" type="tns:ArrayOfCreditorGroupHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CreditorGroup_FindByName">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="name" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CreditorGroup_FindByNameResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="CreditorGroup_FindByNameResult" type="tns:ArrayOfCreditorGroupHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CreditorGroup_GetCreditors">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="creditorGroupHandle" type="tns:CreditorGroupHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CreditorGroup_GetCreditorsResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="CreditorGroup_GetCreditorsResult" type="tns:ArrayOfCreditorHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="ArrayOfCreditorHandle">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="unbounded" name="CreditorHandle" nillable="true" type="tns:CreditorHandle" />
        </s:sequence>
      </s:complexType>
      <s:element name="CreditorGroup_GetNumber">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="creditorGroupHandle" type="tns:CreditorGroupHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CreditorGroup_GetNumberResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="CreditorGroup_GetNumberResult" type="s:int" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CreditorGroup_GetName">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="creditorGroupHandle" type="tns:CreditorGroupHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CreditorGroup_GetNameResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="CreditorGroup_GetNameResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CreditorGroup_SetName">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="creditorGroupHandle" type="tns:CreditorGroupHandle" />
            <s:element minOccurs="0" maxOccurs="1" name="value" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CreditorGroup_SetNameResponse">
        <s:complexType />
      </s:element>
      <s:element name="CreditorGroup_GetAccount">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="creditorGroupHandle" type="tns:CreditorGroupHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CreditorGroup_GetAccountResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="CreditorGroup_GetAccountResult" type="tns:AccountHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CreditorGroup_SetAccount">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="creditorGroupHandle" type="tns:CreditorGroupHandle" />
            <s:element minOccurs="0" maxOccurs="1" name="valueHandle" type="tns:AccountHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CreditorGroup_SetAccountResponse">
        <s:complexType />
      </s:element>
      <s:element name="Currency_GetData">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="entityHandle" type="tns:CurrencyHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Currency_GetDataResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Currency_GetDataResult" type="tns:CurrencyData" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="CurrencyData">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="1" name="Handle" type="tns:CurrencyHandle" />
          <s:element minOccurs="0" maxOccurs="1" name="Code" type="s:string" />
        </s:sequence>
      </s:complexType>
      <s:element name="Currency_GetDataArray">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="entityHandles" type="tns:ArrayOfCurrencyHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="ArrayOfCurrencyHandle">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="unbounded" name="CurrencyHandle" nillable="true" type="tns:CurrencyHandle" />
        </s:sequence>
      </s:complexType>
      <s:element name="Currency_GetDataArrayResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Currency_GetDataArrayResult" type="tns:ArrayOfCurrencyData" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="ArrayOfCurrencyData">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="unbounded" name="CurrencyData" nillable="true" type="tns:CurrencyData" />
        </s:sequence>
      </s:complexType>
      <s:element name="Currency_GetCode">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="currencyHandle" type="tns:CurrencyHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Currency_GetCodeResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Currency_GetCodeResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Currency_GetAll">
        <s:complexType />
      </s:element>
      <s:element name="Currency_GetAllResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Currency_GetAllResult" type="tns:ArrayOfCurrencyHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Currency_FindByCode">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="code" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Currency_FindByCodeResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Currency_FindByCodeResult" type="tns:CurrencyHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CurrentInvoice_CreateFromData">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="data" type="tns:CurrentInvoiceData" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="CurrentInvoiceData">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="1" name="Handle" type="tns:CurrentInvoiceHandle" />
          <s:element minOccurs="0" maxOccurs="1" name="Id" type="s:int" />
          <s:element minOccurs="0" maxOccurs="1" name="DebtorHandle" type="tns:DebtorHandle" />
          <s:element minOccurs="0" maxOccurs="1" name="ProjectHandle" type="tns:ProjectHandle" />
          <s:element minOccurs="0" maxOccurs="1" name="DebtorName" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="DebtorAddress" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="DebtorPostalCode" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="DebtorCity" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="DebtorCountry" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="DebtorEan" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="PublicEntryNumber" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="AttentionHandle" type="tns:DebtorContactHandle" />
          <s:element minOccurs="0" maxOccurs="1" name="YourReferenceHandle" type="tns:DebtorContactHandle" />
          <s:element minOccurs="0" maxOccurs="1" name="OurReferenceHandle" type="tns:EmployeeHandle" />
          <s:element minOccurs="0" maxOccurs="1" name="OurReference2Handle" type="tns:EmployeeHandle" />
          <s:element minOccurs="1" maxOccurs="1" name="Date" type="s:dateTime" />
          <s:element minOccurs="0" maxOccurs="1" name="TermOfPaymentHandle" type="tns:TermOfPaymentHandle" />
          <s:element minOccurs="1" maxOccurs="1" name="DueDate" nillable="true" type="s:dateTime" />
          <s:element minOccurs="0" maxOccurs="1" name="CurrencyHandle" type="tns:CurrencyHandle" />
          <s:element minOccurs="1" maxOccurs="1" name="ExchangeRate" type="s:decimal" />
          <s:element minOccurs="1" maxOccurs="1" name="IsVatIncluded" type="s:boolean" />
          <s:element minOccurs="0" maxOccurs="1" name="LayoutHandle" type="tns:TemplateCollectionHandle" />
          <s:element minOccurs="0" maxOccurs="1" name="DeliveryLocationHandle" type="tns:DeliveryLocationHandle" />
          <s:element minOccurs="0" maxOccurs="1" name="DeliveryAddress" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="DeliveryPostalCode" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="DeliveryCity" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="DeliveryCountry" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="TermsOfDelivery" type="s:string" />
          <s:element minOccurs="1" maxOccurs="1" name="DeliveryDate" nillable="true" type="s:dateTime" />
          <s:element minOccurs="0" maxOccurs="1" name="Heading" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="TextLine1" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="TextLine2" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="OtherReference" type="s:string" />
          <s:element minOccurs="1" maxOccurs="1" name="NetAmount" type="s:decimal" />
          <s:element minOccurs="1" maxOccurs="1" name="VatAmount" type="s:decimal" />
          <s:element minOccurs="1" maxOccurs="1" name="GrossAmount" type="s:decimal" />
          <s:element minOccurs="1" maxOccurs="1" name="Margin" type="s:decimal" />
          <s:element minOccurs="1" maxOccurs="1" name="MarginAsPercent" type="s:decimal" />
          <s:element minOccurs="0" maxOccurs="1" name="RoundingAmount" type="s:decimal" />
          <s:element minOccurs="0" maxOccurs="1" name="DebtorCounty" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="DeliveryCounty" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="DeductionAmount" type="s:decimal" />
          <s:element minOccurs="0" maxOccurs="1" name="VatZone" type="tns:ExtendedVatZoneHandle" />
        </s:sequence>
      </s:complexType>
      <s:element name="CurrentInvoice_CreateFromDataResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="CurrentInvoice_CreateFromDataResult" type="tns:CurrentInvoiceHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CurrentInvoice_CreateFromDataArray">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="dataArray" type="tns:ArrayOfCurrentInvoiceData" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="ArrayOfCurrentInvoiceData">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="unbounded" name="CurrentInvoiceData" nillable="true" type="tns:CurrentInvoiceData" />
        </s:sequence>
      </s:complexType>
      <s:element name="CurrentInvoice_CreateFromDataArrayResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="CurrentInvoice_CreateFromDataArrayResult" type="tns:ArrayOfCurrentInvoiceHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CurrentInvoice_UpdateFromDataArray">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="dataArray" type="tns:ArrayOfCurrentInvoiceData" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CurrentInvoice_UpdateFromDataArrayResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="CurrentInvoice_UpdateFromDataArrayResult" type="tns:ArrayOfCurrentInvoiceHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CurrentInvoice_UpdateFromData">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="data" type="tns:CurrentInvoiceData" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CurrentInvoice_UpdateFromDataResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="CurrentInvoice_UpdateFromDataResult" type="tns:CurrentInvoiceHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CurrentInvoice_GetData">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="entityHandle" type="tns:CurrentInvoiceHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CurrentInvoice_GetDataResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="CurrentInvoice_GetDataResult" type="tns:CurrentInvoiceData" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CurrentInvoice_GetDataArray">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="entityHandles" type="tns:ArrayOfCurrentInvoiceHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CurrentInvoice_GetDataArrayResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="CurrentInvoice_GetDataArrayResult" type="tns:ArrayOfCurrentInvoiceData" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CurrentInvoice_Create">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="debtorHandle" type="tns:DebtorHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CurrentInvoice_CreateResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="CurrentInvoice_CreateResult" type="tns:CurrentInvoiceHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CurrentInvoice_GetAll">
        <s:complexType />
      </s:element>
      <s:element name="CurrentInvoice_GetAllResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="CurrentInvoice_GetAllResult" type="tns:ArrayOfCurrentInvoiceHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CurrentInvoice_FindByOurReference">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="ourReferenceHandle" type="tns:EmployeeHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CurrentInvoice_FindByOurReferenceResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="CurrentInvoice_FindByOurReferenceResult" type="tns:ArrayOfCurrentInvoiceHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CurrentInvoice_FindByOtherReference">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="otherReference" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CurrentInvoice_FindByOtherReferenceResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="CurrentInvoice_FindByOtherReferenceResult" type="tns:ArrayOfCurrentInvoiceHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CurrentInvoice_FindByDateInterval">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="first" type="s:dateTime" />
            <s:element minOccurs="1" maxOccurs="1" name="last" type="s:dateTime" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CurrentInvoice_FindByDateIntervalResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="CurrentInvoice_FindByDateIntervalResult" type="tns:ArrayOfCurrentInvoiceHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CurrentInvoice_GetAllUpdated">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="fromDate" type="s:dateTime" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CurrentInvoice_GetAllUpdatedResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="CurrentInvoice_GetAllUpdatedResult" type="tns:ArrayOfCurrentInvoiceHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CurrentInvoice_GetPdf">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="currentInvoiceHandle" type="tns:CurrentInvoiceHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CurrentInvoice_GetPdfResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="CurrentInvoice_GetPdfResult" type="s:base64Binary" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CurrentInvoice_Book">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="currentInvoiceHandle" type="tns:CurrentInvoiceHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CurrentInvoice_BookResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="CurrentInvoice_BookResult" type="tns:InvoiceHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CurrentInvoice_BookWithNumber">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="currentInvoiceHandle" type="tns:CurrentInvoiceHandle" />
            <s:element minOccurs="1" maxOccurs="1" name="number" type="s:int" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CurrentInvoice_BookWithNumberResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="CurrentInvoice_BookWithNumberResult" type="tns:InvoiceHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CurrentInvoice_BookAndSendElectronicInvoice">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="currentInvoiceHandle" type="tns:CurrentInvoiceHandle" />
            <s:element minOccurs="1" maxOccurs="1" name="mobilePay" type="s:boolean" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CurrentInvoice_BookAndSendElectronicInvoiceResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="CurrentInvoice_BookAndSendElectronicInvoiceResult" type="tns:InvoiceHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CurrentInvoice_BookWithNumberAndSendElectronicInvoice">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="currentInvoiceHandle" type="tns:CurrentInvoiceHandle" />
            <s:element minOccurs="1" maxOccurs="1" name="mobilePay" type="s:boolean" />
            <s:element minOccurs="1" maxOccurs="1" name="bookingNumber" type="s:int" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CurrentInvoice_BookWithNumberAndSendElectronicInvoiceResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="CurrentInvoice_BookWithNumberAndSendElectronicInvoiceResult" type="tns:InvoiceHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CurrentInvoice_Delete">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="currentInvoiceHandle" type="tns:CurrentInvoiceHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CurrentInvoice_DeleteResponse">
        <s:complexType />
      </s:element>
      <s:element name="CurrentInvoice_GetLines">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="currentInvoiceHandle" type="tns:CurrentInvoiceHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CurrentInvoice_GetLinesResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="CurrentInvoice_GetLinesResult" type="tns:ArrayOfCurrentInvoiceLineHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CurrentInvoiceLine_FindByCurrentInvoiceList">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="currentInvoiceHandles" type="tns:ArrayOfCurrentInvoiceHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CurrentInvoiceLine_FindByCurrentInvoiceListResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="CurrentInvoiceLine_FindByCurrentInvoiceListResult" type="tns:ArrayOfCurrentInvoiceLineHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="OrderLine_FindByOrderList">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="orderHandles" type="tns:ArrayOfOrderHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="OrderLine_FindByOrderListResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="OrderLine_FindByOrderListResult" type="tns:ArrayOfOrderLineHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="QuotationLine_FindByQuotationList">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="quotationHandles" type="tns:ArrayOfQuotationHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="QuotationLine_FindByQuotationListResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="QuotationLine_FindByQuotationListResult" type="tns:ArrayOfQuotationLineHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="InvoiceLine_FindByInvoiceList">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="invoiceHandles" type="tns:ArrayOfInvoiceHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="InvoiceLine_FindByInvoiceListResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="InvoiceLine_FindByInvoiceListResult" type="tns:ArrayOfInvoiceLineHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CurrentInvoice_GetDebtor">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="currentInvoiceHandle" type="tns:CurrentInvoiceHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CurrentInvoice_GetDebtorResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="CurrentInvoice_GetDebtorResult" type="tns:DebtorHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CurrentInvoice_SetDebtor">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="currentInvoiceHandle" type="tns:CurrentInvoiceHandle" />
            <s:element minOccurs="0" maxOccurs="1" name="valueHandle" type="tns:DebtorHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CurrentInvoice_SetDebtorResponse">
        <s:complexType />
      </s:element>
      <s:element name="CurrentInvoice_GetProject">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="currentInvoiceHandle" type="tns:CurrentInvoiceHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CurrentInvoice_GetProjectResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="CurrentInvoice_GetProjectResult" type="tns:ProjectHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CurrentInvoice_SetProject">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="currentInvoiceHandle" type="tns:CurrentInvoiceHandle" />
            <s:element minOccurs="0" maxOccurs="1" name="valueHandle" type="tns:ProjectHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CurrentInvoice_SetProjectResponse">
        <s:complexType />
      </s:element>
      <s:element name="CurrentInvoice_GetDebtorName">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="currentInvoiceHandle" type="tns:CurrentInvoiceHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CurrentInvoice_GetDebtorNameResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="CurrentInvoice_GetDebtorNameResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CurrentInvoice_SetDebtorName">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="currentInvoiceHandle" type="tns:CurrentInvoiceHandle" />
            <s:element minOccurs="0" maxOccurs="1" name="value" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CurrentInvoice_SetDebtorNameResponse">
        <s:complexType />
      </s:element>
      <s:element name="CurrentInvoice_GetDebtorAddress">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="currentInvoiceHandle" type="tns:CurrentInvoiceHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CurrentInvoice_GetDebtorAddressResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="CurrentInvoice_GetDebtorAddressResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CurrentInvoice_SetDebtorAddress">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="currentInvoiceHandle" type="tns:CurrentInvoiceHandle" />
            <s:element minOccurs="0" maxOccurs="1" name="value" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CurrentInvoice_SetDebtorAddressResponse">
        <s:complexType />
      </s:element>
      <s:element name="CurrentInvoice_GetDebtorPostalCode">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="currentInvoiceHandle" type="tns:CurrentInvoiceHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CurrentInvoice_GetDebtorPostalCodeResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="CurrentInvoice_GetDebtorPostalCodeResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CurrentInvoice_SetDebtorPostalCode">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="currentInvoiceHandle" type="tns:CurrentInvoiceHandle" />
            <s:element minOccurs="0" maxOccurs="1" name="value" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CurrentInvoice_SetDebtorPostalCodeResponse">
        <s:complexType />
      </s:element>
      <s:element name="CurrentInvoice_GetDebtorCity">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="currentInvoiceHandle" type="tns:CurrentInvoiceHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CurrentInvoice_GetDebtorCityResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="CurrentInvoice_GetDebtorCityResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CurrentInvoice_SetDebtorCity">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="currentInvoiceHandle" type="tns:CurrentInvoiceHandle" />
            <s:element minOccurs="0" maxOccurs="1" name="value" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CurrentInvoice_SetDebtorCityResponse">
        <s:complexType />
      </s:element>
      <s:element name="CurrentInvoice_GetDebtorCountry">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="currentInvoiceHandle" type="tns:CurrentInvoiceHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CurrentInvoice_GetDebtorCountryResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="CurrentInvoice_GetDebtorCountryResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CurrentInvoice_SetDebtorCountry">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="currentInvoiceHandle" type="tns:CurrentInvoiceHandle" />
            <s:element minOccurs="0" maxOccurs="1" name="value" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CurrentInvoice_SetDebtorCountryResponse">
        <s:complexType />
      </s:element>
      <s:element name="CurrentInvoice_GetDebtorEan">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="currentInvoiceHandle" type="tns:CurrentInvoiceHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CurrentInvoice_GetDebtorEanResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="CurrentInvoice_GetDebtorEanResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CurrentInvoice_SetDebtorEan">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="currentInvoiceHandle" type="tns:CurrentInvoiceHandle" />
            <s:element minOccurs="0" maxOccurs="1" name="value" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CurrentInvoice_SetDebtorEanResponse">
        <s:complexType />
      </s:element>
      <s:element name="CurrentInvoice_GetPublicEntryNumber">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="currentInvoiceHandle" type="tns:CurrentInvoiceHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CurrentInvoice_GetPublicEntryNumberResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="CurrentInvoice_GetPublicEntryNumberResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CurrentInvoice_SetPublicEntryNumber">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="currentInvoiceHandle" type="tns:CurrentInvoiceHandle" />
            <s:element minOccurs="0" maxOccurs="1" name="value" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CurrentInvoice_SetPublicEntryNumberResponse">
        <s:complexType />
      </s:element>
      <s:element name="CurrentInvoice_GetAttention">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="currentInvoiceHandle" type="tns:CurrentInvoiceHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CurrentInvoice_GetAttentionResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="CurrentInvoice_GetAttentionResult" type="tns:DebtorContactHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CurrentInvoice_SetAttention">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="currentInvoiceHandle" type="tns:CurrentInvoiceHandle" />
            <s:element minOccurs="0" maxOccurs="1" name="valueHandle" type="tns:DebtorContactHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CurrentInvoice_SetAttentionResponse">
        <s:complexType />
      </s:element>
      <s:element name="CurrentInvoice_GetYourReference">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="currentInvoiceHandle" type="tns:CurrentInvoiceHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CurrentInvoice_GetYourReferenceResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="CurrentInvoice_GetYourReferenceResult" type="tns:DebtorContactHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CurrentInvoice_SetYourReference">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="currentInvoiceHandle" type="tns:CurrentInvoiceHandle" />
            <s:element minOccurs="0" maxOccurs="1" name="valueHandle" type="tns:DebtorContactHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CurrentInvoice_SetYourReferenceResponse">
        <s:complexType />
      </s:element>
      <s:element name="CurrentInvoice_GetOurReference">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="currentInvoiceHandle" type="tns:CurrentInvoiceHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CurrentInvoice_GetOurReferenceResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="CurrentInvoice_GetOurReferenceResult" type="tns:EmployeeHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CurrentInvoice_SetOurReference">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="currentInvoiceHandle" type="tns:CurrentInvoiceHandle" />
            <s:element minOccurs="0" maxOccurs="1" name="valueHandle" type="tns:EmployeeHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CurrentInvoice_SetOurReferenceResponse">
        <s:complexType />
      </s:element>
      <s:element name="CurrentInvoice_GetOurReference2">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="currentInvoiceHandle" type="tns:CurrentInvoiceHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CurrentInvoice_GetOurReference2Response">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="CurrentInvoice_GetOurReference2Result" type="tns:EmployeeHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CurrentInvoice_SetOurReference2">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="currentInvoiceHandle" type="tns:CurrentInvoiceHandle" />
            <s:element minOccurs="0" maxOccurs="1" name="valueHandle" type="tns:EmployeeHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CurrentInvoice_SetOurReference2Response">
        <s:complexType />
      </s:element>
      <s:element name="Creditor_UpdateFromDataArray">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="dataArray" type="tns:ArrayOfCreditorData" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="ArrayOfCreditorData">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="unbounded" name="CreditorData" nillable="true" type="tns:CreditorData" />
        </s:sequence>
      </s:complexType>
      <s:complexType name="CreditorData">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="1" name="Handle" type="tns:CreditorHandle" />
          <s:element minOccurs="0" maxOccurs="1" name="Number" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="CreditorGroupHandle" type="tns:CreditorGroupHandle" />
          <s:element minOccurs="0" maxOccurs="1" name="Name" type="s:string" />
          <s:element minOccurs="1" maxOccurs="1" name="VatZone" type="tns:VatZone" />
          <s:element minOccurs="0" maxOccurs="1" name="CurrencyHandle" type="tns:CurrencyHandle" />
          <s:element minOccurs="0" maxOccurs="1" name="TermOfPaymentHandle" type="tns:TermOfPaymentHandle" />
          <s:element minOccurs="1" maxOccurs="1" name="IsAccessible" type="s:boolean" />
          <s:element minOccurs="0" maxOccurs="1" name="CINumber" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="Email" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="Address" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="PostalCode" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="City" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="Country" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="BankAccount" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="AttentionHandle" type="tns:CreditorContactHandle" />
          <s:element minOccurs="0" maxOccurs="1" name="YourReferenceHandle" type="tns:CreditorContactHandle" />
          <s:element minOccurs="0" maxOccurs="1" name="OurReferenceHandle" type="tns:EmployeeHandle" />
          <s:element minOccurs="0" maxOccurs="1" name="DefaultPaymentTypeHandle" type="tns:BankPaymentTypeHandle" />
          <s:element minOccurs="0" maxOccurs="1" name="DefaultPaymentCreditorId" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="County" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="AutoContraAccountHandle" type="tns:AccountHandle" />
          <s:element minOccurs="0" maxOccurs="1" name="DefaultInvoiceText" type="s:string" />
        </s:sequence>
      </s:complexType>
      <s:complexType name="CreditorContactHandle">
        <s:sequence>
          <s:element minOccurs="1" maxOccurs="1" name="Id" type="s:int" />
        </s:sequence>
      </s:complexType>
      <s:complexType name="BankPaymentTypeHandle">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="1" name="Number" type="s:string" />
        </s:sequence>
      </s:complexType>
      <s:element name="Creditor_UpdateFromDataArrayResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Creditor_UpdateFromDataArrayResult" type="tns:ArrayOfCreditorHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Creditor_UpdateFromData">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="data" type="tns:CreditorData" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Creditor_UpdateFromDataResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Creditor_UpdateFromDataResult" type="tns:CreditorHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Creditor_GetData">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="entityHandle" type="tns:CreditorHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Creditor_GetDataResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Creditor_GetDataResult" type="tns:CreditorData" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Creditor_GetDataArray">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="entityHandles" type="tns:ArrayOfCreditorHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Creditor_GetDataArrayResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Creditor_GetDataArrayResult" type="tns:ArrayOfCreditorData" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Creditor_GetNumber">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="creditorHandle" type="tns:CreditorHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Creditor_GetNumberResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Creditor_GetNumberResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Creditor_GetCreditorGroup">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="creditorHandle" type="tns:CreditorHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Creditor_GetCreditorGroupResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Creditor_GetCreditorGroupResult" type="tns:CreditorGroupHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Creditor_SetCreditorGroup">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="creditorHandle" type="tns:CreditorHandle" />
            <s:element minOccurs="0" maxOccurs="1" name="valueHandle" type="tns:CreditorGroupHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Creditor_SetCreditorGroupResponse">
        <s:complexType />
      </s:element>
      <s:element name="Creditor_GetName">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="creditorHandle" type="tns:CreditorHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Creditor_GetNameResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Creditor_GetNameResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Creditor_SetName">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="creditorHandle" type="tns:CreditorHandle" />
            <s:element minOccurs="0" maxOccurs="1" name="value" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Creditor_SetNameResponse">
        <s:complexType />
      </s:element>
      <s:element name="Creditor_SetVatZone">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="creditorHandle" type="tns:CreditorHandle" />
            <s:element minOccurs="1" maxOccurs="1" name="value" type="tns:VatZone" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Creditor_SetVatZoneResponse">
        <s:complexType />
      </s:element>
      <s:element name="Creditor_GetVatZone">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="creditorHandle" type="tns:CreditorHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Creditor_GetVatZoneResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="Creditor_GetVatZoneResult" type="tns:VatZone" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Creditor_SetCurrency">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="creditorHandle" type="tns:CreditorHandle" />
            <s:element minOccurs="0" maxOccurs="1" name="valueHandle" type="tns:CurrencyHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Creditor_SetCurrencyResponse">
        <s:complexType />
      </s:element>
      <s:element name="Creditor_GetCurrency">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="creditorHandle" type="tns:CreditorHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Creditor_GetCurrencyResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Creditor_GetCurrencyResult" type="tns:CurrencyHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Creditor_GetTermOfPayment">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="creditorHandle" type="tns:CreditorHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Creditor_GetTermOfPaymentResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Creditor_GetTermOfPaymentResult" type="tns:TermOfPaymentHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Creditor_SetTermOfPayment">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="creditorHandle" type="tns:CreditorHandle" />
            <s:element minOccurs="0" maxOccurs="1" name="valueHandle" type="tns:TermOfPaymentHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Creditor_SetTermOfPaymentResponse">
        <s:complexType />
      </s:element>
      <s:element name="Creditor_GetIsAccessible">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="creditorHandle" type="tns:CreditorHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Creditor_GetIsAccessibleResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="Creditor_GetIsAccessibleResult" type="s:boolean" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Creditor_SetIsAccessible">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="creditorHandle" type="tns:CreditorHandle" />
            <s:element minOccurs="1" maxOccurs="1" name="value" type="s:boolean" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Creditor_SetIsAccessibleResponse">
        <s:complexType />
      </s:element>
      <s:element name="Creditor_GetCINumber">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="creditorHandle" type="tns:CreditorHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Creditor_GetCINumberResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Creditor_GetCINumberResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Creditor_SetCINumber">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="creditorHandle" type="tns:CreditorHandle" />
            <s:element minOccurs="0" maxOccurs="1" name="value" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Creditor_SetCINumberResponse">
        <s:complexType />
      </s:element>
      <s:element name="Creditor_SetEmail">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="creditorHandle" type="tns:CreditorHandle" />
            <s:element minOccurs="0" maxOccurs="1" name="value" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Creditor_SetEmailResponse">
        <s:complexType />
      </s:element>
      <s:element name="Creditor_GetEmail">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="creditorHandle" type="tns:CreditorHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Creditor_GetEmailResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Creditor_GetEmailResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Creditor_SetAddress">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="creditorHandle" type="tns:CreditorHandle" />
            <s:element minOccurs="0" maxOccurs="1" name="value" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Creditor_SetAddressResponse">
        <s:complexType />
      </s:element>
      <s:element name="Creditor_GetAddress">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="creditorHandle" type="tns:CreditorHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Creditor_GetAddressResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Creditor_GetAddressResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Creditor_GetPostalCode">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="creditorHandle" type="tns:CreditorHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Creditor_GetPostalCodeResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Creditor_GetPostalCodeResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Creditor_SetPostalCode">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="creditorHandle" type="tns:CreditorHandle" />
            <s:element minOccurs="0" maxOccurs="1" name="value" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Creditor_SetPostalCodeResponse">
        <s:complexType />
      </s:element>
      <s:element name="Creditor_SetCity">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="creditorHandle" type="tns:CreditorHandle" />
            <s:element minOccurs="0" maxOccurs="1" name="value" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Creditor_SetCityResponse">
        <s:complexType />
      </s:element>
      <s:element name="Creditor_GetCity">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="creditorHandle" type="tns:CreditorHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Creditor_GetCityResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Creditor_GetCityResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Creditor_GetCountry">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="creditorHandle" type="tns:CreditorHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Creditor_GetCountryResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Creditor_GetCountryResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Creditor_SetCountry">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="creditorHandle" type="tns:CreditorHandle" />
            <s:element minOccurs="0" maxOccurs="1" name="value" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Creditor_SetCountryResponse">
        <s:complexType />
      </s:element>
      <s:element name="Creditor_SetBankAccount">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="creditorHandle" type="tns:CreditorHandle" />
            <s:element minOccurs="0" maxOccurs="1" name="value" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Creditor_SetBankAccountResponse">
        <s:complexType />
      </s:element>
      <s:element name="Creditor_GetBankAccount">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="creditorHandle" type="tns:CreditorHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Creditor_GetBankAccountResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Creditor_GetBankAccountResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Creditor_SetAttention">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="creditorHandle" type="tns:CreditorHandle" />
            <s:element minOccurs="0" maxOccurs="1" name="valueHandle" type="tns:CreditorContactHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Creditor_SetAttentionResponse">
        <s:complexType />
      </s:element>
      <s:element name="Creditor_GetAttention">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="creditorHandle" type="tns:CreditorHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Creditor_GetAttentionResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Creditor_GetAttentionResult" type="tns:CreditorContactHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Creditor_GetYourReference">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="creditorHandle" type="tns:CreditorHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Creditor_GetYourReferenceResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Creditor_GetYourReferenceResult" type="tns:CreditorContactHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Creditor_SetYourReference">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="creditorHandle" type="tns:CreditorHandle" />
            <s:element minOccurs="0" maxOccurs="1" name="valueHandle" type="tns:CreditorContactHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Creditor_SetYourReferenceResponse">
        <s:complexType />
      </s:element>
      <s:element name="Creditor_SetOurReference">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="creditorHandle" type="tns:CreditorHandle" />
            <s:element minOccurs="0" maxOccurs="1" name="valueHandle" type="tns:EmployeeHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Creditor_SetOurReferenceResponse">
        <s:complexType />
      </s:element>
      <s:element name="Creditor_GetOurReference">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="creditorHandle" type="tns:CreditorHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Creditor_GetOurReferenceResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Creditor_GetOurReferenceResult" type="tns:EmployeeHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Creditor_GetDefaultPaymentType">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="creditorHandle" type="tns:CreditorHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Creditor_GetDefaultPaymentTypeResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Creditor_GetDefaultPaymentTypeResult" type="tns:BankPaymentTypeHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Creditor_GetDefaultPaymentCreditorId">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="creditorHandle" type="tns:CreditorHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Creditor_GetDefaultPaymentCreditorIdResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Creditor_GetDefaultPaymentCreditorIdResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Creditor_GetCounty">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="creditorHandle" type="tns:CreditorHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Creditor_GetCountyResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Creditor_GetCountyResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Creditor_SetCounty">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="creditorHandle" type="tns:CreditorHandle" />
            <s:element minOccurs="0" maxOccurs="1" name="value" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Creditor_SetCountyResponse">
        <s:complexType />
      </s:element>
      <s:element name="Creditor_GetAutoContraAccount">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="creditorHandle" type="tns:CreditorHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Creditor_GetAutoContraAccountResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Creditor_GetAutoContraAccountResult" type="tns:AccountHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Creditor_SetAutoContraAccount">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="creditorHandle" type="tns:CreditorHandle" />
            <s:element minOccurs="0" maxOccurs="1" name="valueHandle" type="tns:AccountHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Creditor_SetAutoContraAccountResponse">
        <s:complexType />
      </s:element>
      <s:element name="Creditor_Create">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="number" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="creditorGroupHandle" type="tns:CreditorGroupHandle" />
            <s:element minOccurs="0" maxOccurs="1" name="name" type="s:string" />
            <s:element minOccurs="1" maxOccurs="1" name="vatZone" type="tns:VatZone" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Creditor_CreateResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Creditor_CreateResult" type="tns:CreditorHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Creditor_SetRemittanceInformation">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="creditorHandle" type="tns:CreditorHandle" />
            <s:element minOccurs="0" maxOccurs="1" name="defaultPaymentTypeHandle" type="tns:BankPaymentTypeHandle" />
            <s:element minOccurs="0" maxOccurs="1" name="defaultPaymentCreditorId" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Creditor_SetRemittanceInformationResponse">
        <s:complexType />
      </s:element>
      <s:element name="Creditor_GetAll">
        <s:complexType />
      </s:element>
      <s:element name="Creditor_GetAllResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Creditor_GetAllResult" type="tns:ArrayOfCreditorHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Creditor_GetAllUpdated">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="fromDate" type="s:dateTime" />
            <s:element minOccurs="1" maxOccurs="1" name="includeCalculatedProperties" type="s:boolean" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Creditor_GetAllUpdatedResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Creditor_GetAllUpdatedResult" type="tns:ArrayOfCreditorHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Creditor_FindByNumber">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="number" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Creditor_FindByNumberResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Creditor_FindByNumberResult" type="tns:CreditorHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Creditor_FindByNumberList">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="numbers" type="tns:ArrayOfString" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Creditor_FindByNumberListResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Creditor_FindByNumberListResult" type="tns:ArrayOfCreditorHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Creditor_FindByName">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="name" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Creditor_FindByNameResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Creditor_FindByNameResult" type="tns:ArrayOfCreditorHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Creditor_GetCreditorContacts">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="creditorHandle" type="tns:CreditorHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Creditor_GetCreditorContactsResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Creditor_GetCreditorContactsResult" type="tns:ArrayOfCreditorContactHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="ArrayOfCreditorContactHandle">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="unbounded" name="CreditorContactHandle" nillable="true" type="tns:CreditorContactHandle" />
        </s:sequence>
      </s:complexType>
      <s:element name="Creditor_Delete">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="creditorHandle" type="tns:CreditorHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Creditor_DeleteResponse">
        <s:complexType />
      </s:element>
      <s:element name="Creditor_GetEntries">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="creditorHandle" type="tns:CreditorHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Creditor_GetEntriesResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Creditor_GetEntriesResult" type="tns:ArrayOfCreditorEntryHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Creditor_GetEntriesByVoucherNo">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="creditorHandle" type="tns:CreditorHandle" />
            <s:element minOccurs="1" maxOccurs="1" name="voucherNo" type="s:int" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Creditor_GetEntriesByVoucherNoResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Creditor_GetEntriesByVoucherNoResult" type="tns:ArrayOfCreditorEntryHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Creditor_GetEntriesByInvoiceNo">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="creditorHandle" type="tns:CreditorHandle" />
            <s:element minOccurs="0" maxOccurs="1" name="invoiceNo" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Creditor_GetEntriesByInvoiceNoResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Creditor_GetEntriesByInvoiceNoResult" type="tns:ArrayOfCreditorEntryHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Creditor_GetEntriesByVoucherNoAndInvoiceNo">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="creditorHandle" type="tns:CreditorHandle" />
            <s:element minOccurs="1" maxOccurs="1" name="voucherNo" type="s:int" />
            <s:element minOccurs="0" maxOccurs="1" name="invoiceNo" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Creditor_GetEntriesByVoucherNoAndInvoiceNoResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Creditor_GetEntriesByVoucherNoAndInvoiceNoResult" type="tns:ArrayOfCreditorEntryHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Creditor_GetOpenEntries">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="creditorHandle" type="tns:CreditorHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Creditor_GetOpenEntriesResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Creditor_GetOpenEntriesResult" type="tns:ArrayOfCreditorEntryHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CreditorContact_CreateFromData">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="data" type="tns:CreditorContactData" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="CreditorContactData">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="1" name="Handle" type="tns:CreditorContactHandle" />
          <s:element minOccurs="0" maxOccurs="1" name="Id" type="s:int" />
          <s:element minOccurs="0" maxOccurs="1" name="CreditorHandle" type="tns:CreditorHandle" />
          <s:element minOccurs="0" maxOccurs="1" name="Name" type="s:string" />
          <s:element minOccurs="1" maxOccurs="1" name="Number" type="s:int" />
          <s:element minOccurs="0" maxOccurs="1" name="TelephoneNumber" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="Email" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="Comments" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="ExternalId" type="s:string" />
        </s:sequence>
      </s:complexType>
      <s:element name="CreditorContact_CreateFromDataResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="CreditorContact_CreateFromDataResult" type="tns:CreditorContactHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CreditorContact_CreateFromDataArray">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="dataArray" type="tns:ArrayOfCreditorContactData" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="ArrayOfCreditorContactData">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="unbounded" name="CreditorContactData" nillable="true" type="tns:CreditorContactData" />
        </s:sequence>
      </s:complexType>
      <s:element name="CreditorContact_CreateFromDataArrayResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="CreditorContact_CreateFromDataArrayResult" type="tns:ArrayOfCreditorContactHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CreditorContact_UpdateFromDataArray">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="dataArray" type="tns:ArrayOfCreditorContactData" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CreditorContact_UpdateFromDataArrayResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="CreditorContact_UpdateFromDataArrayResult" type="tns:ArrayOfCreditorContactHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CreditorContact_UpdateFromData">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="data" type="tns:CreditorContactData" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CreditorContact_UpdateFromDataResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="CreditorContact_UpdateFromDataResult" type="tns:CreditorContactHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CreditorContact_GetData">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="entityHandle" type="tns:CreditorContactHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CreditorContact_GetDataResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="CreditorContact_GetDataResult" type="tns:CreditorContactData" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CreditorContact_GetDataArray">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="entityHandles" type="tns:ArrayOfCreditorContactHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CreditorContact_GetDataArrayResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="CreditorContact_GetDataArrayResult" type="tns:ArrayOfCreditorContactData" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CreditorContact_GetCreditor">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="creditorContactHandle" type="tns:CreditorContactHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CreditorContact_GetCreditorResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="CreditorContact_GetCreditorResult" type="tns:CreditorHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CreditorContact_GetName">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="creditorContactHandle" type="tns:CreditorContactHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CreditorContact_GetNameResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="CreditorContact_GetNameResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CreditorContact_SetName">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="creditorContactHandle" type="tns:CreditorContactHandle" />
            <s:element minOccurs="0" maxOccurs="1" name="value" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CreditorContact_SetNameResponse">
        <s:complexType />
      </s:element>
      <s:element name="CreditorContact_GetNumber">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="creditorContactHandle" type="tns:CreditorContactHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CreditorContact_GetNumberResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="CreditorContact_GetNumberResult" type="s:int" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CreditorContact_SetTelephoneNumber">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="creditorContactHandle" type="tns:CreditorContactHandle" />
            <s:element minOccurs="0" maxOccurs="1" name="value" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CreditorContact_SetTelephoneNumberResponse">
        <s:complexType />
      </s:element>
      <s:element name="CreditorContact_GetTelephoneNumber">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="creditorContactHandle" type="tns:CreditorContactHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CreditorContact_GetTelephoneNumberResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="CreditorContact_GetTelephoneNumberResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CreditorContact_SetEmail">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="creditorContactHandle" type="tns:CreditorContactHandle" />
            <s:element minOccurs="0" maxOccurs="1" name="value" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CreditorContact_SetEmailResponse">
        <s:complexType />
      </s:element>
      <s:element name="CreditorContact_GetEmail">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="creditorContactHandle" type="tns:CreditorContactHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CreditorContact_GetEmailResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="CreditorContact_GetEmailResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CreditorContact_GetComments">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="creditorContactHandle" type="tns:CreditorContactHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CreditorContact_GetCommentsResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="CreditorContact_GetCommentsResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CreditorContact_SetComments">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="creditorContactHandle" type="tns:CreditorContactHandle" />
            <s:element minOccurs="0" maxOccurs="1" name="value" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CreditorContact_SetCommentsResponse">
        <s:complexType />
      </s:element>
      <s:element name="CreditorContact_GetExternalId">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="creditorContactHandle" type="tns:CreditorContactHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CreditorContact_GetExternalIdResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="CreditorContact_GetExternalIdResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CreditorContact_SetExternalId">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="creditorContactHandle" type="tns:CreditorContactHandle" />
            <s:element minOccurs="0" maxOccurs="1" name="value" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CreditorContact_SetExternalIdResponse">
        <s:complexType />
      </s:element>
      <s:element name="CreditorContact_Create">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="creditorHandle" type="tns:CreditorHandle" />
            <s:element minOccurs="0" maxOccurs="1" name="name" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CreditorContact_CreateResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="CreditorContact_CreateResult" type="tns:CreditorContactHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CreditorContact_GetAll">
        <s:complexType />
      </s:element>
      <s:element name="CreditorContact_GetAllResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="CreditorContact_GetAllResult" type="tns:ArrayOfCreditorContactHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CreditorContact_FindByName">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="name" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CreditorContact_FindByNameResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="CreditorContact_FindByNameResult" type="tns:ArrayOfCreditorContactHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CreditorContact_Delete">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="creditorContactHandle" type="tns:CreditorContactHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CreditorContact_DeleteResponse">
        <s:complexType />
      </s:element>
      <s:element name="CreditorEntry_GetData">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="entityHandle" type="tns:CreditorEntryHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CreditorEntry_GetDataResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="CreditorEntry_GetDataResult" type="tns:CreditorEntryData" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="CreditorEntryData">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="1" name="Handle" type="tns:CreditorEntryHandle" />
          <s:element minOccurs="1" maxOccurs="1" name="SerialNumber" type="s:int" />
          <s:element minOccurs="1" maxOccurs="1" name="Type" type="tns:EntryType" />
          <s:element minOccurs="1" maxOccurs="1" name="Date" type="s:dateTime" />
          <s:element minOccurs="0" maxOccurs="1" name="CreditorHandle" type="tns:CreditorHandle" />
          <s:element minOccurs="0" maxOccurs="1" name="AccountHandle" type="tns:AccountHandle" />
          <s:element minOccurs="1" maxOccurs="1" name="VoucherNumber" type="s:int" />
          <s:element minOccurs="0" maxOccurs="1" name="Text" type="s:string" />
          <s:element minOccurs="1" maxOccurs="1" name="AmountDefaultCurrency" type="s:decimal" />
          <s:element minOccurs="0" maxOccurs="1" name="CurrencyHandle" type="tns:CurrencyHandle" />
          <s:element minOccurs="1" maxOccurs="1" name="Amount" type="s:decimal" />
          <s:element minOccurs="0" maxOccurs="1" name="InvoiceNumber" type="s:string" />
          <s:element minOccurs="1" maxOccurs="1" name="DueDate" type="s:dateTime" />
          <s:element minOccurs="1" maxOccurs="1" name="Remainder" type="s:decimal" />
          <s:element minOccurs="1" maxOccurs="1" name="RemainderDefaultCurrency" type="s:decimal" />
        </s:sequence>
      </s:complexType>
      <s:element name="CreditorEntry_GetDataArray">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="entityHandles" type="tns:ArrayOfCreditorEntryHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CreditorEntry_GetDataArrayResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="CreditorEntry_GetDataArrayResult" type="tns:ArrayOfCreditorEntryData" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="ArrayOfCreditorEntryData">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="unbounded" name="CreditorEntryData" nillable="true" type="tns:CreditorEntryData" />
        </s:sequence>
      </s:complexType>
      <s:element name="CreditorEntry_GetSerialNumber">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="creditorEntryHandle" type="tns:CreditorEntryHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CreditorEntry_GetSerialNumberResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="CreditorEntry_GetSerialNumberResult" type="s:int" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CreditorEntry_GetType">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="creditorEntryHandle" type="tns:CreditorEntryHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CreditorEntry_GetTypeResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="CreditorEntry_GetTypeResult" type="tns:EntryType" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CreditorEntry_GetDate">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="creditorEntryHandle" type="tns:CreditorEntryHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CreditorEntry_GetDateResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="CreditorEntry_GetDateResult" type="s:dateTime" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CreditorEntry_GetCreditor">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="creditorEntryHandle" type="tns:CreditorEntryHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CreditorEntry_GetCreditorResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="CreditorEntry_GetCreditorResult" type="tns:CreditorHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CashBookEntry_GetDueDate">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="cashBookEntryHandle" type="tns:CashBookEntryHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="CashBookEntryHandle">
        <s:sequence>
          <s:element minOccurs="1" maxOccurs="1" name="Id1" type="s:int" />
          <s:element minOccurs="1" maxOccurs="1" name="Id2" type="s:int" />
        </s:sequence>
      </s:complexType>
      <s:element name="CashBookEntry_GetDueDateResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="CashBookEntry_GetDueDateResult" nillable="true" type="s:dateTime" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CashBookEntry_SetDepartment">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="cashBookEntryHandle" type="tns:CashBookEntryHandle" />
            <s:element minOccurs="0" maxOccurs="1" name="valueHandle" type="tns:DepartmentHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CashBookEntry_SetDepartmentResponse">
        <s:complexType />
      </s:element>
      <s:element name="CashBookEntry_GetDepartment">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="cashBookEntryHandle" type="tns:CashBookEntryHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CashBookEntry_GetDepartmentResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="CashBookEntry_GetDepartmentResult" type="tns:DepartmentHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CashBookEntry_GetDistributionKey">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="cashBookEntryHandle" type="tns:CashBookEntryHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CashBookEntry_GetDistributionKeyResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="CashBookEntry_GetDistributionKeyResult" type="tns:DistributionKeyHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CashBookEntry_SetDistributionKey">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="cashBookEntryHandle" type="tns:CashBookEntryHandle" />
            <s:element minOccurs="0" maxOccurs="1" name="valueHandle" type="tns:DistributionKeyHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CashBookEntry_SetDistributionKeyResponse">
        <s:complexType />
      </s:element>
      <s:element name="CashBookEntry_GetProject">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="cashBookEntryHandle" type="tns:CashBookEntryHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CashBookEntry_GetProjectResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="CashBookEntry_GetProjectResult" type="tns:ProjectHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CashBookEntry_GetCostType">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="cashBookEntryHandle" type="tns:CashBookEntryHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CashBookEntry_GetCostTypeResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="CashBookEntry_GetCostTypeResult" type="tns:CostTypeHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="CostTypeHandle">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="1" name="Number" type="s:string" />
        </s:sequence>
      </s:complexType>
      <s:element name="CashBookEntry_GetBankPaymentType">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="cashBookEntryHandle" type="tns:CashBookEntryHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CashBookEntry_GetBankPaymentTypeResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="CashBookEntry_GetBankPaymentTypeResult" type="tns:BankPaymentTypeHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CashBookEntry_GetBankPaymentCreditorId">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="cashBookEntryHandle" type="tns:CashBookEntryHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CashBookEntry_GetBankPaymentCreditorIdResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="CashBookEntry_GetBankPaymentCreditorIdResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CashBookEntry_GetBankPaymentCreditorInvoiceId">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="cashBookEntryHandle" type="tns:CashBookEntryHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CashBookEntry_GetBankPaymentCreditorInvoiceIdResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="CashBookEntry_GetBankPaymentCreditorInvoiceIdResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CashBookEntry_GetCapitalise">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="cashBookEntryHandle" type="tns:CashBookEntryHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CashBookEntry_GetCapitaliseResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="CashBookEntry_GetCapitaliseResult" type="tns:AccountHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CashBookEntry_GetStartDate">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="cashBookEntryHandle" type="tns:CashBookEntryHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CashBookEntry_GetStartDateResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="CashBookEntry_GetStartDateResult" nillable="true" type="s:dateTime" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CashBookEntry_GetEndDate">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="cashBookEntryHandle" type="tns:CashBookEntryHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CashBookEntry_GetEndDateResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="CashBookEntry_GetEndDateResult" nillable="true" type="s:dateTime" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CashBookEntry_SetEmployee">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="cashBookEntryHandle" type="tns:CashBookEntryHandle" />
            <s:element minOccurs="0" maxOccurs="1" name="valueHandle" type="tns:EmployeeHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CashBookEntry_SetEmployeeResponse">
        <s:complexType />
      </s:element>
      <s:element name="CashBookEntry_GetEmployee">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="cashBookEntryHandle" type="tns:CashBookEntryHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CashBookEntry_GetEmployeeResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="CashBookEntry_GetEmployeeResult" type="tns:EmployeeHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CashBookEntry_Create">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="type" type="tns:CashBookEntryType" />
            <s:element minOccurs="0" maxOccurs="1" name="cashBookHandle" type="tns:CashBookHandle" />
            <s:element minOccurs="0" maxOccurs="1" name="debtorHandle" type="tns:DebtorHandle" />
            <s:element minOccurs="0" maxOccurs="1" name="creditorHandle" type="tns:CreditorHandle" />
            <s:element minOccurs="0" maxOccurs="1" name="accountHandle" type="tns:AccountHandle" />
            <s:element minOccurs="0" maxOccurs="1" name="contraAccountHandle" type="tns:AccountHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:simpleType name="CashBookEntryType">
        <s:restriction base="s:string">
          <s:enumeration value="DebtorPayment" />
          <s:enumeration value="CreditorInvoice" />
          <s:enumeration value="CreditorPayment" />
          <s:enumeration value="FinanceVoucher" />
          <s:enumeration value="ManualDebtorInvoice" />
        </s:restriction>
      </s:simpleType>
      <s:complexType name="CashBookHandle">
        <s:sequence>
          <s:element minOccurs="1" maxOccurs="1" name="Number" type="s:int" />
        </s:sequence>
      </s:complexType>
      <s:element name="CashBookEntry_CreateResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="CashBookEntry_CreateResult" type="tns:CashBookEntryHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CashBookEntry_CreateDebtorPayment">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="cashBookHandle" type="tns:CashBookHandle" />
            <s:element minOccurs="0" maxOccurs="1" name="debtorHandle" type="tns:DebtorHandle" />
            <s:element minOccurs="0" maxOccurs="1" name="contraAccountHandle" type="tns:AccountHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CashBookEntry_CreateDebtorPaymentResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="CashBookEntry_CreateDebtorPaymentResult" type="tns:CashBookEntryHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CashBookEntry_CreateManualDebtorInvoice">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="cashBookHandle" type="tns:CashBookHandle" />
            <s:element minOccurs="0" maxOccurs="1" name="debtorHandle" type="tns:DebtorHandle" />
            <s:element minOccurs="0" maxOccurs="1" name="contraAccountHandle" type="tns:AccountHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CashBookEntry_CreateManualDebtorInvoiceResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="CashBookEntry_CreateManualDebtorInvoiceResult" type="tns:CashBookEntryHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CashBookEntry_CreateCreditorPayment">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="cashBookHandle" type="tns:CashBookHandle" />
            <s:element minOccurs="0" maxOccurs="1" name="creditorHandle" type="tns:CreditorHandle" />
            <s:element minOccurs="0" maxOccurs="1" name="contraAccountHandle" type="tns:AccountHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CashBookEntry_CreateCreditorPaymentResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="CashBookEntry_CreateCreditorPaymentResult" type="tns:CashBookEntryHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CashBookEntry_CreateCreditorInvoice">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="cashBookHandle" type="tns:CashBookHandle" />
            <s:element minOccurs="0" maxOccurs="1" name="creditorHandle" type="tns:CreditorHandle" />
            <s:element minOccurs="0" maxOccurs="1" name="contraAccountHandle" type="tns:AccountHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CashBookEntry_CreateCreditorInvoiceResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="CashBookEntry_CreateCreditorInvoiceResult" type="tns:CashBookEntryHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CashBookEntry_CreateFinanceVoucher">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="cashBookHandle" type="tns:CashBookHandle" />
            <s:element minOccurs="0" maxOccurs="1" name="accountHandle" type="tns:AccountHandle" />
            <s:element minOccurs="0" maxOccurs="1" name="contraAccountHandle" type="tns:AccountHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CashBookEntry_CreateFinanceVoucherResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="CashBookEntry_CreateFinanceVoucherResult" type="tns:CashBookEntryHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CashBookEntry_Delete">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="cashBookEntryHandle" type="tns:CashBookEntryHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CashBookEntry_DeleteResponse">
        <s:complexType />
      </s:element>
      <s:element name="CashBookEntry_SetProjectAndCostType">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="cashBookEntryHandle" type="tns:CashBookEntryHandle" />
            <s:element minOccurs="0" maxOccurs="1" name="projectHandle" type="tns:ProjectHandle" />
            <s:element minOccurs="0" maxOccurs="1" name="costTypeHandle" type="tns:CostTypeHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CashBookEntry_SetProjectAndCostTypeResponse">
        <s:complexType />
      </s:element>
      <s:element name="CashBookEntry_SetRemittanceInformation">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="cashBookEntryHandle" type="tns:CashBookEntryHandle" />
            <s:element minOccurs="0" maxOccurs="1" name="bankPaymentTypeHandle" type="tns:BankPaymentTypeHandle" />
            <s:element minOccurs="0" maxOccurs="1" name="bankPaymentCreditorId" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="bankPaymentCreditorInvoiceId" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CashBookEntry_SetRemittanceInformationResponse">
        <s:complexType />
      </s:element>
      <s:element name="CashBookEntry_SetAccrualInformation">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="cashBookEntryHandle" type="tns:CashBookEntryHandle" />
            <s:element minOccurs="0" maxOccurs="1" name="capitaliseAccountHandle" type="tns:AccountHandle" />
            <s:element minOccurs="1" maxOccurs="1" name="capitaliseStartDate" nillable="true" type="s:dateTime" />
            <s:element minOccurs="1" maxOccurs="1" name="capitaliseEndDate" nillable="true" type="s:dateTime" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CashBookEntry_SetAccrualInformationResponse">
        <s:complexType />
      </s:element>
      <s:element name="Company_UpdateFromDataArray">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="dataArray" type="tns:ArrayOfCompanyData" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="ArrayOfCompanyData">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="unbounded" name="CompanyData" nillable="true" type="tns:CompanyData" />
        </s:sequence>
      </s:complexType>
      <s:complexType name="CompanyData">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="1" name="Handle" type="tns:CompanyHandle" />
          <s:element minOccurs="0" maxOccurs="1" name="Number" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="BaseCurrencyHandle" type="tns:CurrencyHandle" />
          <s:element minOccurs="0" maxOccurs="1" name="Name" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="Address1" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="Address2" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="PostalCode" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="City" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="County" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="Country" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="TelephoneNumber" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="FaxNumber" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="MobileNumber" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="Contact" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="WebSite" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="Email" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="CINumber" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="VatNumber" type="s:string" />
          <s:element minOccurs="1" maxOccurs="1" name="SignUpDate" type="s:dateTime" />
        </s:sequence>
      </s:complexType>
      <s:complexType name="CompanyHandle">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="1" name="Number" type="s:string" />
        </s:sequence>
      </s:complexType>
      <s:element name="Company_UpdateFromDataArrayResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Company_UpdateFromDataArrayResult" type="tns:ArrayOfCompanyHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="ArrayOfCompanyHandle">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="unbounded" name="CompanyHandle" nillable="true" type="tns:CompanyHandle" />
        </s:sequence>
      </s:complexType>
      <s:element name="Company_UpdateFromData">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="data" type="tns:CompanyData" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Company_UpdateFromDataResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Company_UpdateFromDataResult" type="tns:CompanyHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Company_GetData">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="entityHandle" type="tns:CompanyHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Company_GetDataResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Company_GetDataResult" type="tns:CompanyData" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Company_GetDataArray">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="entityHandles" type="tns:ArrayOfCompanyHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Company_GetDataArrayResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Company_GetDataArrayResult" type="tns:ArrayOfCompanyData" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Company_Get">
        <s:complexType />
      </s:element>
      <s:element name="Company_GetResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Company_GetResult" type="tns:CompanyHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Company_GetNumber">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="companyHandle" type="tns:CompanyHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Company_GetNumberResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Company_GetNumberResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Company_GetBaseCurrency">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="companyHandle" type="tns:CompanyHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Company_GetBaseCurrencyResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Company_GetBaseCurrencyResult" type="tns:CurrencyHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Company_GetName">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="companyHandle" type="tns:CompanyHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Company_GetNameResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Company_GetNameResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Company_SetName">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="companyHandle" type="tns:CompanyHandle" />
            <s:element minOccurs="0" maxOccurs="1" name="value" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Company_SetNameResponse">
        <s:complexType />
      </s:element>
      <s:element name="Company_GetAddress1">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="companyHandle" type="tns:CompanyHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Company_GetAddress1Response">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Company_GetAddress1Result" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Company_SetAddress1">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="companyHandle" type="tns:CompanyHandle" />
            <s:element minOccurs="0" maxOccurs="1" name="value" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Company_SetAddress1Response">
        <s:complexType />
      </s:element>
      <s:element name="Company_GetAddress2">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="companyHandle" type="tns:CompanyHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Company_GetAddress2Response">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Company_GetAddress2Result" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Company_SetAddress2">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="companyHandle" type="tns:CompanyHandle" />
            <s:element minOccurs="0" maxOccurs="1" name="value" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Company_SetAddress2Response">
        <s:complexType />
      </s:element>
      <s:element name="Company_GetPostalCode">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="companyHandle" type="tns:CompanyHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Company_GetPostalCodeResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Company_GetPostalCodeResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Company_SetPostalCode">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="companyHandle" type="tns:CompanyHandle" />
            <s:element minOccurs="0" maxOccurs="1" name="value" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Company_SetPostalCodeResponse">
        <s:complexType />
      </s:element>
      <s:element name="Company_GetCity">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="companyHandle" type="tns:CompanyHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Company_GetCityResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Company_GetCityResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Company_SetCity">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="companyHandle" type="tns:CompanyHandle" />
            <s:element minOccurs="0" maxOccurs="1" name="value" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Company_SetCityResponse">
        <s:complexType />
      </s:element>
      <s:element name="Company_GetCounty">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="companyHandle" type="tns:CompanyHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Company_GetCountyResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Company_GetCountyResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Company_GetCountry">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="companyHandle" type="tns:CompanyHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Company_GetCountryResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Company_GetCountryResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Company_GetCustomFields">
        <s:complexType />
      </s:element>
      <s:element name="Company_GetCustomFieldsResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Company_GetCustomFieldsResult" type="tns:ArrayOfCustomField" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="ArrayOfCustomField">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="unbounded" name="CustomField" nillable="true" type="tns:CustomField" />
        </s:sequence>
      </s:complexType>
      <s:complexType name="CustomField">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="1" name="DataKey" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="DataValue" type="s:string" />
        </s:sequence>
      </s:complexType>
      <s:element name="Company_SetCustomFields">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="customFields" type="tns:ArrayOfCustomField" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Company_SetCustomFieldsResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Company_SetCustomFieldsResult" type="tns:ArrayOfCustomField" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Company_DeleteCustomField">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="dataKey" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Company_DeleteCustomFieldResponse">
        <s:complexType />
      </s:element>
      <s:element name="Company_SetCountry">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="companyHandle" type="tns:CompanyHandle" />
            <s:element minOccurs="0" maxOccurs="1" name="value" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Company_SetCountryResponse">
        <s:complexType />
      </s:element>
      <s:element name="Company_GetTelephoneNumber">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="companyHandle" type="tns:CompanyHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Company_GetTelephoneNumberResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Company_GetTelephoneNumberResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Company_SetTelephoneNumber">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="companyHandle" type="tns:CompanyHandle" />
            <s:element minOccurs="0" maxOccurs="1" name="value" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Company_SetTelephoneNumberResponse">
        <s:complexType />
      </s:element>
      <s:element name="Company_GetFaxNumber">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="companyHandle" type="tns:CompanyHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Company_GetFaxNumberResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Company_GetFaxNumberResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Company_GetMobileNumber">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="companyHandle" type="tns:CompanyHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Company_GetMobileNumberResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Company_GetMobileNumberResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Company_GetContact">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="companyHandle" type="tns:CompanyHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Company_GetContactResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Company_GetContactResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Company_GetWebSite">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="companyHandle" type="tns:CompanyHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Company_GetWebSiteResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Company_GetWebSiteResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Company_SetWebSite">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="companyHandle" type="tns:CompanyHandle" />
            <s:element minOccurs="0" maxOccurs="1" name="value" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Company_SetWebSiteResponse">
        <s:complexType />
      </s:element>
      <s:element name="Company_GetEmail">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="companyHandle" type="tns:CompanyHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Company_GetEmailResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Company_GetEmailResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Company_SetEmail">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="companyHandle" type="tns:CompanyHandle" />
            <s:element minOccurs="0" maxOccurs="1" name="value" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Company_SetEmailResponse">
        <s:complexType />
      </s:element>
      <s:element name="Company_GetCINumber">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="companyHandle" type="tns:CompanyHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Company_GetCINumberResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Company_GetCINumberResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Company_SetCINumber">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="companyHandle" type="tns:CompanyHandle" />
            <s:element minOccurs="0" maxOccurs="1" name="value" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Company_SetCINumberResponse">
        <s:complexType />
      </s:element>
      <s:element name="Company_GetVatNumber">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="companyHandle" type="tns:CompanyHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Company_GetVatNumberResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Company_GetVatNumberResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Company_GetAffiliation">
        <s:complexType />
      </s:element>
      <s:element name="Company_GetAffiliationResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Company_GetAffiliationResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Company_SetVatNumber">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="companyHandle" type="tns:CompanyHandle" />
            <s:element minOccurs="0" maxOccurs="1" name="value" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Company_SetVatNumberResponse">
        <s:complexType />
      </s:element>
      <s:element name="Company_GetSignUpDate">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="companyHandle" type="tns:CompanyHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Company_GetSignUpDateResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="Company_GetSignUpDateResult" type="s:dateTime" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CostType_GetData">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="entityHandle" type="tns:CostTypeHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CostType_GetDataResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="CostType_GetDataResult" type="tns:CostTypeData" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="CostTypeData">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="1" name="Handle" type="tns:CostTypeHandle" />
          <s:element minOccurs="0" maxOccurs="1" name="Number" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="Name" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="CostTypeGroupHandle" type="tns:CostTypeGroupHandle" />
          <s:element minOccurs="0" maxOccurs="1" name="VatAccountHandle" type="tns:VatAccountHandle" />
        </s:sequence>
      </s:complexType>
      <s:complexType name="CostTypeGroupHandle">
        <s:sequence>
          <s:element minOccurs="1" maxOccurs="1" name="Number" type="s:int" />
        </s:sequence>
      </s:complexType>
      <s:element name="CostType_GetDataArray">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="entityHandles" type="tns:ArrayOfCostTypeHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="ArrayOfCostTypeHandle">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="unbounded" name="CostTypeHandle" nillable="true" type="tns:CostTypeHandle" />
        </s:sequence>
      </s:complexType>
      <s:element name="CostType_GetDataArrayResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="CostType_GetDataArrayResult" type="tns:ArrayOfCostTypeData" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="ArrayOfCostTypeData">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="unbounded" name="CostTypeData" nillable="true" type="tns:CostTypeData" />
        </s:sequence>
      </s:complexType>
      <s:element name="CostType_GetNumber">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="costTypeHandle" type="tns:CostTypeHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CostType_GetNumberResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="CostType_GetNumberResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CostType_GetName">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="costTypeHandle" type="tns:CostTypeHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CostType_GetNameResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="CostType_GetNameResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CostType_GetCostTypeGroup">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="costTypeHandle" type="tns:CostTypeHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CostType_GetCostTypeGroupResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="CostType_GetCostTypeGroupResult" type="tns:CostTypeGroupHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CostType_GetVatAccount">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="costTypeHandle" type="tns:CostTypeHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CostType_GetVatAccountResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="CostType_GetVatAccountResult" type="tns:VatAccountHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CostType_GetAll">
        <s:complexType />
      </s:element>
      <s:element name="CostType_GetAllResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="CostType_GetAllResult" type="tns:ArrayOfCostTypeHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CostType_FindByNumber">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="number" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CostType_FindByNumberResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="CostType_FindByNumberResult" type="tns:CostTypeHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CostType_FindByNumberList">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="numbers" type="tns:ArrayOfString" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CostType_FindByNumberListResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="CostType_FindByNumberListResult" type="tns:ArrayOfCostTypeHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CostType_FindByName">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="name" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CostType_FindByNameResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="CostType_FindByNameResult" type="tns:ArrayOfCostTypeHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CostType_GetAllUpdated">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="fromDate" type="s:dateTime" />
            <s:element minOccurs="1" maxOccurs="1" name="includeCalculatedProperties" type="s:boolean" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CostType_GetAllUpdatedResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="CostType_GetAllUpdatedResult" type="tns:ArrayOfCostTypeHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CostTypeGroup_GetData">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="entityHandle" type="tns:CostTypeGroupHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CostTypeGroup_GetDataResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="CostTypeGroup_GetDataResult" type="tns:CostTypeGroupData" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="CostTypeGroupData">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="1" name="Handle" type="tns:CostTypeGroupHandle" />
          <s:element minOccurs="1" maxOccurs="1" name="Number" type="s:int" />
          <s:element minOccurs="0" maxOccurs="1" name="Name" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="AccountOngoingHandle" type="tns:AccountHandle" />
          <s:element minOccurs="0" maxOccurs="1" name="AccountClosedHandle" type="tns:AccountHandle" />
        </s:sequence>
      </s:complexType>
      <s:element name="CostTypeGroup_GetDataArray">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="entityHandles" type="tns:ArrayOfCostTypeGroupHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="ArrayOfCostTypeGroupHandle">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="unbounded" name="CostTypeGroupHandle" nillable="true" type="tns:CostTypeGroupHandle" />
        </s:sequence>
      </s:complexType>
      <s:element name="CostTypeGroup_GetDataArrayResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="CostTypeGroup_GetDataArrayResult" type="tns:ArrayOfCostTypeGroupData" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="ArrayOfCostTypeGroupData">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="unbounded" name="CostTypeGroupData" nillable="true" type="tns:CostTypeGroupData" />
        </s:sequence>
      </s:complexType>
      <s:element name="CostTypeGroup_GetNumber">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="costTypeGroupHandle" type="tns:CostTypeGroupHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CostTypeGroup_GetNumberResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="CostTypeGroup_GetNumberResult" type="s:int" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CostTypeGroup_GetName">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="costTypeGroupHandle" type="tns:CostTypeGroupHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CostTypeGroup_GetNameResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="CostTypeGroup_GetNameResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CostTypeGroup_GetAccountOngoing">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="costTypeGroupHandle" type="tns:CostTypeGroupHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CostTypeGroup_GetAccountOngoingResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="CostTypeGroup_GetAccountOngoingResult" type="tns:AccountHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CostTypeGroup_GetAccountClosed">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="costTypeGroupHandle" type="tns:CostTypeGroupHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CostTypeGroup_GetAccountClosedResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="CostTypeGroup_GetAccountClosedResult" type="tns:AccountHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CostTypeGroup_GetAll">
        <s:complexType />
      </s:element>
      <s:element name="CostTypeGroup_GetAllResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="CostTypeGroup_GetAllResult" type="tns:ArrayOfCostTypeGroupHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CostTypeGroup_FindByNumber">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="number" type="s:int" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CostTypeGroup_FindByNumberResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="CostTypeGroup_FindByNumberResult" type="tns:CostTypeGroupHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CostTypeGroup_FindByName">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="name" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CostTypeGroup_FindByNameResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="CostTypeGroup_FindByNameResult" type="tns:ArrayOfCostTypeGroupHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Creditor_CreateFromData">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="data" type="tns:CreditorData" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Creditor_CreateFromDataResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Creditor_CreateFromDataResult" type="tns:CreditorHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Creditor_CreateFromDataArray">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="dataArray" type="tns:ArrayOfCreditorData" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Creditor_CreateFromDataArrayResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Creditor_CreateFromDataArrayResult" type="tns:ArrayOfCreditorHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="BudgetFigure_UpdateFromDataArray">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="dataArray" type="tns:ArrayOfBudgetFigureData" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="ArrayOfBudgetFigureData">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="unbounded" name="BudgetFigureData" nillable="true" type="tns:BudgetFigureData" />
        </s:sequence>
      </s:complexType>
      <s:complexType name="BudgetFigureData">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="1" name="Handle" type="tns:BudgetFigureHandle" />
          <s:element minOccurs="1" maxOccurs="1" name="Id" type="s:int" />
          <s:element minOccurs="0" maxOccurs="1" name="AccountHandle" type="tns:AccountHandle" />
          <s:element minOccurs="0" maxOccurs="1" name="Text" type="s:string" />
          <s:element minOccurs="1" maxOccurs="1" name="FromDate" type="s:dateTime" />
          <s:element minOccurs="1" maxOccurs="1" name="ToDate" type="s:dateTime" />
          <s:element minOccurs="1" maxOccurs="1" name="AmountDefaultCurrency" type="s:decimal" />
          <s:element minOccurs="0" maxOccurs="1" name="Quantity1" nillable="true" type="s:decimal" />
          <s:element minOccurs="0" maxOccurs="1" name="Quantity2" nillable="true" type="s:decimal" />
          <s:element minOccurs="0" maxOccurs="1" name="UnitHandle1" type="tns:UnitHandle" />
          <s:element minOccurs="0" maxOccurs="1" name="UnitHandle2" type="tns:UnitHandle" />
          <s:element minOccurs="0" maxOccurs="1" name="DepartmentHandle" type="tns:DepartmentHandle" />
          <s:element minOccurs="0" maxOccurs="1" name="DistributionKeyHandle" type="tns:DistributionKeyHandle" />
        </s:sequence>
      </s:complexType>
      <s:complexType name="BudgetFigureHandle">
        <s:sequence>
          <s:element minOccurs="1" maxOccurs="1" name="Id" type="s:int" />
        </s:sequence>
      </s:complexType>
      <s:element name="BudgetFigure_UpdateFromDataArrayResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="BudgetFigure_UpdateFromDataArrayResult" type="tns:ArrayOfBudgetFigureHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="ArrayOfBudgetFigureHandle">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="unbounded" name="BudgetFigureHandle" nillable="true" type="tns:BudgetFigureHandle" />
        </s:sequence>
      </s:complexType>
      <s:element name="BudgetFigure_UpdateFromData">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="data" type="tns:BudgetFigureData" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="BudgetFigure_UpdateFromDataResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="BudgetFigure_UpdateFromDataResult" type="tns:BudgetFigureHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="BudgetFigure_GetData">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="entityHandle" type="tns:BudgetFigureHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="BudgetFigure_GetDataResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="BudgetFigure_GetDataResult" type="tns:BudgetFigureData" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="BudgetFigure_GetDataArray">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="entityHandles" type="tns:ArrayOfBudgetFigureHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="BudgetFigure_GetDataArrayResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="BudgetFigure_GetDataArrayResult" type="tns:ArrayOfBudgetFigureData" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="BudgetFigure_SetAccount">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="budgetFigureHandle" type="tns:BudgetFigureHandle" />
            <s:element minOccurs="0" maxOccurs="1" name="valueHandle" type="tns:AccountHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="BudgetFigure_SetAccountResponse">
        <s:complexType />
      </s:element>
      <s:element name="BudgetFigure_GetAccount">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="budgetFigureHandle" type="tns:BudgetFigureHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="BudgetFigure_GetAccountResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="BudgetFigure_GetAccountResult" type="tns:AccountHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="BudgetFigure_SetText">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="budgetFigureHandle" type="tns:BudgetFigureHandle" />
            <s:element minOccurs="0" maxOccurs="1" name="value" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="BudgetFigure_SetTextResponse">
        <s:complexType />
      </s:element>
      <s:element name="BudgetFigure_GetText">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="budgetFigureHandle" type="tns:BudgetFigureHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="BudgetFigure_GetTextResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="BudgetFigure_GetTextResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="BudgetFigure_GetFromDate">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="budgetFigureHandle" type="tns:BudgetFigureHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="BudgetFigure_GetFromDateResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="BudgetFigure_GetFromDateResult" type="s:dateTime" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="BudgetFigure_SetFromDate">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="budgetFigureHandle" type="tns:BudgetFigureHandle" />
            <s:element minOccurs="1" maxOccurs="1" name="value" type="s:dateTime" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="BudgetFigure_SetFromDateResponse">
        <s:complexType />
      </s:element>
      <s:element name="BudgetFigure_SetToDate">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="budgetFigureHandle" type="tns:BudgetFigureHandle" />
            <s:element minOccurs="1" maxOccurs="1" name="value" type="s:dateTime" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="BudgetFigure_SetToDateResponse">
        <s:complexType />
      </s:element>
      <s:element name="BudgetFigure_GetToDate">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="budgetFigureHandle" type="tns:BudgetFigureHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="BudgetFigure_GetToDateResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="BudgetFigure_GetToDateResult" type="s:dateTime" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="BudgetFigure_GetAmountDefaultCurrency">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="budgetFigureHandle" type="tns:BudgetFigureHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="BudgetFigure_GetAmountDefaultCurrencyResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="BudgetFigure_GetAmountDefaultCurrencyResult" type="s:decimal" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="BudgetFigure_GetUnit1">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="budgetFigureHandle" type="tns:BudgetFigureHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="BudgetFigure_GetUnit1Response">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="BudgetFigure_GetUnit1Result" type="tns:UnitHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="BudgetFigure_GetUnit2">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="budgetFigureHandle" type="tns:BudgetFigureHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="BudgetFigure_GetUnit2Response">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="BudgetFigure_GetUnit2Result" type="tns:UnitHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="BudgetFigure_GetQuantity1">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="budgetFigureHandle" type="tns:BudgetFigureHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="BudgetFigure_GetQuantity1Response">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="BudgetFigure_GetQuantity1Result" nillable="true" type="s:decimal" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="BudgetFigure_GetQuantity2">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="budgetFigureHandle" type="tns:BudgetFigureHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="BudgetFigure_GetQuantity2Response">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="BudgetFigure_GetQuantity2Result" nillable="true" type="s:decimal" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="BudgetFigure_SetAmountDefaultCurrency">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="budgetFigureHandle" type="tns:BudgetFigureHandle" />
            <s:element minOccurs="1" maxOccurs="1" name="value" type="s:decimal" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="BudgetFigure_SetAmountDefaultCurrencyResponse">
        <s:complexType />
      </s:element>
      <s:element name="BudgetFigure_SetDepartment">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="budgetFigureHandle" type="tns:BudgetFigureHandle" />
            <s:element minOccurs="0" maxOccurs="1" name="valueHandle" type="tns:DepartmentHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="BudgetFigure_SetDepartmentResponse">
        <s:complexType />
      </s:element>
      <s:element name="BudgetFigure_GetDepartment">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="budgetFigureHandle" type="tns:BudgetFigureHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="BudgetFigure_GetDepartmentResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="BudgetFigure_GetDepartmentResult" type="tns:DepartmentHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="BudgetFigure_SetDistributionKey">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="budgetFigureHandle" type="tns:BudgetFigureHandle" />
            <s:element minOccurs="0" maxOccurs="1" name="valueHandle" type="tns:DistributionKeyHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="BudgetFigure_SetDistributionKeyResponse">
        <s:complexType />
      </s:element>
      <s:element name="BudgetFigure_GetDistributionKey">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="budgetFigureHandle" type="tns:BudgetFigureHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="BudgetFigure_GetDistributionKeyResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="BudgetFigure_GetDistributionKeyResult" type="tns:DistributionKeyHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="BudgetFigure_Create">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="accountHandle" type="tns:AccountHandle" />
            <s:element minOccurs="0" maxOccurs="1" name="text" type="s:string" />
            <s:element minOccurs="1" maxOccurs="1" name="fromDate" type="s:dateTime" />
            <s:element minOccurs="1" maxOccurs="1" name="toDate" type="s:dateTime" />
            <s:element minOccurs="1" maxOccurs="1" name="amountDefaultCurrency" type="s:decimal" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="BudgetFigure_CreateResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="BudgetFigure_CreateResult" type="tns:BudgetFigureHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="BudgetFigure_Delete">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="budgetFigureHandle" type="tns:BudgetFigureHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="BudgetFigure_DeleteResponse">
        <s:complexType />
      </s:element>
      <s:element name="BudgetFigure_GetAll">
        <s:complexType />
      </s:element>
      <s:element name="BudgetFigure_GetAllResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="BudgetFigure_GetAllResult" type="tns:ArrayOfBudgetFigureHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="BudgetFigure_FindByDate">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="fromDate" type="s:dateTime" />
            <s:element minOccurs="1" maxOccurs="1" name="toDate" type="s:dateTime" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="BudgetFigure_FindByDateResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="BudgetFigure_FindByDateResult" type="tns:ArrayOfBudgetFigureHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CashBook_UpdateFromDataArray">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="dataArray" type="tns:ArrayOfCashBookData" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="ArrayOfCashBookData">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="unbounded" name="CashBookData" nillable="true" type="tns:CashBookData" />
        </s:sequence>
      </s:complexType>
      <s:complexType name="CashBookData">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="1" name="Handle" type="tns:CashBookHandle" />
          <s:element minOccurs="1" maxOccurs="1" name="Number" type="s:int" />
          <s:element minOccurs="0" maxOccurs="1" name="Name" type="s:string" />
        </s:sequence>
      </s:complexType>
      <s:element name="CashBook_UpdateFromDataArrayResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="CashBook_UpdateFromDataArrayResult" type="tns:ArrayOfCashBookHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="ArrayOfCashBookHandle">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="unbounded" name="CashBookHandle" nillable="true" type="tns:CashBookHandle" />
        </s:sequence>
      </s:complexType>
      <s:element name="CashBook_UpdateFromData">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="data" type="tns:CashBookData" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CashBook_UpdateFromDataResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="CashBook_UpdateFromDataResult" type="tns:CashBookHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CashBook_GetData">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="entityHandle" type="tns:CashBookHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CashBook_GetDataResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="CashBook_GetDataResult" type="tns:CashBookData" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CashBook_GetDataArray">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="entityHandles" type="tns:ArrayOfCashBookHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CashBook_GetDataArrayResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="CashBook_GetDataArrayResult" type="tns:ArrayOfCashBookData" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CashBook_GetAll">
        <s:complexType />
      </s:element>
      <s:element name="CashBook_GetAllResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="CashBook_GetAllResult" type="tns:ArrayOfCashBookHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CashBook_FindByNumber">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="number" type="s:int" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CashBook_FindByNumberResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="CashBook_FindByNumberResult" type="tns:CashBookHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CashBook_FindByNumberList">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="numbers" type="tns:ArrayOfInt" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CashBook_FindByNumberListResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="CashBook_FindByNumberListResult" type="tns:ArrayOfCashBookHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CashBook_FindByName">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="name" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CashBook_FindByNameResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="CashBook_FindByNameResult" type="tns:CashBookHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CashBook_FindByNameList">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="names" type="tns:ArrayOfString" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CashBook_FindByNameListResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="CashBook_FindByNameListResult" type="tns:ArrayOfCashBookHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CashBook_RegisterPdfVoucher">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="data" type="s:base64Binary" />
            <s:element minOccurs="1" maxOccurs="1" name="voucherNumber" type="s:int" />
            <s:element minOccurs="1" maxOccurs="1" name="entryDate" type="s:dateTime" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CashBook_RegisterPdfVoucherResponse">
        <s:complexType />
      </s:element>
      <s:element name="CashBook_GetNextVoucherNumber">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="cashBookHandle" type="tns:CashBookHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CashBook_GetNextVoucherNumberResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="CashBook_GetNextVoucherNumberResult" type="s:int" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CashBook_GetEntries">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="cashBookHandle" type="tns:CashBookHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CashBook_GetEntriesResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="CashBook_GetEntriesResult" type="tns:ArrayOfCashBookEntryHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="ArrayOfCashBookEntryHandle">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="unbounded" name="CashBookEntryHandle" nillable="true" type="tns:CashBookEntryHandle" />
        </s:sequence>
      </s:complexType>
      <s:element name="CashBook_DeleteAllEntries">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="cashBookHandle" type="tns:CashBookHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CashBook_DeleteAllEntriesResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="CashBook_DeleteAllEntriesResult" type="tns:CashBookHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CashBook_Book">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="cashBookHandle" type="tns:CashBookHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CashBook_BookResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="CashBook_BookResult" type="tns:CashBookHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CashBook_BookWithDate">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="cashBookHandle" type="tns:CashBookHandle" />
            <s:element minOccurs="1" maxOccurs="1" name="fromDate" type="s:dateTime" />
            <s:element minOccurs="1" maxOccurs="1" name="toDate" type="s:dateTime" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CashBook_BookWithDateResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="CashBook_BookWithDateResult" type="tns:CashBookHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CashBook_BookWithDateClosedPeriod">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="cashBookHandle" type="tns:CashBookHandle" />
            <s:element minOccurs="1" maxOccurs="1" name="fromDate" type="s:dateTime" />
            <s:element minOccurs="1" maxOccurs="1" name="toDate" type="s:dateTime" />
            <s:element minOccurs="1" maxOccurs="1" name="accrualDate" type="s:dateTime" />
            <s:element minOccurs="0" maxOccurs="1" name="accrualText" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CashBook_BookWithDateClosedPeriodResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="CashBook_BookWithDateClosedPeriodResult" type="tns:CashBookHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CashBook_GetNumber">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="cashBookHandle" type="tns:CashBookHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CashBook_GetNumberResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="CashBook_GetNumberResult" type="s:int" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CashBook_GetName">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="cashBookHandle" type="tns:CashBookHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CashBook_GetNameResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="CashBook_GetNameResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CashBook_SetName">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="cashBookHandle" type="tns:CashBookHandle" />
            <s:element minOccurs="0" maxOccurs="1" name="value" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CashBook_SetNameResponse">
        <s:complexType />
      </s:element>
      <s:element name="CashBookEntry_CreateFromData">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="data" type="tns:CashBookEntryData" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="CashBookEntryData">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="1" name="Handle" type="tns:CashBookEntryHandle" />
          <s:element minOccurs="0" maxOccurs="1" name="Id1" type="s:int" />
          <s:element minOccurs="0" maxOccurs="1" name="Id2" type="s:int" />
          <s:element minOccurs="1" maxOccurs="1" name="Type" type="tns:CashBookEntryType" />
          <s:element minOccurs="0" maxOccurs="1" name="CashBookHandle" type="tns:CashBookHandle" />
          <s:element minOccurs="0" maxOccurs="1" name="DebtorHandle" type="tns:DebtorHandle" />
          <s:element minOccurs="0" maxOccurs="1" name="CreditorHandle" type="tns:CreditorHandle" />
          <s:element minOccurs="0" maxOccurs="1" name="AccountHandle" type="tns:AccountHandle" />
          <s:element minOccurs="0" maxOccurs="1" name="ContraAccountHandle" type="tns:AccountHandle" />
          <s:element minOccurs="1" maxOccurs="1" name="Date" type="s:dateTime" />
          <s:element minOccurs="1" maxOccurs="1" name="VoucherNumber" type="s:int" />
          <s:element minOccurs="0" maxOccurs="1" name="Text" type="s:string" />
          <s:element minOccurs="1" maxOccurs="1" name="AmountDefaultCurrency" type="s:decimal" />
          <s:element minOccurs="0" maxOccurs="1" name="CurrencyHandle" type="tns:CurrencyHandle" />
          <s:element minOccurs="1" maxOccurs="1" name="Amount" type="s:decimal" />
          <s:element minOccurs="0" maxOccurs="1" name="VatAccountHandle" type="tns:VatAccountHandle" />
          <s:element minOccurs="0" maxOccurs="1" name="ContraVatAccountHandle" type="tns:VatAccountHandle" />
          <s:element minOccurs="0" maxOccurs="1" name="DebtorInvoiceNumber" nillable="true" type="s:int" />
          <s:element minOccurs="0" maxOccurs="1" name="CreditorInvoiceNumber" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="DueDate" nillable="true" type="s:dateTime" />
          <s:element minOccurs="0" maxOccurs="1" name="DepartmentHandle" type="tns:DepartmentHandle" />
          <s:element minOccurs="0" maxOccurs="1" name="DistributionKeyHandle" type="tns:DistributionKeyHandle" />
          <s:element minOccurs="0" maxOccurs="1" name="ProjectHandle" type="tns:ProjectHandle" />
          <s:element minOccurs="0" maxOccurs="1" name="CostTypeHandle" type="tns:CostTypeHandle" />
          <s:element minOccurs="0" maxOccurs="1" name="BankPaymentTypeHandle" type="tns:BankPaymentTypeHandle" />
          <s:element minOccurs="0" maxOccurs="1" name="BankPaymentCreditorId" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="BankPaymentCreditorInvoiceId" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="CapitaliseHandle" type="tns:AccountHandle" />
          <s:element minOccurs="0" maxOccurs="1" name="StartDate" nillable="true" type="s:dateTime" />
          <s:element minOccurs="0" maxOccurs="1" name="EndDate" nillable="true" type="s:dateTime" />
          <s:element minOccurs="0" maxOccurs="1" name="EmployeeHandle" type="tns:EmployeeHandle" />
        </s:sequence>
      </s:complexType>
      <s:element name="CashBookEntry_CreateFromDataResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="CashBookEntry_CreateFromDataResult" type="tns:CashBookEntryHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Entry_CopyVoucher">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="entryHandle" type="tns:EntryHandle" />
            <s:element minOccurs="1" maxOccurs="1" name="newVoucherNumber" nillable="true" type="s:int" />
            <s:element minOccurs="1" maxOccurs="1" name="newVoucherDate" nillable="true" type="s:dateTime" />
            <s:element minOccurs="0" maxOccurs="1" name="newText" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="newCashBook" type="tns:CashBookHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Entry_CopyVoucherResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Entry_CopyVoucherResult" type="tns:ArrayOfCashBookEntryHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Entry_ReverseVoucher">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="entryHandle" type="tns:EntryHandle" />
            <s:element minOccurs="1" maxOccurs="1" name="newVoucherNumber" nillable="true" type="s:int" />
            <s:element minOccurs="1" maxOccurs="1" name="newVoucherDate" nillable="true" type="s:dateTime" />
            <s:element minOccurs="0" maxOccurs="1" name="newText" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="newCashBook" type="tns:CashBookHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Entry_ReverseVoucherResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Entry_ReverseVoucherResult" type="tns:ArrayOfCashBookEntryHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Entry_TurnVoucher">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="entryHandle" type="tns:EntryHandle" />
            <s:element minOccurs="1" maxOccurs="1" name="newVoucherNumber" nillable="true" type="s:int" />
            <s:element minOccurs="1" maxOccurs="1" name="newVoucherDate" nillable="true" type="s:dateTime" />
            <s:element minOccurs="0" maxOccurs="1" name="newText" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="newCashBook" type="tns:CashBookHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Entry_TurnVoucherResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Entry_TurnVoucherResult" type="tns:ArrayOfCashBookEntryHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CashBookEntry_CreateFromDataArray">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="dataArray" type="tns:ArrayOfCashBookEntryData" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="ArrayOfCashBookEntryData">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="unbounded" name="CashBookEntryData" nillable="true" type="tns:CashBookEntryData" />
        </s:sequence>
      </s:complexType>
      <s:element name="CashBookEntry_CreateFromDataArrayResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="CashBookEntry_CreateFromDataArrayResult" type="tns:ArrayOfCashBookEntryHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CashBookEntry_UpdateFromDataArray">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="dataArray" type="tns:ArrayOfCashBookEntryData" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CashBookEntry_UpdateFromDataArrayResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="CashBookEntry_UpdateFromDataArrayResult" type="tns:ArrayOfCashBookEntryHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CashBookEntry_UpdateFromData">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="data" type="tns:CashBookEntryData" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CashBookEntry_UpdateFromDataResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="CashBookEntry_UpdateFromDataResult" type="tns:CashBookEntryHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CashBookEntry_GetData">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="entityHandle" type="tns:CashBookEntryHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CashBookEntry_GetDataResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="CashBookEntry_GetDataResult" type="tns:CashBookEntryData" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CashBookEntry_GetDataArray">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="entityHandles" type="tns:ArrayOfCashBookEntryHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CashBookEntry_GetDataArrayResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="CashBookEntry_GetDataArrayResult" type="tns:ArrayOfCashBookEntryData" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CashBookEntry_GetType">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="cashBookEntryHandle" type="tns:CashBookEntryHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CashBookEntry_GetTypeResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="CashBookEntry_GetTypeResult" type="tns:CashBookEntryType" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CashBookEntry_GetCashBook">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="cashBookEntryHandle" type="tns:CashBookEntryHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CashBookEntry_GetCashBookResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="CashBookEntry_GetCashBookResult" type="tns:CashBookHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CashBookEntry_SetDebtor">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="cashBookEntryHandle" type="tns:CashBookEntryHandle" />
            <s:element minOccurs="0" maxOccurs="1" name="valueHandle" type="tns:DebtorHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CashBookEntry_SetDebtorResponse">
        <s:complexType />
      </s:element>
      <s:element name="CashBookEntry_GetDebtor">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="cashBookEntryHandle" type="tns:CashBookEntryHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CashBookEntry_GetDebtorResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="CashBookEntry_GetDebtorResult" type="tns:DebtorHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CashBookEntry_GetCreditor">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="cashBookEntryHandle" type="tns:CashBookEntryHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CashBookEntry_GetCreditorResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="CashBookEntry_GetCreditorResult" type="tns:CreditorHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CashBookEntry_SetCreditor">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="cashBookEntryHandle" type="tns:CashBookEntryHandle" />
            <s:element minOccurs="0" maxOccurs="1" name="valueHandle" type="tns:CreditorHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CashBookEntry_SetCreditorResponse">
        <s:complexType />
      </s:element>
      <s:element name="CashBookEntry_SetAccount">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="cashBookEntryHandle" type="tns:CashBookEntryHandle" />
            <s:element minOccurs="0" maxOccurs="1" name="valueHandle" type="tns:AccountHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CashBookEntry_SetAccountResponse">
        <s:complexType />
      </s:element>
      <s:element name="CashBookEntry_GetAccount">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="cashBookEntryHandle" type="tns:CashBookEntryHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CashBookEntry_GetAccountResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="CashBookEntry_GetAccountResult" type="tns:AccountHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CashBookEntry_GetContraAccount">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="cashBookEntryHandle" type="tns:CashBookEntryHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CashBookEntry_GetContraAccountResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="CashBookEntry_GetContraAccountResult" type="tns:AccountHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CashBookEntry_SetContraAccount">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="cashBookEntryHandle" type="tns:CashBookEntryHandle" />
            <s:element minOccurs="0" maxOccurs="1" name="valueHandle" type="tns:AccountHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CashBookEntry_SetContraAccountResponse">
        <s:complexType />
      </s:element>
      <s:element name="CashBookEntry_SetDate">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="cashBookEntryHandle" type="tns:CashBookEntryHandle" />
            <s:element minOccurs="1" maxOccurs="1" name="value" type="s:dateTime" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CashBookEntry_SetDateResponse">
        <s:complexType />
      </s:element>
      <s:element name="CashBookEntry_GetDate">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="cashBookEntryHandle" type="tns:CashBookEntryHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CashBookEntry_GetDateResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="CashBookEntry_GetDateResult" type="s:dateTime" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CashBookEntry_SetVoucherNumber">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="cashBookEntryHandle" type="tns:CashBookEntryHandle" />
            <s:element minOccurs="1" maxOccurs="1" name="value" type="s:int" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CashBookEntry_SetVoucherNumberResponse">
        <s:complexType />
      </s:element>
      <s:element name="CashBookEntry_GetVoucherNumber">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="cashBookEntryHandle" type="tns:CashBookEntryHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CashBookEntry_GetVoucherNumberResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="CashBookEntry_GetVoucherNumberResult" type="s:int" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CashBookEntry_GetText">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="cashBookEntryHandle" type="tns:CashBookEntryHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CashBookEntry_GetTextResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="CashBookEntry_GetTextResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CashBookEntry_SetText">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="cashBookEntryHandle" type="tns:CashBookEntryHandle" />
            <s:element minOccurs="0" maxOccurs="1" name="value" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CashBookEntry_SetTextResponse">
        <s:complexType />
      </s:element>
      <s:element name="CashBookEntry_GetAmountDefaultCurrency">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="cashBookEntryHandle" type="tns:CashBookEntryHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CashBookEntry_GetAmountDefaultCurrencyResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="CashBookEntry_GetAmountDefaultCurrencyResult" type="s:decimal" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CashBookEntry_SetAmountDefaultCurrency">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="cashBookEntryHandle" type="tns:CashBookEntryHandle" />
            <s:element minOccurs="1" maxOccurs="1" name="value" type="s:decimal" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CashBookEntry_SetAmountDefaultCurrencyResponse">
        <s:complexType />
      </s:element>
      <s:element name="CashBookEntry_GetCurrency">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="cashBookEntryHandle" type="tns:CashBookEntryHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CashBookEntry_GetCurrencyResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="CashBookEntry_GetCurrencyResult" type="tns:CurrencyHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CashBookEntry_SetCurrency">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="cashBookEntryHandle" type="tns:CashBookEntryHandle" />
            <s:element minOccurs="0" maxOccurs="1" name="valueHandle" type="tns:CurrencyHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CashBookEntry_SetCurrencyResponse">
        <s:complexType />
      </s:element>
      <s:element name="CashBookEntry_SetAmount">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="cashBookEntryHandle" type="tns:CashBookEntryHandle" />
            <s:element minOccurs="1" maxOccurs="1" name="value" type="s:decimal" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CashBookEntry_SetAmountResponse">
        <s:complexType />
      </s:element>
      <s:element name="CashBookEntry_GetAmount">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="cashBookEntryHandle" type="tns:CashBookEntryHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CashBookEntry_GetAmountResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="CashBookEntry_GetAmountResult" type="s:decimal" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CashBookEntry_SetVatAccount">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="cashBookEntryHandle" type="tns:CashBookEntryHandle" />
            <s:element minOccurs="0" maxOccurs="1" name="valueHandle" type="tns:VatAccountHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CashBookEntry_SetVatAccountResponse">
        <s:complexType />
      </s:element>
      <s:element name="CashBookEntry_GetVatAccount">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="cashBookEntryHandle" type="tns:CashBookEntryHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CashBookEntry_GetVatAccountResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="CashBookEntry_GetVatAccountResult" type="tns:VatAccountHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CashBookEntry_GetContraVatAccount">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="cashBookEntryHandle" type="tns:CashBookEntryHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CashBookEntry_GetContraVatAccountResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="CashBookEntry_GetContraVatAccountResult" type="tns:VatAccountHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CashBookEntry_SetContraVatAccount">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="cashBookEntryHandle" type="tns:CashBookEntryHandle" />
            <s:element minOccurs="0" maxOccurs="1" name="valueHandle" type="tns:VatAccountHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CashBookEntry_SetContraVatAccountResponse">
        <s:complexType />
      </s:element>
      <s:element name="CashBookEntry_SetDebtorInvoiceNumber">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="cashBookEntryHandle" type="tns:CashBookEntryHandle" />
            <s:element minOccurs="1" maxOccurs="1" name="value" nillable="true" type="s:int" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CashBookEntry_SetDebtorInvoiceNumberResponse">
        <s:complexType />
      </s:element>
      <s:element name="CashBookEntry_GetDebtorInvoiceNumber">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="cashBookEntryHandle" type="tns:CashBookEntryHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CashBookEntry_GetDebtorInvoiceNumberResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="CashBookEntry_GetDebtorInvoiceNumberResult" nillable="true" type="s:int" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CashBookEntry_GetCreditorInvoiceNumber">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="cashBookEntryHandle" type="tns:CashBookEntryHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CashBookEntry_GetCreditorInvoiceNumberResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="CashBookEntry_GetCreditorInvoiceNumberResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CashBookEntry_SetCreditorInvoiceNumber">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="cashBookEntryHandle" type="tns:CashBookEntryHandle" />
            <s:element minOccurs="0" maxOccurs="1" name="value" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CashBookEntry_SetCreditorInvoiceNumberResponse">
        <s:complexType />
      </s:element>
      <s:element name="CashBookEntry_SetDueDate">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="cashBookEntryHandle" type="tns:CashBookEntryHandle" />
            <s:element minOccurs="1" maxOccurs="1" name="value" nillable="true" type="s:dateTime" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CashBookEntry_SetDueDateResponse">
        <s:complexType />
      </s:element>
      <s:element name="Account_CreateFromData">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="data" type="tns:AccountData" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="AccountData">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="1" name="Handle" type="tns:AccountHandle" />
          <s:element minOccurs="1" maxOccurs="1" name="Number" type="s:int" />
          <s:element minOccurs="0" maxOccurs="1" name="Name" type="s:string" />
          <s:element minOccurs="1" maxOccurs="1" name="Type" type="tns:AccountType" />
          <s:element minOccurs="1" maxOccurs="1" name="DebitCredit" type="tns:DebitCredit" />
          <s:element minOccurs="1" maxOccurs="1" name="IsAccessible" type="s:boolean" />
          <s:element minOccurs="1" maxOccurs="1" name="BlockDirectEntries" type="s:boolean" />
          <s:element minOccurs="0" maxOccurs="1" name="VatAccountHandle" type="tns:VatAccountHandle" />
          <s:element minOccurs="0" maxOccurs="1" name="ContraAccountHandle" type="tns:AccountHandle" />
          <s:element minOccurs="0" maxOccurs="1" name="OpeningAccountHandle" type="tns:AccountHandle" />
          <s:element minOccurs="0" maxOccurs="1" name="TotalFromHandle" type="tns:AccountHandle" />
          <s:element minOccurs="1" maxOccurs="1" name="Balance" type="s:decimal" />
          <s:element minOccurs="0" maxOccurs="1" name="DepartmentHandle" type="tns:DepartmentHandle" />
          <s:element minOccurs="0" maxOccurs="1" name="DistributionKeyHandle" type="tns:DistributionKeyHandle" />
        </s:sequence>
      </s:complexType>
      <s:simpleType name="AccountType">
        <s:restriction base="s:string">
          <s:enumeration value="ProfitAndLoss" />
          <s:enumeration value="Status" />
          <s:enumeration value="TotalFrom" />
          <s:enumeration value="Heading" />
          <s:enumeration value="HeadingStart" />
          <s:enumeration value="SumInterval" />
          <s:enumeration value="SumAlpha" />
        </s:restriction>
      </s:simpleType>
      <s:simpleType name="DebitCredit">
        <s:restriction base="s:string">
          <s:enumeration value="Debit" />
          <s:enumeration value="Credit" />
        </s:restriction>
      </s:simpleType>
      <s:element name="Account_CreateFromDataResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Account_CreateFromDataResult" type="tns:AccountHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Account_CreateFromDataArray">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="dataArray" type="tns:ArrayOfAccountData" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="ArrayOfAccountData">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="unbounded" name="AccountData" nillable="true" type="tns:AccountData" />
        </s:sequence>
      </s:complexType>
      <s:element name="Account_CreateFromDataArrayResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Account_CreateFromDataArrayResult" type="tns:ArrayOfAccountHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Account_UpdateFromDataArray">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="dataArray" type="tns:ArrayOfAccountData" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Account_UpdateFromDataArrayResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Account_UpdateFromDataArrayResult" type="tns:ArrayOfAccountHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Account_UpdateFromData">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="data" type="tns:AccountData" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Account_UpdateFromDataResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Account_UpdateFromDataResult" type="tns:AccountHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Account_GetData">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="entityHandle" type="tns:AccountHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Account_GetDataResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Account_GetDataResult" type="tns:AccountData" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Account_GetDataArray">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="entityHandles" type="tns:ArrayOfAccountHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Account_GetDataArrayResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Account_GetDataArrayResult" type="tns:ArrayOfAccountData" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Account_Create">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="number" type="s:int" />
            <s:element minOccurs="0" maxOccurs="1" name="name" type="s:string" />
            <s:element minOccurs="1" maxOccurs="1" name="type" type="tns:AccountType" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Account_CreateResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Account_CreateResult" type="tns:AccountHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Account_GetAll">
        <s:complexType />
      </s:element>
      <s:element name="Account_GetAllResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Account_GetAllResult" type="tns:ArrayOfAccountHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Account_GetAllUpdated">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="fromDate" type="s:dateTime" />
            <s:element minOccurs="1" maxOccurs="1" name="includeCalculatedProperties" type="s:boolean" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Account_GetAllUpdatedResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Account_GetAllUpdatedResult" type="tns:ArrayOfAccountHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Account_FindByNumber">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="number" type="s:int" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Account_FindByNumberResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Account_FindByNumberResult" type="tns:AccountHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Account_FindByNumberList">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="numbers" type="tns:ArrayOfInt" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Account_FindByNumberListResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Account_FindByNumberListResult" type="tns:ArrayOfAccountHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Account_FindByName">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="name" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Account_FindByNameResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Account_FindByNameResult" type="tns:ArrayOfAccountHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Account_GetEntryTotalsPerDate">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="accounts" type="tns:ArrayOfAccountHandle" />
            <s:element minOccurs="1" maxOccurs="1" name="first" type="s:dateTime" />
            <s:element minOccurs="1" maxOccurs="1" name="last" type="s:dateTime" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Account_GetEntryTotalsPerDateResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Account_GetEntryTotalsPerDateResult" type="tns:ArrayOfAccountSumTotal" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="ArrayOfAccountSumTotal">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="unbounded" name="AccountSumTotal" nillable="true" type="tns:AccountSumTotal" />
        </s:sequence>
      </s:complexType>
      <s:complexType name="AccountSumTotal">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="1" name="AccountHandle" type="tns:AccountHandle" />
          <s:element minOccurs="1" maxOccurs="1" name="Date" type="s:dateTime" />
          <s:element minOccurs="1" maxOccurs="1" name="Total" type="s:decimal" />
        </s:sequence>
      </s:complexType>
      <s:element name="Account_GetEntryTotalsPerCalendarMonth">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="accounts" type="tns:ArrayOfAccountHandle" />
            <s:element minOccurs="1" maxOccurs="1" name="first" type="s:dateTime" />
            <s:element minOccurs="1" maxOccurs="1" name="last" type="s:dateTime" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Account_GetEntryTotalsPerCalendarMonthResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Account_GetEntryTotalsPerCalendarMonthResult" type="tns:ArrayOfAccountSumTotalByDateInterval" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="ArrayOfAccountSumTotalByDateInterval">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="unbounded" name="AccountSumTotalByDateInterval" nillable="true" type="tns:AccountSumTotalByDateInterval" />
        </s:sequence>
      </s:complexType>
      <s:complexType name="AccountSumTotalByDateInterval">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="1" name="AccountHandle" type="tns:AccountHandle" />
          <s:element minOccurs="1" maxOccurs="1" name="DateFrom" type="s:dateTime" />
          <s:element minOccurs="1" maxOccurs="1" name="DateTo" type="s:dateTime" />
          <s:element minOccurs="1" maxOccurs="1" name="Total" type="s:decimal" />
        </s:sequence>
      </s:complexType>
      <s:element name="Account_GetEntryTotalsPerCalendarYear">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="accounts" type="tns:ArrayOfAccountHandle" />
            <s:element minOccurs="1" maxOccurs="1" name="first" type="s:dateTime" />
            <s:element minOccurs="1" maxOccurs="1" name="last" type="s:dateTime" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Account_GetEntryTotalsPerCalendarYearResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Account_GetEntryTotalsPerCalendarYearResult" type="tns:ArrayOfAccountSumTotalByDateInterval" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Account_GetEntryTotalsByDate">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="accounts" type="tns:ArrayOfAccountHandle" />
            <s:element minOccurs="1" maxOccurs="1" name="first" type="s:dateTime" />
            <s:element minOccurs="1" maxOccurs="1" name="last" type="s:dateTime" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Account_GetEntryTotalsByDateResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Account_GetEntryTotalsByDateResult" type="tns:ArrayOfDecimal" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Account_Delete">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="accountHandle" type="tns:AccountHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Account_DeleteResponse">
        <s:complexType />
      </s:element>
      <s:element name="Account_GetBudgetFigures">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="accountHandle" type="tns:AccountHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Account_GetBudgetFiguresResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Account_GetBudgetFiguresResult" type="tns:ArrayOfBudgetFigureHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Account_GetBudgetFiguresByDate">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="accountHandle" type="tns:AccountHandle" />
            <s:element minOccurs="1" maxOccurs="1" name="fromDate" type="s:dateTime" />
            <s:element minOccurs="1" maxOccurs="1" name="toDate" type="s:dateTime" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Account_GetBudgetFiguresByDateResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Account_GetBudgetFiguresByDateResult" type="tns:ArrayOfBudgetFigureHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Account_GetEntriesByDate">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="accountHandle" type="tns:AccountHandle" />
            <s:element minOccurs="1" maxOccurs="1" name="first" type="s:dateTime" />
            <s:element minOccurs="1" maxOccurs="1" name="last" type="s:dateTime" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Account_GetEntriesByDateResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Account_GetEntriesByDateResult" type="tns:ArrayOfEntryHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Account_GetEntriesByNumber">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="accountHandle" type="tns:AccountHandle" />
            <s:element minOccurs="1" maxOccurs="1" name="minNumber" type="s:int" />
            <s:element minOccurs="1" maxOccurs="1" name="maxNumber" type="s:int" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Account_GetEntriesByNumberResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Account_GetEntriesByNumberResult" type="tns:ArrayOfEntryHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Account_GetSumIntervals">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="accountHandle" type="tns:AccountHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Account_GetSumIntervalsResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Account_GetSumIntervalsResult" type="tns:ArrayOfSumIntervalHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Account_GetNumber">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="accountHandle" type="tns:AccountHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Account_GetNumberResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="Account_GetNumberResult" type="s:int" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Account_GetName">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="accountHandle" type="tns:AccountHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Account_GetNameResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Account_GetNameResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Account_SetName">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="accountHandle" type="tns:AccountHandle" />
            <s:element minOccurs="0" maxOccurs="1" name="value" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Account_SetNameResponse">
        <s:complexType />
      </s:element>
      <s:element name="Account_GetType">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="accountHandle" type="tns:AccountHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Account_GetTypeResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="Account_GetTypeResult" type="tns:AccountType" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Account_SetType">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="accountHandle" type="tns:AccountHandle" />
            <s:element minOccurs="1" maxOccurs="1" name="value" type="tns:AccountType" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Account_SetTypeResponse">
        <s:complexType />
      </s:element>
      <s:element name="Account_GetDebitCredit">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="accountHandle" type="tns:AccountHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Account_GetDebitCreditResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="Account_GetDebitCreditResult" type="tns:DebitCredit" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Account_SetDebitCredit">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="accountHandle" type="tns:AccountHandle" />
            <s:element minOccurs="1" maxOccurs="1" name="value" type="tns:DebitCredit" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Account_SetDebitCreditResponse">
        <s:complexType />
      </s:element>
      <s:element name="Account_GetIsAccessible">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="accountHandle" type="tns:AccountHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Account_GetIsAccessibleResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="Account_GetIsAccessibleResult" type="s:boolean" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Account_SetIsAccessible">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="accountHandle" type="tns:AccountHandle" />
            <s:element minOccurs="1" maxOccurs="1" name="value" type="s:boolean" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Account_SetIsAccessibleResponse">
        <s:complexType />
      </s:element>
      <s:element name="Account_GetBlockDirectEntries">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="accountHandle" type="tns:AccountHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Account_GetBlockDirectEntriesResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="Account_GetBlockDirectEntriesResult" type="s:boolean" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Account_SetBlockDirectEntries">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="accountHandle" type="tns:AccountHandle" />
            <s:element minOccurs="1" maxOccurs="1" name="value" type="s:boolean" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Account_SetBlockDirectEntriesResponse">
        <s:complexType />
      </s:element>
      <s:element name="Account_GetVatAccount">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="accountHandle" type="tns:AccountHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Account_GetVatAccountResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Account_GetVatAccountResult" type="tns:VatAccountHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Account_SetVatAccount">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="accountHandle" type="tns:AccountHandle" />
            <s:element minOccurs="0" maxOccurs="1" name="valueHandle" type="tns:VatAccountHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Account_SetVatAccountResponse">
        <s:complexType />
      </s:element>
      <s:element name="Account_GetContraAccount">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="accountHandle" type="tns:AccountHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Account_GetContraAccountResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Account_GetContraAccountResult" type="tns:AccountHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Account_SetContraAccount">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="accountHandle" type="tns:AccountHandle" />
            <s:element minOccurs="0" maxOccurs="1" name="valueHandle" type="tns:AccountHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Account_SetContraAccountResponse">
        <s:complexType />
      </s:element>
      <s:element name="Account_GetOpeningAccount">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="accountHandle" type="tns:AccountHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Account_GetOpeningAccountResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Account_GetOpeningAccountResult" type="tns:AccountHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Account_SetOpeningAccount">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="accountHandle" type="tns:AccountHandle" />
            <s:element minOccurs="0" maxOccurs="1" name="valueHandle" type="tns:AccountHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Account_SetOpeningAccountResponse">
        <s:complexType />
      </s:element>
      <s:element name="Account_GetTotalFrom">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="accountHandle" type="tns:AccountHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Account_GetTotalFromResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Account_GetTotalFromResult" type="tns:AccountHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Account_SetTotalFrom">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="accountHandle" type="tns:AccountHandle" />
            <s:element minOccurs="0" maxOccurs="1" name="valueHandle" type="tns:AccountHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Account_SetTotalFromResponse">
        <s:complexType />
      </s:element>
      <s:element name="Account_GetBalance">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="accountHandle" type="tns:AccountHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Account_GetBalanceResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="Account_GetBalanceResult" type="s:decimal" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Account_GetDepartment">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="accountHandle" type="tns:AccountHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Account_GetDepartmentResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Account_GetDepartmentResult" type="tns:DepartmentHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Account_SetDepartment">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="accountHandle" type="tns:AccountHandle" />
            <s:element minOccurs="0" maxOccurs="1" name="valueHandle" type="tns:DepartmentHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Account_SetDepartmentResponse">
        <s:complexType />
      </s:element>
      <s:element name="Account_GetDistributionKey">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="accountHandle" type="tns:AccountHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Account_GetDistributionKeyResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Account_GetDistributionKeyResult" type="tns:DistributionKeyHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Account_SetDistributionKey">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="accountHandle" type="tns:AccountHandle" />
            <s:element minOccurs="0" maxOccurs="1" name="valueHandle" type="tns:DistributionKeyHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Account_SetDistributionKeyResponse">
        <s:complexType />
      </s:element>
      <s:element name="AccountingPeriod_GetData">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="entityHandle" type="tns:AccountingPeriodHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="AccountingPeriodHandle">
        <s:sequence>
          <s:element minOccurs="1" maxOccurs="1" name="Period" type="s:int" />
        </s:sequence>
      </s:complexType>
      <s:element name="AccountingPeriod_GetDataResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="AccountingPeriod_GetDataResult" type="tns:AccountingPeriodData" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="AccountingPeriodData">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="1" name="Handle" type="tns:AccountingPeriodHandle" />
          <s:element minOccurs="1" maxOccurs="1" name="Period" type="s:int" />
          <s:element minOccurs="0" maxOccurs="1" name="AccountingYearHandle" type="tns:AccountingYearHandle" />
          <s:element minOccurs="1" maxOccurs="1" name="FromDate" type="s:dateTime" />
          <s:element minOccurs="1" maxOccurs="1" name="ToDate" type="s:dateTime" />
          <s:element minOccurs="1" maxOccurs="1" name="Status" type="tns:AccountingPeriodStatus" />
        </s:sequence>
      </s:complexType>
      <s:complexType name="AccountingYearHandle">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="1" name="Year" type="s:string" />
        </s:sequence>
      </s:complexType>
      <s:simpleType name="AccountingPeriodStatus">
        <s:restriction base="s:string">
          <s:enumeration value="Open" />
          <s:enumeration value="Barred" />
          <s:enumeration value="Closed" />
          <s:enumeration value="BarredAndClosed" />
        </s:restriction>
      </s:simpleType>
      <s:element name="AccountingPeriod_GetDataArray">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="entityHandles" type="tns:ArrayOfAccountingPeriodHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="ArrayOfAccountingPeriodHandle">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="unbounded" name="AccountingPeriodHandle" nillable="true" type="tns:AccountingPeriodHandle" />
        </s:sequence>
      </s:complexType>
      <s:element name="AccountingPeriod_GetDataArrayResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="AccountingPeriod_GetDataArrayResult" type="tns:ArrayOfAccountingPeriodData" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="ArrayOfAccountingPeriodData">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="unbounded" name="AccountingPeriodData" nillable="true" type="tns:AccountingPeriodData" />
        </s:sequence>
      </s:complexType>
      <s:element name="AccountingPeriod_GetAll">
        <s:complexType />
      </s:element>
      <s:element name="AccountingPeriod_GetAllResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="AccountingPeriod_GetAllResult" type="tns:ArrayOfAccountingPeriodHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="AccountingPeriod_GetAllUpdated">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="fromDate" type="s:dateTime" />
            <s:element minOccurs="1" maxOccurs="1" name="includeCalculatedProperties" type="s:boolean" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="AccountingPeriod_GetAllUpdatedResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="AccountingPeriod_GetAllUpdatedResult" type="tns:ArrayOfAccountingPeriodHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="AccountingPeriod_GetPeriod">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="accountingPeriodHandle" type="tns:AccountingPeriodHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="AccountingPeriod_GetPeriodResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="AccountingPeriod_GetPeriodResult" type="s:int" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="AccountingPeriod_GetAccountingYear">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="accountingPeriodHandle" type="tns:AccountingPeriodHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="AccountingPeriod_GetAccountingYearResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="AccountingPeriod_GetAccountingYearResult" type="tns:AccountingYearHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="AccountingPeriod_GetFromDate">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="accountingPeriodHandle" type="tns:AccountingPeriodHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="AccountingPeriod_GetFromDateResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="AccountingPeriod_GetFromDateResult" type="s:dateTime" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="AccountingPeriod_GetToDate">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="accountingPeriodHandle" type="tns:AccountingPeriodHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="AccountingPeriod_GetToDateResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="AccountingPeriod_GetToDateResult" type="s:dateTime" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="AccountingPeriod_GetStatus">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="accountingPeriodHandle" type="tns:AccountingPeriodHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="AccountingPeriod_GetStatusResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="AccountingPeriod_GetStatusResult" type="tns:AccountingPeriodStatus" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="AccountingYear_CreateFromData">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="data" type="tns:AccountingYearData" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="AccountingYearData">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="1" name="Handle" type="tns:AccountingYearHandle" />
          <s:element minOccurs="0" maxOccurs="1" name="Year" type="s:string" />
          <s:element minOccurs="1" maxOccurs="1" name="FromDate" type="s:dateTime" />
          <s:element minOccurs="1" maxOccurs="1" name="ToDate" type="s:dateTime" />
          <s:element minOccurs="1" maxOccurs="1" name="IsClosed" type="s:boolean" />
        </s:sequence>
      </s:complexType>
      <s:element name="AccountingYear_CreateFromDataResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="AccountingYear_CreateFromDataResult" type="tns:AccountingYearHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="AccountingYear_CreateFromDataArray">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="dataArray" type="tns:ArrayOfAccountingYearData" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="ArrayOfAccountingYearData">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="unbounded" name="AccountingYearData" nillable="true" type="tns:AccountingYearData" />
        </s:sequence>
      </s:complexType>
      <s:element name="AccountingYear_CreateFromDataArrayResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="AccountingYear_CreateFromDataArrayResult" type="tns:ArrayOfAccountingYearHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="ArrayOfAccountingYearHandle">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="unbounded" name="AccountingYearHandle" nillable="true" type="tns:AccountingYearHandle" />
        </s:sequence>
      </s:complexType>
      <s:element name="AccountingYear_GetData">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="entityHandle" type="tns:AccountingYearHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="AccountingYear_GetDataResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="AccountingYear_GetDataResult" type="tns:AccountingYearData" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="AccountingYear_GetDataArray">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="entityHandles" type="tns:ArrayOfAccountingYearHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="AccountingYear_GetDataArrayResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="AccountingYear_GetDataArrayResult" type="tns:ArrayOfAccountingYearData" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="AccountingYear_GetYear">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="accountingYearHandle" type="tns:AccountingYearHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="AccountingYear_GetYearResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="AccountingYear_GetYearResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="AccountingYear_GetFromDate">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="accountingYearHandle" type="tns:AccountingYearHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="AccountingYear_GetFromDateResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="AccountingYear_GetFromDateResult" type="s:dateTime" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="AccountingYear_GetToDate">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="accountingYearHandle" type="tns:AccountingYearHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="AccountingYear_GetToDateResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="AccountingYear_GetToDateResult" type="s:dateTime" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="AccountingYear_GetIsClosed">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="accountingYearHandle" type="tns:AccountingYearHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="AccountingYear_GetIsClosedResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="AccountingYear_GetIsClosedResult" type="s:boolean" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="AccountingYear_Create">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="fromDate" type="s:dateTime" />
            <s:element minOccurs="1" maxOccurs="1" name="toDate" type="s:dateTime" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="AccountingYear_CreateResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="AccountingYear_CreateResult" type="tns:AccountingYearHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="AccountingYear_Delete">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="accountingYearHandle" type="tns:AccountingYearHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="AccountingYear_DeleteResponse">
        <s:complexType />
      </s:element>
      <s:element name="AccountingYear_GetAll">
        <s:complexType />
      </s:element>
      <s:element name="AccountingYear_GetAllResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="AccountingYear_GetAllResult" type="tns:ArrayOfAccountingYearHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="AccountingYear_FindByDate">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="fromDate" type="s:dateTime" />
            <s:element minOccurs="1" maxOccurs="1" name="toDate" type="s:dateTime" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="AccountingYear_FindByDateResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="AccountingYear_FindByDateResult" type="tns:ArrayOfAccountingYearHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="AccountingYear_GetPeriods">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="accountingYearHandle" type="tns:AccountingYearHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="AccountingYear_GetPeriodsResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="AccountingYear_GetPeriodsResult" type="tns:ArrayOfAccountingPeriodHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Activity_GetData">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="entityHandle" type="tns:ActivityHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Activity_GetDataResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Activity_GetDataResult" type="tns:ActivityData" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Activity_GetDataArray">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="entityHandles" type="tns:ArrayOfActivityHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Activity_GetDataArrayResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Activity_GetDataArrayResult" type="tns:ArrayOfActivityData" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Activity_GetAll">
        <s:complexType />
      </s:element>
      <s:element name="Activity_GetAllResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Activity_GetAllResult" type="tns:ArrayOfActivityHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Activity_FindByNumber">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="number" type="s:int" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Activity_FindByNumberResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Activity_FindByNumberResult" type="tns:ActivityHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Activity_FindByNumberList">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="numbers" type="tns:ArrayOfInt" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Activity_FindByNumberListResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Activity_FindByNumberListResult" type="tns:ArrayOfActivityHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Activity_GetNumber">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="activityHandle" type="tns:ActivityHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Activity_GetNumberResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="Activity_GetNumberResult" type="s:int" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Activity_GetName">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="activityHandle" type="tns:ActivityHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Activity_GetNameResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Activity_GetNameResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="BankPaymentType_GetData">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="entityHandle" type="tns:BankPaymentTypeHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="BankPaymentType_GetDataResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="BankPaymentType_GetDataResult" type="tns:BankPaymentTypeData" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="BankPaymentTypeData">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="1" name="Handle" type="tns:BankPaymentTypeHandle" />
          <s:element minOccurs="0" maxOccurs="1" name="Number" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="Name" type="s:string" />
        </s:sequence>
      </s:complexType>
      <s:element name="BankPaymentType_GetDataArray">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="entityHandles" type="tns:ArrayOfBankPaymentTypeHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="ArrayOfBankPaymentTypeHandle">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="unbounded" name="BankPaymentTypeHandle" nillable="true" type="tns:BankPaymentTypeHandle" />
        </s:sequence>
      </s:complexType>
      <s:element name="BankPaymentType_GetDataArrayResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="BankPaymentType_GetDataArrayResult" type="tns:ArrayOfBankPaymentTypeData" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="ArrayOfBankPaymentTypeData">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="unbounded" name="BankPaymentTypeData" nillable="true" type="tns:BankPaymentTypeData" />
        </s:sequence>
      </s:complexType>
      <s:element name="BankPaymentType_GetAll">
        <s:complexType />
      </s:element>
      <s:element name="BankPaymentType_GetAllResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="BankPaymentType_GetAllResult" type="tns:ArrayOfBankPaymentTypeHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="BankPaymentType_FindByName">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="name" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="BankPaymentType_FindByNameResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="BankPaymentType_FindByNameResult" type="tns:ArrayOfBankPaymentTypeHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="BankPaymentType_FindByNumber">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="number" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="BankPaymentType_FindByNumberResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="BankPaymentType_FindByNumberResult" type="tns:BankPaymentTypeHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="BankPaymentType_FindByNumberList">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="numbers" type="tns:ArrayOfString" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="BankPaymentType_FindByNumberListResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="BankPaymentType_FindByNumberListResult" type="tns:ArrayOfBankPaymentTypeHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="BankPaymentType_GetNumber">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="bankPaymentTypeHandle" type="tns:BankPaymentTypeHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="BankPaymentType_GetNumberResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="BankPaymentType_GetNumberResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="BankPaymentType_GetName">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="bankPaymentTypeHandle" type="tns:BankPaymentTypeHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="BankPaymentType_GetNameResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="BankPaymentType_GetNameResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="BudgetFigure_CreateFromData">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="data" type="tns:BudgetFigureData" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="BudgetFigure_CreateFromDataResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="BudgetFigure_CreateFromDataResult" type="tns:BudgetFigureHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="BudgetFigure_CreateFromDataArray">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="dataArray" type="tns:ArrayOfBudgetFigureData" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="BudgetFigure_CreateFromDataArrayResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="BudgetFigure_CreateFromDataArrayResult" type="tns:ArrayOfBudgetFigureHandle" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Connect">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="agreementNumber" type="s:int" />
            <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="ConnectResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="ConnectResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="ConnectAsAdministrator">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="adminAgreementNo" type="s:int" />
            <s:element minOccurs="0" maxOccurs="1" name="adminUserID" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="adminUserPassword" type="s:string" />
            <s:element minOccurs="1" maxOccurs="1" name="clientAgreementNo" type="s:int" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="ConnectAsAdministratorResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="ConnectAsAdministratorResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="ConnectAsAdministratorWithCustomerNumber">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="adminAgreementNo" type="s:int" />
            <s:element minOccurs="0" maxOccurs="1" name="adminUserId" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="adminUserPassword" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="customerNumber" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="ConnectAsAdministratorWithCustomerNumberResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="ConnectAsAdministratorWithCustomerNumberResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="ConnectWithToken">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="token" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="appToken" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="ConnectWithTokenResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="ConnectWithTokenResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Disconnect">
        <s:complexType />
      </s:element>
      <s:element name="DisconnectResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="DisconnectResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="GetApiInformation">
        <s:complexType />
      </s:element>
      <s:element name="GetApiInformationResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="GetApiInformationResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
    </s:schema>
  </wsdl:types>
  <wsdl:message name="TermOfPayment_SetDebtorSoapIn">
    <wsdl:part name="parameters" element="tns:TermOfPayment_SetDebtor" />
  </wsdl:message>
  <wsdl:message name="TermOfPayment_SetDebtorSoapOut">
    <wsdl:part name="parameters" element="tns:TermOfPayment_SetDebtorResponse" />
  </wsdl:message>
  <wsdl:message name="TermOfPayment_GetDistributionInPercentSoapIn">
    <wsdl:part name="parameters" element="tns:TermOfPayment_GetDistributionInPercent" />
  </wsdl:message>
  <wsdl:message name="TermOfPayment_GetDistributionInPercentSoapOut">
    <wsdl:part name="parameters" element="tns:TermOfPayment_GetDistributionInPercentResponse" />
  </wsdl:message>
  <wsdl:message name="TermOfPayment_SetDistributionInPercentSoapIn">
    <wsdl:part name="parameters" element="tns:TermOfPayment_SetDistributionInPercent" />
  </wsdl:message>
  <wsdl:message name="TermOfPayment_SetDistributionInPercentSoapOut">
    <wsdl:part name="parameters" element="tns:TermOfPayment_SetDistributionInPercentResponse" />
  </wsdl:message>
  <wsdl:message name="TermOfPayment_GetDistributionInPercent2SoapIn">
    <wsdl:part name="parameters" element="tns:TermOfPayment_GetDistributionInPercent2" />
  </wsdl:message>
  <wsdl:message name="TermOfPayment_GetDistributionInPercent2SoapOut">
    <wsdl:part name="parameters" element="tns:TermOfPayment_GetDistributionInPercent2Response" />
  </wsdl:message>
  <wsdl:message name="TimeEntry_ApproveEntriesSoapIn">
    <wsdl:part name="parameters" element="tns:TimeEntry_ApproveEntries" />
  </wsdl:message>
  <wsdl:message name="TimeEntry_ApproveEntriesSoapOut">
    <wsdl:part name="parameters" element="tns:TimeEntry_ApproveEntriesResponse" />
  </wsdl:message>
  <wsdl:message name="TimeEntry_CreateFromDataSoapIn">
    <wsdl:part name="parameters" element="tns:TimeEntry_CreateFromData" />
  </wsdl:message>
  <wsdl:message name="TimeEntry_CreateFromDataSoapOut">
    <wsdl:part name="parameters" element="tns:TimeEntry_CreateFromDataResponse" />
  </wsdl:message>
  <wsdl:message name="TimeEntry_CreateFromDataArraySoapIn">
    <wsdl:part name="parameters" element="tns:TimeEntry_CreateFromDataArray" />
  </wsdl:message>
  <wsdl:message name="TimeEntry_CreateFromDataArraySoapOut">
    <wsdl:part name="parameters" element="tns:TimeEntry_CreateFromDataArrayResponse" />
  </wsdl:message>
  <wsdl:message name="TimeEntry_UpdateFromDataArraySoapIn">
    <wsdl:part name="parameters" element="tns:TimeEntry_UpdateFromDataArray" />
  </wsdl:message>
  <wsdl:message name="TimeEntry_UpdateFromDataArraySoapOut">
    <wsdl:part name="parameters" element="tns:TimeEntry_UpdateFromDataArrayResponse" />
  </wsdl:message>
  <wsdl:message name="TimeEntry_UpdateFromDataSoapIn">
    <wsdl:part name="parameters" element="tns:TimeEntry_UpdateFromData" />
  </wsdl:message>
  <wsdl:message name="TimeEntry_UpdateFromDataSoapOut">
    <wsdl:part name="parameters" element="tns:TimeEntry_UpdateFromDataResponse" />
  </wsdl:message>
  <wsdl:message name="TimeEntry_GetDataSoapIn">
    <wsdl:part name="parameters" element="tns:TimeEntry_GetData" />
  </wsdl:message>
  <wsdl:message name="TimeEntry_GetDataSoapOut">
    <wsdl:part name="parameters" element="tns:TimeEntry_GetDataResponse" />
  </wsdl:message>
  <wsdl:message name="TimeEntry_GetDataArraySoapIn">
    <wsdl:part name="parameters" element="tns:TimeEntry_GetDataArray" />
  </wsdl:message>
  <wsdl:message name="TimeEntry_GetDataArraySoapOut">
    <wsdl:part name="parameters" element="tns:TimeEntry_GetDataArrayResponse" />
  </wsdl:message>
  <wsdl:message name="TimeEntry_CreateSoapIn">
    <wsdl:part name="parameters" element="tns:TimeEntry_Create" />
  </wsdl:message>
  <wsdl:message name="TimeEntry_CreateSoapOut">
    <wsdl:part name="parameters" element="tns:TimeEntry_CreateResponse" />
  </wsdl:message>
  <wsdl:message name="TimeEntry_CreateOnCurrentUserSoapIn">
    <wsdl:part name="parameters" element="tns:TimeEntry_CreateOnCurrentUser" />
  </wsdl:message>
  <wsdl:message name="TimeEntry_CreateOnCurrentUserSoapOut">
    <wsdl:part name="parameters" element="tns:TimeEntry_CreateOnCurrentUserResponse" />
  </wsdl:message>
  <wsdl:message name="TimeEntry_GetAllSoapIn">
    <wsdl:part name="parameters" element="tns:TimeEntry_GetAll" />
  </wsdl:message>
  <wsdl:message name="TimeEntry_GetAllSoapOut">
    <wsdl:part name="parameters" element="tns:TimeEntry_GetAllResponse" />
  </wsdl:message>
  <wsdl:message name="TimeEntry_GetAllUpdatedSoapIn">
    <wsdl:part name="parameters" element="tns:TimeEntry_GetAllUpdated" />
  </wsdl:message>
  <wsdl:message name="TimeEntry_GetAllUpdatedSoapOut">
    <wsdl:part name="parameters" element="tns:TimeEntry_GetAllUpdatedResponse" />
  </wsdl:message>
  <wsdl:message name="TimeEntry_FindApprovedByDateSoapIn">
    <wsdl:part name="parameters" element="tns:TimeEntry_FindApprovedByDate" />
  </wsdl:message>
  <wsdl:message name="TimeEntry_FindApprovedByDateSoapOut">
    <wsdl:part name="parameters" element="tns:TimeEntry_FindApprovedByDateResponse" />
  </wsdl:message>
  <wsdl:message name="TimeEntry_DeleteSoapIn">
    <wsdl:part name="parameters" element="tns:TimeEntry_Delete" />
  </wsdl:message>
  <wsdl:message name="TimeEntry_DeleteSoapOut">
    <wsdl:part name="parameters" element="tns:TimeEntry_DeleteResponse" />
  </wsdl:message>
  <wsdl:message name="TimeEntry_GetIdSoapIn">
    <wsdl:part name="parameters" element="tns:TimeEntry_GetId" />
  </wsdl:message>
  <wsdl:message name="TimeEntry_GetIdSoapOut">
    <wsdl:part name="parameters" element="tns:TimeEntry_GetIdResponse" />
  </wsdl:message>
  <wsdl:message name="TimeEntry_GetProjectSoapIn">
    <wsdl:part name="parameters" element="tns:TimeEntry_GetProject" />
  </wsdl:message>
  <wsdl:message name="TimeEntry_GetProjectSoapOut">
    <wsdl:part name="parameters" element="tns:TimeEntry_GetProjectResponse" />
  </wsdl:message>
  <wsdl:message name="TimeEntry_GetActivitySoapIn">
    <wsdl:part name="parameters" element="tns:TimeEntry_GetActivity" />
  </wsdl:message>
  <wsdl:message name="TimeEntry_GetActivitySoapOut">
    <wsdl:part name="parameters" element="tns:TimeEntry_GetActivityResponse" />
  </wsdl:message>
  <wsdl:message name="TimeEntry_GetEmployeeSoapIn">
    <wsdl:part name="parameters" element="tns:TimeEntry_GetEmployee" />
  </wsdl:message>
  <wsdl:message name="TimeEntry_GetEmployeeSoapOut">
    <wsdl:part name="parameters" element="tns:TimeEntry_GetEmployeeResponse" />
  </wsdl:message>
  <wsdl:message name="TimeEntry_GetDateSoapIn">
    <wsdl:part name="parameters" element="tns:TimeEntry_GetDate" />
  </wsdl:message>
  <wsdl:message name="TimeEntry_GetDateSoapOut">
    <wsdl:part name="parameters" element="tns:TimeEntry_GetDateResponse" />
  </wsdl:message>
  <wsdl:message name="TimeEntry_GetTextSoapIn">
    <wsdl:part name="parameters" element="tns:TimeEntry_GetText" />
  </wsdl:message>
  <wsdl:message name="TimeEntry_GetTextSoapOut">
    <wsdl:part name="parameters" element="tns:TimeEntry_GetTextResponse" />
  </wsdl:message>
  <wsdl:message name="TimeEntry_SetTextSoapIn">
    <wsdl:part name="parameters" element="tns:TimeEntry_SetText" />
  </wsdl:message>
  <wsdl:message name="TimeEntry_SetTextSoapOut">
    <wsdl:part name="parameters" element="tns:TimeEntry_SetTextResponse" />
  </wsdl:message>
  <wsdl:message name="TimeEntry_GetNumberOfHoursSoapIn">
    <wsdl:part name="parameters" element="tns:TimeEntry_GetNumberOfHours" />
  </wsdl:message>
  <wsdl:message name="TimeEntry_GetNumberOfHoursSoapOut">
    <wsdl:part name="parameters" element="tns:TimeEntry_GetNumberOfHoursResponse" />
  </wsdl:message>
  <wsdl:message name="TimeEntry_GetSalesPriceSoapIn">
    <wsdl:part name="parameters" element="tns:TimeEntry_GetSalesPrice" />
  </wsdl:message>
  <wsdl:message name="TimeEntry_GetSalesPriceSoapOut">
    <wsdl:part name="parameters" element="tns:TimeEntry_GetSalesPriceResponse" />
  </wsdl:message>
  <wsdl:message name="TimeEntry_GetCostPriceSoapIn">
    <wsdl:part name="parameters" element="tns:TimeEntry_GetCostPrice" />
  </wsdl:message>
  <wsdl:message name="TimeEntry_GetCostPriceSoapOut">
    <wsdl:part name="parameters" element="tns:TimeEntry_GetCostPriceResponse" />
  </wsdl:message>
  <wsdl:message name="TimeEntry_GetApprovedSoapIn">
    <wsdl:part name="parameters" element="tns:TimeEntry_GetApproved" />
  </wsdl:message>
  <wsdl:message name="TimeEntry_GetApprovedSoapOut">
    <wsdl:part name="parameters" element="tns:TimeEntry_GetApprovedResponse" />
  </wsdl:message>
  <wsdl:message name="Unit_CreateFromDataSoapIn">
    <wsdl:part name="parameters" element="tns:Unit_CreateFromData" />
  </wsdl:message>
  <wsdl:message name="Unit_CreateFromDataSoapOut">
    <wsdl:part name="parameters" element="tns:Unit_CreateFromDataResponse" />
  </wsdl:message>
  <wsdl:message name="Unit_CreateFromDataArraySoapIn">
    <wsdl:part name="parameters" element="tns:Unit_CreateFromDataArray" />
  </wsdl:message>
  <wsdl:message name="Unit_CreateFromDataArraySoapOut">
    <wsdl:part name="parameters" element="tns:Unit_CreateFromDataArrayResponse" />
  </wsdl:message>
  <wsdl:message name="Unit_UpdateFromDataArraySoapIn">
    <wsdl:part name="parameters" element="tns:Unit_UpdateFromDataArray" />
  </wsdl:message>
  <wsdl:message name="Unit_UpdateFromDataArraySoapOut">
    <wsdl:part name="parameters" element="tns:Unit_UpdateFromDataArrayResponse" />
  </wsdl:message>
  <wsdl:message name="Unit_UpdateFromDataSoapIn">
    <wsdl:part name="parameters" element="tns:Unit_UpdateFromData" />
  </wsdl:message>
  <wsdl:message name="Unit_UpdateFromDataSoapOut">
    <wsdl:part name="parameters" element="tns:Unit_UpdateFromDataResponse" />
  </wsdl:message>
  <wsdl:message name="Unit_GetDataSoapIn">
    <wsdl:part name="parameters" element="tns:Unit_GetData" />
  </wsdl:message>
  <wsdl:message name="Unit_GetDataSoapOut">
    <wsdl:part name="parameters" element="tns:Unit_GetDataResponse" />
  </wsdl:message>
  <wsdl:message name="Unit_GetDataArraySoapIn">
    <wsdl:part name="parameters" element="tns:Unit_GetDataArray" />
  </wsdl:message>
  <wsdl:message name="Unit_GetDataArraySoapOut">
    <wsdl:part name="parameters" element="tns:Unit_GetDataArrayResponse" />
  </wsdl:message>
  <wsdl:message name="Unit_CreateSoapIn">
    <wsdl:part name="parameters" element="tns:Unit_Create" />
  </wsdl:message>
  <wsdl:message name="Unit_CreateSoapOut">
    <wsdl:part name="parameters" element="tns:Unit_CreateResponse" />
  </wsdl:message>
  <wsdl:message name="Unit_GetAllSoapIn">
    <wsdl:part name="parameters" element="tns:Unit_GetAll" />
  </wsdl:message>
  <wsdl:message name="Unit_GetAllSoapOut">
    <wsdl:part name="parameters" element="tns:Unit_GetAllResponse" />
  </wsdl:message>
  <wsdl:message name="Unit_FindByNameSoapIn">
    <wsdl:part name="parameters" element="tns:Unit_FindByName" />
  </wsdl:message>
  <wsdl:message name="Unit_FindByNameSoapOut">
    <wsdl:part name="parameters" element="tns:Unit_FindByNameResponse" />
  </wsdl:message>
  <wsdl:message name="Unit_FindByNumberSoapIn">
    <wsdl:part name="parameters" element="tns:Unit_FindByNumber" />
  </wsdl:message>
  <wsdl:message name="Unit_FindByNumberSoapOut">
    <wsdl:part name="parameters" element="tns:Unit_FindByNumberResponse" />
  </wsdl:message>
  <wsdl:message name="Unit_FindByNumberListSoapIn">
    <wsdl:part name="parameters" element="tns:Unit_FindByNumberList" />
  </wsdl:message>
  <wsdl:message name="Unit_FindByNumberListSoapOut">
    <wsdl:part name="parameters" element="tns:Unit_FindByNumberListResponse" />
  </wsdl:message>
  <wsdl:message name="Unit_DeleteSoapIn">
    <wsdl:part name="parameters" element="tns:Unit_Delete" />
  </wsdl:message>
  <wsdl:message name="Unit_DeleteSoapOut">
    <wsdl:part name="parameters" element="tns:Unit_DeleteResponse" />
  </wsdl:message>
  <wsdl:message name="Unit_GetNumberSoapIn">
    <wsdl:part name="parameters" element="tns:Unit_GetNumber" />
  </wsdl:message>
  <wsdl:message name="Unit_GetNumberSoapOut">
    <wsdl:part name="parameters" element="tns:Unit_GetNumberResponse" />
  </wsdl:message>
  <wsdl:message name="Unit_GetNameSoapIn">
    <wsdl:part name="parameters" element="tns:Unit_GetName" />
  </wsdl:message>
  <wsdl:message name="Unit_GetNameSoapOut">
    <wsdl:part name="parameters" element="tns:Unit_GetNameResponse" />
  </wsdl:message>
  <wsdl:message name="Unit_SetNameSoapIn">
    <wsdl:part name="parameters" element="tns:Unit_SetName" />
  </wsdl:message>
  <wsdl:message name="Unit_SetNameSoapOut">
    <wsdl:part name="parameters" element="tns:Unit_SetNameResponse" />
  </wsdl:message>
  <wsdl:message name="VatAccount_UpdateFromDataArraySoapIn">
    <wsdl:part name="parameters" element="tns:VatAccount_UpdateFromDataArray" />
  </wsdl:message>
  <wsdl:message name="VatAccount_UpdateFromDataArraySoapOut">
    <wsdl:part name="parameters" element="tns:VatAccount_UpdateFromDataArrayResponse" />
  </wsdl:message>
  <wsdl:message name="VatAccount_UpdateFromDataSoapIn">
    <wsdl:part name="parameters" element="tns:VatAccount_UpdateFromData" />
  </wsdl:message>
  <wsdl:message name="VatAccount_UpdateFromDataSoapOut">
    <wsdl:part name="parameters" element="tns:VatAccount_UpdateFromDataResponse" />
  </wsdl:message>
  <wsdl:message name="VatAccount_GetDataSoapIn">
    <wsdl:part name="parameters" element="tns:VatAccount_GetData" />
  </wsdl:message>
  <wsdl:message name="VatAccount_GetDataSoapOut">
    <wsdl:part name="parameters" element="tns:VatAccount_GetDataResponse" />
  </wsdl:message>
  <wsdl:message name="VatAccount_GetDataArraySoapIn">
    <wsdl:part name="parameters" element="tns:VatAccount_GetDataArray" />
  </wsdl:message>
  <wsdl:message name="VatAccount_GetDataArraySoapOut">
    <wsdl:part name="parameters" element="tns:VatAccount_GetDataArrayResponse" />
  </wsdl:message>
  <wsdl:message name="VatAccount_GetAllSoapIn">
    <wsdl:part name="parameters" element="tns:VatAccount_GetAll" />
  </wsdl:message>
  <wsdl:message name="VatAccount_GetAllSoapOut">
    <wsdl:part name="parameters" element="tns:VatAccount_GetAllResponse" />
  </wsdl:message>
  <wsdl:message name="VatAccount_FindByVatCodeSoapIn">
    <wsdl:part name="parameters" element="tns:VatAccount_FindByVatCode" />
  </wsdl:message>
  <wsdl:message name="VatAccount_FindByVatCodeSoapOut">
    <wsdl:part name="parameters" element="tns:VatAccount_FindByVatCodeResponse" />
  </wsdl:message>
  <wsdl:message name="VatAccount_GetVatCodeSoapIn">
    <wsdl:part name="parameters" element="tns:VatAccount_GetVatCode" />
  </wsdl:message>
  <wsdl:message name="VatAccount_GetVatCodeSoapOut">
    <wsdl:part name="parameters" element="tns:VatAccount_GetVatCodeResponse" />
  </wsdl:message>
  <wsdl:message name="VatAccount_GetNameSoapIn">
    <wsdl:part name="parameters" element="tns:VatAccount_GetName" />
  </wsdl:message>
  <wsdl:message name="VatAccount_GetNameSoapOut">
    <wsdl:part name="parameters" element="tns:VatAccount_GetNameResponse" />
  </wsdl:message>
  <wsdl:message name="VatAccount_GetTypeSoapIn">
    <wsdl:part name="parameters" element="tns:VatAccount_GetType" />
  </wsdl:message>
  <wsdl:message name="VatAccount_GetTypeSoapOut">
    <wsdl:part name="parameters" element="tns:VatAccount_GetTypeResponse" />
  </wsdl:message>
  <wsdl:message name="VatAccount_GetRateAsPercentSoapIn">
    <wsdl:part name="parameters" element="tns:VatAccount_GetRateAsPercent" />
  </wsdl:message>
  <wsdl:message name="VatAccount_GetRateAsPercentSoapOut">
    <wsdl:part name="parameters" element="tns:VatAccount_GetRateAsPercentResponse" />
  </wsdl:message>
  <wsdl:message name="VatAccount_GetAccountSoapIn">
    <wsdl:part name="parameters" element="tns:VatAccount_GetAccount" />
  </wsdl:message>
  <wsdl:message name="VatAccount_GetAccountSoapOut">
    <wsdl:part name="parameters" element="tns:VatAccount_GetAccountResponse" />
  </wsdl:message>
  <wsdl:message name="VatAccount_GetContraAccountSoapIn">
    <wsdl:part name="parameters" element="tns:VatAccount_GetContraAccount" />
  </wsdl:message>
  <wsdl:message name="VatAccount_GetContraAccountSoapOut">
    <wsdl:part name="parameters" element="tns:VatAccount_GetContraAccountResponse" />
  </wsdl:message>
  <wsdl:message name="ExtendedVatZone_FindByNumberSoapIn">
    <wsdl:part name="parameters" element="tns:ExtendedVatZone_FindByNumber" />
  </wsdl:message>
  <wsdl:message name="ExtendedVatZone_FindByNumberSoapOut">
    <wsdl:part name="parameters" element="tns:ExtendedVatZone_FindByNumberResponse" />
  </wsdl:message>
  <wsdl:message name="ExtendedVatZone_GetAllSoapIn">
    <wsdl:part name="parameters" element="tns:ExtendedVatZone_GetAll" />
  </wsdl:message>
  <wsdl:message name="ExtendedVatZone_GetAllSoapOut">
    <wsdl:part name="parameters" element="tns:ExtendedVatZone_GetAllResponse" />
  </wsdl:message>
  <wsdl:message name="ExtendedVatZone_GetDataSoapIn">
    <wsdl:part name="parameters" element="tns:ExtendedVatZone_GetData" />
  </wsdl:message>
  <wsdl:message name="ExtendedVatZone_GetDataSoapOut">
    <wsdl:part name="parameters" element="tns:ExtendedVatZone_GetDataResponse" />
  </wsdl:message>
  <wsdl:message name="ExtendedVatZone_GetDataArraySoapIn">
    <wsdl:part name="parameters" element="tns:ExtendedVatZone_GetDataArray" />
  </wsdl:message>
  <wsdl:message name="ExtendedVatZone_GetDataArraySoapOut">
    <wsdl:part name="parameters" element="tns:ExtendedVatZone_GetDataArrayResponse" />
  </wsdl:message>
  <wsdl:message name="ExtendedVatZone_GetNameSoapIn">
    <wsdl:part name="parameters" element="tns:ExtendedVatZone_GetName" />
  </wsdl:message>
  <wsdl:message name="ExtendedVatZone_GetNameSoapOut">
    <wsdl:part name="parameters" element="tns:ExtendedVatZone_GetNameResponse" />
  </wsdl:message>
  <wsdl:message name="ExtendedVatZone_GetNumberSoapIn">
    <wsdl:part name="parameters" element="tns:ExtendedVatZone_GetNumber" />
  </wsdl:message>
  <wsdl:message name="ExtendedVatZone_GetNumberSoapOut">
    <wsdl:part name="parameters" element="tns:ExtendedVatZone_GetNumberResponse" />
  </wsdl:message>
  <wsdl:message name="Debtor_GetExtendedVatZoneSoapIn">
    <wsdl:part name="parameters" element="tns:Debtor_GetExtendedVatZone" />
  </wsdl:message>
  <wsdl:message name="Debtor_GetExtendedVatZoneSoapOut">
    <wsdl:part name="parameters" element="tns:Debtor_GetExtendedVatZoneResponse" />
  </wsdl:message>
  <wsdl:message name="Debtor_SetExtendedVatZoneSoapIn">
    <wsdl:part name="parameters" element="tns:Debtor_SetExtendedVatZone" />
  </wsdl:message>
  <wsdl:message name="Debtor_SetExtendedVatZoneSoapOut">
    <wsdl:part name="parameters" element="tns:Debtor_SetExtendedVatZoneResponse" />
  </wsdl:message>
  <wsdl:message name="HasInternationalLedgerSoapIn">
    <wsdl:part name="parameters" element="tns:HasInternationalLedger" />
  </wsdl:message>
  <wsdl:message name="HasInternationalLedgerSoapOut">
    <wsdl:part name="parameters" element="tns:HasInternationalLedgerResponse" />
  </wsdl:message>
  <wsdl:message name="Verify_XEconomicAppIdentifierSoapIn">
    <wsdl:part name="parameters" element="tns:Verify_XEconomicAppIdentifier" />
  </wsdl:message>
  <wsdl:message name="Verify_XEconomicAppIdentifierSoapOut">
    <wsdl:part name="parameters" element="tns:Verify_XEconomicAppIdentifierResponse" />
  </wsdl:message>
  <wsdl:message name="Subscription_GetIncludeNameSoapIn">
    <wsdl:part name="parameters" element="tns:Subscription_GetIncludeName" />
  </wsdl:message>
  <wsdl:message name="Subscription_GetIncludeNameSoapOut">
    <wsdl:part name="parameters" element="tns:Subscription_GetIncludeNameResponse" />
  </wsdl:message>
  <wsdl:message name="Subscription_SetIncludeNameSoapIn">
    <wsdl:part name="parameters" element="tns:Subscription_SetIncludeName" />
  </wsdl:message>
  <wsdl:message name="Subscription_SetIncludeNameSoapOut">
    <wsdl:part name="parameters" element="tns:Subscription_SetIncludeNameResponse" />
  </wsdl:message>
  <wsdl:message name="Subscription_SetSubscriptionIntervalSoapIn">
    <wsdl:part name="parameters" element="tns:Subscription_SetSubscriptionInterval" />
  </wsdl:message>
  <wsdl:message name="Subscription_SetSubscriptionIntervalSoapOut">
    <wsdl:part name="parameters" element="tns:Subscription_SetSubscriptionIntervalResponse" />
  </wsdl:message>
  <wsdl:message name="Subscription_GetSubscriptionIntervalSoapIn">
    <wsdl:part name="parameters" element="tns:Subscription_GetSubscriptionInterval" />
  </wsdl:message>
  <wsdl:message name="Subscription_GetSubscriptionIntervalSoapOut">
    <wsdl:part name="parameters" element="tns:Subscription_GetSubscriptionIntervalResponse" />
  </wsdl:message>
  <wsdl:message name="Subscription_GetCalendarYearBasisSoapIn">
    <wsdl:part name="parameters" element="tns:Subscription_GetCalendarYearBasis" />
  </wsdl:message>
  <wsdl:message name="Subscription_GetCalendarYearBasisSoapOut">
    <wsdl:part name="parameters" element="tns:Subscription_GetCalendarYearBasisResponse" />
  </wsdl:message>
  <wsdl:message name="Subscription_SetCalendarYearBasisSoapIn">
    <wsdl:part name="parameters" element="tns:Subscription_SetCalendarYearBasis" />
  </wsdl:message>
  <wsdl:message name="Subscription_SetCalendarYearBasisSoapOut">
    <wsdl:part name="parameters" element="tns:Subscription_SetCalendarYearBasisResponse" />
  </wsdl:message>
  <wsdl:message name="Subscription_SetCollectionSoapIn">
    <wsdl:part name="parameters" element="tns:Subscription_SetCollection" />
  </wsdl:message>
  <wsdl:message name="Subscription_SetCollectionSoapOut">
    <wsdl:part name="parameters" element="tns:Subscription_SetCollectionResponse" />
  </wsdl:message>
  <wsdl:message name="Subscription_GetCollectionSoapIn">
    <wsdl:part name="parameters" element="tns:Subscription_GetCollection" />
  </wsdl:message>
  <wsdl:message name="Subscription_GetCollectionSoapOut">
    <wsdl:part name="parameters" element="tns:Subscription_GetCollectionResponse" />
  </wsdl:message>
  <wsdl:message name="Subscription_GetAddPeriodSoapIn">
    <wsdl:part name="parameters" element="tns:Subscription_GetAddPeriod" />
  </wsdl:message>
  <wsdl:message name="Subscription_GetAddPeriodSoapOut">
    <wsdl:part name="parameters" element="tns:Subscription_GetAddPeriodResponse" />
  </wsdl:message>
  <wsdl:message name="Subscription_SetAddPeriodSoapIn">
    <wsdl:part name="parameters" element="tns:Subscription_SetAddPeriod" />
  </wsdl:message>
  <wsdl:message name="Subscription_SetAddPeriodSoapOut">
    <wsdl:part name="parameters" element="tns:Subscription_SetAddPeriodResponse" />
  </wsdl:message>
  <wsdl:message name="Subscription_SetAllowMoreThanOneForEachDebtorSoapIn">
    <wsdl:part name="parameters" element="tns:Subscription_SetAllowMoreThanOneForEachDebtor" />
  </wsdl:message>
  <wsdl:message name="Subscription_SetAllowMoreThanOneForEachDebtorSoapOut">
    <wsdl:part name="parameters" element="tns:Subscription_SetAllowMoreThanOneForEachDebtorResponse" />
  </wsdl:message>
  <wsdl:message name="Subscription_GetAllowMoreThanOneForEachDebtorSoapIn">
    <wsdl:part name="parameters" element="tns:Subscription_GetAllowMoreThanOneForEachDebtor" />
  </wsdl:message>
  <wsdl:message name="Subscription_GetAllowMoreThanOneForEachDebtorSoapOut">
    <wsdl:part name="parameters" element="tns:Subscription_GetAllowMoreThanOneForEachDebtorResponse" />
  </wsdl:message>
  <wsdl:message name="Subscription_CreateSoapIn">
    <wsdl:part name="parameters" element="tns:Subscription_Create" />
  </wsdl:message>
  <wsdl:message name="Subscription_CreateSoapOut">
    <wsdl:part name="parameters" element="tns:Subscription_CreateResponse" />
  </wsdl:message>
  <wsdl:message name="Subscription_FindByNumberSoapIn">
    <wsdl:part name="parameters" element="tns:Subscription_FindByNumber" />
  </wsdl:message>
  <wsdl:message name="Subscription_FindByNumberSoapOut">
    <wsdl:part name="parameters" element="tns:Subscription_FindByNumberResponse" />
  </wsdl:message>
  <wsdl:message name="Subscription_FindByNameSoapIn">
    <wsdl:part name="parameters" element="tns:Subscription_FindByName" />
  </wsdl:message>
  <wsdl:message name="Subscription_FindByNameSoapOut">
    <wsdl:part name="parameters" element="tns:Subscription_FindByNameResponse" />
  </wsdl:message>
  <wsdl:message name="Subscription_GetSubscriptionLinesSoapIn">
    <wsdl:part name="parameters" element="tns:Subscription_GetSubscriptionLines" />
  </wsdl:message>
  <wsdl:message name="Subscription_GetSubscriptionLinesSoapOut">
    <wsdl:part name="parameters" element="tns:Subscription_GetSubscriptionLinesResponse" />
  </wsdl:message>
  <wsdl:message name="Subscription_GetNextAvailableNumberSoapIn">
    <wsdl:part name="parameters" element="tns:Subscription_GetNextAvailableNumber" />
  </wsdl:message>
  <wsdl:message name="Subscription_GetNextAvailableNumberSoapOut">
    <wsdl:part name="parameters" element="tns:Subscription_GetNextAvailableNumberResponse" />
  </wsdl:message>
  <wsdl:message name="Subscription_DeleteSoapIn">
    <wsdl:part name="parameters" element="tns:Subscription_Delete" />
  </wsdl:message>
  <wsdl:message name="Subscription_DeleteSoapOut">
    <wsdl:part name="parameters" element="tns:Subscription_DeleteResponse" />
  </wsdl:message>
  <wsdl:message name="Subscription_GetSubscribersSoapIn">
    <wsdl:part name="parameters" element="tns:Subscription_GetSubscribers" />
  </wsdl:message>
  <wsdl:message name="Subscription_GetSubscribersSoapOut">
    <wsdl:part name="parameters" element="tns:Subscription_GetSubscribersResponse" />
  </wsdl:message>
  <wsdl:message name="Subscription_GetAllSoapIn">
    <wsdl:part name="parameters" element="tns:Subscription_GetAll" />
  </wsdl:message>
  <wsdl:message name="Subscription_GetAllSoapOut">
    <wsdl:part name="parameters" element="tns:Subscription_GetAllResponse" />
  </wsdl:message>
  <wsdl:message name="SubscriptionLine_CreateFromDataSoapIn">
    <wsdl:part name="parameters" element="tns:SubscriptionLine_CreateFromData" />
  </wsdl:message>
  <wsdl:message name="SubscriptionLine_CreateFromDataSoapOut">
    <wsdl:part name="parameters" element="tns:SubscriptionLine_CreateFromDataResponse" />
  </wsdl:message>
  <wsdl:message name="SubscriptionLine_CreateFromDataArraySoapIn">
    <wsdl:part name="parameters" element="tns:SubscriptionLine_CreateFromDataArray" />
  </wsdl:message>
  <wsdl:message name="SubscriptionLine_CreateFromDataArraySoapOut">
    <wsdl:part name="parameters" element="tns:SubscriptionLine_CreateFromDataArrayResponse" />
  </wsdl:message>
  <wsdl:message name="SubscriptionLine_UpdateFromDataArraySoapIn">
    <wsdl:part name="parameters" element="tns:SubscriptionLine_UpdateFromDataArray" />
  </wsdl:message>
  <wsdl:message name="SubscriptionLine_UpdateFromDataArraySoapOut">
    <wsdl:part name="parameters" element="tns:SubscriptionLine_UpdateFromDataArrayResponse" />
  </wsdl:message>
  <wsdl:message name="SubscriptionLine_UpdateFromDataSoapIn">
    <wsdl:part name="parameters" element="tns:SubscriptionLine_UpdateFromData" />
  </wsdl:message>
  <wsdl:message name="SubscriptionLine_UpdateFromDataSoapOut">
    <wsdl:part name="parameters" element="tns:SubscriptionLine_UpdateFromDataResponse" />
  </wsdl:message>
  <wsdl:message name="SubscriptionLine_GetDataSoapIn">
    <wsdl:part name="parameters" element="tns:SubscriptionLine_GetData" />
  </wsdl:message>
  <wsdl:message name="SubscriptionLine_GetDataSoapOut">
    <wsdl:part name="parameters" element="tns:SubscriptionLine_GetDataResponse" />
  </wsdl:message>
  <wsdl:message name="SubscriptionLine_GetDataArraySoapIn">
    <wsdl:part name="parameters" element="tns:SubscriptionLine_GetDataArray" />
  </wsdl:message>
  <wsdl:message name="SubscriptionLine_GetDataArraySoapOut">
    <wsdl:part name="parameters" element="tns:SubscriptionLine_GetDataArrayResponse" />
  </wsdl:message>
  <wsdl:message name="SubscriptionLine_GetNumberSoapIn">
    <wsdl:part name="parameters" element="tns:SubscriptionLine_GetNumber" />
  </wsdl:message>
  <wsdl:message name="SubscriptionLine_GetNumberSoapOut">
    <wsdl:part name="parameters" element="tns:SubscriptionLine_GetNumberResponse" />
  </wsdl:message>
  <wsdl:message name="SubscriptionLine_GetSubscriptionSoapIn">
    <wsdl:part name="parameters" element="tns:SubscriptionLine_GetSubscription" />
  </wsdl:message>
  <wsdl:message name="SubscriptionLine_GetSubscriptionSoapOut">
    <wsdl:part name="parameters" element="tns:SubscriptionLine_GetSubscriptionResponse" />
  </wsdl:message>
  <wsdl:message name="SubscriptionLine_GetProductSoapIn">
    <wsdl:part name="parameters" element="tns:SubscriptionLine_GetProduct" />
  </wsdl:message>
  <wsdl:message name="SubscriptionLine_GetProductSoapOut">
    <wsdl:part name="parameters" element="tns:SubscriptionLine_GetProductResponse" />
  </wsdl:message>
  <wsdl:message name="SubscriptionLine_SetProductSoapIn">
    <wsdl:part name="parameters" element="tns:SubscriptionLine_SetProduct" />
  </wsdl:message>
  <wsdl:message name="SubscriptionLine_SetProductSoapOut">
    <wsdl:part name="parameters" element="tns:SubscriptionLine_SetProductResponse" />
  </wsdl:message>
  <wsdl:message name="SubscriptionLine_GetQuantitySoapIn">
    <wsdl:part name="parameters" element="tns:SubscriptionLine_GetQuantity" />
  </wsdl:message>
  <wsdl:message name="SubscriptionLine_GetQuantitySoapOut">
    <wsdl:part name="parameters" element="tns:SubscriptionLine_GetQuantityResponse" />
  </wsdl:message>
  <wsdl:message name="SubscriptionLine_SetQuantitySoapIn">
    <wsdl:part name="parameters" element="tns:SubscriptionLine_SetQuantity" />
  </wsdl:message>
  <wsdl:message name="SubscriptionLine_SetQuantitySoapOut">
    <wsdl:part name="parameters" element="tns:SubscriptionLine_SetQuantityResponse" />
  </wsdl:message>
  <wsdl:message name="SubscriptionLine_SetDepartmentSoapIn">
    <wsdl:part name="parameters" element="tns:SubscriptionLine_SetDepartment" />
  </wsdl:message>
  <wsdl:message name="SubscriptionLine_SetDepartmentSoapOut">
    <wsdl:part name="parameters" element="tns:SubscriptionLine_SetDepartmentResponse" />
  </wsdl:message>
  <wsdl:message name="SubscriptionLine_GetDepartmentSoapIn">
    <wsdl:part name="parameters" element="tns:SubscriptionLine_GetDepartment" />
  </wsdl:message>
  <wsdl:message name="SubscriptionLine_GetDepartmentSoapOut">
    <wsdl:part name="parameters" element="tns:SubscriptionLine_GetDepartmentResponse" />
  </wsdl:message>
  <wsdl:message name="SubscriptionLine_SetProductNameSoapIn">
    <wsdl:part name="parameters" element="tns:SubscriptionLine_SetProductName" />
  </wsdl:message>
  <wsdl:message name="SubscriptionLine_SetProductNameSoapOut">
    <wsdl:part name="parameters" element="tns:SubscriptionLine_SetProductNameResponse" />
  </wsdl:message>
  <wsdl:message name="SubscriptionLine_GetProductNameSoapIn">
    <wsdl:part name="parameters" element="tns:SubscriptionLine_GetProductName" />
  </wsdl:message>
  <wsdl:message name="SubscriptionLine_GetProductNameSoapOut">
    <wsdl:part name="parameters" element="tns:SubscriptionLine_GetProductNameResponse" />
  </wsdl:message>
  <wsdl:message name="SubscriptionLine_GetSpecialPriceSoapIn">
    <wsdl:part name="parameters" element="tns:SubscriptionLine_GetSpecialPrice" />
  </wsdl:message>
  <wsdl:message name="SubscriptionLine_GetSpecialPriceSoapOut">
    <wsdl:part name="parameters" element="tns:SubscriptionLine_GetSpecialPriceResponse" />
  </wsdl:message>
  <wsdl:message name="SubscriptionLine_SetSpecialPriceSoapIn">
    <wsdl:part name="parameters" element="tns:SubscriptionLine_SetSpecialPrice" />
  </wsdl:message>
  <wsdl:message name="SubscriptionLine_SetSpecialPriceSoapOut">
    <wsdl:part name="parameters" element="tns:SubscriptionLine_SetSpecialPriceResponse" />
  </wsdl:message>
  <wsdl:message name="SubscriptionLine_CreateSoapIn">
    <wsdl:part name="parameters" element="tns:SubscriptionLine_Create" />
  </wsdl:message>
  <wsdl:message name="SubscriptionLine_CreateSoapOut">
    <wsdl:part name="parameters" element="tns:SubscriptionLine_CreateResponse" />
  </wsdl:message>
  <wsdl:message name="SubscriptionLine_FindByProductSoapIn">
    <wsdl:part name="parameters" element="tns:SubscriptionLine_FindByProduct" />
  </wsdl:message>
  <wsdl:message name="SubscriptionLine_FindByProductSoapOut">
    <wsdl:part name="parameters" element="tns:SubscriptionLine_FindByProductResponse" />
  </wsdl:message>
  <wsdl:message name="SubscriptionLine_FindByProductListSoapIn">
    <wsdl:part name="parameters" element="tns:SubscriptionLine_FindByProductList" />
  </wsdl:message>
  <wsdl:message name="SubscriptionLine_FindByProductListSoapOut">
    <wsdl:part name="parameters" element="tns:SubscriptionLine_FindByProductListResponse" />
  </wsdl:message>
  <wsdl:message name="SubscriptionLine_FindBySubscriptionSoapIn">
    <wsdl:part name="parameters" element="tns:SubscriptionLine_FindBySubscription" />
  </wsdl:message>
  <wsdl:message name="SubscriptionLine_FindBySubscriptionSoapOut">
    <wsdl:part name="parameters" element="tns:SubscriptionLine_FindBySubscriptionResponse" />
  </wsdl:message>
  <wsdl:message name="SubscriptionLine_FindBySubscriptonListSoapIn">
    <wsdl:part name="parameters" element="tns:SubscriptionLine_FindBySubscriptonList" />
  </wsdl:message>
  <wsdl:message name="SubscriptionLine_FindBySubscriptonListSoapOut">
    <wsdl:part name="parameters" element="tns:SubscriptionLine_FindBySubscriptonListResponse" />
  </wsdl:message>
  <wsdl:message name="SubscriptionLine_GetAllSoapIn">
    <wsdl:part name="parameters" element="tns:SubscriptionLine_GetAll" />
  </wsdl:message>
  <wsdl:message name="SubscriptionLine_GetAllSoapOut">
    <wsdl:part name="parameters" element="tns:SubscriptionLine_GetAllResponse" />
  </wsdl:message>
  <wsdl:message name="SubscriptionLine_DeleteSoapIn">
    <wsdl:part name="parameters" element="tns:SubscriptionLine_Delete" />
  </wsdl:message>
  <wsdl:message name="SubscriptionLine_DeleteSoapOut">
    <wsdl:part name="parameters" element="tns:SubscriptionLine_DeleteResponse" />
  </wsdl:message>
  <wsdl:message name="SumInterval_CreateFromDataSoapIn">
    <wsdl:part name="parameters" element="tns:SumInterval_CreateFromData" />
  </wsdl:message>
  <wsdl:message name="SumInterval_CreateFromDataSoapOut">
    <wsdl:part name="parameters" element="tns:SumInterval_CreateFromDataResponse" />
  </wsdl:message>
  <wsdl:message name="SumInterval_CreateFromDataArraySoapIn">
    <wsdl:part name="parameters" element="tns:SumInterval_CreateFromDataArray" />
  </wsdl:message>
  <wsdl:message name="SumInterval_CreateFromDataArraySoapOut">
    <wsdl:part name="parameters" element="tns:SumInterval_CreateFromDataArrayResponse" />
  </wsdl:message>
  <wsdl:message name="SumInterval_UpdateFromDataArraySoapIn">
    <wsdl:part name="parameters" element="tns:SumInterval_UpdateFromDataArray" />
  </wsdl:message>
  <wsdl:message name="SumInterval_UpdateFromDataArraySoapOut">
    <wsdl:part name="parameters" element="tns:SumInterval_UpdateFromDataArrayResponse" />
  </wsdl:message>
  <wsdl:message name="SumInterval_UpdateFromDataSoapIn">
    <wsdl:part name="parameters" element="tns:SumInterval_UpdateFromData" />
  </wsdl:message>
  <wsdl:message name="SumInterval_UpdateFromDataSoapOut">
    <wsdl:part name="parameters" element="tns:SumInterval_UpdateFromDataResponse" />
  </wsdl:message>
  <wsdl:message name="SumInterval_GetDataSoapIn">
    <wsdl:part name="parameters" element="tns:SumInterval_GetData" />
  </wsdl:message>
  <wsdl:message name="SumInterval_GetDataSoapOut">
    <wsdl:part name="parameters" element="tns:SumInterval_GetDataResponse" />
  </wsdl:message>
  <wsdl:message name="SumInterval_GetDataArraySoapIn">
    <wsdl:part name="parameters" element="tns:SumInterval_GetDataArray" />
  </wsdl:message>
  <wsdl:message name="SumInterval_GetDataArraySoapOut">
    <wsdl:part name="parameters" element="tns:SumInterval_GetDataArrayResponse" />
  </wsdl:message>
  <wsdl:message name="SumInterval_CreateSoapIn">
    <wsdl:part name="parameters" element="tns:SumInterval_Create" />
  </wsdl:message>
  <wsdl:message name="SumInterval_CreateSoapOut">
    <wsdl:part name="parameters" element="tns:SumInterval_CreateResponse" />
  </wsdl:message>
  <wsdl:message name="SumInterval_DeleteSoapIn">
    <wsdl:part name="parameters" element="tns:SumInterval_Delete" />
  </wsdl:message>
  <wsdl:message name="SumInterval_DeleteSoapOut">
    <wsdl:part name="parameters" element="tns:SumInterval_DeleteResponse" />
  </wsdl:message>
  <wsdl:message name="SumInterval_GetAccountSoapIn">
    <wsdl:part name="parameters" element="tns:SumInterval_GetAccount" />
  </wsdl:message>
  <wsdl:message name="SumInterval_GetAccountSoapOut">
    <wsdl:part name="parameters" element="tns:SumInterval_GetAccountResponse" />
  </wsdl:message>
  <wsdl:message name="SumInterval_GetFromAccountSoapIn">
    <wsdl:part name="parameters" element="tns:SumInterval_GetFromAccount" />
  </wsdl:message>
  <wsdl:message name="SumInterval_GetFromAccountSoapOut">
    <wsdl:part name="parameters" element="tns:SumInterval_GetFromAccountResponse" />
  </wsdl:message>
  <wsdl:message name="SumInterval_SetFromAccountSoapIn">
    <wsdl:part name="parameters" element="tns:SumInterval_SetFromAccount" />
  </wsdl:message>
  <wsdl:message name="SumInterval_SetFromAccountSoapOut">
    <wsdl:part name="parameters" element="tns:SumInterval_SetFromAccountResponse" />
  </wsdl:message>
  <wsdl:message name="SumInterval_GetToAccountSoapIn">
    <wsdl:part name="parameters" element="tns:SumInterval_GetToAccount" />
  </wsdl:message>
  <wsdl:message name="SumInterval_GetToAccountSoapOut">
    <wsdl:part name="parameters" element="tns:SumInterval_GetToAccountResponse" />
  </wsdl:message>
  <wsdl:message name="SumInterval_SetToAccountSoapIn">
    <wsdl:part name="parameters" element="tns:SumInterval_SetToAccount" />
  </wsdl:message>
  <wsdl:message name="SumInterval_SetToAccountSoapOut">
    <wsdl:part name="parameters" element="tns:SumInterval_SetToAccountResponse" />
  </wsdl:message>
  <wsdl:message name="TemplateCollection_GetDataSoapIn">
    <wsdl:part name="parameters" element="tns:TemplateCollection_GetData" />
  </wsdl:message>
  <wsdl:message name="TemplateCollection_GetDataSoapOut">
    <wsdl:part name="parameters" element="tns:TemplateCollection_GetDataResponse" />
  </wsdl:message>
  <wsdl:message name="TemplateCollection_GetDataArraySoapIn">
    <wsdl:part name="parameters" element="tns:TemplateCollection_GetDataArray" />
  </wsdl:message>
  <wsdl:message name="TemplateCollection_GetDataArraySoapOut">
    <wsdl:part name="parameters" element="tns:TemplateCollection_GetDataArrayResponse" />
  </wsdl:message>
  <wsdl:message name="TemplateCollection_GetAllSoapIn">
    <wsdl:part name="parameters" element="tns:TemplateCollection_GetAll" />
  </wsdl:message>
  <wsdl:message name="TemplateCollection_GetAllSoapOut">
    <wsdl:part name="parameters" element="tns:TemplateCollection_GetAllResponse" />
  </wsdl:message>
  <wsdl:message name="TemplateCollection_FindByNameSoapIn">
    <wsdl:part name="parameters" element="tns:TemplateCollection_FindByName" />
  </wsdl:message>
  <wsdl:message name="TemplateCollection_FindByNameSoapOut">
    <wsdl:part name="parameters" element="tns:TemplateCollection_FindByNameResponse" />
  </wsdl:message>
  <wsdl:message name="TemplateCollection_GetNameSoapIn">
    <wsdl:part name="parameters" element="tns:TemplateCollection_GetName" />
  </wsdl:message>
  <wsdl:message name="TemplateCollection_GetNameSoapOut">
    <wsdl:part name="parameters" element="tns:TemplateCollection_GetNameResponse" />
  </wsdl:message>
  <wsdl:message name="TemplateCollection_SetNameSoapIn">
    <wsdl:part name="parameters" element="tns:TemplateCollection_SetName" />
  </wsdl:message>
  <wsdl:message name="TemplateCollection_SetNameSoapOut">
    <wsdl:part name="parameters" element="tns:TemplateCollection_SetNameResponse" />
  </wsdl:message>
  <wsdl:message name="TermOfPayment_CreateFromDataSoapIn">
    <wsdl:part name="parameters" element="tns:TermOfPayment_CreateFromData" />
  </wsdl:message>
  <wsdl:message name="TermOfPayment_CreateFromDataSoapOut">
    <wsdl:part name="parameters" element="tns:TermOfPayment_CreateFromDataResponse" />
  </wsdl:message>
  <wsdl:message name="TermOfPayment_CreateFromDataArraySoapIn">
    <wsdl:part name="parameters" element="tns:TermOfPayment_CreateFromDataArray" />
  </wsdl:message>
  <wsdl:message name="TermOfPayment_CreateFromDataArraySoapOut">
    <wsdl:part name="parameters" element="tns:TermOfPayment_CreateFromDataArrayResponse" />
  </wsdl:message>
  <wsdl:message name="TermOfPayment_UpdateFromDataArraySoapIn">
    <wsdl:part name="parameters" element="tns:TermOfPayment_UpdateFromDataArray" />
  </wsdl:message>
  <wsdl:message name="TermOfPayment_UpdateFromDataArraySoapOut">
    <wsdl:part name="parameters" element="tns:TermOfPayment_UpdateFromDataArrayResponse" />
  </wsdl:message>
  <wsdl:message name="TermOfPayment_UpdateFromDataSoapIn">
    <wsdl:part name="parameters" element="tns:TermOfPayment_UpdateFromData" />
  </wsdl:message>
  <wsdl:message name="TermOfPayment_UpdateFromDataSoapOut">
    <wsdl:part name="parameters" element="tns:TermOfPayment_UpdateFromDataResponse" />
  </wsdl:message>
  <wsdl:message name="TermOfPayment_GetDataSoapIn">
    <wsdl:part name="parameters" element="tns:TermOfPayment_GetData" />
  </wsdl:message>
  <wsdl:message name="TermOfPayment_GetDataSoapOut">
    <wsdl:part name="parameters" element="tns:TermOfPayment_GetDataResponse" />
  </wsdl:message>
  <wsdl:message name="TermOfPayment_GetDataArraySoapIn">
    <wsdl:part name="parameters" element="tns:TermOfPayment_GetDataArray" />
  </wsdl:message>
  <wsdl:message name="TermOfPayment_GetDataArraySoapOut">
    <wsdl:part name="parameters" element="tns:TermOfPayment_GetDataArrayResponse" />
  </wsdl:message>
  <wsdl:message name="TermOfPayment_CreateSoapIn">
    <wsdl:part name="parameters" element="tns:TermOfPayment_Create" />
  </wsdl:message>
  <wsdl:message name="TermOfPayment_CreateSoapOut">
    <wsdl:part name="parameters" element="tns:TermOfPayment_CreateResponse" />
  </wsdl:message>
  <wsdl:message name="TermOfPayment_GetAllSoapIn">
    <wsdl:part name="parameters" element="tns:TermOfPayment_GetAll" />
  </wsdl:message>
  <wsdl:message name="TermOfPayment_GetAllSoapOut">
    <wsdl:part name="parameters" element="tns:TermOfPayment_GetAllResponse" />
  </wsdl:message>
  <wsdl:message name="TermOfPayment_FindByNameSoapIn">
    <wsdl:part name="parameters" element="tns:TermOfPayment_FindByName" />
  </wsdl:message>
  <wsdl:message name="TermOfPayment_FindByNameSoapOut">
    <wsdl:part name="parameters" element="tns:TermOfPayment_FindByNameResponse" />
  </wsdl:message>
  <wsdl:message name="TermOfPayment_DeleteSoapIn">
    <wsdl:part name="parameters" element="tns:TermOfPayment_Delete" />
  </wsdl:message>
  <wsdl:message name="TermOfPayment_DeleteSoapOut">
    <wsdl:part name="parameters" element="tns:TermOfPayment_DeleteResponse" />
  </wsdl:message>
  <wsdl:message name="TermOfPayment_GetNameSoapIn">
    <wsdl:part name="parameters" element="tns:TermOfPayment_GetName" />
  </wsdl:message>
  <wsdl:message name="TermOfPayment_GetNameSoapOut">
    <wsdl:part name="parameters" element="tns:TermOfPayment_GetNameResponse" />
  </wsdl:message>
  <wsdl:message name="TermOfPayment_SetNameSoapIn">
    <wsdl:part name="parameters" element="tns:TermOfPayment_SetName" />
  </wsdl:message>
  <wsdl:message name="TermOfPayment_SetNameSoapOut">
    <wsdl:part name="parameters" element="tns:TermOfPayment_SetNameResponse" />
  </wsdl:message>
  <wsdl:message name="TermOfPayment_GetTypeSoapIn">
    <wsdl:part name="parameters" element="tns:TermOfPayment_GetType" />
  </wsdl:message>
  <wsdl:message name="TermOfPayment_GetTypeSoapOut">
    <wsdl:part name="parameters" element="tns:TermOfPayment_GetTypeResponse" />
  </wsdl:message>
  <wsdl:message name="TermOfPayment_GetDaysSoapIn">
    <wsdl:part name="parameters" element="tns:TermOfPayment_GetDays" />
  </wsdl:message>
  <wsdl:message name="TermOfPayment_GetDaysSoapOut">
    <wsdl:part name="parameters" element="tns:TermOfPayment_GetDaysResponse" />
  </wsdl:message>
  <wsdl:message name="TermOfPayment_GetDescriptionSoapIn">
    <wsdl:part name="parameters" element="tns:TermOfPayment_GetDescription" />
  </wsdl:message>
  <wsdl:message name="TermOfPayment_GetDescriptionSoapOut">
    <wsdl:part name="parameters" element="tns:TermOfPayment_GetDescriptionResponse" />
  </wsdl:message>
  <wsdl:message name="TermOfPayment_SetDescriptionSoapIn">
    <wsdl:part name="parameters" element="tns:TermOfPayment_SetDescription" />
  </wsdl:message>
  <wsdl:message name="TermOfPayment_SetDescriptionSoapOut">
    <wsdl:part name="parameters" element="tns:TermOfPayment_SetDescriptionResponse" />
  </wsdl:message>
  <wsdl:message name="TermOfPayment_GetContraAccountSoapIn">
    <wsdl:part name="parameters" element="tns:TermOfPayment_GetContraAccount" />
  </wsdl:message>
  <wsdl:message name="TermOfPayment_GetContraAccountSoapOut">
    <wsdl:part name="parameters" element="tns:TermOfPayment_GetContraAccountResponse" />
  </wsdl:message>
  <wsdl:message name="TermOfPayment_SetContraAccountSoapIn">
    <wsdl:part name="parameters" element="tns:TermOfPayment_SetContraAccount" />
  </wsdl:message>
  <wsdl:message name="TermOfPayment_SetContraAccountSoapOut">
    <wsdl:part name="parameters" element="tns:TermOfPayment_SetContraAccountResponse" />
  </wsdl:message>
  <wsdl:message name="TermOfPayment_GetContraAccount2SoapIn">
    <wsdl:part name="parameters" element="tns:TermOfPayment_GetContraAccount2" />
  </wsdl:message>
  <wsdl:message name="TermOfPayment_GetContraAccount2SoapOut">
    <wsdl:part name="parameters" element="tns:TermOfPayment_GetContraAccount2Response" />
  </wsdl:message>
  <wsdl:message name="TermOfPayment_SetContraAccount2SoapIn">
    <wsdl:part name="parameters" element="tns:TermOfPayment_SetContraAccount2" />
  </wsdl:message>
  <wsdl:message name="TermOfPayment_SetContraAccount2SoapOut">
    <wsdl:part name="parameters" element="tns:TermOfPayment_SetContraAccount2Response" />
  </wsdl:message>
  <wsdl:message name="TermOfPayment_GetDebtorSoapIn">
    <wsdl:part name="parameters" element="tns:TermOfPayment_GetDebtor" />
  </wsdl:message>
  <wsdl:message name="TermOfPayment_GetDebtorSoapOut">
    <wsdl:part name="parameters" element="tns:TermOfPayment_GetDebtorResponse" />
  </wsdl:message>
  <wsdl:message name="QuotationLine_SetDepartmentSoapIn">
    <wsdl:part name="parameters" element="tns:QuotationLine_SetDepartment" />
  </wsdl:message>
  <wsdl:message name="QuotationLine_SetDepartmentSoapOut">
    <wsdl:part name="parameters" element="tns:QuotationLine_SetDepartmentResponse" />
  </wsdl:message>
  <wsdl:message name="QuotationLine_GetDistributionKeySoapIn">
    <wsdl:part name="parameters" element="tns:QuotationLine_GetDistributionKey" />
  </wsdl:message>
  <wsdl:message name="QuotationLine_GetDistributionKeySoapOut">
    <wsdl:part name="parameters" element="tns:QuotationLine_GetDistributionKeyResponse" />
  </wsdl:message>
  <wsdl:message name="QuotationLine_SetDistributionKeySoapIn">
    <wsdl:part name="parameters" element="tns:QuotationLine_SetDistributionKey" />
  </wsdl:message>
  <wsdl:message name="QuotationLine_SetDistributionKeySoapOut">
    <wsdl:part name="parameters" element="tns:QuotationLine_SetDistributionKeyResponse" />
  </wsdl:message>
  <wsdl:message name="QuotationLine_CreateSoapIn">
    <wsdl:part name="parameters" element="tns:QuotationLine_Create" />
  </wsdl:message>
  <wsdl:message name="QuotationLine_CreateSoapOut">
    <wsdl:part name="parameters" element="tns:QuotationLine_CreateResponse" />
  </wsdl:message>
  <wsdl:message name="QuotationLine_GetAllSoapIn">
    <wsdl:part name="parameters" element="tns:QuotationLine_GetAll" />
  </wsdl:message>
  <wsdl:message name="QuotationLine_GetAllSoapOut">
    <wsdl:part name="parameters" element="tns:QuotationLine_GetAllResponse" />
  </wsdl:message>
  <wsdl:message name="QuotationLine_FindByProductSoapIn">
    <wsdl:part name="parameters" element="tns:QuotationLine_FindByProduct" />
  </wsdl:message>
  <wsdl:message name="QuotationLine_FindByProductSoapOut">
    <wsdl:part name="parameters" element="tns:QuotationLine_FindByProductResponse" />
  </wsdl:message>
  <wsdl:message name="QuotationLine_FindByProductListSoapIn">
    <wsdl:part name="parameters" element="tns:QuotationLine_FindByProductList" />
  </wsdl:message>
  <wsdl:message name="QuotationLine_FindByProductListSoapOut">
    <wsdl:part name="parameters" element="tns:QuotationLine_FindByProductListResponse" />
  </wsdl:message>
  <wsdl:message name="QuotationLine_DeleteSoapIn">
    <wsdl:part name="parameters" element="tns:QuotationLine_Delete" />
  </wsdl:message>
  <wsdl:message name="QuotationLine_DeleteSoapOut">
    <wsdl:part name="parameters" element="tns:QuotationLine_DeleteResponse" />
  </wsdl:message>
  <wsdl:message name="ReportCode_GetDataSoapIn">
    <wsdl:part name="parameters" element="tns:ReportCode_GetData" />
  </wsdl:message>
  <wsdl:message name="ReportCode_GetDataSoapOut">
    <wsdl:part name="parameters" element="tns:ReportCode_GetDataResponse" />
  </wsdl:message>
  <wsdl:message name="ReportCode_GetDataArraySoapIn">
    <wsdl:part name="parameters" element="tns:ReportCode_GetDataArray" />
  </wsdl:message>
  <wsdl:message name="ReportCode_GetDataArraySoapOut">
    <wsdl:part name="parameters" element="tns:ReportCode_GetDataArrayResponse" />
  </wsdl:message>
  <wsdl:message name="ReportCode_GetAccountsSoapIn">
    <wsdl:part name="parameters" element="tns:ReportCode_GetAccounts" />
  </wsdl:message>
  <wsdl:message name="ReportCode_GetAccountsSoapOut">
    <wsdl:part name="parameters" element="tns:ReportCode_GetAccountsResponse" />
  </wsdl:message>
  <wsdl:message name="ReportCode_GetCodeSoapIn">
    <wsdl:part name="parameters" element="tns:ReportCode_GetCode" />
  </wsdl:message>
  <wsdl:message name="ReportCode_GetCodeSoapOut">
    <wsdl:part name="parameters" element="tns:ReportCode_GetCodeResponse" />
  </wsdl:message>
  <wsdl:message name="ReportCode_GetFullCodeSoapIn">
    <wsdl:part name="parameters" element="tns:ReportCode_GetFullCode" />
  </wsdl:message>
  <wsdl:message name="ReportCode_GetFullCodeSoapOut">
    <wsdl:part name="parameters" element="tns:ReportCode_GetFullCodeResponse" />
  </wsdl:message>
  <wsdl:message name="ReportCode_GetParentCodeSoapIn">
    <wsdl:part name="parameters" element="tns:ReportCode_GetParentCode" />
  </wsdl:message>
  <wsdl:message name="ReportCode_GetParentCodeSoapOut">
    <wsdl:part name="parameters" element="tns:ReportCode_GetParentCodeResponse" />
  </wsdl:message>
  <wsdl:message name="ReportCodeSet_GetDataSoapIn">
    <wsdl:part name="parameters" element="tns:ReportCodeSet_GetData" />
  </wsdl:message>
  <wsdl:message name="ReportCodeSet_GetDataSoapOut">
    <wsdl:part name="parameters" element="tns:ReportCodeSet_GetDataResponse" />
  </wsdl:message>
  <wsdl:message name="ReportCodeSet_GetDataArraySoapIn">
    <wsdl:part name="parameters" element="tns:ReportCodeSet_GetDataArray" />
  </wsdl:message>
  <wsdl:message name="ReportCodeSet_GetDataArraySoapOut">
    <wsdl:part name="parameters" element="tns:ReportCodeSet_GetDataArrayResponse" />
  </wsdl:message>
  <wsdl:message name="ReportCodeSet_GetAllSoapIn">
    <wsdl:part name="parameters" element="tns:ReportCodeSet_GetAll" />
  </wsdl:message>
  <wsdl:message name="ReportCodeSet_GetAllSoapOut">
    <wsdl:part name="parameters" element="tns:ReportCodeSet_GetAllResponse" />
  </wsdl:message>
  <wsdl:message name="ReportCodeSet_FindByNameSoapIn">
    <wsdl:part name="parameters" element="tns:ReportCodeSet_FindByName" />
  </wsdl:message>
  <wsdl:message name="ReportCodeSet_FindByNameSoapOut">
    <wsdl:part name="parameters" element="tns:ReportCodeSet_FindByNameResponse" />
  </wsdl:message>
  <wsdl:message name="ReportCodeSet_GetCodesSoapIn">
    <wsdl:part name="parameters" element="tns:ReportCodeSet_GetCodes" />
  </wsdl:message>
  <wsdl:message name="ReportCodeSet_GetCodesSoapOut">
    <wsdl:part name="parameters" element="tns:ReportCodeSet_GetCodesResponse" />
  </wsdl:message>
  <wsdl:message name="ReportCodeSet_GetNameSoapIn">
    <wsdl:part name="parameters" element="tns:ReportCodeSet_GetName" />
  </wsdl:message>
  <wsdl:message name="ReportCodeSet_GetNameSoapOut">
    <wsdl:part name="parameters" element="tns:ReportCodeSet_GetNameResponse" />
  </wsdl:message>
  <wsdl:message name="ReportCodeSet_GetCodeSetSoapIn">
    <wsdl:part name="parameters" element="tns:ReportCodeSet_GetCodeSet" />
  </wsdl:message>
  <wsdl:message name="ReportCodeSet_GetCodeSetSoapOut">
    <wsdl:part name="parameters" element="tns:ReportCodeSet_GetCodeSetResponse" />
  </wsdl:message>
  <wsdl:message name="ScannedDocument_GetDataSoapIn">
    <wsdl:part name="parameters" element="tns:ScannedDocument_GetData" />
  </wsdl:message>
  <wsdl:message name="ScannedDocument_GetDataSoapOut">
    <wsdl:part name="parameters" element="tns:ScannedDocument_GetDataResponse" />
  </wsdl:message>
  <wsdl:message name="ScannedDocument_GetDataArraySoapIn">
    <wsdl:part name="parameters" element="tns:ScannedDocument_GetDataArray" />
  </wsdl:message>
  <wsdl:message name="ScannedDocument_GetDataArraySoapOut">
    <wsdl:part name="parameters" element="tns:ScannedDocument_GetDataArrayResponse" />
  </wsdl:message>
  <wsdl:message name="ScannedDocument_GetAllSoapIn">
    <wsdl:part name="parameters" element="tns:ScannedDocument_GetAll" />
  </wsdl:message>
  <wsdl:message name="ScannedDocument_GetAllSoapOut">
    <wsdl:part name="parameters" element="tns:ScannedDocument_GetAllResponse" />
  </wsdl:message>
  <wsdl:message name="ScannedDocument_FindByVoucherNumberSoapIn">
    <wsdl:part name="parameters" element="tns:ScannedDocument_FindByVoucherNumber" />
  </wsdl:message>
  <wsdl:message name="ScannedDocument_FindByVoucherNumberSoapOut">
    <wsdl:part name="parameters" element="tns:ScannedDocument_FindByVoucherNumberResponse" />
  </wsdl:message>
  <wsdl:message name="ScannedDocument_FindByVoucherNumberIntervalSoapIn">
    <wsdl:part name="parameters" element="tns:ScannedDocument_FindByVoucherNumberInterval" />
  </wsdl:message>
  <wsdl:message name="ScannedDocument_FindByVoucherNumberIntervalSoapOut">
    <wsdl:part name="parameters" element="tns:ScannedDocument_FindByVoucherNumberIntervalResponse" />
  </wsdl:message>
  <wsdl:message name="ScannedDocument_GetPdfSoapIn">
    <wsdl:part name="parameters" element="tns:ScannedDocument_GetPdf" />
  </wsdl:message>
  <wsdl:message name="ScannedDocument_GetPdfSoapOut">
    <wsdl:part name="parameters" element="tns:ScannedDocument_GetPdfResponse" />
  </wsdl:message>
  <wsdl:message name="ScannedDocument_GetNumberSoapIn">
    <wsdl:part name="parameters" element="tns:ScannedDocument_GetNumber" />
  </wsdl:message>
  <wsdl:message name="ScannedDocument_GetNumberSoapOut">
    <wsdl:part name="parameters" element="tns:ScannedDocument_GetNumberResponse" />
  </wsdl:message>
  <wsdl:message name="ScannedDocument_GetStatusSoapIn">
    <wsdl:part name="parameters" element="tns:ScannedDocument_GetStatus" />
  </wsdl:message>
  <wsdl:message name="ScannedDocument_GetStatusSoapOut">
    <wsdl:part name="parameters" element="tns:ScannedDocument_GetStatusResponse" />
  </wsdl:message>
  <wsdl:message name="ScannedDocument_GetCategorySoapIn">
    <wsdl:part name="parameters" element="tns:ScannedDocument_GetCategory" />
  </wsdl:message>
  <wsdl:message name="ScannedDocument_GetCategorySoapOut">
    <wsdl:part name="parameters" element="tns:ScannedDocument_GetCategoryResponse" />
  </wsdl:message>
  <wsdl:message name="ScannedDocument_GetNoteSoapIn">
    <wsdl:part name="parameters" element="tns:ScannedDocument_GetNote" />
  </wsdl:message>
  <wsdl:message name="ScannedDocument_GetNoteSoapOut">
    <wsdl:part name="parameters" element="tns:ScannedDocument_GetNoteResponse" />
  </wsdl:message>
  <wsdl:message name="ScannedDocument_GetPageCountSoapIn">
    <wsdl:part name="parameters" element="tns:ScannedDocument_GetPageCount" />
  </wsdl:message>
  <wsdl:message name="ScannedDocument_GetPageCountSoapOut">
    <wsdl:part name="parameters" element="tns:ScannedDocument_GetPageCountResponse" />
  </wsdl:message>
  <wsdl:message name="ScannedDocument_GetVoucherNumberSoapIn">
    <wsdl:part name="parameters" element="tns:ScannedDocument_GetVoucherNumber" />
  </wsdl:message>
  <wsdl:message name="ScannedDocument_GetVoucherNumberSoapOut">
    <wsdl:part name="parameters" element="tns:ScannedDocument_GetVoucherNumberResponse" />
  </wsdl:message>
  <wsdl:message name="ScannedDocument_GetFromDateSoapIn">
    <wsdl:part name="parameters" element="tns:ScannedDocument_GetFromDate" />
  </wsdl:message>
  <wsdl:message name="ScannedDocument_GetFromDateSoapOut">
    <wsdl:part name="parameters" element="tns:ScannedDocument_GetFromDateResponse" />
  </wsdl:message>
  <wsdl:message name="ScannedDocument_GetToDateSoapIn">
    <wsdl:part name="parameters" element="tns:ScannedDocument_GetToDate" />
  </wsdl:message>
  <wsdl:message name="ScannedDocument_GetToDateSoapOut">
    <wsdl:part name="parameters" element="tns:ScannedDocument_GetToDateResponse" />
  </wsdl:message>
  <wsdl:message name="Subscriber_CreateFromDataSoapIn">
    <wsdl:part name="parameters" element="tns:Subscriber_CreateFromData" />
  </wsdl:message>
  <wsdl:message name="Subscriber_CreateFromDataSoapOut">
    <wsdl:part name="parameters" element="tns:Subscriber_CreateFromDataResponse" />
  </wsdl:message>
  <wsdl:message name="Subscriber_CreateFromDataArraySoapIn">
    <wsdl:part name="parameters" element="tns:Subscriber_CreateFromDataArray" />
  </wsdl:message>
  <wsdl:message name="Subscriber_CreateFromDataArraySoapOut">
    <wsdl:part name="parameters" element="tns:Subscriber_CreateFromDataArrayResponse" />
  </wsdl:message>
  <wsdl:message name="Subscriber_UpdateFromDataArraySoapIn">
    <wsdl:part name="parameters" element="tns:Subscriber_UpdateFromDataArray" />
  </wsdl:message>
  <wsdl:message name="Subscriber_UpdateFromDataArraySoapOut">
    <wsdl:part name="parameters" element="tns:Subscriber_UpdateFromDataArrayResponse" />
  </wsdl:message>
  <wsdl:message name="Subscriber_UpdateFromDataSoapIn">
    <wsdl:part name="parameters" element="tns:Subscriber_UpdateFromData" />
  </wsdl:message>
  <wsdl:message name="Subscriber_UpdateFromDataSoapOut">
    <wsdl:part name="parameters" element="tns:Subscriber_UpdateFromDataResponse" />
  </wsdl:message>
  <wsdl:message name="Subscriber_GetDataSoapIn">
    <wsdl:part name="parameters" element="tns:Subscriber_GetData" />
  </wsdl:message>
  <wsdl:message name="Subscriber_GetDataSoapOut">
    <wsdl:part name="parameters" element="tns:Subscriber_GetDataResponse" />
  </wsdl:message>
  <wsdl:message name="Subscriber_GetDataArraySoapIn">
    <wsdl:part name="parameters" element="tns:Subscriber_GetDataArray" />
  </wsdl:message>
  <wsdl:message name="Subscriber_GetDataArraySoapOut">
    <wsdl:part name="parameters" element="tns:Subscriber_GetDataArrayResponse" />
  </wsdl:message>
  <wsdl:message name="Subscriber_CreateSoapIn">
    <wsdl:part name="parameters" element="tns:Subscriber_Create" />
  </wsdl:message>
  <wsdl:message name="Subscriber_CreateSoapOut">
    <wsdl:part name="parameters" element="tns:Subscriber_CreateResponse" />
  </wsdl:message>
  <wsdl:message name="Subscriber_GetAllSoapIn">
    <wsdl:part name="parameters" element="tns:Subscriber_GetAll" />
  </wsdl:message>
  <wsdl:message name="Subscriber_GetAllSoapOut">
    <wsdl:part name="parameters" element="tns:Subscriber_GetAllResponse" />
  </wsdl:message>
  <wsdl:message name="Subscriber_FindBySubscriptionSoapIn">
    <wsdl:part name="parameters" element="tns:Subscriber_FindBySubscription" />
  </wsdl:message>
  <wsdl:message name="Subscriber_FindBySubscriptionSoapOut">
    <wsdl:part name="parameters" element="tns:Subscriber_FindBySubscriptionResponse" />
  </wsdl:message>
  <wsdl:message name="Subscriber_FindBySubscriptonListSoapIn">
    <wsdl:part name="parameters" element="tns:Subscriber_FindBySubscriptonList" />
  </wsdl:message>
  <wsdl:message name="Subscriber_FindBySubscriptonListSoapOut">
    <wsdl:part name="parameters" element="tns:Subscriber_FindBySubscriptonListResponse" />
  </wsdl:message>
  <wsdl:message name="Subscriber_DeleteSoapIn">
    <wsdl:part name="parameters" element="tns:Subscriber_Delete" />
  </wsdl:message>
  <wsdl:message name="Subscriber_DeleteSoapOut">
    <wsdl:part name="parameters" element="tns:Subscriber_DeleteResponse" />
  </wsdl:message>
  <wsdl:message name="Subscriber_GetDebtorSoapIn">
    <wsdl:part name="parameters" element="tns:Subscriber_GetDebtor" />
  </wsdl:message>
  <wsdl:message name="Subscriber_GetDebtorSoapOut">
    <wsdl:part name="parameters" element="tns:Subscriber_GetDebtorResponse" />
  </wsdl:message>
  <wsdl:message name="Subscriber_SetDebtorSoapIn">
    <wsdl:part name="parameters" element="tns:Subscriber_SetDebtor" />
  </wsdl:message>
  <wsdl:message name="Subscriber_SetDebtorSoapOut">
    <wsdl:part name="parameters" element="tns:Subscriber_SetDebtorResponse" />
  </wsdl:message>
  <wsdl:message name="Subscriber_GetSubscriptionSoapIn">
    <wsdl:part name="parameters" element="tns:Subscriber_GetSubscription" />
  </wsdl:message>
  <wsdl:message name="Subscriber_GetSubscriptionSoapOut">
    <wsdl:part name="parameters" element="tns:Subscriber_GetSubscriptionResponse" />
  </wsdl:message>
  <wsdl:message name="Subscriber_SetSubscriptionSoapIn">
    <wsdl:part name="parameters" element="tns:Subscriber_SetSubscription" />
  </wsdl:message>
  <wsdl:message name="Subscriber_SetSubscriptionSoapOut">
    <wsdl:part name="parameters" element="tns:Subscriber_SetSubscriptionResponse" />
  </wsdl:message>
  <wsdl:message name="Subscriber_GetProjectSoapIn">
    <wsdl:part name="parameters" element="tns:Subscriber_GetProject" />
  </wsdl:message>
  <wsdl:message name="Subscriber_GetProjectSoapOut">
    <wsdl:part name="parameters" element="tns:Subscriber_GetProjectResponse" />
  </wsdl:message>
  <wsdl:message name="Subscriber_SetProjectSoapIn">
    <wsdl:part name="parameters" element="tns:Subscriber_SetProject" />
  </wsdl:message>
  <wsdl:message name="Subscriber_SetProjectSoapOut">
    <wsdl:part name="parameters" element="tns:Subscriber_SetProjectResponse" />
  </wsdl:message>
  <wsdl:message name="Subscriber_GetStartDateSoapIn">
    <wsdl:part name="parameters" element="tns:Subscriber_GetStartDate" />
  </wsdl:message>
  <wsdl:message name="Subscriber_GetStartDateSoapOut">
    <wsdl:part name="parameters" element="tns:Subscriber_GetStartDateResponse" />
  </wsdl:message>
  <wsdl:message name="Subscriber_SetStartDateSoapIn">
    <wsdl:part name="parameters" element="tns:Subscriber_SetStartDate" />
  </wsdl:message>
  <wsdl:message name="Subscriber_SetStartDateSoapOut">
    <wsdl:part name="parameters" element="tns:Subscriber_SetStartDateResponse" />
  </wsdl:message>
  <wsdl:message name="Subscriber_GetRegisteredDateSoapIn">
    <wsdl:part name="parameters" element="tns:Subscriber_GetRegisteredDate" />
  </wsdl:message>
  <wsdl:message name="Subscriber_GetRegisteredDateSoapOut">
    <wsdl:part name="parameters" element="tns:Subscriber_GetRegisteredDateResponse" />
  </wsdl:message>
  <wsdl:message name="Subscriber_SetRegisteredDateSoapIn">
    <wsdl:part name="parameters" element="tns:Subscriber_SetRegisteredDate" />
  </wsdl:message>
  <wsdl:message name="Subscriber_SetRegisteredDateSoapOut">
    <wsdl:part name="parameters" element="tns:Subscriber_SetRegisteredDateResponse" />
  </wsdl:message>
  <wsdl:message name="Subscriber_GetEndDateSoapIn">
    <wsdl:part name="parameters" element="tns:Subscriber_GetEndDate" />
  </wsdl:message>
  <wsdl:message name="Subscriber_GetEndDateSoapOut">
    <wsdl:part name="parameters" element="tns:Subscriber_GetEndDateResponse" />
  </wsdl:message>
  <wsdl:message name="Subscriber_SetEndDateSoapIn">
    <wsdl:part name="parameters" element="tns:Subscriber_SetEndDate" />
  </wsdl:message>
  <wsdl:message name="Subscriber_SetEndDateSoapOut">
    <wsdl:part name="parameters" element="tns:Subscriber_SetEndDateResponse" />
  </wsdl:message>
  <wsdl:message name="Subscriber_GetExpiryDateSoapIn">
    <wsdl:part name="parameters" element="tns:Subscriber_GetExpiryDate" />
  </wsdl:message>
  <wsdl:message name="Subscriber_GetExpiryDateSoapOut">
    <wsdl:part name="parameters" element="tns:Subscriber_GetExpiryDateResponse" />
  </wsdl:message>
  <wsdl:message name="Subscriber_SetExpiryDateSoapIn">
    <wsdl:part name="parameters" element="tns:Subscriber_SetExpiryDate" />
  </wsdl:message>
  <wsdl:message name="Subscriber_SetExpiryDateSoapOut">
    <wsdl:part name="parameters" element="tns:Subscriber_SetExpiryDateResponse" />
  </wsdl:message>
  <wsdl:message name="Subscriber_GetDiscountExpiryDateSoapIn">
    <wsdl:part name="parameters" element="tns:Subscriber_GetDiscountExpiryDate" />
  </wsdl:message>
  <wsdl:message name="Subscriber_GetDiscountExpiryDateSoapOut">
    <wsdl:part name="parameters" element="tns:Subscriber_GetDiscountExpiryDateResponse" />
  </wsdl:message>
  <wsdl:message name="Subscriber_SetDiscountExpiryDateSoapIn">
    <wsdl:part name="parameters" element="tns:Subscriber_SetDiscountExpiryDate" />
  </wsdl:message>
  <wsdl:message name="Subscriber_SetDiscountExpiryDateSoapOut">
    <wsdl:part name="parameters" element="tns:Subscriber_SetDiscountExpiryDateResponse" />
  </wsdl:message>
  <wsdl:message name="Subscriber_GetExtraTextForInvoiceSoapIn">
    <wsdl:part name="parameters" element="tns:Subscriber_GetExtraTextForInvoice" />
  </wsdl:message>
  <wsdl:message name="Subscriber_GetExtraTextForInvoiceSoapOut">
    <wsdl:part name="parameters" element="tns:Subscriber_GetExtraTextForInvoiceResponse" />
  </wsdl:message>
  <wsdl:message name="Subscriber_SetExtraTextForInvoiceSoapIn">
    <wsdl:part name="parameters" element="tns:Subscriber_SetExtraTextForInvoice" />
  </wsdl:message>
  <wsdl:message name="Subscriber_SetExtraTextForInvoiceSoapOut">
    <wsdl:part name="parameters" element="tns:Subscriber_SetExtraTextForInvoiceResponse" />
  </wsdl:message>
  <wsdl:message name="Subscriber_GetCommentsSoapIn">
    <wsdl:part name="parameters" element="tns:Subscriber_GetComments" />
  </wsdl:message>
  <wsdl:message name="Subscriber_GetCommentsSoapOut">
    <wsdl:part name="parameters" element="tns:Subscriber_GetCommentsResponse" />
  </wsdl:message>
  <wsdl:message name="Subscriber_SetCommentsSoapIn">
    <wsdl:part name="parameters" element="tns:Subscriber_SetComments" />
  </wsdl:message>
  <wsdl:message name="Subscriber_SetCommentsSoapOut">
    <wsdl:part name="parameters" element="tns:Subscriber_SetCommentsResponse" />
  </wsdl:message>
  <wsdl:message name="Subscriber_SetSpecialPriceSoapIn">
    <wsdl:part name="parameters" element="tns:Subscriber_SetSpecialPrice" />
  </wsdl:message>
  <wsdl:message name="Subscriber_SetSpecialPriceSoapOut">
    <wsdl:part name="parameters" element="tns:Subscriber_SetSpecialPriceResponse" />
  </wsdl:message>
  <wsdl:message name="Subscriber_GetSpecialPriceSoapIn">
    <wsdl:part name="parameters" element="tns:Subscriber_GetSpecialPrice" />
  </wsdl:message>
  <wsdl:message name="Subscriber_GetSpecialPriceSoapOut">
    <wsdl:part name="parameters" element="tns:Subscriber_GetSpecialPriceResponse" />
  </wsdl:message>
  <wsdl:message name="Subscriber_SetQuantityFactorSoapIn">
    <wsdl:part name="parameters" element="tns:Subscriber_SetQuantityFactor" />
  </wsdl:message>
  <wsdl:message name="Subscriber_SetQuantityFactorSoapOut">
    <wsdl:part name="parameters" element="tns:Subscriber_SetQuantityFactorResponse" />
  </wsdl:message>
  <wsdl:message name="Subscriber_GetQuantityFactorSoapIn">
    <wsdl:part name="parameters" element="tns:Subscriber_GetQuantityFactor" />
  </wsdl:message>
  <wsdl:message name="Subscriber_GetQuantityFactorSoapOut">
    <wsdl:part name="parameters" element="tns:Subscriber_GetQuantityFactorResponse" />
  </wsdl:message>
  <wsdl:message name="Subscriber_SetPriceIndexSoapIn">
    <wsdl:part name="parameters" element="tns:Subscriber_SetPriceIndex" />
  </wsdl:message>
  <wsdl:message name="Subscriber_SetPriceIndexSoapOut">
    <wsdl:part name="parameters" element="tns:Subscriber_SetPriceIndexResponse" />
  </wsdl:message>
  <wsdl:message name="Subscriber_GetPriceIndexSoapIn">
    <wsdl:part name="parameters" element="tns:Subscriber_GetPriceIndex" />
  </wsdl:message>
  <wsdl:message name="Subscriber_GetPriceIndexSoapOut">
    <wsdl:part name="parameters" element="tns:Subscriber_GetPriceIndexResponse" />
  </wsdl:message>
  <wsdl:message name="Subscriber_SetDiscountAsPercentSoapIn">
    <wsdl:part name="parameters" element="tns:Subscriber_SetDiscountAsPercent" />
  </wsdl:message>
  <wsdl:message name="Subscriber_SetDiscountAsPercentSoapOut">
    <wsdl:part name="parameters" element="tns:Subscriber_SetDiscountAsPercentResponse" />
  </wsdl:message>
  <wsdl:message name="Subscriber_GetDiscountAsPercentSoapIn">
    <wsdl:part name="parameters" element="tns:Subscriber_GetDiscountAsPercent" />
  </wsdl:message>
  <wsdl:message name="Subscriber_GetDiscountAsPercentSoapOut">
    <wsdl:part name="parameters" element="tns:Subscriber_GetDiscountAsPercentResponse" />
  </wsdl:message>
  <wsdl:message name="Subscription_CreateFromDataSoapIn">
    <wsdl:part name="parameters" element="tns:Subscription_CreateFromData" />
  </wsdl:message>
  <wsdl:message name="Subscription_CreateFromDataSoapOut">
    <wsdl:part name="parameters" element="tns:Subscription_CreateFromDataResponse" />
  </wsdl:message>
  <wsdl:message name="Subscription_CreateFromDataArraySoapIn">
    <wsdl:part name="parameters" element="tns:Subscription_CreateFromDataArray" />
  </wsdl:message>
  <wsdl:message name="Subscription_CreateFromDataArraySoapOut">
    <wsdl:part name="parameters" element="tns:Subscription_CreateFromDataArrayResponse" />
  </wsdl:message>
  <wsdl:message name="Subscription_UpdateFromDataArraySoapIn">
    <wsdl:part name="parameters" element="tns:Subscription_UpdateFromDataArray" />
  </wsdl:message>
  <wsdl:message name="Subscription_UpdateFromDataArraySoapOut">
    <wsdl:part name="parameters" element="tns:Subscription_UpdateFromDataArrayResponse" />
  </wsdl:message>
  <wsdl:message name="Subscription_UpdateFromDataSoapIn">
    <wsdl:part name="parameters" element="tns:Subscription_UpdateFromData" />
  </wsdl:message>
  <wsdl:message name="Subscription_UpdateFromDataSoapOut">
    <wsdl:part name="parameters" element="tns:Subscription_UpdateFromDataResponse" />
  </wsdl:message>
  <wsdl:message name="Subscription_GetDataSoapIn">
    <wsdl:part name="parameters" element="tns:Subscription_GetData" />
  </wsdl:message>
  <wsdl:message name="Subscription_GetDataSoapOut">
    <wsdl:part name="parameters" element="tns:Subscription_GetDataResponse" />
  </wsdl:message>
  <wsdl:message name="Subscription_GetDataArraySoapIn">
    <wsdl:part name="parameters" element="tns:Subscription_GetDataArray" />
  </wsdl:message>
  <wsdl:message name="Subscription_GetDataArraySoapOut">
    <wsdl:part name="parameters" element="tns:Subscription_GetDataArrayResponse" />
  </wsdl:message>
  <wsdl:message name="Subscription_GetNumberSoapIn">
    <wsdl:part name="parameters" element="tns:Subscription_GetNumber" />
  </wsdl:message>
  <wsdl:message name="Subscription_GetNumberSoapOut">
    <wsdl:part name="parameters" element="tns:Subscription_GetNumberResponse" />
  </wsdl:message>
  <wsdl:message name="Subscription_GetNameSoapIn">
    <wsdl:part name="parameters" element="tns:Subscription_GetName" />
  </wsdl:message>
  <wsdl:message name="Subscription_GetNameSoapOut">
    <wsdl:part name="parameters" element="tns:Subscription_GetNameResponse" />
  </wsdl:message>
  <wsdl:message name="Subscription_SetNameSoapIn">
    <wsdl:part name="parameters" element="tns:Subscription_SetName" />
  </wsdl:message>
  <wsdl:message name="Subscription_SetNameSoapOut">
    <wsdl:part name="parameters" element="tns:Subscription_SetNameResponse" />
  </wsdl:message>
  <wsdl:message name="Subscription_GetDescriptionSoapIn">
    <wsdl:part name="parameters" element="tns:Subscription_GetDescription" />
  </wsdl:message>
  <wsdl:message name="Subscription_GetDescriptionSoapOut">
    <wsdl:part name="parameters" element="tns:Subscription_GetDescriptionResponse" />
  </wsdl:message>
  <wsdl:message name="Subscription_SetDescriptionSoapIn">
    <wsdl:part name="parameters" element="tns:Subscription_SetDescription" />
  </wsdl:message>
  <wsdl:message name="Subscription_SetDescriptionSoapOut">
    <wsdl:part name="parameters" element="tns:Subscription_SetDescriptionResponse" />
  </wsdl:message>
  <wsdl:message name="Quotation_SetAttentionSoapIn">
    <wsdl:part name="parameters" element="tns:Quotation_SetAttention" />
  </wsdl:message>
  <wsdl:message name="Quotation_SetAttentionSoapOut">
    <wsdl:part name="parameters" element="tns:Quotation_SetAttentionResponse" />
  </wsdl:message>
  <wsdl:message name="Quotation_GetYourReferenceSoapIn">
    <wsdl:part name="parameters" element="tns:Quotation_GetYourReference" />
  </wsdl:message>
  <wsdl:message name="Quotation_GetYourReferenceSoapOut">
    <wsdl:part name="parameters" element="tns:Quotation_GetYourReferenceResponse" />
  </wsdl:message>
  <wsdl:message name="Quotation_SetYourReferenceSoapIn">
    <wsdl:part name="parameters" element="tns:Quotation_SetYourReference" />
  </wsdl:message>
  <wsdl:message name="Quotation_SetYourReferenceSoapOut">
    <wsdl:part name="parameters" element="tns:Quotation_SetYourReferenceResponse" />
  </wsdl:message>
  <wsdl:message name="Quotation_GetOurReferenceSoapIn">
    <wsdl:part name="parameters" element="tns:Quotation_GetOurReference" />
  </wsdl:message>
  <wsdl:message name="Quotation_GetOurReferenceSoapOut">
    <wsdl:part name="parameters" element="tns:Quotation_GetOurReferenceResponse" />
  </wsdl:message>
  <wsdl:message name="Quotation_SetOurReferenceSoapIn">
    <wsdl:part name="parameters" element="tns:Quotation_SetOurReference" />
  </wsdl:message>
  <wsdl:message name="Quotation_SetOurReferenceSoapOut">
    <wsdl:part name="parameters" element="tns:Quotation_SetOurReferenceResponse" />
  </wsdl:message>
  <wsdl:message name="Quotation_GetOurReference2SoapIn">
    <wsdl:part name="parameters" element="tns:Quotation_GetOurReference2" />
  </wsdl:message>
  <wsdl:message name="Quotation_GetOurReference2SoapOut">
    <wsdl:part name="parameters" element="tns:Quotation_GetOurReference2Response" />
  </wsdl:message>
  <wsdl:message name="Quotation_SetOurReference2SoapIn">
    <wsdl:part name="parameters" element="tns:Quotation_SetOurReference2" />
  </wsdl:message>
  <wsdl:message name="Quotation_SetOurReference2SoapOut">
    <wsdl:part name="parameters" element="tns:Quotation_SetOurReference2Response" />
  </wsdl:message>
  <wsdl:message name="Quotation_GetDateSoapIn">
    <wsdl:part name="parameters" element="tns:Quotation_GetDate" />
  </wsdl:message>
  <wsdl:message name="Quotation_GetDateSoapOut">
    <wsdl:part name="parameters" element="tns:Quotation_GetDateResponse" />
  </wsdl:message>
  <wsdl:message name="Quotation_SetDateSoapIn">
    <wsdl:part name="parameters" element="tns:Quotation_SetDate" />
  </wsdl:message>
  <wsdl:message name="Quotation_SetDateSoapOut">
    <wsdl:part name="parameters" element="tns:Quotation_SetDateResponse" />
  </wsdl:message>
  <wsdl:message name="Quotation_GetTermOfPaymentSoapIn">
    <wsdl:part name="parameters" element="tns:Quotation_GetTermOfPayment" />
  </wsdl:message>
  <wsdl:message name="Quotation_GetTermOfPaymentSoapOut">
    <wsdl:part name="parameters" element="tns:Quotation_GetTermOfPaymentResponse" />
  </wsdl:message>
  <wsdl:message name="Quotation_SetTermOfPaymentSoapIn">
    <wsdl:part name="parameters" element="tns:Quotation_SetTermOfPayment" />
  </wsdl:message>
  <wsdl:message name="Quotation_SetTermOfPaymentSoapOut">
    <wsdl:part name="parameters" element="tns:Quotation_SetTermOfPaymentResponse" />
  </wsdl:message>
  <wsdl:message name="Quotation_GetDueDateSoapIn">
    <wsdl:part name="parameters" element="tns:Quotation_GetDueDate" />
  </wsdl:message>
  <wsdl:message name="Quotation_GetDueDateSoapOut">
    <wsdl:part name="parameters" element="tns:Quotation_GetDueDateResponse" />
  </wsdl:message>
  <wsdl:message name="Quotation_SetDueDateSoapIn">
    <wsdl:part name="parameters" element="tns:Quotation_SetDueDate" />
  </wsdl:message>
  <wsdl:message name="Quotation_SetDueDateSoapOut">
    <wsdl:part name="parameters" element="tns:Quotation_SetDueDateResponse" />
  </wsdl:message>
  <wsdl:message name="Quotation_GetCurrencySoapIn">
    <wsdl:part name="parameters" element="tns:Quotation_GetCurrency" />
  </wsdl:message>
  <wsdl:message name="Quotation_GetCurrencySoapOut">
    <wsdl:part name="parameters" element="tns:Quotation_GetCurrencyResponse" />
  </wsdl:message>
  <wsdl:message name="Quotation_SetCurrencySoapIn">
    <wsdl:part name="parameters" element="tns:Quotation_SetCurrency" />
  </wsdl:message>
  <wsdl:message name="Quotation_SetCurrencySoapOut">
    <wsdl:part name="parameters" element="tns:Quotation_SetCurrencyResponse" />
  </wsdl:message>
  <wsdl:message name="Quotation_GetExchangeRateSoapIn">
    <wsdl:part name="parameters" element="tns:Quotation_GetExchangeRate" />
  </wsdl:message>
  <wsdl:message name="Quotation_GetExchangeRateSoapOut">
    <wsdl:part name="parameters" element="tns:Quotation_GetExchangeRateResponse" />
  </wsdl:message>
  <wsdl:message name="Quotation_SetExchangeRateSoapIn">
    <wsdl:part name="parameters" element="tns:Quotation_SetExchangeRate" />
  </wsdl:message>
  <wsdl:message name="Quotation_SetExchangeRateSoapOut">
    <wsdl:part name="parameters" element="tns:Quotation_SetExchangeRateResponse" />
  </wsdl:message>
  <wsdl:message name="Quotation_GetIsVatIncludedSoapIn">
    <wsdl:part name="parameters" element="tns:Quotation_GetIsVatIncluded" />
  </wsdl:message>
  <wsdl:message name="Quotation_GetIsVatIncludedSoapOut">
    <wsdl:part name="parameters" element="tns:Quotation_GetIsVatIncludedResponse" />
  </wsdl:message>
  <wsdl:message name="Quotation_SetIsVatIncludedSoapIn">
    <wsdl:part name="parameters" element="tns:Quotation_SetIsVatIncluded" />
  </wsdl:message>
  <wsdl:message name="Quotation_SetIsVatIncludedSoapOut">
    <wsdl:part name="parameters" element="tns:Quotation_SetIsVatIncludedResponse" />
  </wsdl:message>
  <wsdl:message name="Quotation_GetVatZoneSoapIn">
    <wsdl:part name="parameters" element="tns:Quotation_GetVatZone" />
  </wsdl:message>
  <wsdl:message name="Quotation_GetVatZoneSoapOut">
    <wsdl:part name="parameters" element="tns:Quotation_GetVatZoneResponse" />
  </wsdl:message>
  <wsdl:message name="Quotation_SetVatZoneSoapIn">
    <wsdl:part name="parameters" element="tns:Quotation_SetVatZone" />
  </wsdl:message>
  <wsdl:message name="Quotation_SetVatZoneSoapOut">
    <wsdl:part name="parameters" element="tns:Quotation_SetVatZoneResponse" />
  </wsdl:message>
  <wsdl:message name="Quotation_GetLayoutSoapIn">
    <wsdl:part name="parameters" element="tns:Quotation_GetLayout" />
  </wsdl:message>
  <wsdl:message name="Quotation_GetLayoutSoapOut">
    <wsdl:part name="parameters" element="tns:Quotation_GetLayoutResponse" />
  </wsdl:message>
  <wsdl:message name="Quotation_SetLayoutSoapIn">
    <wsdl:part name="parameters" element="tns:Quotation_SetLayout" />
  </wsdl:message>
  <wsdl:message name="Quotation_SetLayoutSoapOut">
    <wsdl:part name="parameters" element="tns:Quotation_SetLayoutResponse" />
  </wsdl:message>
  <wsdl:message name="Quotation_GetDeliveryLocationSoapIn">
    <wsdl:part name="parameters" element="tns:Quotation_GetDeliveryLocation" />
  </wsdl:message>
  <wsdl:message name="Quotation_GetDeliveryLocationSoapOut">
    <wsdl:part name="parameters" element="tns:Quotation_GetDeliveryLocationResponse" />
  </wsdl:message>
  <wsdl:message name="Quotation_SetDeliveryLocationSoapIn">
    <wsdl:part name="parameters" element="tns:Quotation_SetDeliveryLocation" />
  </wsdl:message>
  <wsdl:message name="Quotation_SetDeliveryLocationSoapOut">
    <wsdl:part name="parameters" element="tns:Quotation_SetDeliveryLocationResponse" />
  </wsdl:message>
  <wsdl:message name="Quotation_GetDeliveryAddressSoapIn">
    <wsdl:part name="parameters" element="tns:Quotation_GetDeliveryAddress" />
  </wsdl:message>
  <wsdl:message name="Quotation_GetDeliveryAddressSoapOut">
    <wsdl:part name="parameters" element="tns:Quotation_GetDeliveryAddressResponse" />
  </wsdl:message>
  <wsdl:message name="Quotation_SetDeliveryAddressSoapIn">
    <wsdl:part name="parameters" element="tns:Quotation_SetDeliveryAddress" />
  </wsdl:message>
  <wsdl:message name="Quotation_SetDeliveryAddressSoapOut">
    <wsdl:part name="parameters" element="tns:Quotation_SetDeliveryAddressResponse" />
  </wsdl:message>
  <wsdl:message name="Quotation_GetDeliveryPostalCodeSoapIn">
    <wsdl:part name="parameters" element="tns:Quotation_GetDeliveryPostalCode" />
  </wsdl:message>
  <wsdl:message name="Quotation_GetDeliveryPostalCodeSoapOut">
    <wsdl:part name="parameters" element="tns:Quotation_GetDeliveryPostalCodeResponse" />
  </wsdl:message>
  <wsdl:message name="Quotation_SetDeliveryPostalCodeSoapIn">
    <wsdl:part name="parameters" element="tns:Quotation_SetDeliveryPostalCode" />
  </wsdl:message>
  <wsdl:message name="Quotation_SetDeliveryPostalCodeSoapOut">
    <wsdl:part name="parameters" element="tns:Quotation_SetDeliveryPostalCodeResponse" />
  </wsdl:message>
  <wsdl:message name="Quotation_GetDeliveryCitySoapIn">
    <wsdl:part name="parameters" element="tns:Quotation_GetDeliveryCity" />
  </wsdl:message>
  <wsdl:message name="Quotation_GetDeliveryCitySoapOut">
    <wsdl:part name="parameters" element="tns:Quotation_GetDeliveryCityResponse" />
  </wsdl:message>
  <wsdl:message name="Quotation_SetDeliveryCitySoapIn">
    <wsdl:part name="parameters" element="tns:Quotation_SetDeliveryCity" />
  </wsdl:message>
  <wsdl:message name="Quotation_SetDeliveryCitySoapOut">
    <wsdl:part name="parameters" element="tns:Quotation_SetDeliveryCityResponse" />
  </wsdl:message>
  <wsdl:message name="Quotation_GetDeliveryCountrySoapIn">
    <wsdl:part name="parameters" element="tns:Quotation_GetDeliveryCountry" />
  </wsdl:message>
  <wsdl:message name="Quotation_GetDeliveryCountrySoapOut">
    <wsdl:part name="parameters" element="tns:Quotation_GetDeliveryCountryResponse" />
  </wsdl:message>
  <wsdl:message name="Quotation_SetDeliveryCountrySoapIn">
    <wsdl:part name="parameters" element="tns:Quotation_SetDeliveryCountry" />
  </wsdl:message>
  <wsdl:message name="Quotation_SetDeliveryCountrySoapOut">
    <wsdl:part name="parameters" element="tns:Quotation_SetDeliveryCountryResponse" />
  </wsdl:message>
  <wsdl:message name="Quotation_GetTermsOfDeliverySoapIn">
    <wsdl:part name="parameters" element="tns:Quotation_GetTermsOfDelivery" />
  </wsdl:message>
  <wsdl:message name="Quotation_GetTermsOfDeliverySoapOut">
    <wsdl:part name="parameters" element="tns:Quotation_GetTermsOfDeliveryResponse" />
  </wsdl:message>
  <wsdl:message name="Quotation_SetTermsOfDeliverySoapIn">
    <wsdl:part name="parameters" element="tns:Quotation_SetTermsOfDelivery" />
  </wsdl:message>
  <wsdl:message name="Quotation_SetTermsOfDeliverySoapOut">
    <wsdl:part name="parameters" element="tns:Quotation_SetTermsOfDeliveryResponse" />
  </wsdl:message>
  <wsdl:message name="Quotation_GetDeliveryDateSoapIn">
    <wsdl:part name="parameters" element="tns:Quotation_GetDeliveryDate" />
  </wsdl:message>
  <wsdl:message name="Quotation_GetDeliveryDateSoapOut">
    <wsdl:part name="parameters" element="tns:Quotation_GetDeliveryDateResponse" />
  </wsdl:message>
  <wsdl:message name="Quotation_SetDeliveryDateSoapIn">
    <wsdl:part name="parameters" element="tns:Quotation_SetDeliveryDate" />
  </wsdl:message>
  <wsdl:message name="Quotation_SetDeliveryDateSoapOut">
    <wsdl:part name="parameters" element="tns:Quotation_SetDeliveryDateResponse" />
  </wsdl:message>
  <wsdl:message name="Quotation_GetHeadingSoapIn">
    <wsdl:part name="parameters" element="tns:Quotation_GetHeading" />
  </wsdl:message>
  <wsdl:message name="Quotation_GetHeadingSoapOut">
    <wsdl:part name="parameters" element="tns:Quotation_GetHeadingResponse" />
  </wsdl:message>
  <wsdl:message name="Quotation_SetHeadingSoapIn">
    <wsdl:part name="parameters" element="tns:Quotation_SetHeading" />
  </wsdl:message>
  <wsdl:message name="Quotation_SetHeadingSoapOut">
    <wsdl:part name="parameters" element="tns:Quotation_SetHeadingResponse" />
  </wsdl:message>
  <wsdl:message name="Quotation_GetTextLine1SoapIn">
    <wsdl:part name="parameters" element="tns:Quotation_GetTextLine1" />
  </wsdl:message>
  <wsdl:message name="Quotation_GetTextLine1SoapOut">
    <wsdl:part name="parameters" element="tns:Quotation_GetTextLine1Response" />
  </wsdl:message>
  <wsdl:message name="Quotation_SetTextLine1SoapIn">
    <wsdl:part name="parameters" element="tns:Quotation_SetTextLine1" />
  </wsdl:message>
  <wsdl:message name="Quotation_SetTextLine1SoapOut">
    <wsdl:part name="parameters" element="tns:Quotation_SetTextLine1Response" />
  </wsdl:message>
  <wsdl:message name="Quotation_GetTextLine2SoapIn">
    <wsdl:part name="parameters" element="tns:Quotation_GetTextLine2" />
  </wsdl:message>
  <wsdl:message name="Quotation_GetTextLine2SoapOut">
    <wsdl:part name="parameters" element="tns:Quotation_GetTextLine2Response" />
  </wsdl:message>
  <wsdl:message name="Quotation_SetTextLine2SoapIn">
    <wsdl:part name="parameters" element="tns:Quotation_SetTextLine2" />
  </wsdl:message>
  <wsdl:message name="Quotation_SetTextLine2SoapOut">
    <wsdl:part name="parameters" element="tns:Quotation_SetTextLine2Response" />
  </wsdl:message>
  <wsdl:message name="Quotation_GetOtherReferenceSoapIn">
    <wsdl:part name="parameters" element="tns:Quotation_GetOtherReference" />
  </wsdl:message>
  <wsdl:message name="Quotation_GetOtherReferenceSoapOut">
    <wsdl:part name="parameters" element="tns:Quotation_GetOtherReferenceResponse" />
  </wsdl:message>
  <wsdl:message name="Quotation_SetOtherReferenceSoapIn">
    <wsdl:part name="parameters" element="tns:Quotation_SetOtherReference" />
  </wsdl:message>
  <wsdl:message name="Quotation_SetOtherReferenceSoapOut">
    <wsdl:part name="parameters" element="tns:Quotation_SetOtherReferenceResponse" />
  </wsdl:message>
  <wsdl:message name="Quotation_GetIsArchivedSoapIn">
    <wsdl:part name="parameters" element="tns:Quotation_GetIsArchived" />
  </wsdl:message>
  <wsdl:message name="Quotation_GetIsArchivedSoapOut">
    <wsdl:part name="parameters" element="tns:Quotation_GetIsArchivedResponse" />
  </wsdl:message>
  <wsdl:message name="Quotation_GetIsSentSoapIn">
    <wsdl:part name="parameters" element="tns:Quotation_GetIsSent" />
  </wsdl:message>
  <wsdl:message name="Quotation_GetIsSentSoapOut">
    <wsdl:part name="parameters" element="tns:Quotation_GetIsSentResponse" />
  </wsdl:message>
  <wsdl:message name="Quotation_GetNetAmountSoapIn">
    <wsdl:part name="parameters" element="tns:Quotation_GetNetAmount" />
  </wsdl:message>
  <wsdl:message name="Quotation_GetNetAmountSoapOut">
    <wsdl:part name="parameters" element="tns:Quotation_GetNetAmountResponse" />
  </wsdl:message>
  <wsdl:message name="Quotation_GetVatAmountSoapIn">
    <wsdl:part name="parameters" element="tns:Quotation_GetVatAmount" />
  </wsdl:message>
  <wsdl:message name="Quotation_GetVatAmountSoapOut">
    <wsdl:part name="parameters" element="tns:Quotation_GetVatAmountResponse" />
  </wsdl:message>
  <wsdl:message name="Quotation_GetGrossAmountSoapIn">
    <wsdl:part name="parameters" element="tns:Quotation_GetGrossAmount" />
  </wsdl:message>
  <wsdl:message name="Quotation_GetGrossAmountSoapOut">
    <wsdl:part name="parameters" element="tns:Quotation_GetGrossAmountResponse" />
  </wsdl:message>
  <wsdl:message name="Quotation_GetMarginSoapIn">
    <wsdl:part name="parameters" element="tns:Quotation_GetMargin" />
  </wsdl:message>
  <wsdl:message name="Quotation_GetMarginSoapOut">
    <wsdl:part name="parameters" element="tns:Quotation_GetMarginResponse" />
  </wsdl:message>
  <wsdl:message name="Quotation_GetMarginAsPercentSoapIn">
    <wsdl:part name="parameters" element="tns:Quotation_GetMarginAsPercent" />
  </wsdl:message>
  <wsdl:message name="Quotation_GetMarginAsPercentSoapOut">
    <wsdl:part name="parameters" element="tns:Quotation_GetMarginAsPercentResponse" />
  </wsdl:message>
  <wsdl:message name="Quotation_GetRoundingAmountSoapIn">
    <wsdl:part name="parameters" element="tns:Quotation_GetRoundingAmount" />
  </wsdl:message>
  <wsdl:message name="Quotation_GetRoundingAmountSoapOut">
    <wsdl:part name="parameters" element="tns:Quotation_GetRoundingAmountResponse" />
  </wsdl:message>
  <wsdl:message name="Quotation_GetDebtorCountySoapIn">
    <wsdl:part name="parameters" element="tns:Quotation_GetDebtorCounty" />
  </wsdl:message>
  <wsdl:message name="Quotation_GetDebtorCountySoapOut">
    <wsdl:part name="parameters" element="tns:Quotation_GetDebtorCountyResponse" />
  </wsdl:message>
  <wsdl:message name="Quotation_SetDebtorCountySoapIn">
    <wsdl:part name="parameters" element="tns:Quotation_SetDebtorCounty" />
  </wsdl:message>
  <wsdl:message name="Quotation_SetDebtorCountySoapOut">
    <wsdl:part name="parameters" element="tns:Quotation_SetDebtorCountyResponse" />
  </wsdl:message>
  <wsdl:message name="Quotation_GetDeliveryCountySoapIn">
    <wsdl:part name="parameters" element="tns:Quotation_GetDeliveryCounty" />
  </wsdl:message>
  <wsdl:message name="Quotation_GetDeliveryCountySoapOut">
    <wsdl:part name="parameters" element="tns:Quotation_GetDeliveryCountyResponse" />
  </wsdl:message>
  <wsdl:message name="Quotation_SetDeliveryCountySoapIn">
    <wsdl:part name="parameters" element="tns:Quotation_SetDeliveryCounty" />
  </wsdl:message>
  <wsdl:message name="Quotation_SetDeliveryCountySoapOut">
    <wsdl:part name="parameters" element="tns:Quotation_SetDeliveryCountyResponse" />
  </wsdl:message>
  <wsdl:message name="QuotationLine_CreateFromDataSoapIn">
    <wsdl:part name="parameters" element="tns:QuotationLine_CreateFromData" />
  </wsdl:message>
  <wsdl:message name="QuotationLine_CreateFromDataSoapOut">
    <wsdl:part name="parameters" element="tns:QuotationLine_CreateFromDataResponse" />
  </wsdl:message>
  <wsdl:message name="QuotationLine_CreateFromDataArraySoapIn">
    <wsdl:part name="parameters" element="tns:QuotationLine_CreateFromDataArray" />
  </wsdl:message>
  <wsdl:message name="QuotationLine_CreateFromDataArraySoapOut">
    <wsdl:part name="parameters" element="tns:QuotationLine_CreateFromDataArrayResponse" />
  </wsdl:message>
  <wsdl:message name="QuotationLine_UpdateFromDataArraySoapIn">
    <wsdl:part name="parameters" element="tns:QuotationLine_UpdateFromDataArray" />
  </wsdl:message>
  <wsdl:message name="QuotationLine_UpdateFromDataArraySoapOut">
    <wsdl:part name="parameters" element="tns:QuotationLine_UpdateFromDataArrayResponse" />
  </wsdl:message>
  <wsdl:message name="QuotationLine_UpdateFromDataSoapIn">
    <wsdl:part name="parameters" element="tns:QuotationLine_UpdateFromData" />
  </wsdl:message>
  <wsdl:message name="QuotationLine_UpdateFromDataSoapOut">
    <wsdl:part name="parameters" element="tns:QuotationLine_UpdateFromDataResponse" />
  </wsdl:message>
  <wsdl:message name="QuotationLine_GetDataSoapIn">
    <wsdl:part name="parameters" element="tns:QuotationLine_GetData" />
  </wsdl:message>
  <wsdl:message name="QuotationLine_GetDataSoapOut">
    <wsdl:part name="parameters" element="tns:QuotationLine_GetDataResponse" />
  </wsdl:message>
  <wsdl:message name="QuotationLine_GetDataArraySoapIn">
    <wsdl:part name="parameters" element="tns:QuotationLine_GetDataArray" />
  </wsdl:message>
  <wsdl:message name="QuotationLine_GetDataArraySoapOut">
    <wsdl:part name="parameters" element="tns:QuotationLine_GetDataArrayResponse" />
  </wsdl:message>
  <wsdl:message name="QuotationLine_GetNumberSoapIn">
    <wsdl:part name="parameters" element="tns:QuotationLine_GetNumber" />
  </wsdl:message>
  <wsdl:message name="QuotationLine_GetNumberSoapOut">
    <wsdl:part name="parameters" element="tns:QuotationLine_GetNumberResponse" />
  </wsdl:message>
  <wsdl:message name="QuotationLine_GetQuotationSoapIn">
    <wsdl:part name="parameters" element="tns:QuotationLine_GetQuotation" />
  </wsdl:message>
  <wsdl:message name="QuotationLine_GetQuotationSoapOut">
    <wsdl:part name="parameters" element="tns:QuotationLine_GetQuotationResponse" />
  </wsdl:message>
  <wsdl:message name="QuotationLine_SetDescriptionSoapIn">
    <wsdl:part name="parameters" element="tns:QuotationLine_SetDescription" />
  </wsdl:message>
  <wsdl:message name="QuotationLine_SetDescriptionSoapOut">
    <wsdl:part name="parameters" element="tns:QuotationLine_SetDescriptionResponse" />
  </wsdl:message>
  <wsdl:message name="QuotationLine_GetDescriptionSoapIn">
    <wsdl:part name="parameters" element="tns:QuotationLine_GetDescription" />
  </wsdl:message>
  <wsdl:message name="QuotationLine_GetDescriptionSoapOut">
    <wsdl:part name="parameters" element="tns:QuotationLine_GetDescriptionResponse" />
  </wsdl:message>
  <wsdl:message name="QuotationLine_GetDeliveryDateSoapIn">
    <wsdl:part name="parameters" element="tns:QuotationLine_GetDeliveryDate" />
  </wsdl:message>
  <wsdl:message name="QuotationLine_GetDeliveryDateSoapOut">
    <wsdl:part name="parameters" element="tns:QuotationLine_GetDeliveryDateResponse" />
  </wsdl:message>
  <wsdl:message name="QuotationLine_SetDeliveryDateSoapIn">
    <wsdl:part name="parameters" element="tns:QuotationLine_SetDeliveryDate" />
  </wsdl:message>
  <wsdl:message name="QuotationLine_SetDeliveryDateSoapOut">
    <wsdl:part name="parameters" element="tns:QuotationLine_SetDeliveryDateResponse" />
  </wsdl:message>
  <wsdl:message name="QuotationLine_GetUnitSoapIn">
    <wsdl:part name="parameters" element="tns:QuotationLine_GetUnit" />
  </wsdl:message>
  <wsdl:message name="QuotationLine_GetUnitSoapOut">
    <wsdl:part name="parameters" element="tns:QuotationLine_GetUnitResponse" />
  </wsdl:message>
  <wsdl:message name="QuotationLine_SetUnitSoapIn">
    <wsdl:part name="parameters" element="tns:QuotationLine_SetUnit" />
  </wsdl:message>
  <wsdl:message name="QuotationLine_SetUnitSoapOut">
    <wsdl:part name="parameters" element="tns:QuotationLine_SetUnitResponse" />
  </wsdl:message>
  <wsdl:message name="QuotationLine_GetProductSoapIn">
    <wsdl:part name="parameters" element="tns:QuotationLine_GetProduct" />
  </wsdl:message>
  <wsdl:message name="QuotationLine_GetProductSoapOut">
    <wsdl:part name="parameters" element="tns:QuotationLine_GetProductResponse" />
  </wsdl:message>
  <wsdl:message name="QuotationLine_SetProductSoapIn">
    <wsdl:part name="parameters" element="tns:QuotationLine_SetProduct" />
  </wsdl:message>
  <wsdl:message name="QuotationLine_SetProductSoapOut">
    <wsdl:part name="parameters" element="tns:QuotationLine_SetProductResponse" />
  </wsdl:message>
  <wsdl:message name="QuotationLine_SetQuantitySoapIn">
    <wsdl:part name="parameters" element="tns:QuotationLine_SetQuantity" />
  </wsdl:message>
  <wsdl:message name="QuotationLine_SetQuantitySoapOut">
    <wsdl:part name="parameters" element="tns:QuotationLine_SetQuantityResponse" />
  </wsdl:message>
  <wsdl:message name="QuotationLine_GetQuantitySoapIn">
    <wsdl:part name="parameters" element="tns:QuotationLine_GetQuantity" />
  </wsdl:message>
  <wsdl:message name="QuotationLine_GetQuantitySoapOut">
    <wsdl:part name="parameters" element="tns:QuotationLine_GetQuantityResponse" />
  </wsdl:message>
  <wsdl:message name="QuotationLine_SetUnitNetPriceSoapIn">
    <wsdl:part name="parameters" element="tns:QuotationLine_SetUnitNetPrice" />
  </wsdl:message>
  <wsdl:message name="QuotationLine_SetUnitNetPriceSoapOut">
    <wsdl:part name="parameters" element="tns:QuotationLine_SetUnitNetPriceResponse" />
  </wsdl:message>
  <wsdl:message name="QuotationLine_SetUnitCostPriceSoapIn">
    <wsdl:part name="parameters" element="tns:QuotationLine_SetUnitCostPrice" />
  </wsdl:message>
  <wsdl:message name="QuotationLine_SetUnitCostPriceSoapOut">
    <wsdl:part name="parameters" element="tns:QuotationLine_SetUnitCostPriceResponse" />
  </wsdl:message>
  <wsdl:message name="QuotationLine_GetUnitNetPriceSoapIn">
    <wsdl:part name="parameters" element="tns:QuotationLine_GetUnitNetPrice" />
  </wsdl:message>
  <wsdl:message name="QuotationLine_GetUnitNetPriceSoapOut">
    <wsdl:part name="parameters" element="tns:QuotationLine_GetUnitNetPriceResponse" />
  </wsdl:message>
  <wsdl:message name="QuotationLine_GetDiscountAsPercentSoapIn">
    <wsdl:part name="parameters" element="tns:QuotationLine_GetDiscountAsPercent" />
  </wsdl:message>
  <wsdl:message name="QuotationLine_GetDiscountAsPercentSoapOut">
    <wsdl:part name="parameters" element="tns:QuotationLine_GetDiscountAsPercentResponse" />
  </wsdl:message>
  <wsdl:message name="QuotationLine_SetDiscountAsPercentSoapIn">
    <wsdl:part name="parameters" element="tns:QuotationLine_SetDiscountAsPercent" />
  </wsdl:message>
  <wsdl:message name="QuotationLine_SetDiscountAsPercentSoapOut">
    <wsdl:part name="parameters" element="tns:QuotationLine_SetDiscountAsPercentResponse" />
  </wsdl:message>
  <wsdl:message name="QuotationLine_GetUnitCostPriceSoapIn">
    <wsdl:part name="parameters" element="tns:QuotationLine_GetUnitCostPrice" />
  </wsdl:message>
  <wsdl:message name="QuotationLine_GetUnitCostPriceSoapOut">
    <wsdl:part name="parameters" element="tns:QuotationLine_GetUnitCostPriceResponse" />
  </wsdl:message>
  <wsdl:message name="QuotationLine_GetTotalNetAmountSoapIn">
    <wsdl:part name="parameters" element="tns:QuotationLine_GetTotalNetAmount" />
  </wsdl:message>
  <wsdl:message name="QuotationLine_GetTotalNetAmountSoapOut">
    <wsdl:part name="parameters" element="tns:QuotationLine_GetTotalNetAmountResponse" />
  </wsdl:message>
  <wsdl:message name="QuotationLine_GetTotalMarginSoapIn">
    <wsdl:part name="parameters" element="tns:QuotationLine_GetTotalMargin" />
  </wsdl:message>
  <wsdl:message name="QuotationLine_GetTotalMarginSoapOut">
    <wsdl:part name="parameters" element="tns:QuotationLine_GetTotalMarginResponse" />
  </wsdl:message>
  <wsdl:message name="QuotationLine_GetMarginAsPercentSoapIn">
    <wsdl:part name="parameters" element="tns:QuotationLine_GetMarginAsPercent" />
  </wsdl:message>
  <wsdl:message name="QuotationLine_GetMarginAsPercentSoapOut">
    <wsdl:part name="parameters" element="tns:QuotationLine_GetMarginAsPercentResponse" />
  </wsdl:message>
  <wsdl:message name="QuotationLine_GetDepartmentSoapIn">
    <wsdl:part name="parameters" element="tns:QuotationLine_GetDepartment" />
  </wsdl:message>
  <wsdl:message name="QuotationLine_GetDepartmentSoapOut">
    <wsdl:part name="parameters" element="tns:QuotationLine_GetDepartmentResponse" />
  </wsdl:message>
  <wsdl:message name="ProductPrice_SetPriceSoapIn">
    <wsdl:part name="parameters" element="tns:ProductPrice_SetPrice" />
  </wsdl:message>
  <wsdl:message name="ProductPrice_SetPriceSoapOut">
    <wsdl:part name="parameters" element="tns:ProductPrice_SetPriceResponse" />
  </wsdl:message>
  <wsdl:message name="Project_CreateFromDataSoapIn">
    <wsdl:part name="parameters" element="tns:Project_CreateFromData" />
  </wsdl:message>
  <wsdl:message name="Project_CreateFromDataSoapOut">
    <wsdl:part name="parameters" element="tns:Project_CreateFromDataResponse" />
  </wsdl:message>
  <wsdl:message name="Project_CreateFromDataArraySoapIn">
    <wsdl:part name="parameters" element="tns:Project_CreateFromDataArray" />
  </wsdl:message>
  <wsdl:message name="Project_CreateFromDataArraySoapOut">
    <wsdl:part name="parameters" element="tns:Project_CreateFromDataArrayResponse" />
  </wsdl:message>
  <wsdl:message name="Project_UpdateFromDataArraySoapIn">
    <wsdl:part name="parameters" element="tns:Project_UpdateFromDataArray" />
  </wsdl:message>
  <wsdl:message name="Project_UpdateFromDataArraySoapOut">
    <wsdl:part name="parameters" element="tns:Project_UpdateFromDataArrayResponse" />
  </wsdl:message>
  <wsdl:message name="Project_UpdateFromDataSoapIn">
    <wsdl:part name="parameters" element="tns:Project_UpdateFromData" />
  </wsdl:message>
  <wsdl:message name="Project_UpdateFromDataSoapOut">
    <wsdl:part name="parameters" element="tns:Project_UpdateFromDataResponse" />
  </wsdl:message>
  <wsdl:message name="Project_GetDataSoapIn">
    <wsdl:part name="parameters" element="tns:Project_GetData" />
  </wsdl:message>
  <wsdl:message name="Project_GetDataSoapOut">
    <wsdl:part name="parameters" element="tns:Project_GetDataResponse" />
  </wsdl:message>
  <wsdl:message name="Project_GetDataArraySoapIn">
    <wsdl:part name="parameters" element="tns:Project_GetDataArray" />
  </wsdl:message>
  <wsdl:message name="Project_GetDataArraySoapOut">
    <wsdl:part name="parameters" element="tns:Project_GetDataArrayResponse" />
  </wsdl:message>
  <wsdl:message name="Project_GetNumberSoapIn">
    <wsdl:part name="parameters" element="tns:Project_GetNumber" />
  </wsdl:message>
  <wsdl:message name="Project_GetNumberSoapOut">
    <wsdl:part name="parameters" element="tns:Project_GetNumberResponse" />
  </wsdl:message>
  <wsdl:message name="Project_GetNameSoapIn">
    <wsdl:part name="parameters" element="tns:Project_GetName" />
  </wsdl:message>
  <wsdl:message name="Project_GetNameSoapOut">
    <wsdl:part name="parameters" element="tns:Project_GetNameResponse" />
  </wsdl:message>
  <wsdl:message name="Project_SetNameSoapIn">
    <wsdl:part name="parameters" element="tns:Project_SetName" />
  </wsdl:message>
  <wsdl:message name="Project_SetNameSoapOut">
    <wsdl:part name="parameters" element="tns:Project_SetNameResponse" />
  </wsdl:message>
  <wsdl:message name="Project_GetProjectGroupSoapIn">
    <wsdl:part name="parameters" element="tns:Project_GetProjectGroup" />
  </wsdl:message>
  <wsdl:message name="Project_GetProjectGroupSoapOut">
    <wsdl:part name="parameters" element="tns:Project_GetProjectGroupResponse" />
  </wsdl:message>
  <wsdl:message name="Project_SetProjectGroupSoapIn">
    <wsdl:part name="parameters" element="tns:Project_SetProjectGroup" />
  </wsdl:message>
  <wsdl:message name="Project_SetProjectGroupSoapOut">
    <wsdl:part name="parameters" element="tns:Project_SetProjectGroupResponse" />
  </wsdl:message>
  <wsdl:message name="Project_GetIsMainProjectSoapIn">
    <wsdl:part name="parameters" element="tns:Project_GetIsMainProject" />
  </wsdl:message>
  <wsdl:message name="Project_GetIsMainProjectSoapOut">
    <wsdl:part name="parameters" element="tns:Project_GetIsMainProjectResponse" />
  </wsdl:message>
  <wsdl:message name="Project_GetMainProjectSoapIn">
    <wsdl:part name="parameters" element="tns:Project_GetMainProject" />
  </wsdl:message>
  <wsdl:message name="Project_GetMainProjectSoapOut">
    <wsdl:part name="parameters" element="tns:Project_GetMainProjectResponse" />
  </wsdl:message>
  <wsdl:message name="Project_GetDebtorSoapIn">
    <wsdl:part name="parameters" element="tns:Project_GetDebtor" />
  </wsdl:message>
  <wsdl:message name="Project_GetDebtorSoapOut">
    <wsdl:part name="parameters" element="tns:Project_GetDebtorResponse" />
  </wsdl:message>
  <wsdl:message name="Project_SetDebtorSoapIn">
    <wsdl:part name="parameters" element="tns:Project_SetDebtor" />
  </wsdl:message>
  <wsdl:message name="Project_SetDebtorSoapOut">
    <wsdl:part name="parameters" element="tns:Project_SetDebtorResponse" />
  </wsdl:message>
  <wsdl:message name="Project_GetResponsibleSoapIn">
    <wsdl:part name="parameters" element="tns:Project_GetResponsible" />
  </wsdl:message>
  <wsdl:message name="Project_GetResponsibleSoapOut">
    <wsdl:part name="parameters" element="tns:Project_GetResponsibleResponse" />
  </wsdl:message>
  <wsdl:message name="Project_SetResponsibleSoapIn">
    <wsdl:part name="parameters" element="tns:Project_SetResponsible" />
  </wsdl:message>
  <wsdl:message name="Project_SetResponsibleSoapOut">
    <wsdl:part name="parameters" element="tns:Project_SetResponsibleResponse" />
  </wsdl:message>
  <wsdl:message name="Project_GetDescriptionSoapIn">
    <wsdl:part name="parameters" element="tns:Project_GetDescription" />
  </wsdl:message>
  <wsdl:message name="Project_GetDescriptionSoapOut">
    <wsdl:part name="parameters" element="tns:Project_GetDescriptionResponse" />
  </wsdl:message>
  <wsdl:message name="Project_SetDescriptionSoapIn">
    <wsdl:part name="parameters" element="tns:Project_SetDescription" />
  </wsdl:message>
  <wsdl:message name="Project_SetDescriptionSoapOut">
    <wsdl:part name="parameters" element="tns:Project_SetDescriptionResponse" />
  </wsdl:message>
  <wsdl:message name="Project_GetIsAccessibleSoapIn">
    <wsdl:part name="parameters" element="tns:Project_GetIsAccessible" />
  </wsdl:message>
  <wsdl:message name="Project_GetIsAccessibleSoapOut">
    <wsdl:part name="parameters" element="tns:Project_GetIsAccessibleResponse" />
  </wsdl:message>
  <wsdl:message name="Project_SetIsAccessibleSoapIn">
    <wsdl:part name="parameters" element="tns:Project_SetIsAccessible" />
  </wsdl:message>
  <wsdl:message name="Project_SetIsAccessibleSoapOut">
    <wsdl:part name="parameters" element="tns:Project_SetIsAccessibleResponse" />
  </wsdl:message>
  <wsdl:message name="Project_GetMileageSoapIn">
    <wsdl:part name="parameters" element="tns:Project_GetMileage" />
  </wsdl:message>
  <wsdl:message name="Project_GetMileageSoapOut">
    <wsdl:part name="parameters" element="tns:Project_GetMileageResponse" />
  </wsdl:message>
  <wsdl:message name="Project_SetMileageSoapIn">
    <wsdl:part name="parameters" element="tns:Project_SetMileage" />
  </wsdl:message>
  <wsdl:message name="Project_SetMileageSoapOut">
    <wsdl:part name="parameters" element="tns:Project_SetMileageResponse" />
  </wsdl:message>
  <wsdl:message name="Project_GetIsClosedSoapIn">
    <wsdl:part name="parameters" element="tns:Project_GetIsClosed" />
  </wsdl:message>
  <wsdl:message name="Project_GetIsClosedSoapOut">
    <wsdl:part name="parameters" element="tns:Project_GetIsClosedResponse" />
  </wsdl:message>
  <wsdl:message name="Project_CreateSoapIn">
    <wsdl:part name="parameters" element="tns:Project_Create" />
  </wsdl:message>
  <wsdl:message name="Project_CreateSoapOut">
    <wsdl:part name="parameters" element="tns:Project_CreateResponse" />
  </wsdl:message>
  <wsdl:message name="Project_GetAllSoapIn">
    <wsdl:part name="parameters" element="tns:Project_GetAll" />
  </wsdl:message>
  <wsdl:message name="Project_GetAllSoapOut">
    <wsdl:part name="parameters" element="tns:Project_GetAllResponse" />
  </wsdl:message>
  <wsdl:message name="Project_GetAllUpdatedSoapIn">
    <wsdl:part name="parameters" element="tns:Project_GetAllUpdated" />
  </wsdl:message>
  <wsdl:message name="Project_GetAllUpdatedSoapOut">
    <wsdl:part name="parameters" element="tns:Project_GetAllUpdatedResponse" />
  </wsdl:message>
  <wsdl:message name="Project_FindByNumberSoapIn">
    <wsdl:part name="parameters" element="tns:Project_FindByNumber" />
  </wsdl:message>
  <wsdl:message name="Project_FindByNumberSoapOut">
    <wsdl:part name="parameters" element="tns:Project_FindByNumberResponse" />
  </wsdl:message>
  <wsdl:message name="Project_FindByNumberListSoapIn">
    <wsdl:part name="parameters" element="tns:Project_FindByNumberList" />
  </wsdl:message>
  <wsdl:message name="Project_FindByNumberListSoapOut">
    <wsdl:part name="parameters" element="tns:Project_FindByNumberListResponse" />
  </wsdl:message>
  <wsdl:message name="Project_FindByNameSoapIn">
    <wsdl:part name="parameters" element="tns:Project_FindByName" />
  </wsdl:message>
  <wsdl:message name="Project_FindByNameSoapOut">
    <wsdl:part name="parameters" element="tns:Project_FindByNameResponse" />
  </wsdl:message>
  <wsdl:message name="Project_GetOpenSubProjectsSoapIn">
    <wsdl:part name="parameters" element="tns:Project_GetOpenSubProjects" />
  </wsdl:message>
  <wsdl:message name="Project_GetOpenSubProjectsSoapOut">
    <wsdl:part name="parameters" element="tns:Project_GetOpenSubProjectsResponse" />
  </wsdl:message>
  <wsdl:message name="Project_GetActivitiesSoapIn">
    <wsdl:part name="parameters" element="tns:Project_GetActivities" />
  </wsdl:message>
  <wsdl:message name="Project_GetActivitiesSoapOut">
    <wsdl:part name="parameters" element="tns:Project_GetActivitiesResponse" />
  </wsdl:message>
  <wsdl:message name="Project_GetTimeEntriesSoapIn">
    <wsdl:part name="parameters" element="tns:Project_GetTimeEntries" />
  </wsdl:message>
  <wsdl:message name="Project_GetTimeEntriesSoapOut">
    <wsdl:part name="parameters" element="tns:Project_GetTimeEntriesResponse" />
  </wsdl:message>
  <wsdl:message name="Project_GetTimeEntriesByDateSoapIn">
    <wsdl:part name="parameters" element="tns:Project_GetTimeEntriesByDate" />
  </wsdl:message>
  <wsdl:message name="Project_GetTimeEntriesByDateSoapOut">
    <wsdl:part name="parameters" element="tns:Project_GetTimeEntriesByDateResponse" />
  </wsdl:message>
  <wsdl:message name="Project_GetMileageEntriesByDateSoapIn">
    <wsdl:part name="parameters" element="tns:Project_GetMileageEntriesByDate" />
  </wsdl:message>
  <wsdl:message name="Project_GetMileageEntriesByDateSoapOut">
    <wsdl:part name="parameters" element="tns:Project_GetMileageEntriesByDateResponse" />
  </wsdl:message>
  <wsdl:message name="Project_GetEntriesSoapIn">
    <wsdl:part name="parameters" element="tns:Project_GetEntries" />
  </wsdl:message>
  <wsdl:message name="Project_GetEntriesSoapOut">
    <wsdl:part name="parameters" element="tns:Project_GetEntriesResponse" />
  </wsdl:message>
  <wsdl:message name="Project_GetEntriesByDateSoapIn">
    <wsdl:part name="parameters" element="tns:Project_GetEntriesByDate" />
  </wsdl:message>
  <wsdl:message name="Project_GetEntriesByDateSoapOut">
    <wsdl:part name="parameters" element="tns:Project_GetEntriesByDateResponse" />
  </wsdl:message>
  <wsdl:message name="ProjectGroup_GetDataSoapIn">
    <wsdl:part name="parameters" element="tns:ProjectGroup_GetData" />
  </wsdl:message>
  <wsdl:message name="ProjectGroup_GetDataSoapOut">
    <wsdl:part name="parameters" element="tns:ProjectGroup_GetDataResponse" />
  </wsdl:message>
  <wsdl:message name="ProjectGroup_GetDataArraySoapIn">
    <wsdl:part name="parameters" element="tns:ProjectGroup_GetDataArray" />
  </wsdl:message>
  <wsdl:message name="ProjectGroup_GetDataArraySoapOut">
    <wsdl:part name="parameters" element="tns:ProjectGroup_GetDataArrayResponse" />
  </wsdl:message>
  <wsdl:message name="ProjectGroup_GetNumberSoapIn">
    <wsdl:part name="parameters" element="tns:ProjectGroup_GetNumber" />
  </wsdl:message>
  <wsdl:message name="ProjectGroup_GetNumberSoapOut">
    <wsdl:part name="parameters" element="tns:ProjectGroup_GetNumberResponse" />
  </wsdl:message>
  <wsdl:message name="ProjectGroup_GetNameSoapIn">
    <wsdl:part name="parameters" element="tns:ProjectGroup_GetName" />
  </wsdl:message>
  <wsdl:message name="ProjectGroup_GetNameSoapOut">
    <wsdl:part name="parameters" element="tns:ProjectGroup_GetNameResponse" />
  </wsdl:message>
  <wsdl:message name="ProjectGroup_GetAllSoapIn">
    <wsdl:part name="parameters" element="tns:ProjectGroup_GetAll" />
  </wsdl:message>
  <wsdl:message name="ProjectGroup_GetAllSoapOut">
    <wsdl:part name="parameters" element="tns:ProjectGroup_GetAllResponse" />
  </wsdl:message>
  <wsdl:message name="ProjectGroup_FindByNumberSoapIn">
    <wsdl:part name="parameters" element="tns:ProjectGroup_FindByNumber" />
  </wsdl:message>
  <wsdl:message name="ProjectGroup_FindByNumberSoapOut">
    <wsdl:part name="parameters" element="tns:ProjectGroup_FindByNumberResponse" />
  </wsdl:message>
  <wsdl:message name="ProjectGroup_FindByNumberListSoapIn">
    <wsdl:part name="parameters" element="tns:ProjectGroup_FindByNumberList" />
  </wsdl:message>
  <wsdl:message name="ProjectGroup_FindByNumberListSoapOut">
    <wsdl:part name="parameters" element="tns:ProjectGroup_FindByNumberListResponse" />
  </wsdl:message>
  <wsdl:message name="ProjectGroup_FindByNameSoapIn">
    <wsdl:part name="parameters" element="tns:ProjectGroup_FindByName" />
  </wsdl:message>
  <wsdl:message name="ProjectGroup_FindByNameSoapOut">
    <wsdl:part name="parameters" element="tns:ProjectGroup_FindByNameResponse" />
  </wsdl:message>
  <wsdl:message name="ProjectGroup_GetProjectsSoapIn">
    <wsdl:part name="parameters" element="tns:ProjectGroup_GetProjects" />
  </wsdl:message>
  <wsdl:message name="ProjectGroup_GetProjectsSoapOut">
    <wsdl:part name="parameters" element="tns:ProjectGroup_GetProjectsResponse" />
  </wsdl:message>
  <wsdl:message name="Quotation_CreateFromDataSoapIn">
    <wsdl:part name="parameters" element="tns:Quotation_CreateFromData" />
  </wsdl:message>
  <wsdl:message name="Quotation_CreateFromDataSoapOut">
    <wsdl:part name="parameters" element="tns:Quotation_CreateFromDataResponse" />
  </wsdl:message>
  <wsdl:message name="Quotation_CreateFromDataArraySoapIn">
    <wsdl:part name="parameters" element="tns:Quotation_CreateFromDataArray" />
  </wsdl:message>
  <wsdl:message name="Quotation_CreateFromDataArraySoapOut">
    <wsdl:part name="parameters" element="tns:Quotation_CreateFromDataArrayResponse" />
  </wsdl:message>
  <wsdl:message name="Quotation_UpdateFromDataArraySoapIn">
    <wsdl:part name="parameters" element="tns:Quotation_UpdateFromDataArray" />
  </wsdl:message>
  <wsdl:message name="Quotation_UpdateFromDataArraySoapOut">
    <wsdl:part name="parameters" element="tns:Quotation_UpdateFromDataArrayResponse" />
  </wsdl:message>
  <wsdl:message name="Quotation_UpdateFromDataSoapIn">
    <wsdl:part name="parameters" element="tns:Quotation_UpdateFromData" />
  </wsdl:message>
  <wsdl:message name="Quotation_UpdateFromDataSoapOut">
    <wsdl:part name="parameters" element="tns:Quotation_UpdateFromDataResponse" />
  </wsdl:message>
  <wsdl:message name="Quotation_GetDataSoapIn">
    <wsdl:part name="parameters" element="tns:Quotation_GetData" />
  </wsdl:message>
  <wsdl:message name="Quotation_GetDataSoapOut">
    <wsdl:part name="parameters" element="tns:Quotation_GetDataResponse" />
  </wsdl:message>
  <wsdl:message name="Quotation_GetDataArraySoapIn">
    <wsdl:part name="parameters" element="tns:Quotation_GetDataArray" />
  </wsdl:message>
  <wsdl:message name="Quotation_GetDataArraySoapOut">
    <wsdl:part name="parameters" element="tns:Quotation_GetDataArrayResponse" />
  </wsdl:message>
  <wsdl:message name="Quotation_CreateSoapIn">
    <wsdl:part name="parameters" element="tns:Quotation_Create" />
  </wsdl:message>
  <wsdl:message name="Quotation_CreateSoapOut">
    <wsdl:part name="parameters" element="tns:Quotation_CreateResponse" />
  </wsdl:message>
  <wsdl:message name="Quotation_GetPdfSoapIn">
    <wsdl:part name="parameters" element="tns:Quotation_GetPdf" />
  </wsdl:message>
  <wsdl:message name="Quotation_GetPdfSoapOut">
    <wsdl:part name="parameters" element="tns:Quotation_GetPdfResponse" />
  </wsdl:message>
  <wsdl:message name="Quotation_GetAllSoapIn">
    <wsdl:part name="parameters" element="tns:Quotation_GetAll" />
  </wsdl:message>
  <wsdl:message name="Quotation_GetAllSoapOut">
    <wsdl:part name="parameters" element="tns:Quotation_GetAllResponse" />
  </wsdl:message>
  <wsdl:message name="Quotation_GetAllCurrentSoapIn">
    <wsdl:part name="parameters" element="tns:Quotation_GetAllCurrent" />
  </wsdl:message>
  <wsdl:message name="Quotation_GetAllCurrentSoapOut">
    <wsdl:part name="parameters" element="tns:Quotation_GetAllCurrentResponse" />
  </wsdl:message>
  <wsdl:message name="Quotation_FindByOtherReferenceSoapIn">
    <wsdl:part name="parameters" element="tns:Quotation_FindByOtherReference" />
  </wsdl:message>
  <wsdl:message name="Quotation_FindByOtherReferenceSoapOut">
    <wsdl:part name="parameters" element="tns:Quotation_FindByOtherReferenceResponse" />
  </wsdl:message>
  <wsdl:message name="Quotation_FindByNumberSoapIn">
    <wsdl:part name="parameters" element="tns:Quotation_FindByNumber" />
  </wsdl:message>
  <wsdl:message name="Quotation_FindByNumberSoapOut">
    <wsdl:part name="parameters" element="tns:Quotation_FindByNumberResponse" />
  </wsdl:message>
  <wsdl:message name="Quotation_FindByNumberIntervalSoapIn">
    <wsdl:part name="parameters" element="tns:Quotation_FindByNumberInterval" />
  </wsdl:message>
  <wsdl:message name="Quotation_FindByNumberIntervalSoapOut">
    <wsdl:part name="parameters" element="tns:Quotation_FindByNumberIntervalResponse" />
  </wsdl:message>
  <wsdl:message name="Quotation_FindByDateIntervalSoapIn">
    <wsdl:part name="parameters" element="tns:Quotation_FindByDateInterval" />
  </wsdl:message>
  <wsdl:message name="Quotation_FindByDateIntervalSoapOut">
    <wsdl:part name="parameters" element="tns:Quotation_FindByDateIntervalResponse" />
  </wsdl:message>
  <wsdl:message name="Quotation_GetAllUpdatedSoapIn">
    <wsdl:part name="parameters" element="tns:Quotation_GetAllUpdated" />
  </wsdl:message>
  <wsdl:message name="Quotation_GetAllUpdatedSoapOut">
    <wsdl:part name="parameters" element="tns:Quotation_GetAllUpdatedResponse" />
  </wsdl:message>
  <wsdl:message name="Quotation_GetLinesSoapIn">
    <wsdl:part name="parameters" element="tns:Quotation_GetLines" />
  </wsdl:message>
  <wsdl:message name="Quotation_GetLinesSoapOut">
    <wsdl:part name="parameters" element="tns:Quotation_GetLinesResponse" />
  </wsdl:message>
  <wsdl:message name="Quotation_RegisterAsSentSoapIn">
    <wsdl:part name="parameters" element="tns:Quotation_RegisterAsSent" />
  </wsdl:message>
  <wsdl:message name="Quotation_RegisterAsSentSoapOut">
    <wsdl:part name="parameters" element="tns:Quotation_RegisterAsSentResponse" />
  </wsdl:message>
  <wsdl:message name="Quotation_CancelSentStatusSoapIn">
    <wsdl:part name="parameters" element="tns:Quotation_CancelSentStatus" />
  </wsdl:message>
  <wsdl:message name="Quotation_CancelSentStatusSoapOut">
    <wsdl:part name="parameters" element="tns:Quotation_CancelSentStatusResponse" />
  </wsdl:message>
  <wsdl:message name="Quotation_UpgradeToOrderSoapIn">
    <wsdl:part name="parameters" element="tns:Quotation_UpgradeToOrder" />
  </wsdl:message>
  <wsdl:message name="Quotation_UpgradeToOrderSoapOut">
    <wsdl:part name="parameters" element="tns:Quotation_UpgradeToOrderResponse" />
  </wsdl:message>
  <wsdl:message name="Quotation_DeleteSoapIn">
    <wsdl:part name="parameters" element="tns:Quotation_Delete" />
  </wsdl:message>
  <wsdl:message name="Quotation_DeleteSoapOut">
    <wsdl:part name="parameters" element="tns:Quotation_DeleteResponse" />
  </wsdl:message>
  <wsdl:message name="Quotation_GetDebtorSoapIn">
    <wsdl:part name="parameters" element="tns:Quotation_GetDebtor" />
  </wsdl:message>
  <wsdl:message name="Quotation_GetDebtorSoapOut">
    <wsdl:part name="parameters" element="tns:Quotation_GetDebtorResponse" />
  </wsdl:message>
  <wsdl:message name="Quotation_SetDebtorSoapIn">
    <wsdl:part name="parameters" element="tns:Quotation_SetDebtor" />
  </wsdl:message>
  <wsdl:message name="Quotation_SetDebtorSoapOut">
    <wsdl:part name="parameters" element="tns:Quotation_SetDebtorResponse" />
  </wsdl:message>
  <wsdl:message name="Quotation_GetNumberSoapIn">
    <wsdl:part name="parameters" element="tns:Quotation_GetNumber" />
  </wsdl:message>
  <wsdl:message name="Quotation_GetNumberSoapOut">
    <wsdl:part name="parameters" element="tns:Quotation_GetNumberResponse" />
  </wsdl:message>
  <wsdl:message name="Quotation_GetDebtorNameSoapIn">
    <wsdl:part name="parameters" element="tns:Quotation_GetDebtorName" />
  </wsdl:message>
  <wsdl:message name="Quotation_GetDebtorNameSoapOut">
    <wsdl:part name="parameters" element="tns:Quotation_GetDebtorNameResponse" />
  </wsdl:message>
  <wsdl:message name="Quotation_SetDebtorNameSoapIn">
    <wsdl:part name="parameters" element="tns:Quotation_SetDebtorName" />
  </wsdl:message>
  <wsdl:message name="Quotation_SetDebtorNameSoapOut">
    <wsdl:part name="parameters" element="tns:Quotation_SetDebtorNameResponse" />
  </wsdl:message>
  <wsdl:message name="Quotation_GetDebtorAddressSoapIn">
    <wsdl:part name="parameters" element="tns:Quotation_GetDebtorAddress" />
  </wsdl:message>
  <wsdl:message name="Quotation_GetDebtorAddressSoapOut">
    <wsdl:part name="parameters" element="tns:Quotation_GetDebtorAddressResponse" />
  </wsdl:message>
  <wsdl:message name="Quotation_SetDebtorAddressSoapIn">
    <wsdl:part name="parameters" element="tns:Quotation_SetDebtorAddress" />
  </wsdl:message>
  <wsdl:message name="Quotation_SetDebtorAddressSoapOut">
    <wsdl:part name="parameters" element="tns:Quotation_SetDebtorAddressResponse" />
  </wsdl:message>
  <wsdl:message name="Quotation_GetDebtorPostalCodeSoapIn">
    <wsdl:part name="parameters" element="tns:Quotation_GetDebtorPostalCode" />
  </wsdl:message>
  <wsdl:message name="Quotation_GetDebtorPostalCodeSoapOut">
    <wsdl:part name="parameters" element="tns:Quotation_GetDebtorPostalCodeResponse" />
  </wsdl:message>
  <wsdl:message name="Quotation_SetDebtorPostalCodeSoapIn">
    <wsdl:part name="parameters" element="tns:Quotation_SetDebtorPostalCode" />
  </wsdl:message>
  <wsdl:message name="Quotation_SetDebtorPostalCodeSoapOut">
    <wsdl:part name="parameters" element="tns:Quotation_SetDebtorPostalCodeResponse" />
  </wsdl:message>
  <wsdl:message name="Quotation_GetDebtorCitySoapIn">
    <wsdl:part name="parameters" element="tns:Quotation_GetDebtorCity" />
  </wsdl:message>
  <wsdl:message name="Quotation_GetDebtorCitySoapOut">
    <wsdl:part name="parameters" element="tns:Quotation_GetDebtorCityResponse" />
  </wsdl:message>
  <wsdl:message name="Quotation_SetDebtorCitySoapIn">
    <wsdl:part name="parameters" element="tns:Quotation_SetDebtorCity" />
  </wsdl:message>
  <wsdl:message name="Quotation_SetDebtorCitySoapOut">
    <wsdl:part name="parameters" element="tns:Quotation_SetDebtorCityResponse" />
  </wsdl:message>
  <wsdl:message name="Quotation_GetDebtorCountrySoapIn">
    <wsdl:part name="parameters" element="tns:Quotation_GetDebtorCountry" />
  </wsdl:message>
  <wsdl:message name="Quotation_GetDebtorCountrySoapOut">
    <wsdl:part name="parameters" element="tns:Quotation_GetDebtorCountryResponse" />
  </wsdl:message>
  <wsdl:message name="Quotation_SetDebtorCountrySoapIn">
    <wsdl:part name="parameters" element="tns:Quotation_SetDebtorCountry" />
  </wsdl:message>
  <wsdl:message name="Quotation_SetDebtorCountrySoapOut">
    <wsdl:part name="parameters" element="tns:Quotation_SetDebtorCountryResponse" />
  </wsdl:message>
  <wsdl:message name="Quotation_GetDebtorEanSoapIn">
    <wsdl:part name="parameters" element="tns:Quotation_GetDebtorEan" />
  </wsdl:message>
  <wsdl:message name="Quotation_GetDebtorEanSoapOut">
    <wsdl:part name="parameters" element="tns:Quotation_GetDebtorEanResponse" />
  </wsdl:message>
  <wsdl:message name="Quotation_SetDebtorEanSoapIn">
    <wsdl:part name="parameters" element="tns:Quotation_SetDebtorEan" />
  </wsdl:message>
  <wsdl:message name="Quotation_SetDebtorEanSoapOut">
    <wsdl:part name="parameters" element="tns:Quotation_SetDebtorEanResponse" />
  </wsdl:message>
  <wsdl:message name="Quotation_GetPublicEntryNumberSoapIn">
    <wsdl:part name="parameters" element="tns:Quotation_GetPublicEntryNumber" />
  </wsdl:message>
  <wsdl:message name="Quotation_GetPublicEntryNumberSoapOut">
    <wsdl:part name="parameters" element="tns:Quotation_GetPublicEntryNumberResponse" />
  </wsdl:message>
  <wsdl:message name="Quotation_SetPublicEntryNumberSoapIn">
    <wsdl:part name="parameters" element="tns:Quotation_SetPublicEntryNumber" />
  </wsdl:message>
  <wsdl:message name="Quotation_SetPublicEntryNumberSoapOut">
    <wsdl:part name="parameters" element="tns:Quotation_SetPublicEntryNumberResponse" />
  </wsdl:message>
  <wsdl:message name="Quotation_GetAttentionSoapIn">
    <wsdl:part name="parameters" element="tns:Quotation_GetAttention" />
  </wsdl:message>
  <wsdl:message name="Quotation_GetAttentionSoapOut">
    <wsdl:part name="parameters" element="tns:Quotation_GetAttentionResponse" />
  </wsdl:message>
  <wsdl:message name="PriceGroup_FindByNameSoapIn">
    <wsdl:part name="parameters" element="tns:PriceGroup_FindByName" />
  </wsdl:message>
  <wsdl:message name="PriceGroup_FindByNameSoapOut">
    <wsdl:part name="parameters" element="tns:PriceGroup_FindByNameResponse" />
  </wsdl:message>
  <wsdl:message name="PriceGroup_DeleteSoapIn">
    <wsdl:part name="parameters" element="tns:PriceGroup_Delete" />
  </wsdl:message>
  <wsdl:message name="PriceGroup_DeleteSoapOut">
    <wsdl:part name="parameters" element="tns:PriceGroup_DeleteResponse" />
  </wsdl:message>
  <wsdl:message name="PriceGroup_GetPriceSoapIn">
    <wsdl:part name="parameters" element="tns:PriceGroup_GetPrice" />
  </wsdl:message>
  <wsdl:message name="PriceGroup_GetPriceSoapOut">
    <wsdl:part name="parameters" element="tns:PriceGroup_GetPriceResponse" />
  </wsdl:message>
  <wsdl:message name="Product_CreateFromDataSoapIn">
    <wsdl:part name="parameters" element="tns:Product_CreateFromData" />
  </wsdl:message>
  <wsdl:message name="Product_CreateFromDataSoapOut">
    <wsdl:part name="parameters" element="tns:Product_CreateFromDataResponse" />
  </wsdl:message>
  <wsdl:message name="Product_CreateFromDataArraySoapIn">
    <wsdl:part name="parameters" element="tns:Product_CreateFromDataArray" />
  </wsdl:message>
  <wsdl:message name="Product_CreateFromDataArraySoapOut">
    <wsdl:part name="parameters" element="tns:Product_CreateFromDataArrayResponse" />
  </wsdl:message>
  <wsdl:message name="Product_UpdateFromDataArraySoapIn">
    <wsdl:part name="parameters" element="tns:Product_UpdateFromDataArray" />
  </wsdl:message>
  <wsdl:message name="Product_UpdateFromDataArraySoapOut">
    <wsdl:part name="parameters" element="tns:Product_UpdateFromDataArrayResponse" />
  </wsdl:message>
  <wsdl:message name="Product_UpdateFromDataSoapIn">
    <wsdl:part name="parameters" element="tns:Product_UpdateFromData" />
  </wsdl:message>
  <wsdl:message name="Product_UpdateFromDataSoapOut">
    <wsdl:part name="parameters" element="tns:Product_UpdateFromDataResponse" />
  </wsdl:message>
  <wsdl:message name="Product_GetDataSoapIn">
    <wsdl:part name="parameters" element="tns:Product_GetData" />
  </wsdl:message>
  <wsdl:message name="Product_GetDataSoapOut">
    <wsdl:part name="parameters" element="tns:Product_GetDataResponse" />
  </wsdl:message>
  <wsdl:message name="Product_GetDataArraySoapIn">
    <wsdl:part name="parameters" element="tns:Product_GetDataArray" />
  </wsdl:message>
  <wsdl:message name="Product_GetDataArraySoapOut">
    <wsdl:part name="parameters" element="tns:Product_GetDataArrayResponse" />
  </wsdl:message>
  <wsdl:message name="Product_GetNumberSoapIn">
    <wsdl:part name="parameters" element="tns:Product_GetNumber" />
  </wsdl:message>
  <wsdl:message name="Product_GetNumberSoapOut">
    <wsdl:part name="parameters" element="tns:Product_GetNumberResponse" />
  </wsdl:message>
  <wsdl:message name="Product_GetProductGroupSoapIn">
    <wsdl:part name="parameters" element="tns:Product_GetProductGroup" />
  </wsdl:message>
  <wsdl:message name="Product_GetProductGroupSoapOut">
    <wsdl:part name="parameters" element="tns:Product_GetProductGroupResponse" />
  </wsdl:message>
  <wsdl:message name="Product_SetProductGroupSoapIn">
    <wsdl:part name="parameters" element="tns:Product_SetProductGroup" />
  </wsdl:message>
  <wsdl:message name="Product_SetProductGroupSoapOut">
    <wsdl:part name="parameters" element="tns:Product_SetProductGroupResponse" />
  </wsdl:message>
  <wsdl:message name="Product_GetNameSoapIn">
    <wsdl:part name="parameters" element="tns:Product_GetName" />
  </wsdl:message>
  <wsdl:message name="Product_GetNameSoapOut">
    <wsdl:part name="parameters" element="tns:Product_GetNameResponse" />
  </wsdl:message>
  <wsdl:message name="Product_SetNameSoapIn">
    <wsdl:part name="parameters" element="tns:Product_SetName" />
  </wsdl:message>
  <wsdl:message name="Product_SetNameSoapOut">
    <wsdl:part name="parameters" element="tns:Product_SetNameResponse" />
  </wsdl:message>
  <wsdl:message name="Product_GetDescriptionSoapIn">
    <wsdl:part name="parameters" element="tns:Product_GetDescription" />
  </wsdl:message>
  <wsdl:message name="Product_GetDescriptionSoapOut">
    <wsdl:part name="parameters" element="tns:Product_GetDescriptionResponse" />
  </wsdl:message>
  <wsdl:message name="Product_SetDescriptionSoapIn">
    <wsdl:part name="parameters" element="tns:Product_SetDescription" />
  </wsdl:message>
  <wsdl:message name="Product_SetDescriptionSoapOut">
    <wsdl:part name="parameters" element="tns:Product_SetDescriptionResponse" />
  </wsdl:message>
  <wsdl:message name="Product_SetBarCodeSoapIn">
    <wsdl:part name="parameters" element="tns:Product_SetBarCode" />
  </wsdl:message>
  <wsdl:message name="Product_SetBarCodeSoapOut">
    <wsdl:part name="parameters" element="tns:Product_SetBarCodeResponse" />
  </wsdl:message>
  <wsdl:message name="Product_GetBarCodeSoapIn">
    <wsdl:part name="parameters" element="tns:Product_GetBarCode" />
  </wsdl:message>
  <wsdl:message name="Product_GetBarCodeSoapOut">
    <wsdl:part name="parameters" element="tns:Product_GetBarCodeResponse" />
  </wsdl:message>
  <wsdl:message name="Product_SetSalesPriceSoapIn">
    <wsdl:part name="parameters" element="tns:Product_SetSalesPrice" />
  </wsdl:message>
  <wsdl:message name="Product_SetSalesPriceSoapOut">
    <wsdl:part name="parameters" element="tns:Product_SetSalesPriceResponse" />
  </wsdl:message>
  <wsdl:message name="Product_GetSalesPriceSoapIn">
    <wsdl:part name="parameters" element="tns:Product_GetSalesPrice" />
  </wsdl:message>
  <wsdl:message name="Product_GetSalesPriceSoapOut">
    <wsdl:part name="parameters" element="tns:Product_GetSalesPriceResponse" />
  </wsdl:message>
  <wsdl:message name="Product_GetCostPriceSoapIn">
    <wsdl:part name="parameters" element="tns:Product_GetCostPrice" />
  </wsdl:message>
  <wsdl:message name="Product_GetCostPriceSoapOut">
    <wsdl:part name="parameters" element="tns:Product_GetCostPriceResponse" />
  </wsdl:message>
  <wsdl:message name="Product_SetCostPriceSoapIn">
    <wsdl:part name="parameters" element="tns:Product_SetCostPrice" />
  </wsdl:message>
  <wsdl:message name="Product_SetCostPriceSoapOut">
    <wsdl:part name="parameters" element="tns:Product_SetCostPriceResponse" />
  </wsdl:message>
  <wsdl:message name="Product_GetRecommendedPriceSoapIn">
    <wsdl:part name="parameters" element="tns:Product_GetRecommendedPrice" />
  </wsdl:message>
  <wsdl:message name="Product_GetRecommendedPriceSoapOut">
    <wsdl:part name="parameters" element="tns:Product_GetRecommendedPriceResponse" />
  </wsdl:message>
  <wsdl:message name="Product_SetRecommendedPriceSoapIn">
    <wsdl:part name="parameters" element="tns:Product_SetRecommendedPrice" />
  </wsdl:message>
  <wsdl:message name="Product_SetRecommendedPriceSoapOut">
    <wsdl:part name="parameters" element="tns:Product_SetRecommendedPriceResponse" />
  </wsdl:message>
  <wsdl:message name="Product_GetUnitSoapIn">
    <wsdl:part name="parameters" element="tns:Product_GetUnit" />
  </wsdl:message>
  <wsdl:message name="Product_GetUnitSoapOut">
    <wsdl:part name="parameters" element="tns:Product_GetUnitResponse" />
  </wsdl:message>
  <wsdl:message name="Product_SetUnitSoapIn">
    <wsdl:part name="parameters" element="tns:Product_SetUnit" />
  </wsdl:message>
  <wsdl:message name="Product_SetUnitSoapOut">
    <wsdl:part name="parameters" element="tns:Product_SetUnitResponse" />
  </wsdl:message>
  <wsdl:message name="Product_SetIsAccessibleSoapIn">
    <wsdl:part name="parameters" element="tns:Product_SetIsAccessible" />
  </wsdl:message>
  <wsdl:message name="Product_SetIsAccessibleSoapOut">
    <wsdl:part name="parameters" element="tns:Product_SetIsAccessibleResponse" />
  </wsdl:message>
  <wsdl:message name="Product_GetIsAccessibleSoapIn">
    <wsdl:part name="parameters" element="tns:Product_GetIsAccessible" />
  </wsdl:message>
  <wsdl:message name="Product_GetIsAccessibleSoapOut">
    <wsdl:part name="parameters" element="tns:Product_GetIsAccessibleResponse" />
  </wsdl:message>
  <wsdl:message name="Product_SetVolumeSoapIn">
    <wsdl:part name="parameters" element="tns:Product_SetVolume" />
  </wsdl:message>
  <wsdl:message name="Product_SetVolumeSoapOut">
    <wsdl:part name="parameters" element="tns:Product_SetVolumeResponse" />
  </wsdl:message>
  <wsdl:message name="Product_GetVolumeSoapIn">
    <wsdl:part name="parameters" element="tns:Product_GetVolume" />
  </wsdl:message>
  <wsdl:message name="Product_GetVolumeSoapOut">
    <wsdl:part name="parameters" element="tns:Product_GetVolumeResponse" />
  </wsdl:message>
  <wsdl:message name="Product_GetDepartmentSoapIn">
    <wsdl:part name="parameters" element="tns:Product_GetDepartment" />
  </wsdl:message>
  <wsdl:message name="Product_GetDepartmentSoapOut">
    <wsdl:part name="parameters" element="tns:Product_GetDepartmentResponse" />
  </wsdl:message>
  <wsdl:message name="Product_SetDepartmentSoapIn">
    <wsdl:part name="parameters" element="tns:Product_SetDepartment" />
  </wsdl:message>
  <wsdl:message name="Product_SetDepartmentSoapOut">
    <wsdl:part name="parameters" element="tns:Product_SetDepartmentResponse" />
  </wsdl:message>
  <wsdl:message name="Product_GetDistributionKeySoapIn">
    <wsdl:part name="parameters" element="tns:Product_GetDistributionKey" />
  </wsdl:message>
  <wsdl:message name="Product_GetDistributionKeySoapOut">
    <wsdl:part name="parameters" element="tns:Product_GetDistributionKeyResponse" />
  </wsdl:message>
  <wsdl:message name="Product_SetDistributionKeySoapIn">
    <wsdl:part name="parameters" element="tns:Product_SetDistributionKey" />
  </wsdl:message>
  <wsdl:message name="Product_SetDistributionKeySoapOut">
    <wsdl:part name="parameters" element="tns:Product_SetDistributionKeyResponse" />
  </wsdl:message>
  <wsdl:message name="Product_GetInStockSoapIn">
    <wsdl:part name="parameters" element="tns:Product_GetInStock" />
  </wsdl:message>
  <wsdl:message name="Product_GetInStockSoapOut">
    <wsdl:part name="parameters" element="tns:Product_GetInStockResponse" />
  </wsdl:message>
  <wsdl:message name="Product_GetOnOrderSoapIn">
    <wsdl:part name="parameters" element="tns:Product_GetOnOrder" />
  </wsdl:message>
  <wsdl:message name="Product_GetOnOrderSoapOut">
    <wsdl:part name="parameters" element="tns:Product_GetOnOrderResponse" />
  </wsdl:message>
  <wsdl:message name="Product_GetOrderedSoapIn">
    <wsdl:part name="parameters" element="tns:Product_GetOrdered" />
  </wsdl:message>
  <wsdl:message name="Product_GetOrderedSoapOut">
    <wsdl:part name="parameters" element="tns:Product_GetOrderedResponse" />
  </wsdl:message>
  <wsdl:message name="Product_GetAvailableSoapIn">
    <wsdl:part name="parameters" element="tns:Product_GetAvailable" />
  </wsdl:message>
  <wsdl:message name="Product_GetAvailableSoapOut">
    <wsdl:part name="parameters" element="tns:Product_GetAvailableResponse" />
  </wsdl:message>
  <wsdl:message name="Product_GetInventoryLocationStatusSoapIn">
    <wsdl:part name="parameters" element="tns:Product_GetInventoryLocationStatus" />
  </wsdl:message>
  <wsdl:message name="Product_GetInventoryLocationStatusSoapOut">
    <wsdl:part name="parameters" element="tns:Product_GetInventoryLocationStatusResponse" />
  </wsdl:message>
  <wsdl:message name="Product_CreateSoapIn">
    <wsdl:part name="parameters" element="tns:Product_Create" />
  </wsdl:message>
  <wsdl:message name="Product_CreateSoapOut">
    <wsdl:part name="parameters" element="tns:Product_CreateResponse" />
  </wsdl:message>
  <wsdl:message name="Product_GetAllSoapIn">
    <wsdl:part name="parameters" element="tns:Product_GetAll" />
  </wsdl:message>
  <wsdl:message name="Product_GetAllSoapOut">
    <wsdl:part name="parameters" element="tns:Product_GetAllResponse" />
  </wsdl:message>
  <wsdl:message name="Product_GetAllAccessibleSoapIn">
    <wsdl:part name="parameters" element="tns:Product_GetAllAccessible" />
  </wsdl:message>
  <wsdl:message name="Product_GetAllAccessibleSoapOut">
    <wsdl:part name="parameters" element="tns:Product_GetAllAccessibleResponse" />
  </wsdl:message>
  <wsdl:message name="Product_GetAllUpdatedSoapIn">
    <wsdl:part name="parameters" element="tns:Product_GetAllUpdated" />
  </wsdl:message>
  <wsdl:message name="Product_GetAllUpdatedSoapOut">
    <wsdl:part name="parameters" element="tns:Product_GetAllUpdatedResponse" />
  </wsdl:message>
  <wsdl:message name="Product_FindByNumberSoapIn">
    <wsdl:part name="parameters" element="tns:Product_FindByNumber" />
  </wsdl:message>
  <wsdl:message name="Product_FindByNumberSoapOut">
    <wsdl:part name="parameters" element="tns:Product_FindByNumberResponse" />
  </wsdl:message>
  <wsdl:message name="Product_FindByNumberListSoapIn">
    <wsdl:part name="parameters" element="tns:Product_FindByNumberList" />
  </wsdl:message>
  <wsdl:message name="Product_FindByNumberListSoapOut">
    <wsdl:part name="parameters" element="tns:Product_FindByNumberListResponse" />
  </wsdl:message>
  <wsdl:message name="Product_FindByNameSoapIn">
    <wsdl:part name="parameters" element="tns:Product_FindByName" />
  </wsdl:message>
  <wsdl:message name="Product_FindByNameSoapOut">
    <wsdl:part name="parameters" element="tns:Product_FindByNameResponse" />
  </wsdl:message>
  <wsdl:message name="Product_FindByBarCodeSoapIn">
    <wsdl:part name="parameters" element="tns:Product_FindByBarCode" />
  </wsdl:message>
  <wsdl:message name="Product_FindByBarCodeSoapOut">
    <wsdl:part name="parameters" element="tns:Product_FindByBarCodeResponse" />
  </wsdl:message>
  <wsdl:message name="Product_DeleteSoapIn">
    <wsdl:part name="parameters" element="tns:Product_Delete" />
  </wsdl:message>
  <wsdl:message name="Product_DeleteSoapOut">
    <wsdl:part name="parameters" element="tns:Product_DeleteResponse" />
  </wsdl:message>
  <wsdl:message name="ProductGroup_CreateFromDataSoapIn">
    <wsdl:part name="parameters" element="tns:ProductGroup_CreateFromData" />
  </wsdl:message>
  <wsdl:message name="ProductGroup_CreateFromDataSoapOut">
    <wsdl:part name="parameters" element="tns:ProductGroup_CreateFromDataResponse" />
  </wsdl:message>
  <wsdl:message name="ProductGroup_CreateFromDataArraySoapIn">
    <wsdl:part name="parameters" element="tns:ProductGroup_CreateFromDataArray" />
  </wsdl:message>
  <wsdl:message name="ProductGroup_CreateFromDataArraySoapOut">
    <wsdl:part name="parameters" element="tns:ProductGroup_CreateFromDataArrayResponse" />
  </wsdl:message>
  <wsdl:message name="ProductGroup_UpdateFromDataArraySoapIn">
    <wsdl:part name="parameters" element="tns:ProductGroup_UpdateFromDataArray" />
  </wsdl:message>
  <wsdl:message name="ProductGroup_UpdateFromDataArraySoapOut">
    <wsdl:part name="parameters" element="tns:ProductGroup_UpdateFromDataArrayResponse" />
  </wsdl:message>
  <wsdl:message name="ProductGroup_UpdateFromDataSoapIn">
    <wsdl:part name="parameters" element="tns:ProductGroup_UpdateFromData" />
  </wsdl:message>
  <wsdl:message name="ProductGroup_UpdateFromDataSoapOut">
    <wsdl:part name="parameters" element="tns:ProductGroup_UpdateFromDataResponse" />
  </wsdl:message>
  <wsdl:message name="ProductGroup_GetDataSoapIn">
    <wsdl:part name="parameters" element="tns:ProductGroup_GetData" />
  </wsdl:message>
  <wsdl:message name="ProductGroup_GetDataSoapOut">
    <wsdl:part name="parameters" element="tns:ProductGroup_GetDataResponse" />
  </wsdl:message>
  <wsdl:message name="ProductGroup_GetDataArraySoapIn">
    <wsdl:part name="parameters" element="tns:ProductGroup_GetDataArray" />
  </wsdl:message>
  <wsdl:message name="ProductGroup_GetDataArraySoapOut">
    <wsdl:part name="parameters" element="tns:ProductGroup_GetDataArrayResponse" />
  </wsdl:message>
  <wsdl:message name="ProductGroup_GetNumberSoapIn">
    <wsdl:part name="parameters" element="tns:ProductGroup_GetNumber" />
  </wsdl:message>
  <wsdl:message name="ProductGroup_GetNumberSoapOut">
    <wsdl:part name="parameters" element="tns:ProductGroup_GetNumberResponse" />
  </wsdl:message>
  <wsdl:message name="ProductGroup_GetNameSoapIn">
    <wsdl:part name="parameters" element="tns:ProductGroup_GetName" />
  </wsdl:message>
  <wsdl:message name="ProductGroup_GetNameSoapOut">
    <wsdl:part name="parameters" element="tns:ProductGroup_GetNameResponse" />
  </wsdl:message>
  <wsdl:message name="ProductGroup_SetNameSoapIn">
    <wsdl:part name="parameters" element="tns:ProductGroup_SetName" />
  </wsdl:message>
  <wsdl:message name="ProductGroup_SetNameSoapOut">
    <wsdl:part name="parameters" element="tns:ProductGroup_SetNameResponse" />
  </wsdl:message>
  <wsdl:message name="ProductGroup_GetAccountForVatLiableDebtorInvoicesCurrentSoapIn">
    <wsdl:part name="parameters" element="tns:ProductGroup_GetAccountForVatLiableDebtorInvoicesCurrent" />
  </wsdl:message>
  <wsdl:message name="ProductGroup_GetAccountForVatLiableDebtorInvoicesCurrentSoapOut">
    <wsdl:part name="parameters" element="tns:ProductGroup_GetAccountForVatLiableDebtorInvoicesCurrentResponse" />
  </wsdl:message>
  <wsdl:message name="ProductGroup_SetAccountForVatLiableDebtorInvoicesCurrentSoapIn">
    <wsdl:part name="parameters" element="tns:ProductGroup_SetAccountForVatLiableDebtorInvoicesCurrent" />
  </wsdl:message>
  <wsdl:message name="ProductGroup_SetAccountForVatLiableDebtorInvoicesCurrentSoapOut">
    <wsdl:part name="parameters" element="tns:ProductGroup_SetAccountForVatLiableDebtorInvoicesCurrentResponse" />
  </wsdl:message>
  <wsdl:message name="ProductGroup_GetAccountForVatExemptDebtorInvoicesCurrentSoapIn">
    <wsdl:part name="parameters" element="tns:ProductGroup_GetAccountForVatExemptDebtorInvoicesCurrent" />
  </wsdl:message>
  <wsdl:message name="ProductGroup_GetAccountForVatExemptDebtorInvoicesCurrentSoapOut">
    <wsdl:part name="parameters" element="tns:ProductGroup_GetAccountForVatExemptDebtorInvoicesCurrentResponse" />
  </wsdl:message>
  <wsdl:message name="ProductGroup_SetAccountForVatExemptDebtorInvoicesCurrentSoapIn">
    <wsdl:part name="parameters" element="tns:ProductGroup_SetAccountForVatExemptDebtorInvoicesCurrent" />
  </wsdl:message>
  <wsdl:message name="ProductGroup_SetAccountForVatExemptDebtorInvoicesCurrentSoapOut">
    <wsdl:part name="parameters" element="tns:ProductGroup_SetAccountForVatExemptDebtorInvoicesCurrentResponse" />
  </wsdl:message>
  <wsdl:message name="ProductGroup_SetAccrualSoapIn">
    <wsdl:part name="parameters" element="tns:ProductGroup_SetAccrual" />
  </wsdl:message>
  <wsdl:message name="ProductGroup_SetAccrualSoapOut">
    <wsdl:part name="parameters" element="tns:ProductGroup_SetAccrualResponse" />
  </wsdl:message>
  <wsdl:message name="ProductGroup_GetAccrualSoapIn">
    <wsdl:part name="parameters" element="tns:ProductGroup_GetAccrual" />
  </wsdl:message>
  <wsdl:message name="ProductGroup_GetAccrualSoapOut">
    <wsdl:part name="parameters" element="tns:ProductGroup_GetAccrualResponse" />
  </wsdl:message>
  <wsdl:message name="ProductGroup_CreateSoapIn">
    <wsdl:part name="parameters" element="tns:ProductGroup_Create" />
  </wsdl:message>
  <wsdl:message name="ProductGroup_CreateSoapOut">
    <wsdl:part name="parameters" element="tns:ProductGroup_CreateResponse" />
  </wsdl:message>
  <wsdl:message name="ProductGroup_GetAllSoapIn">
    <wsdl:part name="parameters" element="tns:ProductGroup_GetAll" />
  </wsdl:message>
  <wsdl:message name="ProductGroup_GetAllSoapOut">
    <wsdl:part name="parameters" element="tns:ProductGroup_GetAllResponse" />
  </wsdl:message>
  <wsdl:message name="ProductGroup_FindByNumberSoapIn">
    <wsdl:part name="parameters" element="tns:ProductGroup_FindByNumber" />
  </wsdl:message>
  <wsdl:message name="ProductGroup_FindByNumberSoapOut">
    <wsdl:part name="parameters" element="tns:ProductGroup_FindByNumberResponse" />
  </wsdl:message>
  <wsdl:message name="ProductGroup_FindByNumberListSoapIn">
    <wsdl:part name="parameters" element="tns:ProductGroup_FindByNumberList" />
  </wsdl:message>
  <wsdl:message name="ProductGroup_FindByNumberListSoapOut">
    <wsdl:part name="parameters" element="tns:ProductGroup_FindByNumberListResponse" />
  </wsdl:message>
  <wsdl:message name="ProductGroup_FindByNameSoapIn">
    <wsdl:part name="parameters" element="tns:ProductGroup_FindByName" />
  </wsdl:message>
  <wsdl:message name="ProductGroup_FindByNameSoapOut">
    <wsdl:part name="parameters" element="tns:ProductGroup_FindByNameResponse" />
  </wsdl:message>
  <wsdl:message name="ProductGroup_GetProductsSoapIn">
    <wsdl:part name="parameters" element="tns:ProductGroup_GetProducts" />
  </wsdl:message>
  <wsdl:message name="ProductGroup_GetProductsSoapOut">
    <wsdl:part name="parameters" element="tns:ProductGroup_GetProductsResponse" />
  </wsdl:message>
  <wsdl:message name="ProductGroup_DeleteSoapIn">
    <wsdl:part name="parameters" element="tns:ProductGroup_Delete" />
  </wsdl:message>
  <wsdl:message name="ProductGroup_DeleteSoapOut">
    <wsdl:part name="parameters" element="tns:ProductGroup_DeleteResponse" />
  </wsdl:message>
  <wsdl:message name="ProductPrice_CreateFromDataSoapIn">
    <wsdl:part name="parameters" element="tns:ProductPrice_CreateFromData" />
  </wsdl:message>
  <wsdl:message name="ProductPrice_CreateFromDataSoapOut">
    <wsdl:part name="parameters" element="tns:ProductPrice_CreateFromDataResponse" />
  </wsdl:message>
  <wsdl:message name="ProductPrice_CreateFromDataArraySoapIn">
    <wsdl:part name="parameters" element="tns:ProductPrice_CreateFromDataArray" />
  </wsdl:message>
  <wsdl:message name="ProductPrice_CreateFromDataArraySoapOut">
    <wsdl:part name="parameters" element="tns:ProductPrice_CreateFromDataArrayResponse" />
  </wsdl:message>
  <wsdl:message name="ProductPrice_UpdateFromDataArraySoapIn">
    <wsdl:part name="parameters" element="tns:ProductPrice_UpdateFromDataArray" />
  </wsdl:message>
  <wsdl:message name="ProductPrice_UpdateFromDataArraySoapOut">
    <wsdl:part name="parameters" element="tns:ProductPrice_UpdateFromDataArrayResponse" />
  </wsdl:message>
  <wsdl:message name="ProductPrice_UpdateFromDataSoapIn">
    <wsdl:part name="parameters" element="tns:ProductPrice_UpdateFromData" />
  </wsdl:message>
  <wsdl:message name="ProductPrice_UpdateFromDataSoapOut">
    <wsdl:part name="parameters" element="tns:ProductPrice_UpdateFromDataResponse" />
  </wsdl:message>
  <wsdl:message name="ProductPrice_GetDataSoapIn">
    <wsdl:part name="parameters" element="tns:ProductPrice_GetData" />
  </wsdl:message>
  <wsdl:message name="ProductPrice_GetDataSoapOut">
    <wsdl:part name="parameters" element="tns:ProductPrice_GetDataResponse" />
  </wsdl:message>
  <wsdl:message name="ProductPrice_GetDataArraySoapIn">
    <wsdl:part name="parameters" element="tns:ProductPrice_GetDataArray" />
  </wsdl:message>
  <wsdl:message name="ProductPrice_GetDataArraySoapOut">
    <wsdl:part name="parameters" element="tns:ProductPrice_GetDataArrayResponse" />
  </wsdl:message>
  <wsdl:message name="ProductPrice_CreateSoapIn">
    <wsdl:part name="parameters" element="tns:ProductPrice_Create" />
  </wsdl:message>
  <wsdl:message name="ProductPrice_CreateSoapOut">
    <wsdl:part name="parameters" element="tns:ProductPrice_CreateResponse" />
  </wsdl:message>
  <wsdl:message name="ProductPrice_FindByProductAndCurrencySoapIn">
    <wsdl:part name="parameters" element="tns:ProductPrice_FindByProductAndCurrency" />
  </wsdl:message>
  <wsdl:message name="ProductPrice_FindByProductAndCurrencySoapOut">
    <wsdl:part name="parameters" element="tns:ProductPrice_FindByProductAndCurrencyResponse" />
  </wsdl:message>
  <wsdl:message name="ProductPrice_FindByProductListAndCurrencySoapIn">
    <wsdl:part name="parameters" element="tns:ProductPrice_FindByProductListAndCurrency" />
  </wsdl:message>
  <wsdl:message name="ProductPrice_FindByProductListAndCurrencySoapOut">
    <wsdl:part name="parameters" element="tns:ProductPrice_FindByProductListAndCurrencyResponse" />
  </wsdl:message>
  <wsdl:message name="ProductPrice_FindByProductListSoapIn">
    <wsdl:part name="parameters" element="tns:ProductPrice_FindByProductList" />
  </wsdl:message>
  <wsdl:message name="ProductPrice_FindByProductListSoapOut">
    <wsdl:part name="parameters" element="tns:ProductPrice_FindByProductListResponse" />
  </wsdl:message>
  <wsdl:message name="ProductPrice_FindByCurrencySoapIn">
    <wsdl:part name="parameters" element="tns:ProductPrice_FindByCurrency" />
  </wsdl:message>
  <wsdl:message name="ProductPrice_FindByCurrencySoapOut">
    <wsdl:part name="parameters" element="tns:ProductPrice_FindByCurrencyResponse" />
  </wsdl:message>
  <wsdl:message name="ProductPrice_DeleteSoapIn">
    <wsdl:part name="parameters" element="tns:ProductPrice_Delete" />
  </wsdl:message>
  <wsdl:message name="ProductPrice_DeleteSoapOut">
    <wsdl:part name="parameters" element="tns:ProductPrice_DeleteResponse" />
  </wsdl:message>
  <wsdl:message name="ProductPrice_GetProductSoapIn">
    <wsdl:part name="parameters" element="tns:ProductPrice_GetProduct" />
  </wsdl:message>
  <wsdl:message name="ProductPrice_GetProductSoapOut">
    <wsdl:part name="parameters" element="tns:ProductPrice_GetProductResponse" />
  </wsdl:message>
  <wsdl:message name="ProductPrice_GetCurrencySoapIn">
    <wsdl:part name="parameters" element="tns:ProductPrice_GetCurrency" />
  </wsdl:message>
  <wsdl:message name="ProductPrice_GetCurrencySoapOut">
    <wsdl:part name="parameters" element="tns:ProductPrice_GetCurrencyResponse" />
  </wsdl:message>
  <wsdl:message name="ProductPrice_GetPriceSoapIn">
    <wsdl:part name="parameters" element="tns:ProductPrice_GetPrice" />
  </wsdl:message>
  <wsdl:message name="ProductPrice_GetPriceSoapOut">
    <wsdl:part name="parameters" element="tns:ProductPrice_GetPriceResponse" />
  </wsdl:message>
  <wsdl:message name="Order_GetLayoutSoapIn">
    <wsdl:part name="parameters" element="tns:Order_GetLayout" />
  </wsdl:message>
  <wsdl:message name="Order_GetLayoutSoapOut">
    <wsdl:part name="parameters" element="tns:Order_GetLayoutResponse" />
  </wsdl:message>
  <wsdl:message name="Order_SetLayoutSoapIn">
    <wsdl:part name="parameters" element="tns:Order_SetLayout" />
  </wsdl:message>
  <wsdl:message name="Order_SetLayoutSoapOut">
    <wsdl:part name="parameters" element="tns:Order_SetLayoutResponse" />
  </wsdl:message>
  <wsdl:message name="Order_GetDeliveryLocationSoapIn">
    <wsdl:part name="parameters" element="tns:Order_GetDeliveryLocation" />
  </wsdl:message>
  <wsdl:message name="Order_GetDeliveryLocationSoapOut">
    <wsdl:part name="parameters" element="tns:Order_GetDeliveryLocationResponse" />
  </wsdl:message>
  <wsdl:message name="Order_SetDeliveryLocationSoapIn">
    <wsdl:part name="parameters" element="tns:Order_SetDeliveryLocation" />
  </wsdl:message>
  <wsdl:message name="Order_SetDeliveryLocationSoapOut">
    <wsdl:part name="parameters" element="tns:Order_SetDeliveryLocationResponse" />
  </wsdl:message>
  <wsdl:message name="Order_GetDeliveryAddressSoapIn">
    <wsdl:part name="parameters" element="tns:Order_GetDeliveryAddress" />
  </wsdl:message>
  <wsdl:message name="Order_GetDeliveryAddressSoapOut">
    <wsdl:part name="parameters" element="tns:Order_GetDeliveryAddressResponse" />
  </wsdl:message>
  <wsdl:message name="Order_SetDeliveryAddressSoapIn">
    <wsdl:part name="parameters" element="tns:Order_SetDeliveryAddress" />
  </wsdl:message>
  <wsdl:message name="Order_SetDeliveryAddressSoapOut">
    <wsdl:part name="parameters" element="tns:Order_SetDeliveryAddressResponse" />
  </wsdl:message>
  <wsdl:message name="Order_GetDeliveryPostalCodeSoapIn">
    <wsdl:part name="parameters" element="tns:Order_GetDeliveryPostalCode" />
  </wsdl:message>
  <wsdl:message name="Order_GetDeliveryPostalCodeSoapOut">
    <wsdl:part name="parameters" element="tns:Order_GetDeliveryPostalCodeResponse" />
  </wsdl:message>
  <wsdl:message name="Order_SetDeliveryPostalCodeSoapIn">
    <wsdl:part name="parameters" element="tns:Order_SetDeliveryPostalCode" />
  </wsdl:message>
  <wsdl:message name="Order_SetDeliveryPostalCodeSoapOut">
    <wsdl:part name="parameters" element="tns:Order_SetDeliveryPostalCodeResponse" />
  </wsdl:message>
  <wsdl:message name="Order_GetDeliveryCitySoapIn">
    <wsdl:part name="parameters" element="tns:Order_GetDeliveryCity" />
  </wsdl:message>
  <wsdl:message name="Order_GetDeliveryCitySoapOut">
    <wsdl:part name="parameters" element="tns:Order_GetDeliveryCityResponse" />
  </wsdl:message>
  <wsdl:message name="Order_SetDeliveryCitySoapIn">
    <wsdl:part name="parameters" element="tns:Order_SetDeliveryCity" />
  </wsdl:message>
  <wsdl:message name="Order_SetDeliveryCitySoapOut">
    <wsdl:part name="parameters" element="tns:Order_SetDeliveryCityResponse" />
  </wsdl:message>
  <wsdl:message name="Order_GetDeliveryCountrySoapIn">
    <wsdl:part name="parameters" element="tns:Order_GetDeliveryCountry" />
  </wsdl:message>
  <wsdl:message name="Order_GetDeliveryCountrySoapOut">
    <wsdl:part name="parameters" element="tns:Order_GetDeliveryCountryResponse" />
  </wsdl:message>
  <wsdl:message name="Order_SetDeliveryCountrySoapIn">
    <wsdl:part name="parameters" element="tns:Order_SetDeliveryCountry" />
  </wsdl:message>
  <wsdl:message name="Order_SetDeliveryCountrySoapOut">
    <wsdl:part name="parameters" element="tns:Order_SetDeliveryCountryResponse" />
  </wsdl:message>
  <wsdl:message name="Order_GetTermsOfDeliverySoapIn">
    <wsdl:part name="parameters" element="tns:Order_GetTermsOfDelivery" />
  </wsdl:message>
  <wsdl:message name="Order_GetTermsOfDeliverySoapOut">
    <wsdl:part name="parameters" element="tns:Order_GetTermsOfDeliveryResponse" />
  </wsdl:message>
  <wsdl:message name="Order_SetTermsOfDeliverySoapIn">
    <wsdl:part name="parameters" element="tns:Order_SetTermsOfDelivery" />
  </wsdl:message>
  <wsdl:message name="Order_SetTermsOfDeliverySoapOut">
    <wsdl:part name="parameters" element="tns:Order_SetTermsOfDeliveryResponse" />
  </wsdl:message>
  <wsdl:message name="Order_GetDeliveryDateSoapIn">
    <wsdl:part name="parameters" element="tns:Order_GetDeliveryDate" />
  </wsdl:message>
  <wsdl:message name="Order_GetDeliveryDateSoapOut">
    <wsdl:part name="parameters" element="tns:Order_GetDeliveryDateResponse" />
  </wsdl:message>
  <wsdl:message name="Order_SetDeliveryDateSoapIn">
    <wsdl:part name="parameters" element="tns:Order_SetDeliveryDate" />
  </wsdl:message>
  <wsdl:message name="Order_SetDeliveryDateSoapOut">
    <wsdl:part name="parameters" element="tns:Order_SetDeliveryDateResponse" />
  </wsdl:message>
  <wsdl:message name="Order_GetHeadingSoapIn">
    <wsdl:part name="parameters" element="tns:Order_GetHeading" />
  </wsdl:message>
  <wsdl:message name="Order_GetHeadingSoapOut">
    <wsdl:part name="parameters" element="tns:Order_GetHeadingResponse" />
  </wsdl:message>
  <wsdl:message name="Order_SetHeadingSoapIn">
    <wsdl:part name="parameters" element="tns:Order_SetHeading" />
  </wsdl:message>
  <wsdl:message name="Order_SetHeadingSoapOut">
    <wsdl:part name="parameters" element="tns:Order_SetHeadingResponse" />
  </wsdl:message>
  <wsdl:message name="Order_GetTextLine1SoapIn">
    <wsdl:part name="parameters" element="tns:Order_GetTextLine1" />
  </wsdl:message>
  <wsdl:message name="Order_GetTextLine1SoapOut">
    <wsdl:part name="parameters" element="tns:Order_GetTextLine1Response" />
  </wsdl:message>
  <wsdl:message name="Order_SetTextLine1SoapIn">
    <wsdl:part name="parameters" element="tns:Order_SetTextLine1" />
  </wsdl:message>
  <wsdl:message name="Order_SetTextLine1SoapOut">
    <wsdl:part name="parameters" element="tns:Order_SetTextLine1Response" />
  </wsdl:message>
  <wsdl:message name="Order_GetTextLine2SoapIn">
    <wsdl:part name="parameters" element="tns:Order_GetTextLine2" />
  </wsdl:message>
  <wsdl:message name="Order_GetTextLine2SoapOut">
    <wsdl:part name="parameters" element="tns:Order_GetTextLine2Response" />
  </wsdl:message>
  <wsdl:message name="Order_SetTextLine2SoapIn">
    <wsdl:part name="parameters" element="tns:Order_SetTextLine2" />
  </wsdl:message>
  <wsdl:message name="Order_SetTextLine2SoapOut">
    <wsdl:part name="parameters" element="tns:Order_SetTextLine2Response" />
  </wsdl:message>
  <wsdl:message name="Order_GetOtherReferenceSoapIn">
    <wsdl:part name="parameters" element="tns:Order_GetOtherReference" />
  </wsdl:message>
  <wsdl:message name="Order_GetOtherReferenceSoapOut">
    <wsdl:part name="parameters" element="tns:Order_GetOtherReferenceResponse" />
  </wsdl:message>
  <wsdl:message name="Order_SetOtherReferenceSoapIn">
    <wsdl:part name="parameters" element="tns:Order_SetOtherReference" />
  </wsdl:message>
  <wsdl:message name="Order_SetOtherReferenceSoapOut">
    <wsdl:part name="parameters" element="tns:Order_SetOtherReferenceResponse" />
  </wsdl:message>
  <wsdl:message name="Order_GetIsArchivedSoapIn">
    <wsdl:part name="parameters" element="tns:Order_GetIsArchived" />
  </wsdl:message>
  <wsdl:message name="Order_GetIsArchivedSoapOut">
    <wsdl:part name="parameters" element="tns:Order_GetIsArchivedResponse" />
  </wsdl:message>
  <wsdl:message name="Order_GetIsSentSoapIn">
    <wsdl:part name="parameters" element="tns:Order_GetIsSent" />
  </wsdl:message>
  <wsdl:message name="Order_GetIsSentSoapOut">
    <wsdl:part name="parameters" element="tns:Order_GetIsSentResponse" />
  </wsdl:message>
  <wsdl:message name="Order_GetNetAmountSoapIn">
    <wsdl:part name="parameters" element="tns:Order_GetNetAmount" />
  </wsdl:message>
  <wsdl:message name="Order_GetNetAmountSoapOut">
    <wsdl:part name="parameters" element="tns:Order_GetNetAmountResponse" />
  </wsdl:message>
  <wsdl:message name="Order_GetVatAmountSoapIn">
    <wsdl:part name="parameters" element="tns:Order_GetVatAmount" />
  </wsdl:message>
  <wsdl:message name="Order_GetVatAmountSoapOut">
    <wsdl:part name="parameters" element="tns:Order_GetVatAmountResponse" />
  </wsdl:message>
  <wsdl:message name="Order_GetGrossAmountSoapIn">
    <wsdl:part name="parameters" element="tns:Order_GetGrossAmount" />
  </wsdl:message>
  <wsdl:message name="Order_GetGrossAmountSoapOut">
    <wsdl:part name="parameters" element="tns:Order_GetGrossAmountResponse" />
  </wsdl:message>
  <wsdl:message name="Order_GetMarginSoapIn">
    <wsdl:part name="parameters" element="tns:Order_GetMargin" />
  </wsdl:message>
  <wsdl:message name="Order_GetMarginSoapOut">
    <wsdl:part name="parameters" element="tns:Order_GetMarginResponse" />
  </wsdl:message>
  <wsdl:message name="Order_GetMarginAsPercentSoapIn">
    <wsdl:part name="parameters" element="tns:Order_GetMarginAsPercent" />
  </wsdl:message>
  <wsdl:message name="Order_GetMarginAsPercentSoapOut">
    <wsdl:part name="parameters" element="tns:Order_GetMarginAsPercentResponse" />
  </wsdl:message>
  <wsdl:message name="Order_GetRoundingAmountSoapIn">
    <wsdl:part name="parameters" element="tns:Order_GetRoundingAmount" />
  </wsdl:message>
  <wsdl:message name="Order_GetRoundingAmountSoapOut">
    <wsdl:part name="parameters" element="tns:Order_GetRoundingAmountResponse" />
  </wsdl:message>
  <wsdl:message name="Order_GetDebtorCountySoapIn">
    <wsdl:part name="parameters" element="tns:Order_GetDebtorCounty" />
  </wsdl:message>
  <wsdl:message name="Order_GetDebtorCountySoapOut">
    <wsdl:part name="parameters" element="tns:Order_GetDebtorCountyResponse" />
  </wsdl:message>
  <wsdl:message name="Order_SetDebtorCountySoapIn">
    <wsdl:part name="parameters" element="tns:Order_SetDebtorCounty" />
  </wsdl:message>
  <wsdl:message name="Order_SetDebtorCountySoapOut">
    <wsdl:part name="parameters" element="tns:Order_SetDebtorCountyResponse" />
  </wsdl:message>
  <wsdl:message name="Order_GetDeliveryCountySoapIn">
    <wsdl:part name="parameters" element="tns:Order_GetDeliveryCounty" />
  </wsdl:message>
  <wsdl:message name="Order_GetDeliveryCountySoapOut">
    <wsdl:part name="parameters" element="tns:Order_GetDeliveryCountyResponse" />
  </wsdl:message>
  <wsdl:message name="Order_SetDeliveryCountySoapIn">
    <wsdl:part name="parameters" element="tns:Order_SetDeliveryCounty" />
  </wsdl:message>
  <wsdl:message name="Order_SetDeliveryCountySoapOut">
    <wsdl:part name="parameters" element="tns:Order_SetDeliveryCountyResponse" />
  </wsdl:message>
  <wsdl:message name="OrderLine_CreateFromDataSoapIn">
    <wsdl:part name="parameters" element="tns:OrderLine_CreateFromData" />
  </wsdl:message>
  <wsdl:message name="OrderLine_CreateFromDataSoapOut">
    <wsdl:part name="parameters" element="tns:OrderLine_CreateFromDataResponse" />
  </wsdl:message>
  <wsdl:message name="OrderLine_CreateFromDataArraySoapIn">
    <wsdl:part name="parameters" element="tns:OrderLine_CreateFromDataArray" />
  </wsdl:message>
  <wsdl:message name="OrderLine_CreateFromDataArraySoapOut">
    <wsdl:part name="parameters" element="tns:OrderLine_CreateFromDataArrayResponse" />
  </wsdl:message>
  <wsdl:message name="OrderLine_UpdateFromDataArraySoapIn">
    <wsdl:part name="parameters" element="tns:OrderLine_UpdateFromDataArray" />
  </wsdl:message>
  <wsdl:message name="OrderLine_UpdateFromDataArraySoapOut">
    <wsdl:part name="parameters" element="tns:OrderLine_UpdateFromDataArrayResponse" />
  </wsdl:message>
  <wsdl:message name="OrderLine_UpdateFromDataSoapIn">
    <wsdl:part name="parameters" element="tns:OrderLine_UpdateFromData" />
  </wsdl:message>
  <wsdl:message name="OrderLine_UpdateFromDataSoapOut">
    <wsdl:part name="parameters" element="tns:OrderLine_UpdateFromDataResponse" />
  </wsdl:message>
  <wsdl:message name="OrderLine_GetDataSoapIn">
    <wsdl:part name="parameters" element="tns:OrderLine_GetData" />
  </wsdl:message>
  <wsdl:message name="OrderLine_GetDataSoapOut">
    <wsdl:part name="parameters" element="tns:OrderLine_GetDataResponse" />
  </wsdl:message>
  <wsdl:message name="OrderLine_GetDataArraySoapIn">
    <wsdl:part name="parameters" element="tns:OrderLine_GetDataArray" />
  </wsdl:message>
  <wsdl:message name="OrderLine_GetDataArraySoapOut">
    <wsdl:part name="parameters" element="tns:OrderLine_GetDataArrayResponse" />
  </wsdl:message>
  <wsdl:message name="OrderLine_GetNumberSoapIn">
    <wsdl:part name="parameters" element="tns:OrderLine_GetNumber" />
  </wsdl:message>
  <wsdl:message name="OrderLine_GetNumberSoapOut">
    <wsdl:part name="parameters" element="tns:OrderLine_GetNumberResponse" />
  </wsdl:message>
  <wsdl:message name="OrderLine_GetOrderSoapIn">
    <wsdl:part name="parameters" element="tns:OrderLine_GetOrder" />
  </wsdl:message>
  <wsdl:message name="OrderLine_GetOrderSoapOut">
    <wsdl:part name="parameters" element="tns:OrderLine_GetOrderResponse" />
  </wsdl:message>
  <wsdl:message name="OrderLine_GetDescriptionSoapIn">
    <wsdl:part name="parameters" element="tns:OrderLine_GetDescription" />
  </wsdl:message>
  <wsdl:message name="OrderLine_GetDescriptionSoapOut">
    <wsdl:part name="parameters" element="tns:OrderLine_GetDescriptionResponse" />
  </wsdl:message>
  <wsdl:message name="OrderLine_SetDescriptionSoapIn">
    <wsdl:part name="parameters" element="tns:OrderLine_SetDescription" />
  </wsdl:message>
  <wsdl:message name="OrderLine_SetDescriptionSoapOut">
    <wsdl:part name="parameters" element="tns:OrderLine_SetDescriptionResponse" />
  </wsdl:message>
  <wsdl:message name="OrderLine_GetDeliveryDateSoapIn">
    <wsdl:part name="parameters" element="tns:OrderLine_GetDeliveryDate" />
  </wsdl:message>
  <wsdl:message name="OrderLine_GetDeliveryDateSoapOut">
    <wsdl:part name="parameters" element="tns:OrderLine_GetDeliveryDateResponse" />
  </wsdl:message>
  <wsdl:message name="OrderLine_SetDeliveryDateSoapIn">
    <wsdl:part name="parameters" element="tns:OrderLine_SetDeliveryDate" />
  </wsdl:message>
  <wsdl:message name="OrderLine_SetDeliveryDateSoapOut">
    <wsdl:part name="parameters" element="tns:OrderLine_SetDeliveryDateResponse" />
  </wsdl:message>
  <wsdl:message name="OrderLine_GetUnitSoapIn">
    <wsdl:part name="parameters" element="tns:OrderLine_GetUnit" />
  </wsdl:message>
  <wsdl:message name="OrderLine_GetUnitSoapOut">
    <wsdl:part name="parameters" element="tns:OrderLine_GetUnitResponse" />
  </wsdl:message>
  <wsdl:message name="OrderLine_SetUnitSoapIn">
    <wsdl:part name="parameters" element="tns:OrderLine_SetUnit" />
  </wsdl:message>
  <wsdl:message name="OrderLine_SetUnitSoapOut">
    <wsdl:part name="parameters" element="tns:OrderLine_SetUnitResponse" />
  </wsdl:message>
  <wsdl:message name="OrderLine_SetProductSoapIn">
    <wsdl:part name="parameters" element="tns:OrderLine_SetProduct" />
  </wsdl:message>
  <wsdl:message name="OrderLine_SetProductSoapOut">
    <wsdl:part name="parameters" element="tns:OrderLine_SetProductResponse" />
  </wsdl:message>
  <wsdl:message name="OrderLine_GetProductSoapIn">
    <wsdl:part name="parameters" element="tns:OrderLine_GetProduct" />
  </wsdl:message>
  <wsdl:message name="OrderLine_GetProductSoapOut">
    <wsdl:part name="parameters" element="tns:OrderLine_GetProductResponse" />
  </wsdl:message>
  <wsdl:message name="OrderLine_GetQuantitySoapIn">
    <wsdl:part name="parameters" element="tns:OrderLine_GetQuantity" />
  </wsdl:message>
  <wsdl:message name="OrderLine_GetQuantitySoapOut">
    <wsdl:part name="parameters" element="tns:OrderLine_GetQuantityResponse" />
  </wsdl:message>
  <wsdl:message name="OrderLine_SetQuantitySoapIn">
    <wsdl:part name="parameters" element="tns:OrderLine_SetQuantity" />
  </wsdl:message>
  <wsdl:message name="OrderLine_SetQuantitySoapOut">
    <wsdl:part name="parameters" element="tns:OrderLine_SetQuantityResponse" />
  </wsdl:message>
  <wsdl:message name="OrderLine_GetUnitNetPriceSoapIn">
    <wsdl:part name="parameters" element="tns:OrderLine_GetUnitNetPrice" />
  </wsdl:message>
  <wsdl:message name="OrderLine_GetUnitNetPriceSoapOut">
    <wsdl:part name="parameters" element="tns:OrderLine_GetUnitNetPriceResponse" />
  </wsdl:message>
  <wsdl:message name="OrderLine_SetUnitNetPriceSoapIn">
    <wsdl:part name="parameters" element="tns:OrderLine_SetUnitNetPrice" />
  </wsdl:message>
  <wsdl:message name="OrderLine_SetUnitNetPriceSoapOut">
    <wsdl:part name="parameters" element="tns:OrderLine_SetUnitNetPriceResponse" />
  </wsdl:message>
  <wsdl:message name="OrderLine_SetUnitCostPriceSoapIn">
    <wsdl:part name="parameters" element="tns:OrderLine_SetUnitCostPrice" />
  </wsdl:message>
  <wsdl:message name="OrderLine_SetUnitCostPriceSoapOut">
    <wsdl:part name="parameters" element="tns:OrderLine_SetUnitCostPriceResponse" />
  </wsdl:message>
  <wsdl:message name="OrderLine_GetDiscountAsPercentSoapIn">
    <wsdl:part name="parameters" element="tns:OrderLine_GetDiscountAsPercent" />
  </wsdl:message>
  <wsdl:message name="OrderLine_GetDiscountAsPercentSoapOut">
    <wsdl:part name="parameters" element="tns:OrderLine_GetDiscountAsPercentResponse" />
  </wsdl:message>
  <wsdl:message name="OrderLine_SetDiscountAsPercentSoapIn">
    <wsdl:part name="parameters" element="tns:OrderLine_SetDiscountAsPercent" />
  </wsdl:message>
  <wsdl:message name="OrderLine_SetDiscountAsPercentSoapOut">
    <wsdl:part name="parameters" element="tns:OrderLine_SetDiscountAsPercentResponse" />
  </wsdl:message>
  <wsdl:message name="OrderLine_GetUnitCostPriceSoapIn">
    <wsdl:part name="parameters" element="tns:OrderLine_GetUnitCostPrice" />
  </wsdl:message>
  <wsdl:message name="OrderLine_GetUnitCostPriceSoapOut">
    <wsdl:part name="parameters" element="tns:OrderLine_GetUnitCostPriceResponse" />
  </wsdl:message>
  <wsdl:message name="OrderLine_GetTotalNetAmountSoapIn">
    <wsdl:part name="parameters" element="tns:OrderLine_GetTotalNetAmount" />
  </wsdl:message>
  <wsdl:message name="OrderLine_GetTotalNetAmountSoapOut">
    <wsdl:part name="parameters" element="tns:OrderLine_GetTotalNetAmountResponse" />
  </wsdl:message>
  <wsdl:message name="OrderLine_GetTotalMarginSoapIn">
    <wsdl:part name="parameters" element="tns:OrderLine_GetTotalMargin" />
  </wsdl:message>
  <wsdl:message name="OrderLine_GetTotalMarginSoapOut">
    <wsdl:part name="parameters" element="tns:OrderLine_GetTotalMarginResponse" />
  </wsdl:message>
  <wsdl:message name="OrderLine_GetMarginAsPercentSoapIn">
    <wsdl:part name="parameters" element="tns:OrderLine_GetMarginAsPercent" />
  </wsdl:message>
  <wsdl:message name="OrderLine_GetMarginAsPercentSoapOut">
    <wsdl:part name="parameters" element="tns:OrderLine_GetMarginAsPercentResponse" />
  </wsdl:message>
  <wsdl:message name="OrderLine_GetDepartmentSoapIn">
    <wsdl:part name="parameters" element="tns:OrderLine_GetDepartment" />
  </wsdl:message>
  <wsdl:message name="OrderLine_GetDepartmentSoapOut">
    <wsdl:part name="parameters" element="tns:OrderLine_GetDepartmentResponse" />
  </wsdl:message>
  <wsdl:message name="OrderLine_SetDepartmentSoapIn">
    <wsdl:part name="parameters" element="tns:OrderLine_SetDepartment" />
  </wsdl:message>
  <wsdl:message name="OrderLine_SetDepartmentSoapOut">
    <wsdl:part name="parameters" element="tns:OrderLine_SetDepartmentResponse" />
  </wsdl:message>
  <wsdl:message name="OrderLine_SetDistributionKeySoapIn">
    <wsdl:part name="parameters" element="tns:OrderLine_SetDistributionKey" />
  </wsdl:message>
  <wsdl:message name="OrderLine_SetDistributionKeySoapOut">
    <wsdl:part name="parameters" element="tns:OrderLine_SetDistributionKeyResponse" />
  </wsdl:message>
  <wsdl:message name="OrderLine_GetDistributionKeySoapIn">
    <wsdl:part name="parameters" element="tns:OrderLine_GetDistributionKey" />
  </wsdl:message>
  <wsdl:message name="OrderLine_GetDistributionKeySoapOut">
    <wsdl:part name="parameters" element="tns:OrderLine_GetDistributionKeyResponse" />
  </wsdl:message>
  <wsdl:message name="OrderLine_CreateSoapIn">
    <wsdl:part name="parameters" element="tns:OrderLine_Create" />
  </wsdl:message>
  <wsdl:message name="OrderLine_CreateSoapOut">
    <wsdl:part name="parameters" element="tns:OrderLine_CreateResponse" />
  </wsdl:message>
  <wsdl:message name="OrderLine_GetAllSoapIn">
    <wsdl:part name="parameters" element="tns:OrderLine_GetAll" />
  </wsdl:message>
  <wsdl:message name="OrderLine_GetAllSoapOut">
    <wsdl:part name="parameters" element="tns:OrderLine_GetAllResponse" />
  </wsdl:message>
  <wsdl:message name="OrderLine_FindByProductSoapIn">
    <wsdl:part name="parameters" element="tns:OrderLine_FindByProduct" />
  </wsdl:message>
  <wsdl:message name="OrderLine_FindByProductSoapOut">
    <wsdl:part name="parameters" element="tns:OrderLine_FindByProductResponse" />
  </wsdl:message>
  <wsdl:message name="OrderLine_FindByProductListSoapIn">
    <wsdl:part name="parameters" element="tns:OrderLine_FindByProductList" />
  </wsdl:message>
  <wsdl:message name="OrderLine_FindByProductListSoapOut">
    <wsdl:part name="parameters" element="tns:OrderLine_FindByProductListResponse" />
  </wsdl:message>
  <wsdl:message name="OrderLine_DeleteSoapIn">
    <wsdl:part name="parameters" element="tns:OrderLine_Delete" />
  </wsdl:message>
  <wsdl:message name="OrderLine_DeleteSoapOut">
    <wsdl:part name="parameters" element="tns:OrderLine_DeleteResponse" />
  </wsdl:message>
  <wsdl:message name="PriceGroup_CreateFromDataSoapIn">
    <wsdl:part name="parameters" element="tns:PriceGroup_CreateFromData" />
  </wsdl:message>
  <wsdl:message name="PriceGroup_CreateFromDataSoapOut">
    <wsdl:part name="parameters" element="tns:PriceGroup_CreateFromDataResponse" />
  </wsdl:message>
  <wsdl:message name="PriceGroup_CreateFromDataArraySoapIn">
    <wsdl:part name="parameters" element="tns:PriceGroup_CreateFromDataArray" />
  </wsdl:message>
  <wsdl:message name="PriceGroup_CreateFromDataArraySoapOut">
    <wsdl:part name="parameters" element="tns:PriceGroup_CreateFromDataArrayResponse" />
  </wsdl:message>
  <wsdl:message name="PriceGroup_UpdateFromDataArraySoapIn">
    <wsdl:part name="parameters" element="tns:PriceGroup_UpdateFromDataArray" />
  </wsdl:message>
  <wsdl:message name="PriceGroup_UpdateFromDataArraySoapOut">
    <wsdl:part name="parameters" element="tns:PriceGroup_UpdateFromDataArrayResponse" />
  </wsdl:message>
  <wsdl:message name="PriceGroup_UpdateFromDataSoapIn">
    <wsdl:part name="parameters" element="tns:PriceGroup_UpdateFromData" />
  </wsdl:message>
  <wsdl:message name="PriceGroup_UpdateFromDataSoapOut">
    <wsdl:part name="parameters" element="tns:PriceGroup_UpdateFromDataResponse" />
  </wsdl:message>
  <wsdl:message name="PriceGroup_GetDataSoapIn">
    <wsdl:part name="parameters" element="tns:PriceGroup_GetData" />
  </wsdl:message>
  <wsdl:message name="PriceGroup_GetDataSoapOut">
    <wsdl:part name="parameters" element="tns:PriceGroup_GetDataResponse" />
  </wsdl:message>
  <wsdl:message name="PriceGroup_GetDataArraySoapIn">
    <wsdl:part name="parameters" element="tns:PriceGroup_GetDataArray" />
  </wsdl:message>
  <wsdl:message name="PriceGroup_GetDataArraySoapOut">
    <wsdl:part name="parameters" element="tns:PriceGroup_GetDataArrayResponse" />
  </wsdl:message>
  <wsdl:message name="PriceGroup_CreateSoapIn">
    <wsdl:part name="parameters" element="tns:PriceGroup_Create" />
  </wsdl:message>
  <wsdl:message name="PriceGroup_CreateSoapOut">
    <wsdl:part name="parameters" element="tns:PriceGroup_CreateResponse" />
  </wsdl:message>
  <wsdl:message name="PriceGroup_GetNumberSoapIn">
    <wsdl:part name="parameters" element="tns:PriceGroup_GetNumber" />
  </wsdl:message>
  <wsdl:message name="PriceGroup_GetNumberSoapOut">
    <wsdl:part name="parameters" element="tns:PriceGroup_GetNumberResponse" />
  </wsdl:message>
  <wsdl:message name="PriceGroup_GetNameSoapIn">
    <wsdl:part name="parameters" element="tns:PriceGroup_GetName" />
  </wsdl:message>
  <wsdl:message name="PriceGroup_GetNameSoapOut">
    <wsdl:part name="parameters" element="tns:PriceGroup_GetNameResponse" />
  </wsdl:message>
  <wsdl:message name="PriceGroup_SetNameSoapIn">
    <wsdl:part name="parameters" element="tns:PriceGroup_SetName" />
  </wsdl:message>
  <wsdl:message name="PriceGroup_SetNameSoapOut">
    <wsdl:part name="parameters" element="tns:PriceGroup_SetNameResponse" />
  </wsdl:message>
  <wsdl:message name="PriceGroup_GetAllSoapIn">
    <wsdl:part name="parameters" element="tns:PriceGroup_GetAll" />
  </wsdl:message>
  <wsdl:message name="PriceGroup_GetAllSoapOut">
    <wsdl:part name="parameters" element="tns:PriceGroup_GetAllResponse" />
  </wsdl:message>
  <wsdl:message name="PriceGroup_FindByNumberSoapIn">
    <wsdl:part name="parameters" element="tns:PriceGroup_FindByNumber" />
  </wsdl:message>
  <wsdl:message name="PriceGroup_FindByNumberSoapOut">
    <wsdl:part name="parameters" element="tns:PriceGroup_FindByNumberResponse" />
  </wsdl:message>
  <wsdl:message name="PriceGroup_FindByNumberListSoapIn">
    <wsdl:part name="parameters" element="tns:PriceGroup_FindByNumberList" />
  </wsdl:message>
  <wsdl:message name="PriceGroup_FindByNumberListSoapOut">
    <wsdl:part name="parameters" element="tns:PriceGroup_FindByNumberListResponse" />
  </wsdl:message>
  <wsdl:message name="MileageEntry_GetDataSoapIn">
    <wsdl:part name="parameters" element="tns:MileageEntry_GetData" />
  </wsdl:message>
  <wsdl:message name="MileageEntry_GetDataSoapOut">
    <wsdl:part name="parameters" element="tns:MileageEntry_GetDataResponse" />
  </wsdl:message>
  <wsdl:message name="MileageEntry_GetDataArraySoapIn">
    <wsdl:part name="parameters" element="tns:MileageEntry_GetDataArray" />
  </wsdl:message>
  <wsdl:message name="MileageEntry_GetDataArraySoapOut">
    <wsdl:part name="parameters" element="tns:MileageEntry_GetDataArrayResponse" />
  </wsdl:message>
  <wsdl:message name="MileageEntry_CreateSoapIn">
    <wsdl:part name="parameters" element="tns:MileageEntry_Create" />
  </wsdl:message>
  <wsdl:message name="MileageEntry_CreateSoapOut">
    <wsdl:part name="parameters" element="tns:MileageEntry_CreateResponse" />
  </wsdl:message>
  <wsdl:message name="MileageEntry_GetAllSoapIn">
    <wsdl:part name="parameters" element="tns:MileageEntry_GetAll" />
  </wsdl:message>
  <wsdl:message name="MileageEntry_GetAllSoapOut">
    <wsdl:part name="parameters" element="tns:MileageEntry_GetAllResponse" />
  </wsdl:message>
  <wsdl:message name="MileageEntry_DeleteSoapIn">
    <wsdl:part name="parameters" element="tns:MileageEntry_Delete" />
  </wsdl:message>
  <wsdl:message name="MileageEntry_DeleteSoapOut">
    <wsdl:part name="parameters" element="tns:MileageEntry_DeleteResponse" />
  </wsdl:message>
  <wsdl:message name="MileageEntry_GetIdSoapIn">
    <wsdl:part name="parameters" element="tns:MileageEntry_GetId" />
  </wsdl:message>
  <wsdl:message name="MileageEntry_GetIdSoapOut">
    <wsdl:part name="parameters" element="tns:MileageEntry_GetIdResponse" />
  </wsdl:message>
  <wsdl:message name="MileageEntry_GetProjectSoapIn">
    <wsdl:part name="parameters" element="tns:MileageEntry_GetProject" />
  </wsdl:message>
  <wsdl:message name="MileageEntry_GetProjectSoapOut">
    <wsdl:part name="parameters" element="tns:MileageEntry_GetProjectResponse" />
  </wsdl:message>
  <wsdl:message name="MileageEntry_SetProjectSoapIn">
    <wsdl:part name="parameters" element="tns:MileageEntry_SetProject" />
  </wsdl:message>
  <wsdl:message name="MileageEntry_SetProjectSoapOut">
    <wsdl:part name="parameters" element="tns:MileageEntry_SetProjectResponse" />
  </wsdl:message>
  <wsdl:message name="MileageEntry_GetEmployeeSoapIn">
    <wsdl:part name="parameters" element="tns:MileageEntry_GetEmployee" />
  </wsdl:message>
  <wsdl:message name="MileageEntry_GetEmployeeSoapOut">
    <wsdl:part name="parameters" element="tns:MileageEntry_GetEmployeeResponse" />
  </wsdl:message>
  <wsdl:message name="MileageEntry_SetEmployeeSoapIn">
    <wsdl:part name="parameters" element="tns:MileageEntry_SetEmployee" />
  </wsdl:message>
  <wsdl:message name="MileageEntry_SetEmployeeSoapOut">
    <wsdl:part name="parameters" element="tns:MileageEntry_SetEmployeeResponse" />
  </wsdl:message>
  <wsdl:message name="MileageEntry_GetDateSoapIn">
    <wsdl:part name="parameters" element="tns:MileageEntry_GetDate" />
  </wsdl:message>
  <wsdl:message name="MileageEntry_GetDateSoapOut">
    <wsdl:part name="parameters" element="tns:MileageEntry_GetDateResponse" />
  </wsdl:message>
  <wsdl:message name="MileageEntry_GetSalesPriceSoapIn">
    <wsdl:part name="parameters" element="tns:MileageEntry_GetSalesPrice" />
  </wsdl:message>
  <wsdl:message name="MileageEntry_GetSalesPriceSoapOut">
    <wsdl:part name="parameters" element="tns:MileageEntry_GetSalesPriceResponse" />
  </wsdl:message>
  <wsdl:message name="MileageEntry_GetCostPriceSoapIn">
    <wsdl:part name="parameters" element="tns:MileageEntry_GetCostPrice" />
  </wsdl:message>
  <wsdl:message name="MileageEntry_GetCostPriceSoapOut">
    <wsdl:part name="parameters" element="tns:MileageEntry_GetCostPriceResponse" />
  </wsdl:message>
  <wsdl:message name="MileageEntry_GetCostRateSoapIn">
    <wsdl:part name="parameters" element="tns:MileageEntry_GetCostRate" />
  </wsdl:message>
  <wsdl:message name="MileageEntry_GetCostRateSoapOut">
    <wsdl:part name="parameters" element="tns:MileageEntry_GetCostRateResponse" />
  </wsdl:message>
  <wsdl:message name="MileageEntry_GetSalesRateSoapIn">
    <wsdl:part name="parameters" element="tns:MileageEntry_GetSalesRate" />
  </wsdl:message>
  <wsdl:message name="MileageEntry_GetSalesRateSoapOut">
    <wsdl:part name="parameters" element="tns:MileageEntry_GetSalesRateResponse" />
  </wsdl:message>
  <wsdl:message name="MileageEntry_SetDateSoapIn">
    <wsdl:part name="parameters" element="tns:MileageEntry_SetDate" />
  </wsdl:message>
  <wsdl:message name="MileageEntry_SetDateSoapOut">
    <wsdl:part name="parameters" element="tns:MileageEntry_SetDateResponse" />
  </wsdl:message>
  <wsdl:message name="MileageEntry_GetStartLocationSoapIn">
    <wsdl:part name="parameters" element="tns:MileageEntry_GetStartLocation" />
  </wsdl:message>
  <wsdl:message name="MileageEntry_GetStartLocationSoapOut">
    <wsdl:part name="parameters" element="tns:MileageEntry_GetStartLocationResponse" />
  </wsdl:message>
  <wsdl:message name="MileageEntry_SetStartLocationSoapIn">
    <wsdl:part name="parameters" element="tns:MileageEntry_SetStartLocation" />
  </wsdl:message>
  <wsdl:message name="MileageEntry_SetStartLocationSoapOut">
    <wsdl:part name="parameters" element="tns:MileageEntry_SetStartLocationResponse" />
  </wsdl:message>
  <wsdl:message name="MileageEntry_GetEndLocationSoapIn">
    <wsdl:part name="parameters" element="tns:MileageEntry_GetEndLocation" />
  </wsdl:message>
  <wsdl:message name="MileageEntry_GetEndLocationSoapOut">
    <wsdl:part name="parameters" element="tns:MileageEntry_GetEndLocationResponse" />
  </wsdl:message>
  <wsdl:message name="MileageEntry_SetEndLocationSoapIn">
    <wsdl:part name="parameters" element="tns:MileageEntry_SetEndLocation" />
  </wsdl:message>
  <wsdl:message name="MileageEntry_SetEndLocationSoapOut">
    <wsdl:part name="parameters" element="tns:MileageEntry_SetEndLocationResponse" />
  </wsdl:message>
  <wsdl:message name="MileageEntry_GetDistanceSoapIn">
    <wsdl:part name="parameters" element="tns:MileageEntry_GetDistance" />
  </wsdl:message>
  <wsdl:message name="MileageEntry_GetDistanceSoapOut">
    <wsdl:part name="parameters" element="tns:MileageEntry_GetDistanceResponse" />
  </wsdl:message>
  <wsdl:message name="MileageEntry_SetDistanceSoapIn">
    <wsdl:part name="parameters" element="tns:MileageEntry_SetDistance" />
  </wsdl:message>
  <wsdl:message name="MileageEntry_SetDistanceSoapOut">
    <wsdl:part name="parameters" element="tns:MileageEntry_SetDistanceResponse" />
  </wsdl:message>
  <wsdl:message name="MileageEntry_GetApprovedSoapIn">
    <wsdl:part name="parameters" element="tns:MileageEntry_GetApproved" />
  </wsdl:message>
  <wsdl:message name="MileageEntry_GetApprovedSoapOut">
    <wsdl:part name="parameters" element="tns:MileageEntry_GetApprovedResponse" />
  </wsdl:message>
  <wsdl:message name="MileageEntry_ApproveEntriesSoapIn">
    <wsdl:part name="parameters" element="tns:MileageEntry_ApproveEntries" />
  </wsdl:message>
  <wsdl:message name="MileageEntry_ApproveEntriesSoapOut">
    <wsdl:part name="parameters" element="tns:MileageEntry_ApproveEntriesResponse" />
  </wsdl:message>
  <wsdl:message name="Order_CreateFromDataSoapIn">
    <wsdl:part name="parameters" element="tns:Order_CreateFromData" />
  </wsdl:message>
  <wsdl:message name="Order_CreateFromDataSoapOut">
    <wsdl:part name="parameters" element="tns:Order_CreateFromDataResponse" />
  </wsdl:message>
  <wsdl:message name="Order_CreateFromDataArraySoapIn">
    <wsdl:part name="parameters" element="tns:Order_CreateFromDataArray" />
  </wsdl:message>
  <wsdl:message name="Order_CreateFromDataArraySoapOut">
    <wsdl:part name="parameters" element="tns:Order_CreateFromDataArrayResponse" />
  </wsdl:message>
  <wsdl:message name="Order_UpdateFromDataArraySoapIn">
    <wsdl:part name="parameters" element="tns:Order_UpdateFromDataArray" />
  </wsdl:message>
  <wsdl:message name="Order_UpdateFromDataArraySoapOut">
    <wsdl:part name="parameters" element="tns:Order_UpdateFromDataArrayResponse" />
  </wsdl:message>
  <wsdl:message name="Order_UpdateFromDataSoapIn">
    <wsdl:part name="parameters" element="tns:Order_UpdateFromData" />
  </wsdl:message>
  <wsdl:message name="Order_UpdateFromDataSoapOut">
    <wsdl:part name="parameters" element="tns:Order_UpdateFromDataResponse" />
  </wsdl:message>
  <wsdl:message name="Order_GetDataSoapIn">
    <wsdl:part name="parameters" element="tns:Order_GetData" />
  </wsdl:message>
  <wsdl:message name="Order_GetDataSoapOut">
    <wsdl:part name="parameters" element="tns:Order_GetDataResponse" />
  </wsdl:message>
  <wsdl:message name="Order_GetDataArraySoapIn">
    <wsdl:part name="parameters" element="tns:Order_GetDataArray" />
  </wsdl:message>
  <wsdl:message name="Order_GetDataArraySoapOut">
    <wsdl:part name="parameters" element="tns:Order_GetDataArrayResponse" />
  </wsdl:message>
  <wsdl:message name="Order_CreateSoapIn">
    <wsdl:part name="parameters" element="tns:Order_Create" />
  </wsdl:message>
  <wsdl:message name="Order_CreateSoapOut">
    <wsdl:part name="parameters" element="tns:Order_CreateResponse" />
  </wsdl:message>
  <wsdl:message name="Order_GetPdfSoapIn">
    <wsdl:part name="parameters" element="tns:Order_GetPdf" />
  </wsdl:message>
  <wsdl:message name="Order_GetPdfSoapOut">
    <wsdl:part name="parameters" element="tns:Order_GetPdfResponse" />
  </wsdl:message>
  <wsdl:message name="Order_GetAllSoapIn">
    <wsdl:part name="parameters" element="tns:Order_GetAll" />
  </wsdl:message>
  <wsdl:message name="Order_GetAllSoapOut">
    <wsdl:part name="parameters" element="tns:Order_GetAllResponse" />
  </wsdl:message>
  <wsdl:message name="Order_GetAllCurrentSoapIn">
    <wsdl:part name="parameters" element="tns:Order_GetAllCurrent" />
  </wsdl:message>
  <wsdl:message name="Order_GetAllCurrentSoapOut">
    <wsdl:part name="parameters" element="tns:Order_GetAllCurrentResponse" />
  </wsdl:message>
  <wsdl:message name="Order_FindByOtherReferenceSoapIn">
    <wsdl:part name="parameters" element="tns:Order_FindByOtherReference" />
  </wsdl:message>
  <wsdl:message name="Order_FindByOtherReferenceSoapOut">
    <wsdl:part name="parameters" element="tns:Order_FindByOtherReferenceResponse" />
  </wsdl:message>
  <wsdl:message name="Order_FindByNumberSoapIn">
    <wsdl:part name="parameters" element="tns:Order_FindByNumber" />
  </wsdl:message>
  <wsdl:message name="Order_FindByNumberSoapOut">
    <wsdl:part name="parameters" element="tns:Order_FindByNumberResponse" />
  </wsdl:message>
  <wsdl:message name="Order_FindByNumberIntervalSoapIn">
    <wsdl:part name="parameters" element="tns:Order_FindByNumberInterval" />
  </wsdl:message>
  <wsdl:message name="Order_FindByNumberIntervalSoapOut">
    <wsdl:part name="parameters" element="tns:Order_FindByNumberIntervalResponse" />
  </wsdl:message>
  <wsdl:message name="Order_FindByDateIntervalSoapIn">
    <wsdl:part name="parameters" element="tns:Order_FindByDateInterval" />
  </wsdl:message>
  <wsdl:message name="Order_FindByDateIntervalSoapOut">
    <wsdl:part name="parameters" element="tns:Order_FindByDateIntervalResponse" />
  </wsdl:message>
  <wsdl:message name="Order_GetAllUpdatedSoapIn">
    <wsdl:part name="parameters" element="tns:Order_GetAllUpdated" />
  </wsdl:message>
  <wsdl:message name="Order_GetAllUpdatedSoapOut">
    <wsdl:part name="parameters" element="tns:Order_GetAllUpdatedResponse" />
  </wsdl:message>
  <wsdl:message name="Order_GetLinesSoapIn">
    <wsdl:part name="parameters" element="tns:Order_GetLines" />
  </wsdl:message>
  <wsdl:message name="Order_GetLinesSoapOut">
    <wsdl:part name="parameters" element="tns:Order_GetLinesResponse" />
  </wsdl:message>
  <wsdl:message name="Order_RegisterAsSentSoapIn">
    <wsdl:part name="parameters" element="tns:Order_RegisterAsSent" />
  </wsdl:message>
  <wsdl:message name="Order_RegisterAsSentSoapOut">
    <wsdl:part name="parameters" element="tns:Order_RegisterAsSentResponse" />
  </wsdl:message>
  <wsdl:message name="Order_CancelSentStatusSoapIn">
    <wsdl:part name="parameters" element="tns:Order_CancelSentStatus" />
  </wsdl:message>
  <wsdl:message name="Order_CancelSentStatusSoapOut">
    <wsdl:part name="parameters" element="tns:Order_CancelSentStatusResponse" />
  </wsdl:message>
  <wsdl:message name="Order_UpgradeToInvoiceSoapIn">
    <wsdl:part name="parameters" element="tns:Order_UpgradeToInvoice" />
  </wsdl:message>
  <wsdl:message name="Order_UpgradeToInvoiceSoapOut">
    <wsdl:part name="parameters" element="tns:Order_UpgradeToInvoiceResponse" />
  </wsdl:message>
  <wsdl:message name="Order_DeleteSoapIn">
    <wsdl:part name="parameters" element="tns:Order_Delete" />
  </wsdl:message>
  <wsdl:message name="Order_DeleteSoapOut">
    <wsdl:part name="parameters" element="tns:Order_DeleteResponse" />
  </wsdl:message>
  <wsdl:message name="Order_GetDebtorSoapIn">
    <wsdl:part name="parameters" element="tns:Order_GetDebtor" />
  </wsdl:message>
  <wsdl:message name="Order_GetDebtorSoapOut">
    <wsdl:part name="parameters" element="tns:Order_GetDebtorResponse" />
  </wsdl:message>
  <wsdl:message name="Order_SetDebtorSoapIn">
    <wsdl:part name="parameters" element="tns:Order_SetDebtor" />
  </wsdl:message>
  <wsdl:message name="Order_SetDebtorSoapOut">
    <wsdl:part name="parameters" element="tns:Order_SetDebtorResponse" />
  </wsdl:message>
  <wsdl:message name="Order_GetNumberSoapIn">
    <wsdl:part name="parameters" element="tns:Order_GetNumber" />
  </wsdl:message>
  <wsdl:message name="Order_GetNumberSoapOut">
    <wsdl:part name="parameters" element="tns:Order_GetNumberResponse" />
  </wsdl:message>
  <wsdl:message name="Order_GetDebtorNameSoapIn">
    <wsdl:part name="parameters" element="tns:Order_GetDebtorName" />
  </wsdl:message>
  <wsdl:message name="Order_GetDebtorNameSoapOut">
    <wsdl:part name="parameters" element="tns:Order_GetDebtorNameResponse" />
  </wsdl:message>
  <wsdl:message name="Order_SetDebtorNameSoapIn">
    <wsdl:part name="parameters" element="tns:Order_SetDebtorName" />
  </wsdl:message>
  <wsdl:message name="Order_SetDebtorNameSoapOut">
    <wsdl:part name="parameters" element="tns:Order_SetDebtorNameResponse" />
  </wsdl:message>
  <wsdl:message name="Order_GetDebtorAddressSoapIn">
    <wsdl:part name="parameters" element="tns:Order_GetDebtorAddress" />
  </wsdl:message>
  <wsdl:message name="Order_GetDebtorAddressSoapOut">
    <wsdl:part name="parameters" element="tns:Order_GetDebtorAddressResponse" />
  </wsdl:message>
  <wsdl:message name="Order_SetDebtorAddressSoapIn">
    <wsdl:part name="parameters" element="tns:Order_SetDebtorAddress" />
  </wsdl:message>
  <wsdl:message name="Order_SetDebtorAddressSoapOut">
    <wsdl:part name="parameters" element="tns:Order_SetDebtorAddressResponse" />
  </wsdl:message>
  <wsdl:message name="Order_GetDebtorPostalCodeSoapIn">
    <wsdl:part name="parameters" element="tns:Order_GetDebtorPostalCode" />
  </wsdl:message>
  <wsdl:message name="Order_GetDebtorPostalCodeSoapOut">
    <wsdl:part name="parameters" element="tns:Order_GetDebtorPostalCodeResponse" />
  </wsdl:message>
  <wsdl:message name="Order_SetDebtorPostalCodeSoapIn">
    <wsdl:part name="parameters" element="tns:Order_SetDebtorPostalCode" />
  </wsdl:message>
  <wsdl:message name="Order_SetDebtorPostalCodeSoapOut">
    <wsdl:part name="parameters" element="tns:Order_SetDebtorPostalCodeResponse" />
  </wsdl:message>
  <wsdl:message name="Order_GetDebtorCitySoapIn">
    <wsdl:part name="parameters" element="tns:Order_GetDebtorCity" />
  </wsdl:message>
  <wsdl:message name="Order_GetDebtorCitySoapOut">
    <wsdl:part name="parameters" element="tns:Order_GetDebtorCityResponse" />
  </wsdl:message>
  <wsdl:message name="Order_SetDebtorCitySoapIn">
    <wsdl:part name="parameters" element="tns:Order_SetDebtorCity" />
  </wsdl:message>
  <wsdl:message name="Order_SetDebtorCitySoapOut">
    <wsdl:part name="parameters" element="tns:Order_SetDebtorCityResponse" />
  </wsdl:message>
  <wsdl:message name="Order_GetDebtorCountrySoapIn">
    <wsdl:part name="parameters" element="tns:Order_GetDebtorCountry" />
  </wsdl:message>
  <wsdl:message name="Order_GetDebtorCountrySoapOut">
    <wsdl:part name="parameters" element="tns:Order_GetDebtorCountryResponse" />
  </wsdl:message>
  <wsdl:message name="Order_SetDebtorCountrySoapIn">
    <wsdl:part name="parameters" element="tns:Order_SetDebtorCountry" />
  </wsdl:message>
  <wsdl:message name="Order_SetDebtorCountrySoapOut">
    <wsdl:part name="parameters" element="tns:Order_SetDebtorCountryResponse" />
  </wsdl:message>
  <wsdl:message name="Order_GetDebtorEanSoapIn">
    <wsdl:part name="parameters" element="tns:Order_GetDebtorEan" />
  </wsdl:message>
  <wsdl:message name="Order_GetDebtorEanSoapOut">
    <wsdl:part name="parameters" element="tns:Order_GetDebtorEanResponse" />
  </wsdl:message>
  <wsdl:message name="Order_SetDebtorEanSoapIn">
    <wsdl:part name="parameters" element="tns:Order_SetDebtorEan" />
  </wsdl:message>
  <wsdl:message name="Order_SetDebtorEanSoapOut">
    <wsdl:part name="parameters" element="tns:Order_SetDebtorEanResponse" />
  </wsdl:message>
  <wsdl:message name="Order_GetProjectSoapIn">
    <wsdl:part name="parameters" element="tns:Order_GetProject" />
  </wsdl:message>
  <wsdl:message name="Order_GetProjectSoapOut">
    <wsdl:part name="parameters" element="tns:Order_GetProjectResponse" />
  </wsdl:message>
  <wsdl:message name="Order_SetProjectSoapIn">
    <wsdl:part name="parameters" element="tns:Order_SetProject" />
  </wsdl:message>
  <wsdl:message name="Order_SetProjectSoapOut">
    <wsdl:part name="parameters" element="tns:Order_SetProjectResponse" />
  </wsdl:message>
  <wsdl:message name="Order_GetPublicEntryNumberSoapIn">
    <wsdl:part name="parameters" element="tns:Order_GetPublicEntryNumber" />
  </wsdl:message>
  <wsdl:message name="Order_GetPublicEntryNumberSoapOut">
    <wsdl:part name="parameters" element="tns:Order_GetPublicEntryNumberResponse" />
  </wsdl:message>
  <wsdl:message name="Order_SetPublicEntryNumberSoapIn">
    <wsdl:part name="parameters" element="tns:Order_SetPublicEntryNumber" />
  </wsdl:message>
  <wsdl:message name="Order_SetPublicEntryNumberSoapOut">
    <wsdl:part name="parameters" element="tns:Order_SetPublicEntryNumberResponse" />
  </wsdl:message>
  <wsdl:message name="Order_GetAttentionSoapIn">
    <wsdl:part name="parameters" element="tns:Order_GetAttention" />
  </wsdl:message>
  <wsdl:message name="Order_GetAttentionSoapOut">
    <wsdl:part name="parameters" element="tns:Order_GetAttentionResponse" />
  </wsdl:message>
  <wsdl:message name="Order_SetAttentionSoapIn">
    <wsdl:part name="parameters" element="tns:Order_SetAttention" />
  </wsdl:message>
  <wsdl:message name="Order_SetAttentionSoapOut">
    <wsdl:part name="parameters" element="tns:Order_SetAttentionResponse" />
  </wsdl:message>
  <wsdl:message name="Order_GetYourReferenceSoapIn">
    <wsdl:part name="parameters" element="tns:Order_GetYourReference" />
  </wsdl:message>
  <wsdl:message name="Order_GetYourReferenceSoapOut">
    <wsdl:part name="parameters" element="tns:Order_GetYourReferenceResponse" />
  </wsdl:message>
  <wsdl:message name="Order_SetYourReferenceSoapIn">
    <wsdl:part name="parameters" element="tns:Order_SetYourReference" />
  </wsdl:message>
  <wsdl:message name="Order_SetYourReferenceSoapOut">
    <wsdl:part name="parameters" element="tns:Order_SetYourReferenceResponse" />
  </wsdl:message>
  <wsdl:message name="Order_GetOurReferenceSoapIn">
    <wsdl:part name="parameters" element="tns:Order_GetOurReference" />
  </wsdl:message>
  <wsdl:message name="Order_GetOurReferenceSoapOut">
    <wsdl:part name="parameters" element="tns:Order_GetOurReferenceResponse" />
  </wsdl:message>
  <wsdl:message name="Order_SetOurReferenceSoapIn">
    <wsdl:part name="parameters" element="tns:Order_SetOurReference" />
  </wsdl:message>
  <wsdl:message name="Order_SetOurReferenceSoapOut">
    <wsdl:part name="parameters" element="tns:Order_SetOurReferenceResponse" />
  </wsdl:message>
  <wsdl:message name="Order_GetOurReference2SoapIn">
    <wsdl:part name="parameters" element="tns:Order_GetOurReference2" />
  </wsdl:message>
  <wsdl:message name="Order_GetOurReference2SoapOut">
    <wsdl:part name="parameters" element="tns:Order_GetOurReference2Response" />
  </wsdl:message>
  <wsdl:message name="Order_SetOurReference2SoapIn">
    <wsdl:part name="parameters" element="tns:Order_SetOurReference2" />
  </wsdl:message>
  <wsdl:message name="Order_SetOurReference2SoapOut">
    <wsdl:part name="parameters" element="tns:Order_SetOurReference2Response" />
  </wsdl:message>
  <wsdl:message name="Order_GetDateSoapIn">
    <wsdl:part name="parameters" element="tns:Order_GetDate" />
  </wsdl:message>
  <wsdl:message name="Order_GetDateSoapOut">
    <wsdl:part name="parameters" element="tns:Order_GetDateResponse" />
  </wsdl:message>
  <wsdl:message name="Order_SetDateSoapIn">
    <wsdl:part name="parameters" element="tns:Order_SetDate" />
  </wsdl:message>
  <wsdl:message name="Order_SetDateSoapOut">
    <wsdl:part name="parameters" element="tns:Order_SetDateResponse" />
  </wsdl:message>
  <wsdl:message name="Order_GetTermOfPaymentSoapIn">
    <wsdl:part name="parameters" element="tns:Order_GetTermOfPayment" />
  </wsdl:message>
  <wsdl:message name="Order_GetTermOfPaymentSoapOut">
    <wsdl:part name="parameters" element="tns:Order_GetTermOfPaymentResponse" />
  </wsdl:message>
  <wsdl:message name="Order_SetTermOfPaymentSoapIn">
    <wsdl:part name="parameters" element="tns:Order_SetTermOfPayment" />
  </wsdl:message>
  <wsdl:message name="Order_SetTermOfPaymentSoapOut">
    <wsdl:part name="parameters" element="tns:Order_SetTermOfPaymentResponse" />
  </wsdl:message>
  <wsdl:message name="Order_GetDueDateSoapIn">
    <wsdl:part name="parameters" element="tns:Order_GetDueDate" />
  </wsdl:message>
  <wsdl:message name="Order_GetDueDateSoapOut">
    <wsdl:part name="parameters" element="tns:Order_GetDueDateResponse" />
  </wsdl:message>
  <wsdl:message name="Order_SetDueDateSoapIn">
    <wsdl:part name="parameters" element="tns:Order_SetDueDate" />
  </wsdl:message>
  <wsdl:message name="Order_SetDueDateSoapOut">
    <wsdl:part name="parameters" element="tns:Order_SetDueDateResponse" />
  </wsdl:message>
  <wsdl:message name="Order_GetCurrencySoapIn">
    <wsdl:part name="parameters" element="tns:Order_GetCurrency" />
  </wsdl:message>
  <wsdl:message name="Order_GetCurrencySoapOut">
    <wsdl:part name="parameters" element="tns:Order_GetCurrencyResponse" />
  </wsdl:message>
  <wsdl:message name="Order_SetCurrencySoapIn">
    <wsdl:part name="parameters" element="tns:Order_SetCurrency" />
  </wsdl:message>
  <wsdl:message name="Order_SetCurrencySoapOut">
    <wsdl:part name="parameters" element="tns:Order_SetCurrencyResponse" />
  </wsdl:message>
  <wsdl:message name="Order_GetExchangeRateSoapIn">
    <wsdl:part name="parameters" element="tns:Order_GetExchangeRate" />
  </wsdl:message>
  <wsdl:message name="Order_GetExchangeRateSoapOut">
    <wsdl:part name="parameters" element="tns:Order_GetExchangeRateResponse" />
  </wsdl:message>
  <wsdl:message name="Order_SetExchangeRateSoapIn">
    <wsdl:part name="parameters" element="tns:Order_SetExchangeRate" />
  </wsdl:message>
  <wsdl:message name="Order_SetExchangeRateSoapOut">
    <wsdl:part name="parameters" element="tns:Order_SetExchangeRateResponse" />
  </wsdl:message>
  <wsdl:message name="Order_GetIsVatIncludedSoapIn">
    <wsdl:part name="parameters" element="tns:Order_GetIsVatIncluded" />
  </wsdl:message>
  <wsdl:message name="Order_GetIsVatIncludedSoapOut">
    <wsdl:part name="parameters" element="tns:Order_GetIsVatIncludedResponse" />
  </wsdl:message>
  <wsdl:message name="Order_SetIsVatIncludedSoapIn">
    <wsdl:part name="parameters" element="tns:Order_SetIsVatIncluded" />
  </wsdl:message>
  <wsdl:message name="Order_SetIsVatIncludedSoapOut">
    <wsdl:part name="parameters" element="tns:Order_SetIsVatIncludedResponse" />
  </wsdl:message>
  <wsdl:message name="Order_GetVatZoneSoapIn">
    <wsdl:part name="parameters" element="tns:Order_GetVatZone" />
  </wsdl:message>
  <wsdl:message name="Order_GetVatZoneSoapOut">
    <wsdl:part name="parameters" element="tns:Order_GetVatZoneResponse" />
  </wsdl:message>
  <wsdl:message name="Order_SetVatZoneSoapIn">
    <wsdl:part name="parameters" element="tns:Order_SetVatZone" />
  </wsdl:message>
  <wsdl:message name="Order_SetVatZoneSoapOut">
    <wsdl:part name="parameters" element="tns:Order_SetVatZoneResponse" />
  </wsdl:message>
  <wsdl:message name="Invoice_GetDebtorEanSoapIn">
    <wsdl:part name="parameters" element="tns:Invoice_GetDebtorEan" />
  </wsdl:message>
  <wsdl:message name="Invoice_GetDebtorEanSoapOut">
    <wsdl:part name="parameters" element="tns:Invoice_GetDebtorEanResponse" />
  </wsdl:message>
  <wsdl:message name="Invoice_GetPublicEntryNumberSoapIn">
    <wsdl:part name="parameters" element="tns:Invoice_GetPublicEntryNumber" />
  </wsdl:message>
  <wsdl:message name="Invoice_GetPublicEntryNumberSoapOut">
    <wsdl:part name="parameters" element="tns:Invoice_GetPublicEntryNumberResponse" />
  </wsdl:message>
  <wsdl:message name="Invoice_GetAttentionSoapIn">
    <wsdl:part name="parameters" element="tns:Invoice_GetAttention" />
  </wsdl:message>
  <wsdl:message name="Invoice_GetAttentionSoapOut">
    <wsdl:part name="parameters" element="tns:Invoice_GetAttentionResponse" />
  </wsdl:message>
  <wsdl:message name="Invoice_GetYourReferenceSoapIn">
    <wsdl:part name="parameters" element="tns:Invoice_GetYourReference" />
  </wsdl:message>
  <wsdl:message name="Invoice_GetYourReferenceSoapOut">
    <wsdl:part name="parameters" element="tns:Invoice_GetYourReferenceResponse" />
  </wsdl:message>
  <wsdl:message name="Invoice_GetOurReferenceSoapIn">
    <wsdl:part name="parameters" element="tns:Invoice_GetOurReference" />
  </wsdl:message>
  <wsdl:message name="Invoice_GetOurReferenceSoapOut">
    <wsdl:part name="parameters" element="tns:Invoice_GetOurReferenceResponse" />
  </wsdl:message>
  <wsdl:message name="Invoice_GetOurReference2SoapIn">
    <wsdl:part name="parameters" element="tns:Invoice_GetOurReference2" />
  </wsdl:message>
  <wsdl:message name="Invoice_GetOurReference2SoapOut">
    <wsdl:part name="parameters" element="tns:Invoice_GetOurReference2Response" />
  </wsdl:message>
  <wsdl:message name="Invoice_GetTermOfPaymentSoapIn">
    <wsdl:part name="parameters" element="tns:Invoice_GetTermOfPayment" />
  </wsdl:message>
  <wsdl:message name="Invoice_GetTermOfPaymentSoapOut">
    <wsdl:part name="parameters" element="tns:Invoice_GetTermOfPaymentResponse" />
  </wsdl:message>
  <wsdl:message name="Invoice_GetCurrencySoapIn">
    <wsdl:part name="parameters" element="tns:Invoice_GetCurrency" />
  </wsdl:message>
  <wsdl:message name="Invoice_GetCurrencySoapOut">
    <wsdl:part name="parameters" element="tns:Invoice_GetCurrencyResponse" />
  </wsdl:message>
  <wsdl:message name="Invoice_GetIsVatIncludedSoapIn">
    <wsdl:part name="parameters" element="tns:Invoice_GetIsVatIncluded" />
  </wsdl:message>
  <wsdl:message name="Invoice_GetIsVatIncludedSoapOut">
    <wsdl:part name="parameters" element="tns:Invoice_GetIsVatIncludedResponse" />
  </wsdl:message>
  <wsdl:message name="Invoice_GetLayoutSoapIn">
    <wsdl:part name="parameters" element="tns:Invoice_GetLayout" />
  </wsdl:message>
  <wsdl:message name="Invoice_GetLayoutSoapOut">
    <wsdl:part name="parameters" element="tns:Invoice_GetLayoutResponse" />
  </wsdl:message>
  <wsdl:message name="Invoice_GetDeliveryLocationSoapIn">
    <wsdl:part name="parameters" element="tns:Invoice_GetDeliveryLocation" />
  </wsdl:message>
  <wsdl:message name="Invoice_GetDeliveryLocationSoapOut">
    <wsdl:part name="parameters" element="tns:Invoice_GetDeliveryLocationResponse" />
  </wsdl:message>
  <wsdl:message name="Invoice_GetDeliveryAddressSoapIn">
    <wsdl:part name="parameters" element="tns:Invoice_GetDeliveryAddress" />
  </wsdl:message>
  <wsdl:message name="Invoice_GetDeliveryAddressSoapOut">
    <wsdl:part name="parameters" element="tns:Invoice_GetDeliveryAddressResponse" />
  </wsdl:message>
  <wsdl:message name="Invoice_GetDeliveryPostalCodeSoapIn">
    <wsdl:part name="parameters" element="tns:Invoice_GetDeliveryPostalCode" />
  </wsdl:message>
  <wsdl:message name="Invoice_GetDeliveryPostalCodeSoapOut">
    <wsdl:part name="parameters" element="tns:Invoice_GetDeliveryPostalCodeResponse" />
  </wsdl:message>
  <wsdl:message name="Invoice_GetDeliveryCitySoapIn">
    <wsdl:part name="parameters" element="tns:Invoice_GetDeliveryCity" />
  </wsdl:message>
  <wsdl:message name="Invoice_GetDeliveryCitySoapOut">
    <wsdl:part name="parameters" element="tns:Invoice_GetDeliveryCityResponse" />
  </wsdl:message>
  <wsdl:message name="Invoice_GetDeliveryCountrySoapIn">
    <wsdl:part name="parameters" element="tns:Invoice_GetDeliveryCountry" />
  </wsdl:message>
  <wsdl:message name="Invoice_GetDeliveryCountrySoapOut">
    <wsdl:part name="parameters" element="tns:Invoice_GetDeliveryCountryResponse" />
  </wsdl:message>
  <wsdl:message name="Invoice_GetTermsOfDeliverySoapIn">
    <wsdl:part name="parameters" element="tns:Invoice_GetTermsOfDelivery" />
  </wsdl:message>
  <wsdl:message name="Invoice_GetTermsOfDeliverySoapOut">
    <wsdl:part name="parameters" element="tns:Invoice_GetTermsOfDeliveryResponse" />
  </wsdl:message>
  <wsdl:message name="Invoice_GetDeliveryDateSoapIn">
    <wsdl:part name="parameters" element="tns:Invoice_GetDeliveryDate" />
  </wsdl:message>
  <wsdl:message name="Invoice_GetDeliveryDateSoapOut">
    <wsdl:part name="parameters" element="tns:Invoice_GetDeliveryDateResponse" />
  </wsdl:message>
  <wsdl:message name="Invoice_GetDateSoapIn">
    <wsdl:part name="parameters" element="tns:Invoice_GetDate" />
  </wsdl:message>
  <wsdl:message name="Invoice_GetDateSoapOut">
    <wsdl:part name="parameters" element="tns:Invoice_GetDateResponse" />
  </wsdl:message>
  <wsdl:message name="Invoice_GetDueDateSoapIn">
    <wsdl:part name="parameters" element="tns:Invoice_GetDueDate" />
  </wsdl:message>
  <wsdl:message name="Invoice_GetDueDateSoapOut">
    <wsdl:part name="parameters" element="tns:Invoice_GetDueDateResponse" />
  </wsdl:message>
  <wsdl:message name="Invoice_GetHeadingSoapIn">
    <wsdl:part name="parameters" element="tns:Invoice_GetHeading" />
  </wsdl:message>
  <wsdl:message name="Invoice_GetHeadingSoapOut">
    <wsdl:part name="parameters" element="tns:Invoice_GetHeadingResponse" />
  </wsdl:message>
  <wsdl:message name="Invoice_GetTextLine1SoapIn">
    <wsdl:part name="parameters" element="tns:Invoice_GetTextLine1" />
  </wsdl:message>
  <wsdl:message name="Invoice_GetTextLine1SoapOut">
    <wsdl:part name="parameters" element="tns:Invoice_GetTextLine1Response" />
  </wsdl:message>
  <wsdl:message name="Invoice_GetTextLine2SoapIn">
    <wsdl:part name="parameters" element="tns:Invoice_GetTextLine2" />
  </wsdl:message>
  <wsdl:message name="Invoice_GetTextLine2SoapOut">
    <wsdl:part name="parameters" element="tns:Invoice_GetTextLine2Response" />
  </wsdl:message>
  <wsdl:message name="Invoice_GetOtherReferenceSoapIn">
    <wsdl:part name="parameters" element="tns:Invoice_GetOtherReference" />
  </wsdl:message>
  <wsdl:message name="Invoice_GetOtherReferenceSoapOut">
    <wsdl:part name="parameters" element="tns:Invoice_GetOtherReferenceResponse" />
  </wsdl:message>
  <wsdl:message name="Invoice_GetOrderNumberSoapIn">
    <wsdl:part name="parameters" element="tns:Invoice_GetOrderNumber" />
  </wsdl:message>
  <wsdl:message name="Invoice_GetOrderNumberSoapOut">
    <wsdl:part name="parameters" element="tns:Invoice_GetOrderNumberResponse" />
  </wsdl:message>
  <wsdl:message name="Invoice_GetNetAmountSoapIn">
    <wsdl:part name="parameters" element="tns:Invoice_GetNetAmount" />
  </wsdl:message>
  <wsdl:message name="Invoice_GetNetAmountSoapOut">
    <wsdl:part name="parameters" element="tns:Invoice_GetNetAmountResponse" />
  </wsdl:message>
  <wsdl:message name="Invoice_GetVatAmountSoapIn">
    <wsdl:part name="parameters" element="tns:Invoice_GetVatAmount" />
  </wsdl:message>
  <wsdl:message name="Invoice_GetVatAmountSoapOut">
    <wsdl:part name="parameters" element="tns:Invoice_GetVatAmountResponse" />
  </wsdl:message>
  <wsdl:message name="Invoice_GetGrossAmountSoapIn">
    <wsdl:part name="parameters" element="tns:Invoice_GetGrossAmount" />
  </wsdl:message>
  <wsdl:message name="Invoice_GetGrossAmountSoapOut">
    <wsdl:part name="parameters" element="tns:Invoice_GetGrossAmountResponse" />
  </wsdl:message>
  <wsdl:message name="Invoice_GetRemainderSoapIn">
    <wsdl:part name="parameters" element="tns:Invoice_GetRemainder" />
  </wsdl:message>
  <wsdl:message name="Invoice_GetRemainderSoapOut">
    <wsdl:part name="parameters" element="tns:Invoice_GetRemainderResponse" />
  </wsdl:message>
  <wsdl:message name="Invoice_GetRemainderDefaultCurrencySoapIn">
    <wsdl:part name="parameters" element="tns:Invoice_GetRemainderDefaultCurrency" />
  </wsdl:message>
  <wsdl:message name="Invoice_GetRemainderDefaultCurrencySoapOut">
    <wsdl:part name="parameters" element="tns:Invoice_GetRemainderDefaultCurrencyResponse" />
  </wsdl:message>
  <wsdl:message name="Invoice_GetRoundingAmountSoapIn">
    <wsdl:part name="parameters" element="tns:Invoice_GetRoundingAmount" />
  </wsdl:message>
  <wsdl:message name="Invoice_GetRoundingAmountSoapOut">
    <wsdl:part name="parameters" element="tns:Invoice_GetRoundingAmountResponse" />
  </wsdl:message>
  <wsdl:message name="Invoice_GetDebtorCountySoapIn">
    <wsdl:part name="parameters" element="tns:Invoice_GetDebtorCounty" />
  </wsdl:message>
  <wsdl:message name="Invoice_GetDebtorCountySoapOut">
    <wsdl:part name="parameters" element="tns:Invoice_GetDebtorCountyResponse" />
  </wsdl:message>
  <wsdl:message name="Invoice_GetDeliveryCountySoapIn">
    <wsdl:part name="parameters" element="tns:Invoice_GetDeliveryCounty" />
  </wsdl:message>
  <wsdl:message name="Invoice_GetDeliveryCountySoapOut">
    <wsdl:part name="parameters" element="tns:Invoice_GetDeliveryCountyResponse" />
  </wsdl:message>
  <wsdl:message name="Invoice_GetNetAmountDefaultCurrencySoapIn">
    <wsdl:part name="parameters" element="tns:Invoice_GetNetAmountDefaultCurrency" />
  </wsdl:message>
  <wsdl:message name="Invoice_GetNetAmountDefaultCurrencySoapOut">
    <wsdl:part name="parameters" element="tns:Invoice_GetNetAmountDefaultCurrencyResponse" />
  </wsdl:message>
  <wsdl:message name="Invoice_GetDeductionAmountSoapIn">
    <wsdl:part name="parameters" element="tns:Invoice_GetDeductionAmount" />
  </wsdl:message>
  <wsdl:message name="Invoice_GetDeductionAmountSoapOut">
    <wsdl:part name="parameters" element="tns:Invoice_GetDeductionAmountResponse" />
  </wsdl:message>
  <wsdl:message name="Invoice_GetAllSoapIn">
    <wsdl:part name="parameters" element="tns:Invoice_GetAll" />
  </wsdl:message>
  <wsdl:message name="Invoice_GetAllSoapOut">
    <wsdl:part name="parameters" element="tns:Invoice_GetAllResponse" />
  </wsdl:message>
  <wsdl:message name="Invoice_FindByNumberSoapIn">
    <wsdl:part name="parameters" element="tns:Invoice_FindByNumber" />
  </wsdl:message>
  <wsdl:message name="Invoice_FindByNumberSoapOut">
    <wsdl:part name="parameters" element="tns:Invoice_FindByNumberResponse" />
  </wsdl:message>
  <wsdl:message name="Invoice_FindByNumberListSoapIn">
    <wsdl:part name="parameters" element="tns:Invoice_FindByNumberList" />
  </wsdl:message>
  <wsdl:message name="Invoice_FindByNumberListSoapOut">
    <wsdl:part name="parameters" element="tns:Invoice_FindByNumberListResponse" />
  </wsdl:message>
  <wsdl:message name="Invoice_FindByNumberIntervalSoapIn">
    <wsdl:part name="parameters" element="tns:Invoice_FindByNumberInterval" />
  </wsdl:message>
  <wsdl:message name="Invoice_FindByNumberIntervalSoapOut">
    <wsdl:part name="parameters" element="tns:Invoice_FindByNumberIntervalResponse" />
  </wsdl:message>
  <wsdl:message name="Invoice_FindByDateIntervalSoapIn">
    <wsdl:part name="parameters" element="tns:Invoice_FindByDateInterval" />
  </wsdl:message>
  <wsdl:message name="Invoice_FindByDateIntervalSoapOut">
    <wsdl:part name="parameters" element="tns:Invoice_FindByDateIntervalResponse" />
  </wsdl:message>
  <wsdl:message name="Invoice_FindByOurReferenceSoapIn">
    <wsdl:part name="parameters" element="tns:Invoice_FindByOurReference" />
  </wsdl:message>
  <wsdl:message name="Invoice_FindByOurReferenceSoapOut">
    <wsdl:part name="parameters" element="tns:Invoice_FindByOurReferenceResponse" />
  </wsdl:message>
  <wsdl:message name="Invoice_FindByOtherReferenceSoapIn">
    <wsdl:part name="parameters" element="tns:Invoice_FindByOtherReference" />
  </wsdl:message>
  <wsdl:message name="Invoice_FindByOtherReferenceSoapOut">
    <wsdl:part name="parameters" element="tns:Invoice_FindByOtherReferenceResponse" />
  </wsdl:message>
  <wsdl:message name="Invoice_FindByOrderNumberSoapIn">
    <wsdl:part name="parameters" element="tns:Invoice_FindByOrderNumber" />
  </wsdl:message>
  <wsdl:message name="Invoice_FindByOrderNumberSoapOut">
    <wsdl:part name="parameters" element="tns:Invoice_FindByOrderNumberResponse" />
  </wsdl:message>
  <wsdl:message name="Invoice_GetLinesSoapIn">
    <wsdl:part name="parameters" element="tns:Invoice_GetLines" />
  </wsdl:message>
  <wsdl:message name="Invoice_GetLinesSoapOut">
    <wsdl:part name="parameters" element="tns:Invoice_GetLinesResponse" />
  </wsdl:message>
  <wsdl:message name="Invoice_GetPdfSoapIn">
    <wsdl:part name="parameters" element="tns:Invoice_GetPdf" />
  </wsdl:message>
  <wsdl:message name="Invoice_GetPdfSoapOut">
    <wsdl:part name="parameters" element="tns:Invoice_GetPdfResponse" />
  </wsdl:message>
  <wsdl:message name="Invoice_GetOioXmlSoapIn">
    <wsdl:part name="parameters" element="tns:Invoice_GetOioXml" />
  </wsdl:message>
  <wsdl:message name="Invoice_GetOioXmlSoapOut">
    <wsdl:part name="parameters" element="tns:Invoice_GetOioXmlResponse" />
  </wsdl:message>
  <wsdl:message name="InvoiceLine_GetDataSoapIn">
    <wsdl:part name="parameters" element="tns:InvoiceLine_GetData" />
  </wsdl:message>
  <wsdl:message name="InvoiceLine_GetDataSoapOut">
    <wsdl:part name="parameters" element="tns:InvoiceLine_GetDataResponse" />
  </wsdl:message>
  <wsdl:message name="InvoiceLine_GetDataArraySoapIn">
    <wsdl:part name="parameters" element="tns:InvoiceLine_GetDataArray" />
  </wsdl:message>
  <wsdl:message name="InvoiceLine_GetDataArraySoapOut">
    <wsdl:part name="parameters" element="tns:InvoiceLine_GetDataArrayResponse" />
  </wsdl:message>
  <wsdl:message name="InvoiceLine_GetNumberSoapIn">
    <wsdl:part name="parameters" element="tns:InvoiceLine_GetNumber" />
  </wsdl:message>
  <wsdl:message name="InvoiceLine_GetNumberSoapOut">
    <wsdl:part name="parameters" element="tns:InvoiceLine_GetNumberResponse" />
  </wsdl:message>
  <wsdl:message name="InvoiceLine_GetInvoiceSoapIn">
    <wsdl:part name="parameters" element="tns:InvoiceLine_GetInvoice" />
  </wsdl:message>
  <wsdl:message name="InvoiceLine_GetInvoiceSoapOut">
    <wsdl:part name="parameters" element="tns:InvoiceLine_GetInvoiceResponse" />
  </wsdl:message>
  <wsdl:message name="InvoiceLine_GetDescriptionSoapIn">
    <wsdl:part name="parameters" element="tns:InvoiceLine_GetDescription" />
  </wsdl:message>
  <wsdl:message name="InvoiceLine_GetDescriptionSoapOut">
    <wsdl:part name="parameters" element="tns:InvoiceLine_GetDescriptionResponse" />
  </wsdl:message>
  <wsdl:message name="InvoiceLine_GetDeliveryDateSoapIn">
    <wsdl:part name="parameters" element="tns:InvoiceLine_GetDeliveryDate" />
  </wsdl:message>
  <wsdl:message name="InvoiceLine_GetDeliveryDateSoapOut">
    <wsdl:part name="parameters" element="tns:InvoiceLine_GetDeliveryDateResponse" />
  </wsdl:message>
  <wsdl:message name="InvoiceLine_GetUnitSoapIn">
    <wsdl:part name="parameters" element="tns:InvoiceLine_GetUnit" />
  </wsdl:message>
  <wsdl:message name="InvoiceLine_GetUnitSoapOut">
    <wsdl:part name="parameters" element="tns:InvoiceLine_GetUnitResponse" />
  </wsdl:message>
  <wsdl:message name="InvoiceLine_GetProductSoapIn">
    <wsdl:part name="parameters" element="tns:InvoiceLine_GetProduct" />
  </wsdl:message>
  <wsdl:message name="InvoiceLine_GetProductSoapOut">
    <wsdl:part name="parameters" element="tns:InvoiceLine_GetProductResponse" />
  </wsdl:message>
  <wsdl:message name="InvoiceLine_GetQuantitySoapIn">
    <wsdl:part name="parameters" element="tns:InvoiceLine_GetQuantity" />
  </wsdl:message>
  <wsdl:message name="InvoiceLine_GetQuantitySoapOut">
    <wsdl:part name="parameters" element="tns:InvoiceLine_GetQuantityResponse" />
  </wsdl:message>
  <wsdl:message name="InvoiceLine_GetUnitNetPriceSoapIn">
    <wsdl:part name="parameters" element="tns:InvoiceLine_GetUnitNetPrice" />
  </wsdl:message>
  <wsdl:message name="InvoiceLine_GetUnitNetPriceSoapOut">
    <wsdl:part name="parameters" element="tns:InvoiceLine_GetUnitNetPriceResponse" />
  </wsdl:message>
  <wsdl:message name="InvoiceLine_GetDiscountAsPercentSoapIn">
    <wsdl:part name="parameters" element="tns:InvoiceLine_GetDiscountAsPercent" />
  </wsdl:message>
  <wsdl:message name="InvoiceLine_GetDiscountAsPercentSoapOut">
    <wsdl:part name="parameters" element="tns:InvoiceLine_GetDiscountAsPercentResponse" />
  </wsdl:message>
  <wsdl:message name="InvoiceLine_GetUnitCostPriceSoapIn">
    <wsdl:part name="parameters" element="tns:InvoiceLine_GetUnitCostPrice" />
  </wsdl:message>
  <wsdl:message name="InvoiceLine_GetUnitCostPriceSoapOut">
    <wsdl:part name="parameters" element="tns:InvoiceLine_GetUnitCostPriceResponse" />
  </wsdl:message>
  <wsdl:message name="InvoiceLine_GetVatRateSoapIn">
    <wsdl:part name="parameters" element="tns:InvoiceLine_GetVatRate" />
  </wsdl:message>
  <wsdl:message name="InvoiceLine_GetVatRateSoapOut">
    <wsdl:part name="parameters" element="tns:InvoiceLine_GetVatRateResponse" />
  </wsdl:message>
  <wsdl:message name="InvoiceLine_GetVatAmountSoapIn">
    <wsdl:part name="parameters" element="tns:InvoiceLine_GetVatAmount" />
  </wsdl:message>
  <wsdl:message name="InvoiceLine_GetVatAmountSoapOut">
    <wsdl:part name="parameters" element="tns:InvoiceLine_GetVatAmountResponse" />
  </wsdl:message>
  <wsdl:message name="InvoiceLine_GetTotalNetAmountSoapIn">
    <wsdl:part name="parameters" element="tns:InvoiceLine_GetTotalNetAmount" />
  </wsdl:message>
  <wsdl:message name="InvoiceLine_GetTotalNetAmountSoapOut">
    <wsdl:part name="parameters" element="tns:InvoiceLine_GetTotalNetAmountResponse" />
  </wsdl:message>
  <wsdl:message name="InvoiceLine_GetDepartmentSoapIn">
    <wsdl:part name="parameters" element="tns:InvoiceLine_GetDepartment" />
  </wsdl:message>
  <wsdl:message name="InvoiceLine_GetDepartmentSoapOut">
    <wsdl:part name="parameters" element="tns:InvoiceLine_GetDepartmentResponse" />
  </wsdl:message>
  <wsdl:message name="InvoiceLine_GetDistributionKeySoapIn">
    <wsdl:part name="parameters" element="tns:InvoiceLine_GetDistributionKey" />
  </wsdl:message>
  <wsdl:message name="InvoiceLine_GetDistributionKeySoapOut">
    <wsdl:part name="parameters" element="tns:InvoiceLine_GetDistributionKeyResponse" />
  </wsdl:message>
  <wsdl:message name="InvoiceLine_FindByProductSoapIn">
    <wsdl:part name="parameters" element="tns:InvoiceLine_FindByProduct" />
  </wsdl:message>
  <wsdl:message name="InvoiceLine_FindByProductSoapOut">
    <wsdl:part name="parameters" element="tns:InvoiceLine_FindByProductResponse" />
  </wsdl:message>
  <wsdl:message name="InvoiceLine_FindByProductListSoapIn">
    <wsdl:part name="parameters" element="tns:InvoiceLine_FindByProductList" />
  </wsdl:message>
  <wsdl:message name="InvoiceLine_FindByProductListSoapOut">
    <wsdl:part name="parameters" element="tns:InvoiceLine_FindByProductListResponse" />
  </wsdl:message>
  <wsdl:message name="InvoiceLine_FindByInvoiceNumberIntervalSoapIn">
    <wsdl:part name="parameters" element="tns:InvoiceLine_FindByInvoiceNumberInterval" />
  </wsdl:message>
  <wsdl:message name="InvoiceLine_FindByInvoiceNumberIntervalSoapOut">
    <wsdl:part name="parameters" element="tns:InvoiceLine_FindByInvoiceNumberIntervalResponse" />
  </wsdl:message>
  <wsdl:message name="InventoryLocation_GetDataSoapIn">
    <wsdl:part name="parameters" element="tns:InventoryLocation_GetData" />
  </wsdl:message>
  <wsdl:message name="InventoryLocation_GetDataSoapOut">
    <wsdl:part name="parameters" element="tns:InventoryLocation_GetDataResponse" />
  </wsdl:message>
  <wsdl:message name="InventoryLocation_GetDataArraySoapIn">
    <wsdl:part name="parameters" element="tns:InventoryLocation_GetDataArray" />
  </wsdl:message>
  <wsdl:message name="InventoryLocation_GetDataArraySoapOut">
    <wsdl:part name="parameters" element="tns:InventoryLocation_GetDataArrayResponse" />
  </wsdl:message>
  <wsdl:message name="InventoryLocation_GetAllSoapIn">
    <wsdl:part name="parameters" element="tns:InventoryLocation_GetAll" />
  </wsdl:message>
  <wsdl:message name="InventoryLocation_GetAllSoapOut">
    <wsdl:part name="parameters" element="tns:InventoryLocation_GetAllResponse" />
  </wsdl:message>
  <wsdl:message name="InventoryLocation_FindByNameSoapIn">
    <wsdl:part name="parameters" element="tns:InventoryLocation_FindByName" />
  </wsdl:message>
  <wsdl:message name="InventoryLocation_FindByNameSoapOut">
    <wsdl:part name="parameters" element="tns:InventoryLocation_FindByNameResponse" />
  </wsdl:message>
  <wsdl:message name="InventoryLocation_FindByNumberSoapIn">
    <wsdl:part name="parameters" element="tns:InventoryLocation_FindByNumber" />
  </wsdl:message>
  <wsdl:message name="InventoryLocation_FindByNumberSoapOut">
    <wsdl:part name="parameters" element="tns:InventoryLocation_FindByNumberResponse" />
  </wsdl:message>
  <wsdl:message name="InventoryLocation_FindByNumberListSoapIn">
    <wsdl:part name="parameters" element="tns:InventoryLocation_FindByNumberList" />
  </wsdl:message>
  <wsdl:message name="InventoryLocation_FindByNumberListSoapOut">
    <wsdl:part name="parameters" element="tns:InventoryLocation_FindByNumberListResponse" />
  </wsdl:message>
  <wsdl:message name="InventoryLocation_GetNumberSoapIn">
    <wsdl:part name="parameters" element="tns:InventoryLocation_GetNumber" />
  </wsdl:message>
  <wsdl:message name="InventoryLocation_GetNumberSoapOut">
    <wsdl:part name="parameters" element="tns:InventoryLocation_GetNumberResponse" />
  </wsdl:message>
  <wsdl:message name="InventoryLocation_GetNameSoapIn">
    <wsdl:part name="parameters" element="tns:InventoryLocation_GetName" />
  </wsdl:message>
  <wsdl:message name="InventoryLocation_GetNameSoapOut">
    <wsdl:part name="parameters" element="tns:InventoryLocation_GetNameResponse" />
  </wsdl:message>
  <wsdl:message name="KeyFigureCode_GetDataSoapIn">
    <wsdl:part name="parameters" element="tns:KeyFigureCode_GetData" />
  </wsdl:message>
  <wsdl:message name="KeyFigureCode_GetDataSoapOut">
    <wsdl:part name="parameters" element="tns:KeyFigureCode_GetDataResponse" />
  </wsdl:message>
  <wsdl:message name="KeyFigureCode_GetDataArraySoapIn">
    <wsdl:part name="parameters" element="tns:KeyFigureCode_GetDataArray" />
  </wsdl:message>
  <wsdl:message name="KeyFigureCode_GetDataArraySoapOut">
    <wsdl:part name="parameters" element="tns:KeyFigureCode_GetDataArrayResponse" />
  </wsdl:message>
  <wsdl:message name="KeyFigureCode_GetAllSoapIn">
    <wsdl:part name="parameters" element="tns:KeyFigureCode_GetAll" />
  </wsdl:message>
  <wsdl:message name="KeyFigureCode_GetAllSoapOut">
    <wsdl:part name="parameters" element="tns:KeyFigureCode_GetAllResponse" />
  </wsdl:message>
  <wsdl:message name="KeyFigureCode_FindByNameSoapIn">
    <wsdl:part name="parameters" element="tns:KeyFigureCode_FindByName" />
  </wsdl:message>
  <wsdl:message name="KeyFigureCode_FindByNameSoapOut">
    <wsdl:part name="parameters" element="tns:KeyFigureCode_FindByNameResponse" />
  </wsdl:message>
  <wsdl:message name="KeyFigureCode_FindByNumberSoapIn">
    <wsdl:part name="parameters" element="tns:KeyFigureCode_FindByNumber" />
  </wsdl:message>
  <wsdl:message name="KeyFigureCode_FindByNumberSoapOut">
    <wsdl:part name="parameters" element="tns:KeyFigureCode_FindByNumberResponse" />
  </wsdl:message>
  <wsdl:message name="KeyFigureCode_GetAccountsSoapIn">
    <wsdl:part name="parameters" element="tns:KeyFigureCode_GetAccounts" />
  </wsdl:message>
  <wsdl:message name="KeyFigureCode_GetAccountsSoapOut">
    <wsdl:part name="parameters" element="tns:KeyFigureCode_GetAccountsResponse" />
  </wsdl:message>
  <wsdl:message name="KeyFigureCode_GetNumberSoapIn">
    <wsdl:part name="parameters" element="tns:KeyFigureCode_GetNumber" />
  </wsdl:message>
  <wsdl:message name="KeyFigureCode_GetNumberSoapOut">
    <wsdl:part name="parameters" element="tns:KeyFigureCode_GetNumberResponse" />
  </wsdl:message>
  <wsdl:message name="KeyFigureCode_GetNameSoapIn">
    <wsdl:part name="parameters" element="tns:KeyFigureCode_GetName" />
  </wsdl:message>
  <wsdl:message name="KeyFigureCode_GetNameSoapOut">
    <wsdl:part name="parameters" element="tns:KeyFigureCode_GetNameResponse" />
  </wsdl:message>
  <wsdl:message name="MileageEntry_CreateFromDataSoapIn">
    <wsdl:part name="parameters" element="tns:MileageEntry_CreateFromData" />
  </wsdl:message>
  <wsdl:message name="MileageEntry_CreateFromDataSoapOut">
    <wsdl:part name="parameters" element="tns:MileageEntry_CreateFromDataResponse" />
  </wsdl:message>
  <wsdl:message name="MileageEntry_CreateFromDataArraySoapIn">
    <wsdl:part name="parameters" element="tns:MileageEntry_CreateFromDataArray" />
  </wsdl:message>
  <wsdl:message name="MileageEntry_CreateFromDataArraySoapOut">
    <wsdl:part name="parameters" element="tns:MileageEntry_CreateFromDataArrayResponse" />
  </wsdl:message>
  <wsdl:message name="MileageEntry_UpdateFromDataArraySoapIn">
    <wsdl:part name="parameters" element="tns:MileageEntry_UpdateFromDataArray" />
  </wsdl:message>
  <wsdl:message name="MileageEntry_UpdateFromDataArraySoapOut">
    <wsdl:part name="parameters" element="tns:MileageEntry_UpdateFromDataArrayResponse" />
  </wsdl:message>
  <wsdl:message name="MileageEntry_UpdateFromDataSoapIn">
    <wsdl:part name="parameters" element="tns:MileageEntry_UpdateFromData" />
  </wsdl:message>
  <wsdl:message name="MileageEntry_UpdateFromDataSoapOut">
    <wsdl:part name="parameters" element="tns:MileageEntry_UpdateFromDataResponse" />
  </wsdl:message>
  <wsdl:message name="Employee_UpdateFromDataSoapIn">
    <wsdl:part name="parameters" element="tns:Employee_UpdateFromData" />
  </wsdl:message>
  <wsdl:message name="Employee_UpdateFromDataSoapOut">
    <wsdl:part name="parameters" element="tns:Employee_UpdateFromDataResponse" />
  </wsdl:message>
  <wsdl:message name="Employee_GetDataSoapIn">
    <wsdl:part name="parameters" element="tns:Employee_GetData" />
  </wsdl:message>
  <wsdl:message name="Employee_GetDataSoapOut">
    <wsdl:part name="parameters" element="tns:Employee_GetDataResponse" />
  </wsdl:message>
  <wsdl:message name="Employee_GetDataArraySoapIn">
    <wsdl:part name="parameters" element="tns:Employee_GetDataArray" />
  </wsdl:message>
  <wsdl:message name="Employee_GetDataArraySoapOut">
    <wsdl:part name="parameters" element="tns:Employee_GetDataArrayResponse" />
  </wsdl:message>
  <wsdl:message name="Employee_GetTypeSoapIn">
    <wsdl:part name="parameters" element="tns:Employee_GetType" />
  </wsdl:message>
  <wsdl:message name="Employee_GetTypeSoapOut">
    <wsdl:part name="parameters" element="tns:Employee_GetTypeResponse" />
  </wsdl:message>
  <wsdl:message name="Employee_GetNumberSoapIn">
    <wsdl:part name="parameters" element="tns:Employee_GetNumber" />
  </wsdl:message>
  <wsdl:message name="Employee_GetNumberSoapOut">
    <wsdl:part name="parameters" element="tns:Employee_GetNumberResponse" />
  </wsdl:message>
  <wsdl:message name="Employee_GetGroupSoapIn">
    <wsdl:part name="parameters" element="tns:Employee_GetGroup" />
  </wsdl:message>
  <wsdl:message name="Employee_GetGroupSoapOut">
    <wsdl:part name="parameters" element="tns:Employee_GetGroupResponse" />
  </wsdl:message>
  <wsdl:message name="Employee_SetGroupSoapIn">
    <wsdl:part name="parameters" element="tns:Employee_SetGroup" />
  </wsdl:message>
  <wsdl:message name="Employee_SetGroupSoapOut">
    <wsdl:part name="parameters" element="tns:Employee_SetGroupResponse" />
  </wsdl:message>
  <wsdl:message name="Employee_GetNameSoapIn">
    <wsdl:part name="parameters" element="tns:Employee_GetName" />
  </wsdl:message>
  <wsdl:message name="Employee_GetNameSoapOut">
    <wsdl:part name="parameters" element="tns:Employee_GetNameResponse" />
  </wsdl:message>
  <wsdl:message name="Employee_SetNameSoapIn">
    <wsdl:part name="parameters" element="tns:Employee_SetName" />
  </wsdl:message>
  <wsdl:message name="Employee_SetNameSoapOut">
    <wsdl:part name="parameters" element="tns:Employee_SetNameResponse" />
  </wsdl:message>
  <wsdl:message name="Employee_CreateSoapIn">
    <wsdl:part name="parameters" element="tns:Employee_Create" />
  </wsdl:message>
  <wsdl:message name="Employee_CreateSoapOut">
    <wsdl:part name="parameters" element="tns:Employee_CreateResponse" />
  </wsdl:message>
  <wsdl:message name="Employee_GetAllSoapIn">
    <wsdl:part name="parameters" element="tns:Employee_GetAll" />
  </wsdl:message>
  <wsdl:message name="Employee_GetAllSoapOut">
    <wsdl:part name="parameters" element="tns:Employee_GetAllResponse" />
  </wsdl:message>
  <wsdl:message name="Employee_FindByNumberSoapIn">
    <wsdl:part name="parameters" element="tns:Employee_FindByNumber" />
  </wsdl:message>
  <wsdl:message name="Employee_FindByNumberSoapOut">
    <wsdl:part name="parameters" element="tns:Employee_FindByNumberResponse" />
  </wsdl:message>
  <wsdl:message name="Employee_FindByNumberListSoapIn">
    <wsdl:part name="parameters" element="tns:Employee_FindByNumberList" />
  </wsdl:message>
  <wsdl:message name="Employee_FindByNumberListSoapOut">
    <wsdl:part name="parameters" element="tns:Employee_FindByNumberListResponse" />
  </wsdl:message>
  <wsdl:message name="Employee_FindByNameSoapIn">
    <wsdl:part name="parameters" element="tns:Employee_FindByName" />
  </wsdl:message>
  <wsdl:message name="Employee_FindByNameSoapOut">
    <wsdl:part name="parameters" element="tns:Employee_FindByNameResponse" />
  </wsdl:message>
  <wsdl:message name="Employee_DeleteSoapIn">
    <wsdl:part name="parameters" element="tns:Employee_Delete" />
  </wsdl:message>
  <wsdl:message name="Employee_DeleteSoapOut">
    <wsdl:part name="parameters" element="tns:Employee_DeleteResponse" />
  </wsdl:message>
  <wsdl:message name="Employee_GetTimeEntriesSoapIn">
    <wsdl:part name="parameters" element="tns:Employee_GetTimeEntries" />
  </wsdl:message>
  <wsdl:message name="Employee_GetTimeEntriesSoapOut">
    <wsdl:part name="parameters" element="tns:Employee_GetTimeEntriesResponse" />
  </wsdl:message>
  <wsdl:message name="Employee_GetTimeEntriesOnCurrentUserSoapIn">
    <wsdl:part name="parameters" element="tns:Employee_GetTimeEntriesOnCurrentUser" />
  </wsdl:message>
  <wsdl:message name="Employee_GetTimeEntriesOnCurrentUserSoapOut">
    <wsdl:part name="parameters" element="tns:Employee_GetTimeEntriesOnCurrentUserResponse" />
  </wsdl:message>
  <wsdl:message name="Employee_GetProjectsOnCurrentUserSoapIn">
    <wsdl:part name="parameters" element="tns:Employee_GetProjectsOnCurrentUser" />
  </wsdl:message>
  <wsdl:message name="Employee_GetProjectsOnCurrentUserSoapOut">
    <wsdl:part name="parameters" element="tns:Employee_GetProjectsOnCurrentUserResponse" />
  </wsdl:message>
  <wsdl:message name="Employee_GetActivitiesOnCurrentUserForProjectSoapIn">
    <wsdl:part name="parameters" element="tns:Employee_GetActivitiesOnCurrentUserForProject" />
  </wsdl:message>
  <wsdl:message name="Employee_GetActivitiesOnCurrentUserForProjectSoapOut">
    <wsdl:part name="parameters" element="tns:Employee_GetActivitiesOnCurrentUserForProjectResponse" />
  </wsdl:message>
  <wsdl:message name="Employee_GetTimeEntriesByDateSoapIn">
    <wsdl:part name="parameters" element="tns:Employee_GetTimeEntriesByDate" />
  </wsdl:message>
  <wsdl:message name="Employee_GetTimeEntriesByDateSoapOut">
    <wsdl:part name="parameters" element="tns:Employee_GetTimeEntriesByDateResponse" />
  </wsdl:message>
  <wsdl:message name="Employee_GetTimeEntriesOnCurrentUserByDateSoapIn">
    <wsdl:part name="parameters" element="tns:Employee_GetTimeEntriesOnCurrentUserByDate" />
  </wsdl:message>
  <wsdl:message name="Employee_GetTimeEntriesOnCurrentUserByDateSoapOut">
    <wsdl:part name="parameters" element="tns:Employee_GetTimeEntriesOnCurrentUserByDateResponse" />
  </wsdl:message>
  <wsdl:message name="Employee_GetMileageEntriesByDateSoapIn">
    <wsdl:part name="parameters" element="tns:Employee_GetMileageEntriesByDate" />
  </wsdl:message>
  <wsdl:message name="Employee_GetMileageEntriesByDateSoapOut">
    <wsdl:part name="parameters" element="tns:Employee_GetMileageEntriesByDateResponse" />
  </wsdl:message>
  <wsdl:message name="Employee_GetSalesPriceSoapIn">
    <wsdl:part name="parameters" element="tns:Employee_GetSalesPrice" />
  </wsdl:message>
  <wsdl:message name="Employee_GetSalesPriceSoapOut">
    <wsdl:part name="parameters" element="tns:Employee_GetSalesPriceResponse" />
  </wsdl:message>
  <wsdl:message name="Employee_GetCostPriceSoapIn">
    <wsdl:part name="parameters" element="tns:Employee_GetCostPrice" />
  </wsdl:message>
  <wsdl:message name="Employee_GetCostPriceSoapOut">
    <wsdl:part name="parameters" element="tns:Employee_GetCostPriceResponse" />
  </wsdl:message>
  <wsdl:message name="Employee_GetSalesPriceByDateSoapIn">
    <wsdl:part name="parameters" element="tns:Employee_GetSalesPriceByDate" />
  </wsdl:message>
  <wsdl:message name="Employee_GetSalesPriceByDateSoapOut">
    <wsdl:part name="parameters" element="tns:Employee_GetSalesPriceByDateResponse" />
  </wsdl:message>
  <wsdl:message name="Employee_GetCostPriceByDateSoapIn">
    <wsdl:part name="parameters" element="tns:Employee_GetCostPriceByDate" />
  </wsdl:message>
  <wsdl:message name="Employee_GetCostPriceByDateSoapOut">
    <wsdl:part name="parameters" element="tns:Employee_GetCostPriceByDateResponse" />
  </wsdl:message>
  <wsdl:message name="Employee_SetCostPriceBeforeSoapIn">
    <wsdl:part name="parameters" element="tns:Employee_SetCostPriceBefore" />
  </wsdl:message>
  <wsdl:message name="Employee_SetCostPriceBeforeSoapOut">
    <wsdl:part name="parameters" element="tns:Employee_SetCostPriceBeforeResponse" />
  </wsdl:message>
  <wsdl:message name="Employee_SetCostPriceAfterSoapIn">
    <wsdl:part name="parameters" element="tns:Employee_SetCostPriceAfter" />
  </wsdl:message>
  <wsdl:message name="Employee_SetCostPriceAfterSoapOut">
    <wsdl:part name="parameters" element="tns:Employee_SetCostPriceAfterResponse" />
  </wsdl:message>
  <wsdl:message name="Employee_SetSalesPriceBeforeSoapIn">
    <wsdl:part name="parameters" element="tns:Employee_SetSalesPriceBefore" />
  </wsdl:message>
  <wsdl:message name="Employee_SetSalesPriceBeforeSoapOut">
    <wsdl:part name="parameters" element="tns:Employee_SetSalesPriceBeforeResponse" />
  </wsdl:message>
  <wsdl:message name="Employee_SetSalesPriceAfterSoapIn">
    <wsdl:part name="parameters" element="tns:Employee_SetSalesPriceAfter" />
  </wsdl:message>
  <wsdl:message name="Employee_SetSalesPriceAfterSoapOut">
    <wsdl:part name="parameters" element="tns:Employee_SetSalesPriceAfterResponse" />
  </wsdl:message>
  <wsdl:message name="Employee_GetCostPriceBeforeSoapIn">
    <wsdl:part name="parameters" element="tns:Employee_GetCostPriceBefore" />
  </wsdl:message>
  <wsdl:message name="Employee_GetCostPriceBeforeSoapOut">
    <wsdl:part name="parameters" element="tns:Employee_GetCostPriceBeforeResponse" />
  </wsdl:message>
  <wsdl:message name="Employee_GetCostPriceAfterSoapIn">
    <wsdl:part name="parameters" element="tns:Employee_GetCostPriceAfter" />
  </wsdl:message>
  <wsdl:message name="Employee_GetCostPriceAfterSoapOut">
    <wsdl:part name="parameters" element="tns:Employee_GetCostPriceAfterResponse" />
  </wsdl:message>
  <wsdl:message name="Employee_GetSalesPriceBeforeSoapIn">
    <wsdl:part name="parameters" element="tns:Employee_GetSalesPriceBefore" />
  </wsdl:message>
  <wsdl:message name="Employee_GetSalesPriceBeforeSoapOut">
    <wsdl:part name="parameters" element="tns:Employee_GetSalesPriceBeforeResponse" />
  </wsdl:message>
  <wsdl:message name="Employee_GetSalesPriceAfterSoapIn">
    <wsdl:part name="parameters" element="tns:Employee_GetSalesPriceAfter" />
  </wsdl:message>
  <wsdl:message name="Employee_GetSalesPriceAfterSoapOut">
    <wsdl:part name="parameters" element="tns:Employee_GetSalesPriceAfterResponse" />
  </wsdl:message>
  <wsdl:message name="Employee_SetCutoffDateSoapIn">
    <wsdl:part name="parameters" element="tns:Employee_SetCutoffDate" />
  </wsdl:message>
  <wsdl:message name="Employee_SetCutoffDateSoapOut">
    <wsdl:part name="parameters" element="tns:Employee_SetCutoffDateResponse" />
  </wsdl:message>
  <wsdl:message name="Employee_GetCutoffDateSoapIn">
    <wsdl:part name="parameters" element="tns:Employee_GetCutoffDate" />
  </wsdl:message>
  <wsdl:message name="Employee_GetCutoffDateSoapOut">
    <wsdl:part name="parameters" element="tns:Employee_GetCutoffDateResponse" />
  </wsdl:message>
  <wsdl:message name="EmployeeGroup_CreateFromDataSoapIn">
    <wsdl:part name="parameters" element="tns:EmployeeGroup_CreateFromData" />
  </wsdl:message>
  <wsdl:message name="EmployeeGroup_CreateFromDataSoapOut">
    <wsdl:part name="parameters" element="tns:EmployeeGroup_CreateFromDataResponse" />
  </wsdl:message>
  <wsdl:message name="EmployeeGroup_CreateFromDataArraySoapIn">
    <wsdl:part name="parameters" element="tns:EmployeeGroup_CreateFromDataArray" />
  </wsdl:message>
  <wsdl:message name="EmployeeGroup_CreateFromDataArraySoapOut">
    <wsdl:part name="parameters" element="tns:EmployeeGroup_CreateFromDataArrayResponse" />
  </wsdl:message>
  <wsdl:message name="EmployeeGroup_UpdateFromDataArraySoapIn">
    <wsdl:part name="parameters" element="tns:EmployeeGroup_UpdateFromDataArray" />
  </wsdl:message>
  <wsdl:message name="EmployeeGroup_UpdateFromDataArraySoapOut">
    <wsdl:part name="parameters" element="tns:EmployeeGroup_UpdateFromDataArrayResponse" />
  </wsdl:message>
  <wsdl:message name="EmployeeGroup_UpdateFromDataSoapIn">
    <wsdl:part name="parameters" element="tns:EmployeeGroup_UpdateFromData" />
  </wsdl:message>
  <wsdl:message name="EmployeeGroup_UpdateFromDataSoapOut">
    <wsdl:part name="parameters" element="tns:EmployeeGroup_UpdateFromDataResponse" />
  </wsdl:message>
  <wsdl:message name="EmployeeGroup_GetDataSoapIn">
    <wsdl:part name="parameters" element="tns:EmployeeGroup_GetData" />
  </wsdl:message>
  <wsdl:message name="EmployeeGroup_GetDataSoapOut">
    <wsdl:part name="parameters" element="tns:EmployeeGroup_GetDataResponse" />
  </wsdl:message>
  <wsdl:message name="EmployeeGroup_GetDataArraySoapIn">
    <wsdl:part name="parameters" element="tns:EmployeeGroup_GetDataArray" />
  </wsdl:message>
  <wsdl:message name="EmployeeGroup_GetDataArraySoapOut">
    <wsdl:part name="parameters" element="tns:EmployeeGroup_GetDataArrayResponse" />
  </wsdl:message>
  <wsdl:message name="EmployeeGroup_GetNumberSoapIn">
    <wsdl:part name="parameters" element="tns:EmployeeGroup_GetNumber" />
  </wsdl:message>
  <wsdl:message name="EmployeeGroup_GetNumberSoapOut">
    <wsdl:part name="parameters" element="tns:EmployeeGroup_GetNumberResponse" />
  </wsdl:message>
  <wsdl:message name="EmployeeGroup_GetNameSoapIn">
    <wsdl:part name="parameters" element="tns:EmployeeGroup_GetName" />
  </wsdl:message>
  <wsdl:message name="EmployeeGroup_GetNameSoapOut">
    <wsdl:part name="parameters" element="tns:EmployeeGroup_GetNameResponse" />
  </wsdl:message>
  <wsdl:message name="EmployeeGroup_SetNameSoapIn">
    <wsdl:part name="parameters" element="tns:EmployeeGroup_SetName" />
  </wsdl:message>
  <wsdl:message name="EmployeeGroup_SetNameSoapOut">
    <wsdl:part name="parameters" element="tns:EmployeeGroup_SetNameResponse" />
  </wsdl:message>
  <wsdl:message name="EmployeeGroup_CreateSoapIn">
    <wsdl:part name="parameters" element="tns:EmployeeGroup_Create" />
  </wsdl:message>
  <wsdl:message name="EmployeeGroup_CreateSoapOut">
    <wsdl:part name="parameters" element="tns:EmployeeGroup_CreateResponse" />
  </wsdl:message>
  <wsdl:message name="EmployeeGroup_GetAllSoapIn">
    <wsdl:part name="parameters" element="tns:EmployeeGroup_GetAll" />
  </wsdl:message>
  <wsdl:message name="EmployeeGroup_GetAllSoapOut">
    <wsdl:part name="parameters" element="tns:EmployeeGroup_GetAllResponse" />
  </wsdl:message>
  <wsdl:message name="EmployeeGroup_FindByNumberSoapIn">
    <wsdl:part name="parameters" element="tns:EmployeeGroup_FindByNumber" />
  </wsdl:message>
  <wsdl:message name="EmployeeGroup_FindByNumberSoapOut">
    <wsdl:part name="parameters" element="tns:EmployeeGroup_FindByNumberResponse" />
  </wsdl:message>
  <wsdl:message name="EmployeeGroup_FindByNumberListSoapIn">
    <wsdl:part name="parameters" element="tns:EmployeeGroup_FindByNumberList" />
  </wsdl:message>
  <wsdl:message name="EmployeeGroup_FindByNumberListSoapOut">
    <wsdl:part name="parameters" element="tns:EmployeeGroup_FindByNumberListResponse" />
  </wsdl:message>
  <wsdl:message name="EmployeeGroup_FindByNameSoapIn">
    <wsdl:part name="parameters" element="tns:EmployeeGroup_FindByName" />
  </wsdl:message>
  <wsdl:message name="EmployeeGroup_FindByNameSoapOut">
    <wsdl:part name="parameters" element="tns:EmployeeGroup_FindByNameResponse" />
  </wsdl:message>
  <wsdl:message name="EmployeeGroup_GetEmployeesSoapIn">
    <wsdl:part name="parameters" element="tns:EmployeeGroup_GetEmployees" />
  </wsdl:message>
  <wsdl:message name="EmployeeGroup_GetEmployeesSoapOut">
    <wsdl:part name="parameters" element="tns:EmployeeGroup_GetEmployeesResponse" />
  </wsdl:message>
  <wsdl:message name="EmployeeGroup_DeleteSoapIn">
    <wsdl:part name="parameters" element="tns:EmployeeGroup_Delete" />
  </wsdl:message>
  <wsdl:message name="EmployeeGroup_DeleteSoapOut">
    <wsdl:part name="parameters" element="tns:EmployeeGroup_DeleteResponse" />
  </wsdl:message>
  <wsdl:message name="Entry_GetDataSoapIn">
    <wsdl:part name="parameters" element="tns:Entry_GetData" />
  </wsdl:message>
  <wsdl:message name="Entry_GetDataSoapOut">
    <wsdl:part name="parameters" element="tns:Entry_GetDataResponse" />
  </wsdl:message>
  <wsdl:message name="Entry_GetDataArraySoapIn">
    <wsdl:part name="parameters" element="tns:Entry_GetDataArray" />
  </wsdl:message>
  <wsdl:message name="Entry_GetDataArraySoapOut">
    <wsdl:part name="parameters" element="tns:Entry_GetDataArrayResponse" />
  </wsdl:message>
  <wsdl:message name="Entry_GetLastUsedSerialNumberSoapIn">
    <wsdl:part name="parameters" element="tns:Entry_GetLastUsedSerialNumber" />
  </wsdl:message>
  <wsdl:message name="Entry_GetLastUsedSerialNumberSoapOut">
    <wsdl:part name="parameters" element="tns:Entry_GetLastUsedSerialNumberResponse" />
  </wsdl:message>
  <wsdl:message name="Entry_FindBySerialNumberIntervalSoapIn">
    <wsdl:part name="parameters" element="tns:Entry_FindBySerialNumberInterval" />
  </wsdl:message>
  <wsdl:message name="Entry_FindBySerialNumberIntervalSoapOut">
    <wsdl:part name="parameters" element="tns:Entry_FindBySerialNumberIntervalResponse" />
  </wsdl:message>
  <wsdl:message name="Entry_FindByDateIntervalSoapIn">
    <wsdl:part name="parameters" element="tns:Entry_FindByDateInterval" />
  </wsdl:message>
  <wsdl:message name="Entry_FindByDateIntervalSoapOut">
    <wsdl:part name="parameters" element="tns:Entry_FindByDateIntervalResponse" />
  </wsdl:message>
  <wsdl:message name="Entry_GetSerialNumberSoapIn">
    <wsdl:part name="parameters" element="tns:Entry_GetSerialNumber" />
  </wsdl:message>
  <wsdl:message name="Entry_GetSerialNumberSoapOut">
    <wsdl:part name="parameters" element="tns:Entry_GetSerialNumberResponse" />
  </wsdl:message>
  <wsdl:message name="Entry_GetAccountSoapIn">
    <wsdl:part name="parameters" element="tns:Entry_GetAccount" />
  </wsdl:message>
  <wsdl:message name="Entry_GetAccountSoapOut">
    <wsdl:part name="parameters" element="tns:Entry_GetAccountResponse" />
  </wsdl:message>
  <wsdl:message name="Entry_GetAmountSoapIn">
    <wsdl:part name="parameters" element="tns:Entry_GetAmount" />
  </wsdl:message>
  <wsdl:message name="Entry_GetAmountSoapOut">
    <wsdl:part name="parameters" element="tns:Entry_GetAmountResponse" />
  </wsdl:message>
  <wsdl:message name="Entry_GetAmountDefaultCurrencySoapIn">
    <wsdl:part name="parameters" element="tns:Entry_GetAmountDefaultCurrency" />
  </wsdl:message>
  <wsdl:message name="Entry_GetAmountDefaultCurrencySoapOut">
    <wsdl:part name="parameters" element="tns:Entry_GetAmountDefaultCurrencyResponse" />
  </wsdl:message>
  <wsdl:message name="Entry_GetUnit1SoapIn">
    <wsdl:part name="parameters" element="tns:Entry_GetUnit1" />
  </wsdl:message>
  <wsdl:message name="Entry_GetUnit1SoapOut">
    <wsdl:part name="parameters" element="tns:Entry_GetUnit1Response" />
  </wsdl:message>
  <wsdl:message name="Entry_GetUnit2SoapIn">
    <wsdl:part name="parameters" element="tns:Entry_GetUnit2" />
  </wsdl:message>
  <wsdl:message name="Entry_GetUnit2SoapOut">
    <wsdl:part name="parameters" element="tns:Entry_GetUnit2Response" />
  </wsdl:message>
  <wsdl:message name="Entry_GetQuantity1SoapIn">
    <wsdl:part name="parameters" element="tns:Entry_GetQuantity1" />
  </wsdl:message>
  <wsdl:message name="Entry_GetQuantity1SoapOut">
    <wsdl:part name="parameters" element="tns:Entry_GetQuantity1Response" />
  </wsdl:message>
  <wsdl:message name="Entry_GetQuantity2SoapIn">
    <wsdl:part name="parameters" element="tns:Entry_GetQuantity2" />
  </wsdl:message>
  <wsdl:message name="Entry_GetQuantity2SoapOut">
    <wsdl:part name="parameters" element="tns:Entry_GetQuantity2Response" />
  </wsdl:message>
  <wsdl:message name="Entry_GetCurrencySoapIn">
    <wsdl:part name="parameters" element="tns:Entry_GetCurrency" />
  </wsdl:message>
  <wsdl:message name="Entry_GetCurrencySoapOut">
    <wsdl:part name="parameters" element="tns:Entry_GetCurrencyResponse" />
  </wsdl:message>
  <wsdl:message name="Entry_GetDateSoapIn">
    <wsdl:part name="parameters" element="tns:Entry_GetDate" />
  </wsdl:message>
  <wsdl:message name="Entry_GetDateSoapOut">
    <wsdl:part name="parameters" element="tns:Entry_GetDateResponse" />
  </wsdl:message>
  <wsdl:message name="Entry_GetTextSoapIn">
    <wsdl:part name="parameters" element="tns:Entry_GetText" />
  </wsdl:message>
  <wsdl:message name="Entry_GetTextSoapOut">
    <wsdl:part name="parameters" element="tns:Entry_GetTextResponse" />
  </wsdl:message>
  <wsdl:message name="Entry_GetTypeSoapIn">
    <wsdl:part name="parameters" element="tns:Entry_GetType" />
  </wsdl:message>
  <wsdl:message name="Entry_GetTypeSoapOut">
    <wsdl:part name="parameters" element="tns:Entry_GetTypeResponse" />
  </wsdl:message>
  <wsdl:message name="Entry_GetDepartmentSoapIn">
    <wsdl:part name="parameters" element="tns:Entry_GetDepartment" />
  </wsdl:message>
  <wsdl:message name="Entry_GetDepartmentSoapOut">
    <wsdl:part name="parameters" element="tns:Entry_GetDepartmentResponse" />
  </wsdl:message>
  <wsdl:message name="Entry_GetDistributionKeySoapIn">
    <wsdl:part name="parameters" element="tns:Entry_GetDistributionKey" />
  </wsdl:message>
  <wsdl:message name="Entry_GetDistributionKeySoapOut">
    <wsdl:part name="parameters" element="tns:Entry_GetDistributionKeyResponse" />
  </wsdl:message>
  <wsdl:message name="Entry_GetVatAccountSoapIn">
    <wsdl:part name="parameters" element="tns:Entry_GetVatAccount" />
  </wsdl:message>
  <wsdl:message name="Entry_GetVatAccountSoapOut">
    <wsdl:part name="parameters" element="tns:Entry_GetVatAccountResponse" />
  </wsdl:message>
  <wsdl:message name="Entry_GetVoucherNumberSoapIn">
    <wsdl:part name="parameters" element="tns:Entry_GetVoucherNumber" />
  </wsdl:message>
  <wsdl:message name="Entry_GetVoucherNumberSoapOut">
    <wsdl:part name="parameters" element="tns:Entry_GetVoucherNumberResponse" />
  </wsdl:message>
  <wsdl:message name="Entry_GetProjectSoapIn">
    <wsdl:part name="parameters" element="tns:Entry_GetProject" />
  </wsdl:message>
  <wsdl:message name="Entry_GetProjectSoapOut">
    <wsdl:part name="parameters" element="tns:Entry_GetProjectResponse" />
  </wsdl:message>
  <wsdl:message name="Entry_GetDocumentSoapIn">
    <wsdl:part name="parameters" element="tns:Entry_GetDocument" />
  </wsdl:message>
  <wsdl:message name="Entry_GetDocumentSoapOut">
    <wsdl:part name="parameters" element="tns:Entry_GetDocumentResponse" />
  </wsdl:message>
  <wsdl:message name="Invoice_GetDataSoapIn">
    <wsdl:part name="parameters" element="tns:Invoice_GetData" />
  </wsdl:message>
  <wsdl:message name="Invoice_GetDataSoapOut">
    <wsdl:part name="parameters" element="tns:Invoice_GetDataResponse" />
  </wsdl:message>
  <wsdl:message name="Invoice_GetDataArraySoapIn">
    <wsdl:part name="parameters" element="tns:Invoice_GetDataArray" />
  </wsdl:message>
  <wsdl:message name="Invoice_GetDataArraySoapOut">
    <wsdl:part name="parameters" element="tns:Invoice_GetDataArrayResponse" />
  </wsdl:message>
  <wsdl:message name="Invoice_GetNumberSoapIn">
    <wsdl:part name="parameters" element="tns:Invoice_GetNumber" />
  </wsdl:message>
  <wsdl:message name="Invoice_GetNumberSoapOut">
    <wsdl:part name="parameters" element="tns:Invoice_GetNumberResponse" />
  </wsdl:message>
  <wsdl:message name="Invoice_GetDebtorSoapIn">
    <wsdl:part name="parameters" element="tns:Invoice_GetDebtor" />
  </wsdl:message>
  <wsdl:message name="Invoice_GetDebtorSoapOut">
    <wsdl:part name="parameters" element="tns:Invoice_GetDebtorResponse" />
  </wsdl:message>
  <wsdl:message name="Invoice_GetProjectSoapIn">
    <wsdl:part name="parameters" element="tns:Invoice_GetProject" />
  </wsdl:message>
  <wsdl:message name="Invoice_GetProjectSoapOut">
    <wsdl:part name="parameters" element="tns:Invoice_GetProjectResponse" />
  </wsdl:message>
  <wsdl:message name="Invoice_GetDebtorNameSoapIn">
    <wsdl:part name="parameters" element="tns:Invoice_GetDebtorName" />
  </wsdl:message>
  <wsdl:message name="Invoice_GetDebtorNameSoapOut">
    <wsdl:part name="parameters" element="tns:Invoice_GetDebtorNameResponse" />
  </wsdl:message>
  <wsdl:message name="Invoice_GetDebtorAddressSoapIn">
    <wsdl:part name="parameters" element="tns:Invoice_GetDebtorAddress" />
  </wsdl:message>
  <wsdl:message name="Invoice_GetDebtorAddressSoapOut">
    <wsdl:part name="parameters" element="tns:Invoice_GetDebtorAddressResponse" />
  </wsdl:message>
  <wsdl:message name="Invoice_GetDebtorPostalCodeSoapIn">
    <wsdl:part name="parameters" element="tns:Invoice_GetDebtorPostalCode" />
  </wsdl:message>
  <wsdl:message name="Invoice_GetDebtorPostalCodeSoapOut">
    <wsdl:part name="parameters" element="tns:Invoice_GetDebtorPostalCodeResponse" />
  </wsdl:message>
  <wsdl:message name="Invoice_GetDebtorCitySoapIn">
    <wsdl:part name="parameters" element="tns:Invoice_GetDebtorCity" />
  </wsdl:message>
  <wsdl:message name="Invoice_GetDebtorCitySoapOut">
    <wsdl:part name="parameters" element="tns:Invoice_GetDebtorCityResponse" />
  </wsdl:message>
  <wsdl:message name="Invoice_GetDebtorCountrySoapIn">
    <wsdl:part name="parameters" element="tns:Invoice_GetDebtorCountry" />
  </wsdl:message>
  <wsdl:message name="Invoice_GetDebtorCountrySoapOut">
    <wsdl:part name="parameters" element="tns:Invoice_GetDebtorCountryResponse" />
  </wsdl:message>
  <wsdl:message name="DebtorGroup_CreateSoapIn">
    <wsdl:part name="parameters" element="tns:DebtorGroup_Create" />
  </wsdl:message>
  <wsdl:message name="DebtorGroup_CreateSoapOut">
    <wsdl:part name="parameters" element="tns:DebtorGroup_CreateResponse" />
  </wsdl:message>
  <wsdl:message name="DebtorGroup_GetAllSoapIn">
    <wsdl:part name="parameters" element="tns:DebtorGroup_GetAll" />
  </wsdl:message>
  <wsdl:message name="DebtorGroup_GetAllSoapOut">
    <wsdl:part name="parameters" element="tns:DebtorGroup_GetAllResponse" />
  </wsdl:message>
  <wsdl:message name="DebtorGroup_FindByNumberSoapIn">
    <wsdl:part name="parameters" element="tns:DebtorGroup_FindByNumber" />
  </wsdl:message>
  <wsdl:message name="DebtorGroup_FindByNumberSoapOut">
    <wsdl:part name="parameters" element="tns:DebtorGroup_FindByNumberResponse" />
  </wsdl:message>
  <wsdl:message name="DebtorGroup_FindByNumberListSoapIn">
    <wsdl:part name="parameters" element="tns:DebtorGroup_FindByNumberList" />
  </wsdl:message>
  <wsdl:message name="DebtorGroup_FindByNumberListSoapOut">
    <wsdl:part name="parameters" element="tns:DebtorGroup_FindByNumberListResponse" />
  </wsdl:message>
  <wsdl:message name="DebtorGroup_FindByNameSoapIn">
    <wsdl:part name="parameters" element="tns:DebtorGroup_FindByName" />
  </wsdl:message>
  <wsdl:message name="DebtorGroup_FindByNameSoapOut">
    <wsdl:part name="parameters" element="tns:DebtorGroup_FindByNameResponse" />
  </wsdl:message>
  <wsdl:message name="DebtorGroup_GetDebtorsSoapIn">
    <wsdl:part name="parameters" element="tns:DebtorGroup_GetDebtors" />
  </wsdl:message>
  <wsdl:message name="DebtorGroup_GetDebtorsSoapOut">
    <wsdl:part name="parameters" element="tns:DebtorGroup_GetDebtorsResponse" />
  </wsdl:message>
  <wsdl:message name="DeliveryLocation_CreateFromDataSoapIn">
    <wsdl:part name="parameters" element="tns:DeliveryLocation_CreateFromData" />
  </wsdl:message>
  <wsdl:message name="DeliveryLocation_CreateFromDataSoapOut">
    <wsdl:part name="parameters" element="tns:DeliveryLocation_CreateFromDataResponse" />
  </wsdl:message>
  <wsdl:message name="DeliveryLocation_CreateFromDataArraySoapIn">
    <wsdl:part name="parameters" element="tns:DeliveryLocation_CreateFromDataArray" />
  </wsdl:message>
  <wsdl:message name="DeliveryLocation_CreateFromDataArraySoapOut">
    <wsdl:part name="parameters" element="tns:DeliveryLocation_CreateFromDataArrayResponse" />
  </wsdl:message>
  <wsdl:message name="DeliveryLocation_UpdateFromDataArraySoapIn">
    <wsdl:part name="parameters" element="tns:DeliveryLocation_UpdateFromDataArray" />
  </wsdl:message>
  <wsdl:message name="DeliveryLocation_UpdateFromDataArraySoapOut">
    <wsdl:part name="parameters" element="tns:DeliveryLocation_UpdateFromDataArrayResponse" />
  </wsdl:message>
  <wsdl:message name="DeliveryLocation_UpdateFromDataSoapIn">
    <wsdl:part name="parameters" element="tns:DeliveryLocation_UpdateFromData" />
  </wsdl:message>
  <wsdl:message name="DeliveryLocation_UpdateFromDataSoapOut">
    <wsdl:part name="parameters" element="tns:DeliveryLocation_UpdateFromDataResponse" />
  </wsdl:message>
  <wsdl:message name="DeliveryLocation_GetDataSoapIn">
    <wsdl:part name="parameters" element="tns:DeliveryLocation_GetData" />
  </wsdl:message>
  <wsdl:message name="DeliveryLocation_GetDataSoapOut">
    <wsdl:part name="parameters" element="tns:DeliveryLocation_GetDataResponse" />
  </wsdl:message>
  <wsdl:message name="DeliveryLocation_GetDataArraySoapIn">
    <wsdl:part name="parameters" element="tns:DeliveryLocation_GetDataArray" />
  </wsdl:message>
  <wsdl:message name="DeliveryLocation_GetDataArraySoapOut">
    <wsdl:part name="parameters" element="tns:DeliveryLocation_GetDataArrayResponse" />
  </wsdl:message>
  <wsdl:message name="DeliveryLocation_GetDebtorSoapIn">
    <wsdl:part name="parameters" element="tns:DeliveryLocation_GetDebtor" />
  </wsdl:message>
  <wsdl:message name="DeliveryLocation_GetDebtorSoapOut">
    <wsdl:part name="parameters" element="tns:DeliveryLocation_GetDebtorResponse" />
  </wsdl:message>
  <wsdl:message name="DeliveryLocation_GetNumberSoapIn">
    <wsdl:part name="parameters" element="tns:DeliveryLocation_GetNumber" />
  </wsdl:message>
  <wsdl:message name="DeliveryLocation_GetNumberSoapOut">
    <wsdl:part name="parameters" element="tns:DeliveryLocation_GetNumberResponse" />
  </wsdl:message>
  <wsdl:message name="DeliveryLocation_GetAddressSoapIn">
    <wsdl:part name="parameters" element="tns:DeliveryLocation_GetAddress" />
  </wsdl:message>
  <wsdl:message name="DeliveryLocation_GetAddressSoapOut">
    <wsdl:part name="parameters" element="tns:DeliveryLocation_GetAddressResponse" />
  </wsdl:message>
  <wsdl:message name="DeliveryLocation_SetAddressSoapIn">
    <wsdl:part name="parameters" element="tns:DeliveryLocation_SetAddress" />
  </wsdl:message>
  <wsdl:message name="DeliveryLocation_SetAddressSoapOut">
    <wsdl:part name="parameters" element="tns:DeliveryLocation_SetAddressResponse" />
  </wsdl:message>
  <wsdl:message name="DeliveryLocation_GetPostalCodeSoapIn">
    <wsdl:part name="parameters" element="tns:DeliveryLocation_GetPostalCode" />
  </wsdl:message>
  <wsdl:message name="DeliveryLocation_GetPostalCodeSoapOut">
    <wsdl:part name="parameters" element="tns:DeliveryLocation_GetPostalCodeResponse" />
  </wsdl:message>
  <wsdl:message name="DeliveryLocation_SetPostalCodeSoapIn">
    <wsdl:part name="parameters" element="tns:DeliveryLocation_SetPostalCode" />
  </wsdl:message>
  <wsdl:message name="DeliveryLocation_SetPostalCodeSoapOut">
    <wsdl:part name="parameters" element="tns:DeliveryLocation_SetPostalCodeResponse" />
  </wsdl:message>
  <wsdl:message name="DeliveryLocation_GetCitySoapIn">
    <wsdl:part name="parameters" element="tns:DeliveryLocation_GetCity" />
  </wsdl:message>
  <wsdl:message name="DeliveryLocation_GetCitySoapOut">
    <wsdl:part name="parameters" element="tns:DeliveryLocation_GetCityResponse" />
  </wsdl:message>
  <wsdl:message name="DeliveryLocation_SetCitySoapIn">
    <wsdl:part name="parameters" element="tns:DeliveryLocation_SetCity" />
  </wsdl:message>
  <wsdl:message name="DeliveryLocation_SetCitySoapOut">
    <wsdl:part name="parameters" element="tns:DeliveryLocation_SetCityResponse" />
  </wsdl:message>
  <wsdl:message name="DeliveryLocation_SetCountrySoapIn">
    <wsdl:part name="parameters" element="tns:DeliveryLocation_SetCountry" />
  </wsdl:message>
  <wsdl:message name="DeliveryLocation_SetCountrySoapOut">
    <wsdl:part name="parameters" element="tns:DeliveryLocation_SetCountryResponse" />
  </wsdl:message>
  <wsdl:message name="DeliveryLocation_GetCountrySoapIn">
    <wsdl:part name="parameters" element="tns:DeliveryLocation_GetCountry" />
  </wsdl:message>
  <wsdl:message name="DeliveryLocation_GetCountrySoapOut">
    <wsdl:part name="parameters" element="tns:DeliveryLocation_GetCountryResponse" />
  </wsdl:message>
  <wsdl:message name="DeliveryLocation_SetTermsOfDeliverySoapIn">
    <wsdl:part name="parameters" element="tns:DeliveryLocation_SetTermsOfDelivery" />
  </wsdl:message>
  <wsdl:message name="DeliveryLocation_SetTermsOfDeliverySoapOut">
    <wsdl:part name="parameters" element="tns:DeliveryLocation_SetTermsOfDeliveryResponse" />
  </wsdl:message>
  <wsdl:message name="DeliveryLocation_GetTermsOfDeliverySoapIn">
    <wsdl:part name="parameters" element="tns:DeliveryLocation_GetTermsOfDelivery" />
  </wsdl:message>
  <wsdl:message name="DeliveryLocation_GetTermsOfDeliverySoapOut">
    <wsdl:part name="parameters" element="tns:DeliveryLocation_GetTermsOfDeliveryResponse" />
  </wsdl:message>
  <wsdl:message name="DeliveryLocation_GetIsAccessibleSoapIn">
    <wsdl:part name="parameters" element="tns:DeliveryLocation_GetIsAccessible" />
  </wsdl:message>
  <wsdl:message name="DeliveryLocation_GetIsAccessibleSoapOut">
    <wsdl:part name="parameters" element="tns:DeliveryLocation_GetIsAccessibleResponse" />
  </wsdl:message>
  <wsdl:message name="DeliveryLocation_SetIsAccessibleSoapIn">
    <wsdl:part name="parameters" element="tns:DeliveryLocation_SetIsAccessible" />
  </wsdl:message>
  <wsdl:message name="DeliveryLocation_SetIsAccessibleSoapOut">
    <wsdl:part name="parameters" element="tns:DeliveryLocation_SetIsAccessibleResponse" />
  </wsdl:message>
  <wsdl:message name="DeliveryLocation_GetExternalIdSoapIn">
    <wsdl:part name="parameters" element="tns:DeliveryLocation_GetExternalId" />
  </wsdl:message>
  <wsdl:message name="DeliveryLocation_GetExternalIdSoapOut">
    <wsdl:part name="parameters" element="tns:DeliveryLocation_GetExternalIdResponse" />
  </wsdl:message>
  <wsdl:message name="DeliveryLocation_SetExternalIdSoapIn">
    <wsdl:part name="parameters" element="tns:DeliveryLocation_SetExternalId" />
  </wsdl:message>
  <wsdl:message name="DeliveryLocation_SetExternalIdSoapOut">
    <wsdl:part name="parameters" element="tns:DeliveryLocation_SetExternalIdResponse" />
  </wsdl:message>
  <wsdl:message name="DeliveryLocation_GetCountySoapIn">
    <wsdl:part name="parameters" element="tns:DeliveryLocation_GetCounty" />
  </wsdl:message>
  <wsdl:message name="DeliveryLocation_GetCountySoapOut">
    <wsdl:part name="parameters" element="tns:DeliveryLocation_GetCountyResponse" />
  </wsdl:message>
  <wsdl:message name="DeliveryLocation_SetCountySoapIn">
    <wsdl:part name="parameters" element="tns:DeliveryLocation_SetCounty" />
  </wsdl:message>
  <wsdl:message name="DeliveryLocation_SetCountySoapOut">
    <wsdl:part name="parameters" element="tns:DeliveryLocation_SetCountyResponse" />
  </wsdl:message>
  <wsdl:message name="DeliveryLocation_CreateSoapIn">
    <wsdl:part name="parameters" element="tns:DeliveryLocation_Create" />
  </wsdl:message>
  <wsdl:message name="DeliveryLocation_CreateSoapOut">
    <wsdl:part name="parameters" element="tns:DeliveryLocation_CreateResponse" />
  </wsdl:message>
  <wsdl:message name="DeliveryLocation_GetAllSoapIn">
    <wsdl:part name="parameters" element="tns:DeliveryLocation_GetAll" />
  </wsdl:message>
  <wsdl:message name="DeliveryLocation_GetAllSoapOut">
    <wsdl:part name="parameters" element="tns:DeliveryLocation_GetAllResponse" />
  </wsdl:message>
  <wsdl:message name="DeliveryLocation_FindByExternalIdSoapIn">
    <wsdl:part name="parameters" element="tns:DeliveryLocation_FindByExternalId" />
  </wsdl:message>
  <wsdl:message name="DeliveryLocation_FindByExternalIdSoapOut">
    <wsdl:part name="parameters" element="tns:DeliveryLocation_FindByExternalIdResponse" />
  </wsdl:message>
  <wsdl:message name="DeliveryLocation_DeleteSoapIn">
    <wsdl:part name="parameters" element="tns:DeliveryLocation_Delete" />
  </wsdl:message>
  <wsdl:message name="DeliveryLocation_DeleteSoapOut">
    <wsdl:part name="parameters" element="tns:DeliveryLocation_DeleteResponse" />
  </wsdl:message>
  <wsdl:message name="Department_CreateFromDataSoapIn">
    <wsdl:part name="parameters" element="tns:Department_CreateFromData" />
  </wsdl:message>
  <wsdl:message name="Department_CreateFromDataSoapOut">
    <wsdl:part name="parameters" element="tns:Department_CreateFromDataResponse" />
  </wsdl:message>
  <wsdl:message name="Department_CreateFromDataArraySoapIn">
    <wsdl:part name="parameters" element="tns:Department_CreateFromDataArray" />
  </wsdl:message>
  <wsdl:message name="Department_CreateFromDataArraySoapOut">
    <wsdl:part name="parameters" element="tns:Department_CreateFromDataArrayResponse" />
  </wsdl:message>
  <wsdl:message name="Department_UpdateFromDataArraySoapIn">
    <wsdl:part name="parameters" element="tns:Department_UpdateFromDataArray" />
  </wsdl:message>
  <wsdl:message name="Department_UpdateFromDataArraySoapOut">
    <wsdl:part name="parameters" element="tns:Department_UpdateFromDataArrayResponse" />
  </wsdl:message>
  <wsdl:message name="Department_UpdateFromDataSoapIn">
    <wsdl:part name="parameters" element="tns:Department_UpdateFromData" />
  </wsdl:message>
  <wsdl:message name="Department_UpdateFromDataSoapOut">
    <wsdl:part name="parameters" element="tns:Department_UpdateFromDataResponse" />
  </wsdl:message>
  <wsdl:message name="Department_GetDataSoapIn">
    <wsdl:part name="parameters" element="tns:Department_GetData" />
  </wsdl:message>
  <wsdl:message name="Department_GetDataSoapOut">
    <wsdl:part name="parameters" element="tns:Department_GetDataResponse" />
  </wsdl:message>
  <wsdl:message name="Department_GetDataArraySoapIn">
    <wsdl:part name="parameters" element="tns:Department_GetDataArray" />
  </wsdl:message>
  <wsdl:message name="Department_GetDataArraySoapOut">
    <wsdl:part name="parameters" element="tns:Department_GetDataArrayResponse" />
  </wsdl:message>
  <wsdl:message name="Department_CreateSoapIn">
    <wsdl:part name="parameters" element="tns:Department_Create" />
  </wsdl:message>
  <wsdl:message name="Department_CreateSoapOut">
    <wsdl:part name="parameters" element="tns:Department_CreateResponse" />
  </wsdl:message>
  <wsdl:message name="Department_GetAllSoapIn">
    <wsdl:part name="parameters" element="tns:Department_GetAll" />
  </wsdl:message>
  <wsdl:message name="Department_GetAllSoapOut">
    <wsdl:part name="parameters" element="tns:Department_GetAllResponse" />
  </wsdl:message>
  <wsdl:message name="Department_FindByNumberSoapIn">
    <wsdl:part name="parameters" element="tns:Department_FindByNumber" />
  </wsdl:message>
  <wsdl:message name="Department_FindByNumberSoapOut">
    <wsdl:part name="parameters" element="tns:Department_FindByNumberResponse" />
  </wsdl:message>
  <wsdl:message name="Department_FindByNumberListSoapIn">
    <wsdl:part name="parameters" element="tns:Department_FindByNumberList" />
  </wsdl:message>
  <wsdl:message name="Department_FindByNumberListSoapOut">
    <wsdl:part name="parameters" element="tns:Department_FindByNumberListResponse" />
  </wsdl:message>
  <wsdl:message name="Department_FindByNameSoapIn">
    <wsdl:part name="parameters" element="tns:Department_FindByName" />
  </wsdl:message>
  <wsdl:message name="Department_FindByNameSoapOut">
    <wsdl:part name="parameters" element="tns:Department_FindByNameResponse" />
  </wsdl:message>
  <wsdl:message name="Department_GetAllUpdatedSoapIn">
    <wsdl:part name="parameters" element="tns:Department_GetAllUpdated" />
  </wsdl:message>
  <wsdl:message name="Department_GetAllUpdatedSoapOut">
    <wsdl:part name="parameters" element="tns:Department_GetAllUpdatedResponse" />
  </wsdl:message>
  <wsdl:message name="Department_DeleteSoapIn">
    <wsdl:part name="parameters" element="tns:Department_Delete" />
  </wsdl:message>
  <wsdl:message name="Department_DeleteSoapOut">
    <wsdl:part name="parameters" element="tns:Department_DeleteResponse" />
  </wsdl:message>
  <wsdl:message name="Department_GetNumberSoapIn">
    <wsdl:part name="parameters" element="tns:Department_GetNumber" />
  </wsdl:message>
  <wsdl:message name="Department_GetNumberSoapOut">
    <wsdl:part name="parameters" element="tns:Department_GetNumberResponse" />
  </wsdl:message>
  <wsdl:message name="Department_GetNameSoapIn">
    <wsdl:part name="parameters" element="tns:Department_GetName" />
  </wsdl:message>
  <wsdl:message name="Department_GetNameSoapOut">
    <wsdl:part name="parameters" element="tns:Department_GetNameResponse" />
  </wsdl:message>
  <wsdl:message name="Department_GetIsAccessibleSoapIn">
    <wsdl:part name="parameters" element="tns:Department_GetIsAccessible" />
  </wsdl:message>
  <wsdl:message name="Department_GetIsAccessibleSoapOut">
    <wsdl:part name="parameters" element="tns:Department_GetIsAccessibleResponse" />
  </wsdl:message>
  <wsdl:message name="Department_SetNameSoapIn">
    <wsdl:part name="parameters" element="tns:Department_SetName" />
  </wsdl:message>
  <wsdl:message name="Department_SetNameSoapOut">
    <wsdl:part name="parameters" element="tns:Department_SetNameResponse" />
  </wsdl:message>
  <wsdl:message name="Department_SetIsAccessibleSoapIn">
    <wsdl:part name="parameters" element="tns:Department_SetIsAccessible" />
  </wsdl:message>
  <wsdl:message name="Department_SetIsAccessibleSoapOut">
    <wsdl:part name="parameters" element="tns:Department_SetIsAccessibleResponse" />
  </wsdl:message>
  <wsdl:message name="DistributionKey_UpdateFromDataArraySoapIn">
    <wsdl:part name="parameters" element="tns:DistributionKey_UpdateFromDataArray" />
  </wsdl:message>
  <wsdl:message name="DistributionKey_UpdateFromDataArraySoapOut">
    <wsdl:part name="parameters" element="tns:DistributionKey_UpdateFromDataArrayResponse" />
  </wsdl:message>
  <wsdl:message name="DistributionKey_UpdateFromDataSoapIn">
    <wsdl:part name="parameters" element="tns:DistributionKey_UpdateFromData" />
  </wsdl:message>
  <wsdl:message name="DistributionKey_UpdateFromDataSoapOut">
    <wsdl:part name="parameters" element="tns:DistributionKey_UpdateFromDataResponse" />
  </wsdl:message>
  <wsdl:message name="DistributionKey_GetDataSoapIn">
    <wsdl:part name="parameters" element="tns:DistributionKey_GetData" />
  </wsdl:message>
  <wsdl:message name="DistributionKey_GetDataSoapOut">
    <wsdl:part name="parameters" element="tns:DistributionKey_GetDataResponse" />
  </wsdl:message>
  <wsdl:message name="DistributionKey_GetDataArraySoapIn">
    <wsdl:part name="parameters" element="tns:DistributionKey_GetDataArray" />
  </wsdl:message>
  <wsdl:message name="DistributionKey_GetDataArraySoapOut">
    <wsdl:part name="parameters" element="tns:DistributionKey_GetDataArrayResponse" />
  </wsdl:message>
  <wsdl:message name="DistributionKey_GetAllSoapIn">
    <wsdl:part name="parameters" element="tns:DistributionKey_GetAll" />
  </wsdl:message>
  <wsdl:message name="DistributionKey_GetAllSoapOut">
    <wsdl:part name="parameters" element="tns:DistributionKey_GetAllResponse" />
  </wsdl:message>
  <wsdl:message name="DistributionKey_FindByNumberSoapIn">
    <wsdl:part name="parameters" element="tns:DistributionKey_FindByNumber" />
  </wsdl:message>
  <wsdl:message name="DistributionKey_FindByNumberSoapOut">
    <wsdl:part name="parameters" element="tns:DistributionKey_FindByNumberResponse" />
  </wsdl:message>
  <wsdl:message name="DistributionKey_FindByNumberListSoapIn">
    <wsdl:part name="parameters" element="tns:DistributionKey_FindByNumberList" />
  </wsdl:message>
  <wsdl:message name="DistributionKey_FindByNumberListSoapOut">
    <wsdl:part name="parameters" element="tns:DistributionKey_FindByNumberListResponse" />
  </wsdl:message>
  <wsdl:message name="DistributionKey_FindByNameSoapIn">
    <wsdl:part name="parameters" element="tns:DistributionKey_FindByName" />
  </wsdl:message>
  <wsdl:message name="DistributionKey_FindByNameSoapOut">
    <wsdl:part name="parameters" element="tns:DistributionKey_FindByNameResponse" />
  </wsdl:message>
  <wsdl:message name="DistributionKey_GetDepartmentsSoapIn">
    <wsdl:part name="parameters" element="tns:DistributionKey_GetDepartments" />
  </wsdl:message>
  <wsdl:message name="DistributionKey_GetDepartmentsSoapOut">
    <wsdl:part name="parameters" element="tns:DistributionKey_GetDepartmentsResponse" />
  </wsdl:message>
  <wsdl:message name="DistributionKey_GetPercentagesSoapIn">
    <wsdl:part name="parameters" element="tns:DistributionKey_GetPercentages" />
  </wsdl:message>
  <wsdl:message name="DistributionKey_GetPercentagesSoapOut">
    <wsdl:part name="parameters" element="tns:DistributionKey_GetPercentagesResponse" />
  </wsdl:message>
  <wsdl:message name="DistributionKey_GetNumberSoapIn">
    <wsdl:part name="parameters" element="tns:DistributionKey_GetNumber" />
  </wsdl:message>
  <wsdl:message name="DistributionKey_GetNumberSoapOut">
    <wsdl:part name="parameters" element="tns:DistributionKey_GetNumberResponse" />
  </wsdl:message>
  <wsdl:message name="DistributionKey_GetNameSoapIn">
    <wsdl:part name="parameters" element="tns:DistributionKey_GetName" />
  </wsdl:message>
  <wsdl:message name="DistributionKey_GetNameSoapOut">
    <wsdl:part name="parameters" element="tns:DistributionKey_GetNameResponse" />
  </wsdl:message>
  <wsdl:message name="DistributionKey_SetNameSoapIn">
    <wsdl:part name="parameters" element="tns:DistributionKey_SetName" />
  </wsdl:message>
  <wsdl:message name="DistributionKey_SetNameSoapOut">
    <wsdl:part name="parameters" element="tns:DistributionKey_SetNameResponse" />
  </wsdl:message>
  <wsdl:message name="DistributionKey_GetIsAccessibleSoapIn">
    <wsdl:part name="parameters" element="tns:DistributionKey_GetIsAccessible" />
  </wsdl:message>
  <wsdl:message name="DistributionKey_GetIsAccessibleSoapOut">
    <wsdl:part name="parameters" element="tns:DistributionKey_GetIsAccessibleResponse" />
  </wsdl:message>
  <wsdl:message name="DistributionKey_SetIsAccessibleSoapIn">
    <wsdl:part name="parameters" element="tns:DistributionKey_SetIsAccessible" />
  </wsdl:message>
  <wsdl:message name="DistributionKey_SetIsAccessibleSoapOut">
    <wsdl:part name="parameters" element="tns:DistributionKey_SetIsAccessibleResponse" />
  </wsdl:message>
  <wsdl:message name="DocumentArchiveCategory_CreateFromDataSoapIn">
    <wsdl:part name="parameters" element="tns:DocumentArchiveCategory_CreateFromData" />
  </wsdl:message>
  <wsdl:message name="DocumentArchiveCategory_CreateFromDataSoapOut">
    <wsdl:part name="parameters" element="tns:DocumentArchiveCategory_CreateFromDataResponse" />
  </wsdl:message>
  <wsdl:message name="DocumentArchiveCategory_CreateFromDataArraySoapIn">
    <wsdl:part name="parameters" element="tns:DocumentArchiveCategory_CreateFromDataArray" />
  </wsdl:message>
  <wsdl:message name="DocumentArchiveCategory_CreateFromDataArraySoapOut">
    <wsdl:part name="parameters" element="tns:DocumentArchiveCategory_CreateFromDataArrayResponse" />
  </wsdl:message>
  <wsdl:message name="DocumentArchiveCategory_UpdateFromDataArraySoapIn">
    <wsdl:part name="parameters" element="tns:DocumentArchiveCategory_UpdateFromDataArray" />
  </wsdl:message>
  <wsdl:message name="DocumentArchiveCategory_UpdateFromDataArraySoapOut">
    <wsdl:part name="parameters" element="tns:DocumentArchiveCategory_UpdateFromDataArrayResponse" />
  </wsdl:message>
  <wsdl:message name="DocumentArchiveCategory_UpdateFromDataSoapIn">
    <wsdl:part name="parameters" element="tns:DocumentArchiveCategory_UpdateFromData" />
  </wsdl:message>
  <wsdl:message name="DocumentArchiveCategory_UpdateFromDataSoapOut">
    <wsdl:part name="parameters" element="tns:DocumentArchiveCategory_UpdateFromDataResponse" />
  </wsdl:message>
  <wsdl:message name="DocumentArchiveCategory_GetDataSoapIn">
    <wsdl:part name="parameters" element="tns:DocumentArchiveCategory_GetData" />
  </wsdl:message>
  <wsdl:message name="DocumentArchiveCategory_GetDataSoapOut">
    <wsdl:part name="parameters" element="tns:DocumentArchiveCategory_GetDataResponse" />
  </wsdl:message>
  <wsdl:message name="DocumentArchiveCategory_GetDataArraySoapIn">
    <wsdl:part name="parameters" element="tns:DocumentArchiveCategory_GetDataArray" />
  </wsdl:message>
  <wsdl:message name="DocumentArchiveCategory_GetDataArraySoapOut">
    <wsdl:part name="parameters" element="tns:DocumentArchiveCategory_GetDataArrayResponse" />
  </wsdl:message>
  <wsdl:message name="DocumentArchiveCategory_CreateSoapIn">
    <wsdl:part name="parameters" element="tns:DocumentArchiveCategory_Create" />
  </wsdl:message>
  <wsdl:message name="DocumentArchiveCategory_CreateSoapOut">
    <wsdl:part name="parameters" element="tns:DocumentArchiveCategory_CreateResponse" />
  </wsdl:message>
  <wsdl:message name="DocumentArchiveCategory_GetAllSoapIn">
    <wsdl:part name="parameters" element="tns:DocumentArchiveCategory_GetAll" />
  </wsdl:message>
  <wsdl:message name="DocumentArchiveCategory_GetAllSoapOut">
    <wsdl:part name="parameters" element="tns:DocumentArchiveCategory_GetAllResponse" />
  </wsdl:message>
  <wsdl:message name="DocumentArchiveCategory_FindByNumberSoapIn">
    <wsdl:part name="parameters" element="tns:DocumentArchiveCategory_FindByNumber" />
  </wsdl:message>
  <wsdl:message name="DocumentArchiveCategory_FindByNumberSoapOut">
    <wsdl:part name="parameters" element="tns:DocumentArchiveCategory_FindByNumberResponse" />
  </wsdl:message>
  <wsdl:message name="DocumentArchiveCategory_FindByNameSoapIn">
    <wsdl:part name="parameters" element="tns:DocumentArchiveCategory_FindByName" />
  </wsdl:message>
  <wsdl:message name="DocumentArchiveCategory_FindByNameSoapOut">
    <wsdl:part name="parameters" element="tns:DocumentArchiveCategory_FindByNameResponse" />
  </wsdl:message>
  <wsdl:message name="DocumentArchiveCategory_GetDocumentsSoapIn">
    <wsdl:part name="parameters" element="tns:DocumentArchiveCategory_GetDocuments" />
  </wsdl:message>
  <wsdl:message name="DocumentArchiveCategory_GetDocumentsSoapOut">
    <wsdl:part name="parameters" element="tns:DocumentArchiveCategory_GetDocumentsResponse" />
  </wsdl:message>
  <wsdl:message name="DocumentArchiveCategory_DeleteSoapIn">
    <wsdl:part name="parameters" element="tns:DocumentArchiveCategory_Delete" />
  </wsdl:message>
  <wsdl:message name="DocumentArchiveCategory_DeleteSoapOut">
    <wsdl:part name="parameters" element="tns:DocumentArchiveCategory_DeleteResponse" />
  </wsdl:message>
  <wsdl:message name="DocumentArchiveCategory_GetNumberSoapIn">
    <wsdl:part name="parameters" element="tns:DocumentArchiveCategory_GetNumber" />
  </wsdl:message>
  <wsdl:message name="DocumentArchiveCategory_GetNumberSoapOut">
    <wsdl:part name="parameters" element="tns:DocumentArchiveCategory_GetNumberResponse" />
  </wsdl:message>
  <wsdl:message name="DocumentArchiveCategory_GetNameSoapIn">
    <wsdl:part name="parameters" element="tns:DocumentArchiveCategory_GetName" />
  </wsdl:message>
  <wsdl:message name="DocumentArchiveCategory_GetNameSoapOut">
    <wsdl:part name="parameters" element="tns:DocumentArchiveCategory_GetNameResponse" />
  </wsdl:message>
  <wsdl:message name="DocumentArchiveCategory_SetNameSoapIn">
    <wsdl:part name="parameters" element="tns:DocumentArchiveCategory_SetName" />
  </wsdl:message>
  <wsdl:message name="DocumentArchiveCategory_SetNameSoapOut">
    <wsdl:part name="parameters" element="tns:DocumentArchiveCategory_SetNameResponse" />
  </wsdl:message>
  <wsdl:message name="Employee_CreateFromDataSoapIn">
    <wsdl:part name="parameters" element="tns:Employee_CreateFromData" />
  </wsdl:message>
  <wsdl:message name="Employee_CreateFromDataSoapOut">
    <wsdl:part name="parameters" element="tns:Employee_CreateFromDataResponse" />
  </wsdl:message>
  <wsdl:message name="Employee_CreateFromDataArraySoapIn">
    <wsdl:part name="parameters" element="tns:Employee_CreateFromDataArray" />
  </wsdl:message>
  <wsdl:message name="Employee_CreateFromDataArraySoapOut">
    <wsdl:part name="parameters" element="tns:Employee_CreateFromDataArrayResponse" />
  </wsdl:message>
  <wsdl:message name="Employee_UpdateFromDataArraySoapIn">
    <wsdl:part name="parameters" element="tns:Employee_UpdateFromDataArray" />
  </wsdl:message>
  <wsdl:message name="Employee_UpdateFromDataArraySoapOut">
    <wsdl:part name="parameters" element="tns:Employee_UpdateFromDataArrayResponse" />
  </wsdl:message>
  <wsdl:message name="Debtor_GetOurReferenceSoapIn">
    <wsdl:part name="parameters" element="tns:Debtor_GetOurReference" />
  </wsdl:message>
  <wsdl:message name="Debtor_GetOurReferenceSoapOut">
    <wsdl:part name="parameters" element="tns:Debtor_GetOurReferenceResponse" />
  </wsdl:message>
  <wsdl:message name="Debtor_SetOurReferenceSoapIn">
    <wsdl:part name="parameters" element="tns:Debtor_SetOurReference" />
  </wsdl:message>
  <wsdl:message name="Debtor_SetOurReferenceSoapOut">
    <wsdl:part name="parameters" element="tns:Debtor_SetOurReferenceResponse" />
  </wsdl:message>
  <wsdl:message name="Debtor_GetBalanceSoapIn">
    <wsdl:part name="parameters" element="tns:Debtor_GetBalance" />
  </wsdl:message>
  <wsdl:message name="Debtor_GetBalanceSoapOut">
    <wsdl:part name="parameters" element="tns:Debtor_GetBalanceResponse" />
  </wsdl:message>
  <wsdl:message name="Debtor_GetNextAvailableNumberSoapIn">
    <wsdl:part name="parameters" element="tns:Debtor_GetNextAvailableNumber" />
  </wsdl:message>
  <wsdl:message name="Debtor_GetNextAvailableNumberSoapOut">
    <wsdl:part name="parameters" element="tns:Debtor_GetNextAvailableNumberResponse" />
  </wsdl:message>
  <wsdl:message name="Debtor_CreateSoapIn">
    <wsdl:part name="parameters" element="tns:Debtor_Create" />
  </wsdl:message>
  <wsdl:message name="Debtor_CreateSoapOut">
    <wsdl:part name="parameters" element="tns:Debtor_CreateResponse" />
  </wsdl:message>
  <wsdl:message name="Debtor_GetAllSoapIn">
    <wsdl:part name="parameters" element="tns:Debtor_GetAll" />
  </wsdl:message>
  <wsdl:message name="Debtor_GetAllSoapOut">
    <wsdl:part name="parameters" element="tns:Debtor_GetAllResponse" />
  </wsdl:message>
  <wsdl:message name="Debtor_GetAllUpdatedSoapIn">
    <wsdl:part name="parameters" element="tns:Debtor_GetAllUpdated" />
  </wsdl:message>
  <wsdl:message name="Debtor_GetAllUpdatedSoapOut">
    <wsdl:part name="parameters" element="tns:Debtor_GetAllUpdatedResponse" />
  </wsdl:message>
  <wsdl:message name="Debtor_FindByNumberSoapIn">
    <wsdl:part name="parameters" element="tns:Debtor_FindByNumber" />
  </wsdl:message>
  <wsdl:message name="Debtor_FindByNumberSoapOut">
    <wsdl:part name="parameters" element="tns:Debtor_FindByNumberResponse" />
  </wsdl:message>
  <wsdl:message name="Debtor_FindByNumberListSoapIn">
    <wsdl:part name="parameters" element="tns:Debtor_FindByNumberList" />
  </wsdl:message>
  <wsdl:message name="Debtor_FindByNumberListSoapOut">
    <wsdl:part name="parameters" element="tns:Debtor_FindByNumberListResponse" />
  </wsdl:message>
  <wsdl:message name="Debtor_FindByNameSoapIn">
    <wsdl:part name="parameters" element="tns:Debtor_FindByName" />
  </wsdl:message>
  <wsdl:message name="Debtor_FindByNameSoapOut">
    <wsdl:part name="parameters" element="tns:Debtor_FindByNameResponse" />
  </wsdl:message>
  <wsdl:message name="Debtor_FindByPartialNameSoapIn">
    <wsdl:part name="parameters" element="tns:Debtor_FindByPartialName" />
  </wsdl:message>
  <wsdl:message name="Debtor_FindByPartialNameSoapOut">
    <wsdl:part name="parameters" element="tns:Debtor_FindByPartialNameResponse" />
  </wsdl:message>
  <wsdl:message name="Debtor_FindByEmailSoapIn">
    <wsdl:part name="parameters" element="tns:Debtor_FindByEmail" />
  </wsdl:message>
  <wsdl:message name="Debtor_FindByEmailSoapOut">
    <wsdl:part name="parameters" element="tns:Debtor_FindByEmailResponse" />
  </wsdl:message>
  <wsdl:message name="Debtor_FindByEanSoapIn">
    <wsdl:part name="parameters" element="tns:Debtor_FindByEan" />
  </wsdl:message>
  <wsdl:message name="Debtor_FindByEanSoapOut">
    <wsdl:part name="parameters" element="tns:Debtor_FindByEanResponse" />
  </wsdl:message>
  <wsdl:message name="Debtor_FindByCINumberSoapIn">
    <wsdl:part name="parameters" element="tns:Debtor_FindByCINumber" />
  </wsdl:message>
  <wsdl:message name="Debtor_FindByCINumberSoapOut">
    <wsdl:part name="parameters" element="tns:Debtor_FindByCINumberResponse" />
  </wsdl:message>
  <wsdl:message name="Debtor_FindByTelephoneAndFaxNumberSoapIn">
    <wsdl:part name="parameters" element="tns:Debtor_FindByTelephoneAndFaxNumber" />
  </wsdl:message>
  <wsdl:message name="Debtor_FindByTelephoneAndFaxNumberSoapOut">
    <wsdl:part name="parameters" element="tns:Debtor_FindByTelephoneAndFaxNumberResponse" />
  </wsdl:message>
  <wsdl:message name="Debtor_GetDeliveryLocationsSoapIn">
    <wsdl:part name="parameters" element="tns:Debtor_GetDeliveryLocations" />
  </wsdl:message>
  <wsdl:message name="Debtor_GetDeliveryLocationsSoapOut">
    <wsdl:part name="parameters" element="tns:Debtor_GetDeliveryLocationsResponse" />
  </wsdl:message>
  <wsdl:message name="Debtor_GetDebtorContactsSoapIn">
    <wsdl:part name="parameters" element="tns:Debtor_GetDebtorContacts" />
  </wsdl:message>
  <wsdl:message name="Debtor_GetDebtorContactsSoapOut">
    <wsdl:part name="parameters" element="tns:Debtor_GetDebtorContactsResponse" />
  </wsdl:message>
  <wsdl:message name="Debtor_GetInvoicesSoapIn">
    <wsdl:part name="parameters" element="tns:Debtor_GetInvoices" />
  </wsdl:message>
  <wsdl:message name="Debtor_GetInvoicesSoapOut">
    <wsdl:part name="parameters" element="tns:Debtor_GetInvoicesResponse" />
  </wsdl:message>
  <wsdl:message name="Debtor_GetOrdersSoapIn">
    <wsdl:part name="parameters" element="tns:Debtor_GetOrders" />
  </wsdl:message>
  <wsdl:message name="Debtor_GetOrdersSoapOut">
    <wsdl:part name="parameters" element="tns:Debtor_GetOrdersResponse" />
  </wsdl:message>
  <wsdl:message name="Debtor_GetCurrentInvoicesSoapIn">
    <wsdl:part name="parameters" element="tns:Debtor_GetCurrentInvoices" />
  </wsdl:message>
  <wsdl:message name="Debtor_GetCurrentInvoicesSoapOut">
    <wsdl:part name="parameters" element="tns:Debtor_GetCurrentInvoicesResponse" />
  </wsdl:message>
  <wsdl:message name="Debtor_GetQuotationsSoapIn">
    <wsdl:part name="parameters" element="tns:Debtor_GetQuotations" />
  </wsdl:message>
  <wsdl:message name="Debtor_GetQuotationsSoapOut">
    <wsdl:part name="parameters" element="tns:Debtor_GetQuotationsResponse" />
  </wsdl:message>
  <wsdl:message name="Debtor_GetEntriesSoapIn">
    <wsdl:part name="parameters" element="tns:Debtor_GetEntries" />
  </wsdl:message>
  <wsdl:message name="Debtor_GetEntriesSoapOut">
    <wsdl:part name="parameters" element="tns:Debtor_GetEntriesResponse" />
  </wsdl:message>
  <wsdl:message name="Debtor_GetOpenEntriesSoapIn">
    <wsdl:part name="parameters" element="tns:Debtor_GetOpenEntries" />
  </wsdl:message>
  <wsdl:message name="Debtor_GetOpenEntriesSoapOut">
    <wsdl:part name="parameters" element="tns:Debtor_GetOpenEntriesResponse" />
  </wsdl:message>
  <wsdl:message name="Debtor_GetSubscribersSoapIn">
    <wsdl:part name="parameters" element="tns:Debtor_GetSubscribers" />
  </wsdl:message>
  <wsdl:message name="Debtor_GetSubscribersSoapOut">
    <wsdl:part name="parameters" element="tns:Debtor_GetSubscribersResponse" />
  </wsdl:message>
  <wsdl:message name="Debtor_DeleteSoapIn">
    <wsdl:part name="parameters" element="tns:Debtor_Delete" />
  </wsdl:message>
  <wsdl:message name="Debtor_DeleteSoapOut">
    <wsdl:part name="parameters" element="tns:Debtor_DeleteResponse" />
  </wsdl:message>
  <wsdl:message name="DebtorContact_CreateFromDataSoapIn">
    <wsdl:part name="parameters" element="tns:DebtorContact_CreateFromData" />
  </wsdl:message>
  <wsdl:message name="DebtorContact_CreateFromDataSoapOut">
    <wsdl:part name="parameters" element="tns:DebtorContact_CreateFromDataResponse" />
  </wsdl:message>
  <wsdl:message name="DebtorContact_CreateFromDataArraySoapIn">
    <wsdl:part name="parameters" element="tns:DebtorContact_CreateFromDataArray" />
  </wsdl:message>
  <wsdl:message name="DebtorContact_CreateFromDataArraySoapOut">
    <wsdl:part name="parameters" element="tns:DebtorContact_CreateFromDataArrayResponse" />
  </wsdl:message>
  <wsdl:message name="DebtorContact_UpdateFromDataArraySoapIn">
    <wsdl:part name="parameters" element="tns:DebtorContact_UpdateFromDataArray" />
  </wsdl:message>
  <wsdl:message name="DebtorContact_UpdateFromDataArraySoapOut">
    <wsdl:part name="parameters" element="tns:DebtorContact_UpdateFromDataArrayResponse" />
  </wsdl:message>
  <wsdl:message name="DebtorContact_UpdateFromDataSoapIn">
    <wsdl:part name="parameters" element="tns:DebtorContact_UpdateFromData" />
  </wsdl:message>
  <wsdl:message name="DebtorContact_UpdateFromDataSoapOut">
    <wsdl:part name="parameters" element="tns:DebtorContact_UpdateFromDataResponse" />
  </wsdl:message>
  <wsdl:message name="DebtorContact_GetDataSoapIn">
    <wsdl:part name="parameters" element="tns:DebtorContact_GetData" />
  </wsdl:message>
  <wsdl:message name="DebtorContact_GetDataSoapOut">
    <wsdl:part name="parameters" element="tns:DebtorContact_GetDataResponse" />
  </wsdl:message>
  <wsdl:message name="DebtorContact_GetDataArraySoapIn">
    <wsdl:part name="parameters" element="tns:DebtorContact_GetDataArray" />
  </wsdl:message>
  <wsdl:message name="DebtorContact_GetDataArraySoapOut">
    <wsdl:part name="parameters" element="tns:DebtorContact_GetDataArrayResponse" />
  </wsdl:message>
  <wsdl:message name="DebtorContact_GetDebtorSoapIn">
    <wsdl:part name="parameters" element="tns:DebtorContact_GetDebtor" />
  </wsdl:message>
  <wsdl:message name="DebtorContact_GetDebtorSoapOut">
    <wsdl:part name="parameters" element="tns:DebtorContact_GetDebtorResponse" />
  </wsdl:message>
  <wsdl:message name="DebtorContact_SetNameSoapIn">
    <wsdl:part name="parameters" element="tns:DebtorContact_SetName" />
  </wsdl:message>
  <wsdl:message name="DebtorContact_SetNameSoapOut">
    <wsdl:part name="parameters" element="tns:DebtorContact_SetNameResponse" />
  </wsdl:message>
  <wsdl:message name="DebtorContact_GetNameSoapIn">
    <wsdl:part name="parameters" element="tns:DebtorContact_GetName" />
  </wsdl:message>
  <wsdl:message name="DebtorContact_GetNameSoapOut">
    <wsdl:part name="parameters" element="tns:DebtorContact_GetNameResponse" />
  </wsdl:message>
  <wsdl:message name="DebtorContact_GetNumberSoapIn">
    <wsdl:part name="parameters" element="tns:DebtorContact_GetNumber" />
  </wsdl:message>
  <wsdl:message name="DebtorContact_GetNumberSoapOut">
    <wsdl:part name="parameters" element="tns:DebtorContact_GetNumberResponse" />
  </wsdl:message>
  <wsdl:message name="DebtorContact_GetTelephoneNumberSoapIn">
    <wsdl:part name="parameters" element="tns:DebtorContact_GetTelephoneNumber" />
  </wsdl:message>
  <wsdl:message name="DebtorContact_GetTelephoneNumberSoapOut">
    <wsdl:part name="parameters" element="tns:DebtorContact_GetTelephoneNumberResponse" />
  </wsdl:message>
  <wsdl:message name="DebtorContact_SetTelephoneNumberSoapIn">
    <wsdl:part name="parameters" element="tns:DebtorContact_SetTelephoneNumber" />
  </wsdl:message>
  <wsdl:message name="DebtorContact_SetTelephoneNumberSoapOut">
    <wsdl:part name="parameters" element="tns:DebtorContact_SetTelephoneNumberResponse" />
  </wsdl:message>
  <wsdl:message name="DebtorContact_GetEmailSoapIn">
    <wsdl:part name="parameters" element="tns:DebtorContact_GetEmail" />
  </wsdl:message>
  <wsdl:message name="DebtorContact_GetEmailSoapOut">
    <wsdl:part name="parameters" element="tns:DebtorContact_GetEmailResponse" />
  </wsdl:message>
  <wsdl:message name="DebtorContact_SetEmailSoapIn">
    <wsdl:part name="parameters" element="tns:DebtorContact_SetEmail" />
  </wsdl:message>
  <wsdl:message name="DebtorContact_SetEmailSoapOut">
    <wsdl:part name="parameters" element="tns:DebtorContact_SetEmailResponse" />
  </wsdl:message>
  <wsdl:message name="DebtorContact_SetCommentsSoapIn">
    <wsdl:part name="parameters" element="tns:DebtorContact_SetComments" />
  </wsdl:message>
  <wsdl:message name="DebtorContact_SetCommentsSoapOut">
    <wsdl:part name="parameters" element="tns:DebtorContact_SetCommentsResponse" />
  </wsdl:message>
  <wsdl:message name="DebtorContact_GetCommentsSoapIn">
    <wsdl:part name="parameters" element="tns:DebtorContact_GetComments" />
  </wsdl:message>
  <wsdl:message name="DebtorContact_GetCommentsSoapOut">
    <wsdl:part name="parameters" element="tns:DebtorContact_GetCommentsResponse" />
  </wsdl:message>
  <wsdl:message name="DebtorContact_GetExternalIdSoapIn">
    <wsdl:part name="parameters" element="tns:DebtorContact_GetExternalId" />
  </wsdl:message>
  <wsdl:message name="DebtorContact_GetExternalIdSoapOut">
    <wsdl:part name="parameters" element="tns:DebtorContact_GetExternalIdResponse" />
  </wsdl:message>
  <wsdl:message name="DebtorContact_SetExternalIdSoapIn">
    <wsdl:part name="parameters" element="tns:DebtorContact_SetExternalId" />
  </wsdl:message>
  <wsdl:message name="DebtorContact_SetExternalIdSoapOut">
    <wsdl:part name="parameters" element="tns:DebtorContact_SetExternalIdResponse" />
  </wsdl:message>
  <wsdl:message name="DebtorContact_SetIsToReceiveEmailCopyOfOrderSoapIn">
    <wsdl:part name="parameters" element="tns:DebtorContact_SetIsToReceiveEmailCopyOfOrder" />
  </wsdl:message>
  <wsdl:message name="DebtorContact_SetIsToReceiveEmailCopyOfOrderSoapOut">
    <wsdl:part name="parameters" element="tns:DebtorContact_SetIsToReceiveEmailCopyOfOrderResponse" />
  </wsdl:message>
  <wsdl:message name="DebtorContact_GetIsToReceiveEmailCopyOfOrderSoapIn">
    <wsdl:part name="parameters" element="tns:DebtorContact_GetIsToReceiveEmailCopyOfOrder" />
  </wsdl:message>
  <wsdl:message name="DebtorContact_GetIsToReceiveEmailCopyOfOrderSoapOut">
    <wsdl:part name="parameters" element="tns:DebtorContact_GetIsToReceiveEmailCopyOfOrderResponse" />
  </wsdl:message>
  <wsdl:message name="DebtorContact_GetIsToReceiveEmailCopyOfInvoiceSoapIn">
    <wsdl:part name="parameters" element="tns:DebtorContact_GetIsToReceiveEmailCopyOfInvoice" />
  </wsdl:message>
  <wsdl:message name="DebtorContact_GetIsToReceiveEmailCopyOfInvoiceSoapOut">
    <wsdl:part name="parameters" element="tns:DebtorContact_GetIsToReceiveEmailCopyOfInvoiceResponse" />
  </wsdl:message>
  <wsdl:message name="DebtorContact_SetIsToReceiveEmailCopyOfInvoiceSoapIn">
    <wsdl:part name="parameters" element="tns:DebtorContact_SetIsToReceiveEmailCopyOfInvoice" />
  </wsdl:message>
  <wsdl:message name="DebtorContact_SetIsToReceiveEmailCopyOfInvoiceSoapOut">
    <wsdl:part name="parameters" element="tns:DebtorContact_SetIsToReceiveEmailCopyOfInvoiceResponse" />
  </wsdl:message>
  <wsdl:message name="DebtorContact_CreateSoapIn">
    <wsdl:part name="parameters" element="tns:DebtorContact_Create" />
  </wsdl:message>
  <wsdl:message name="DebtorContact_CreateSoapOut">
    <wsdl:part name="parameters" element="tns:DebtorContact_CreateResponse" />
  </wsdl:message>
  <wsdl:message name="DebtorContact_GetAllSoapIn">
    <wsdl:part name="parameters" element="tns:DebtorContact_GetAll" />
  </wsdl:message>
  <wsdl:message name="DebtorContact_GetAllSoapOut">
    <wsdl:part name="parameters" element="tns:DebtorContact_GetAllResponse" />
  </wsdl:message>
  <wsdl:message name="DebtorContact_FindByNameSoapIn">
    <wsdl:part name="parameters" element="tns:DebtorContact_FindByName" />
  </wsdl:message>
  <wsdl:message name="DebtorContact_FindByNameSoapOut">
    <wsdl:part name="parameters" element="tns:DebtorContact_FindByNameResponse" />
  </wsdl:message>
  <wsdl:message name="DebtorContact_FindByExternalIdSoapIn">
    <wsdl:part name="parameters" element="tns:DebtorContact_FindByExternalId" />
  </wsdl:message>
  <wsdl:message name="DebtorContact_FindByExternalIdSoapOut">
    <wsdl:part name="parameters" element="tns:DebtorContact_FindByExternalIdResponse" />
  </wsdl:message>
  <wsdl:message name="DebtorContact_DeleteSoapIn">
    <wsdl:part name="parameters" element="tns:DebtorContact_Delete" />
  </wsdl:message>
  <wsdl:message name="DebtorContact_DeleteSoapOut">
    <wsdl:part name="parameters" element="tns:DebtorContact_DeleteResponse" />
  </wsdl:message>
  <wsdl:message name="DebtorEntry_GetDataSoapIn">
    <wsdl:part name="parameters" element="tns:DebtorEntry_GetData" />
  </wsdl:message>
  <wsdl:message name="DebtorEntry_GetDataSoapOut">
    <wsdl:part name="parameters" element="tns:DebtorEntry_GetDataResponse" />
  </wsdl:message>
  <wsdl:message name="DebtorEntry_GetDataArraySoapIn">
    <wsdl:part name="parameters" element="tns:DebtorEntry_GetDataArray" />
  </wsdl:message>
  <wsdl:message name="DebtorEntry_GetDataArraySoapOut">
    <wsdl:part name="parameters" element="tns:DebtorEntry_GetDataArrayResponse" />
  </wsdl:message>
  <wsdl:message name="DebtorEntry_GetSerialNumberSoapIn">
    <wsdl:part name="parameters" element="tns:DebtorEntry_GetSerialNumber" />
  </wsdl:message>
  <wsdl:message name="DebtorEntry_GetSerialNumberSoapOut">
    <wsdl:part name="parameters" element="tns:DebtorEntry_GetSerialNumberResponse" />
  </wsdl:message>
  <wsdl:message name="DebtorEntry_GetTypeSoapIn">
    <wsdl:part name="parameters" element="tns:DebtorEntry_GetType" />
  </wsdl:message>
  <wsdl:message name="DebtorEntry_GetTypeSoapOut">
    <wsdl:part name="parameters" element="tns:DebtorEntry_GetTypeResponse" />
  </wsdl:message>
  <wsdl:message name="DebtorEntry_GetDateSoapIn">
    <wsdl:part name="parameters" element="tns:DebtorEntry_GetDate" />
  </wsdl:message>
  <wsdl:message name="DebtorEntry_GetDateSoapOut">
    <wsdl:part name="parameters" element="tns:DebtorEntry_GetDateResponse" />
  </wsdl:message>
  <wsdl:message name="DebtorEntry_GetDebtorSoapIn">
    <wsdl:part name="parameters" element="tns:DebtorEntry_GetDebtor" />
  </wsdl:message>
  <wsdl:message name="DebtorEntry_GetDebtorSoapOut">
    <wsdl:part name="parameters" element="tns:DebtorEntry_GetDebtorResponse" />
  </wsdl:message>
  <wsdl:message name="DebtorEntry_GetAccountSoapIn">
    <wsdl:part name="parameters" element="tns:DebtorEntry_GetAccount" />
  </wsdl:message>
  <wsdl:message name="DebtorEntry_GetAccountSoapOut">
    <wsdl:part name="parameters" element="tns:DebtorEntry_GetAccountResponse" />
  </wsdl:message>
  <wsdl:message name="DebtorEntry_GetVoucherNumberSoapIn">
    <wsdl:part name="parameters" element="tns:DebtorEntry_GetVoucherNumber" />
  </wsdl:message>
  <wsdl:message name="DebtorEntry_GetVoucherNumberSoapOut">
    <wsdl:part name="parameters" element="tns:DebtorEntry_GetVoucherNumberResponse" />
  </wsdl:message>
  <wsdl:message name="DebtorEntry_GetTextSoapIn">
    <wsdl:part name="parameters" element="tns:DebtorEntry_GetText" />
  </wsdl:message>
  <wsdl:message name="DebtorEntry_GetTextSoapOut">
    <wsdl:part name="parameters" element="tns:DebtorEntry_GetTextResponse" />
  </wsdl:message>
  <wsdl:message name="DebtorEntry_GetAmountDefaultCurrencySoapIn">
    <wsdl:part name="parameters" element="tns:DebtorEntry_GetAmountDefaultCurrency" />
  </wsdl:message>
  <wsdl:message name="DebtorEntry_GetAmountDefaultCurrencySoapOut">
    <wsdl:part name="parameters" element="tns:DebtorEntry_GetAmountDefaultCurrencyResponse" />
  </wsdl:message>
  <wsdl:message name="DebtorEntry_GetAllOpenEntriesSoapIn">
    <wsdl:part name="parameters" element="tns:DebtorEntry_GetAllOpenEntries" />
  </wsdl:message>
  <wsdl:message name="DebtorEntry_GetAllOpenEntriesSoapOut">
    <wsdl:part name="parameters" element="tns:DebtorEntry_GetAllOpenEntriesResponse" />
  </wsdl:message>
  <wsdl:message name="DebtorEntry_GetCurrencySoapIn">
    <wsdl:part name="parameters" element="tns:DebtorEntry_GetCurrency" />
  </wsdl:message>
  <wsdl:message name="DebtorEntry_GetCurrencySoapOut">
    <wsdl:part name="parameters" element="tns:DebtorEntry_GetCurrencyResponse" />
  </wsdl:message>
  <wsdl:message name="DebtorEntry_GetAmountSoapIn">
    <wsdl:part name="parameters" element="tns:DebtorEntry_GetAmount" />
  </wsdl:message>
  <wsdl:message name="DebtorEntry_GetAmountSoapOut">
    <wsdl:part name="parameters" element="tns:DebtorEntry_GetAmountResponse" />
  </wsdl:message>
  <wsdl:message name="DebtorEntry_GetInvoiceNumberSoapIn">
    <wsdl:part name="parameters" element="tns:DebtorEntry_GetInvoiceNumber" />
  </wsdl:message>
  <wsdl:message name="DebtorEntry_GetInvoiceNumberSoapOut">
    <wsdl:part name="parameters" element="tns:DebtorEntry_GetInvoiceNumberResponse" />
  </wsdl:message>
  <wsdl:message name="DebtorEntry_GetDueDateSoapIn">
    <wsdl:part name="parameters" element="tns:DebtorEntry_GetDueDate" />
  </wsdl:message>
  <wsdl:message name="DebtorEntry_GetDueDateSoapOut">
    <wsdl:part name="parameters" element="tns:DebtorEntry_GetDueDateResponse" />
  </wsdl:message>
  <wsdl:message name="DebtorEntry_GetRemainderSoapIn">
    <wsdl:part name="parameters" element="tns:DebtorEntry_GetRemainder" />
  </wsdl:message>
  <wsdl:message name="DebtorEntry_GetRemainderSoapOut">
    <wsdl:part name="parameters" element="tns:DebtorEntry_GetRemainderResponse" />
  </wsdl:message>
  <wsdl:message name="DebtorEntry_GetRemainderDefaultCurrencySoapIn">
    <wsdl:part name="parameters" element="tns:DebtorEntry_GetRemainderDefaultCurrency" />
  </wsdl:message>
  <wsdl:message name="DebtorEntry_GetRemainderDefaultCurrencySoapOut">
    <wsdl:part name="parameters" element="tns:DebtorEntry_GetRemainderDefaultCurrencyResponse" />
  </wsdl:message>
  <wsdl:message name="DebtorEntry_FindBySerialNumberSoapIn">
    <wsdl:part name="parameters" element="tns:DebtorEntry_FindBySerialNumber" />
  </wsdl:message>
  <wsdl:message name="DebtorEntry_FindBySerialNumberSoapOut">
    <wsdl:part name="parameters" element="tns:DebtorEntry_FindBySerialNumberResponse" />
  </wsdl:message>
  <wsdl:message name="DebtorEntry_FindByInvoiceNumberSoapIn">
    <wsdl:part name="parameters" element="tns:DebtorEntry_FindByInvoiceNumber" />
  </wsdl:message>
  <wsdl:message name="DebtorEntry_FindByInvoiceNumberSoapOut">
    <wsdl:part name="parameters" element="tns:DebtorEntry_FindByInvoiceNumberResponse" />
  </wsdl:message>
  <wsdl:message name="DebtorEntry_MatchEntriesSoapIn">
    <wsdl:part name="parameters" element="tns:DebtorEntry_MatchEntries" />
  </wsdl:message>
  <wsdl:message name="DebtorEntry_MatchEntriesSoapOut">
    <wsdl:part name="parameters" element="tns:DebtorEntry_MatchEntriesResponse" />
  </wsdl:message>
  <wsdl:message name="DebtorGroup_CreateFromDataSoapIn">
    <wsdl:part name="parameters" element="tns:DebtorGroup_CreateFromData" />
  </wsdl:message>
  <wsdl:message name="DebtorGroup_CreateFromDataSoapOut">
    <wsdl:part name="parameters" element="tns:DebtorGroup_CreateFromDataResponse" />
  </wsdl:message>
  <wsdl:message name="DebtorGroup_CreateFromDataArraySoapIn">
    <wsdl:part name="parameters" element="tns:DebtorGroup_CreateFromDataArray" />
  </wsdl:message>
  <wsdl:message name="DebtorGroup_CreateFromDataArraySoapOut">
    <wsdl:part name="parameters" element="tns:DebtorGroup_CreateFromDataArrayResponse" />
  </wsdl:message>
  <wsdl:message name="DebtorGroup_UpdateFromDataArraySoapIn">
    <wsdl:part name="parameters" element="tns:DebtorGroup_UpdateFromDataArray" />
  </wsdl:message>
  <wsdl:message name="DebtorGroup_UpdateFromDataArraySoapOut">
    <wsdl:part name="parameters" element="tns:DebtorGroup_UpdateFromDataArrayResponse" />
  </wsdl:message>
  <wsdl:message name="DebtorGroup_UpdateFromDataSoapIn">
    <wsdl:part name="parameters" element="tns:DebtorGroup_UpdateFromData" />
  </wsdl:message>
  <wsdl:message name="DebtorGroup_UpdateFromDataSoapOut">
    <wsdl:part name="parameters" element="tns:DebtorGroup_UpdateFromDataResponse" />
  </wsdl:message>
  <wsdl:message name="DebtorGroup_GetDataSoapIn">
    <wsdl:part name="parameters" element="tns:DebtorGroup_GetData" />
  </wsdl:message>
  <wsdl:message name="DebtorGroup_GetDataSoapOut">
    <wsdl:part name="parameters" element="tns:DebtorGroup_GetDataResponse" />
  </wsdl:message>
  <wsdl:message name="DebtorGroup_GetDataArraySoapIn">
    <wsdl:part name="parameters" element="tns:DebtorGroup_GetDataArray" />
  </wsdl:message>
  <wsdl:message name="DebtorGroup_GetDataArraySoapOut">
    <wsdl:part name="parameters" element="tns:DebtorGroup_GetDataArrayResponse" />
  </wsdl:message>
  <wsdl:message name="DebtorGroup_GetNumberSoapIn">
    <wsdl:part name="parameters" element="tns:DebtorGroup_GetNumber" />
  </wsdl:message>
  <wsdl:message name="DebtorGroup_GetNumberSoapOut">
    <wsdl:part name="parameters" element="tns:DebtorGroup_GetNumberResponse" />
  </wsdl:message>
  <wsdl:message name="DebtorGroup_GetNameSoapIn">
    <wsdl:part name="parameters" element="tns:DebtorGroup_GetName" />
  </wsdl:message>
  <wsdl:message name="DebtorGroup_GetNameSoapOut">
    <wsdl:part name="parameters" element="tns:DebtorGroup_GetNameResponse" />
  </wsdl:message>
  <wsdl:message name="DebtorGroup_SetNameSoapIn">
    <wsdl:part name="parameters" element="tns:DebtorGroup_SetName" />
  </wsdl:message>
  <wsdl:message name="DebtorGroup_SetNameSoapOut">
    <wsdl:part name="parameters" element="tns:DebtorGroup_SetNameResponse" />
  </wsdl:message>
  <wsdl:message name="DebtorGroup_SetLayoutSoapIn">
    <wsdl:part name="parameters" element="tns:DebtorGroup_SetLayout" />
  </wsdl:message>
  <wsdl:message name="DebtorGroup_SetLayoutSoapOut">
    <wsdl:part name="parameters" element="tns:DebtorGroup_SetLayoutResponse" />
  </wsdl:message>
  <wsdl:message name="DebtorGroup_GetLayoutSoapIn">
    <wsdl:part name="parameters" element="tns:DebtorGroup_GetLayout" />
  </wsdl:message>
  <wsdl:message name="DebtorGroup_GetLayoutSoapOut">
    <wsdl:part name="parameters" element="tns:DebtorGroup_GetLayoutResponse" />
  </wsdl:message>
  <wsdl:message name="DebtorGroup_GetAccountSoapIn">
    <wsdl:part name="parameters" element="tns:DebtorGroup_GetAccount" />
  </wsdl:message>
  <wsdl:message name="DebtorGroup_GetAccountSoapOut">
    <wsdl:part name="parameters" element="tns:DebtorGroup_GetAccountResponse" />
  </wsdl:message>
  <wsdl:message name="DebtorGroup_SetAccountSoapIn">
    <wsdl:part name="parameters" element="tns:DebtorGroup_SetAccount" />
  </wsdl:message>
  <wsdl:message name="DebtorGroup_SetAccountSoapOut">
    <wsdl:part name="parameters" element="tns:DebtorGroup_SetAccountResponse" />
  </wsdl:message>
  <wsdl:message name="QuotationLine_SetInventoryLocationSoapIn">
    <wsdl:part name="parameters" element="tns:QuotationLine_SetInventoryLocation" />
  </wsdl:message>
  <wsdl:message name="QuotationLine_SetInventoryLocationSoapOut">
    <wsdl:part name="parameters" element="tns:QuotationLine_SetInventoryLocationResponse" />
  </wsdl:message>
  <wsdl:message name="CurrentInvoiceLine_CreateSoapIn">
    <wsdl:part name="parameters" element="tns:CurrentInvoiceLine_Create" />
  </wsdl:message>
  <wsdl:message name="CurrentInvoiceLine_CreateSoapOut">
    <wsdl:part name="parameters" element="tns:CurrentInvoiceLine_CreateResponse" />
  </wsdl:message>
  <wsdl:message name="CurrentInvoiceLine_FindByProductSoapIn">
    <wsdl:part name="parameters" element="tns:CurrentInvoiceLine_FindByProduct" />
  </wsdl:message>
  <wsdl:message name="CurrentInvoiceLine_FindByProductSoapOut">
    <wsdl:part name="parameters" element="tns:CurrentInvoiceLine_FindByProductResponse" />
  </wsdl:message>
  <wsdl:message name="CurrentInvoiceLine_FindByProductListSoapIn">
    <wsdl:part name="parameters" element="tns:CurrentInvoiceLine_FindByProductList" />
  </wsdl:message>
  <wsdl:message name="CurrentInvoiceLine_FindByProductListSoapOut">
    <wsdl:part name="parameters" element="tns:CurrentInvoiceLine_FindByProductListResponse" />
  </wsdl:message>
  <wsdl:message name="CurrentInvoiceLine_DeleteSoapIn">
    <wsdl:part name="parameters" element="tns:CurrentInvoiceLine_Delete" />
  </wsdl:message>
  <wsdl:message name="CurrentInvoiceLine_DeleteSoapOut">
    <wsdl:part name="parameters" element="tns:CurrentInvoiceLine_DeleteResponse" />
  </wsdl:message>
  <wsdl:message name="CurrentSupplierInvoice_CreateFromDataSoapIn">
    <wsdl:part name="parameters" element="tns:CurrentSupplierInvoice_CreateFromData" />
  </wsdl:message>
  <wsdl:message name="CurrentSupplierInvoice_CreateFromDataSoapOut">
    <wsdl:part name="parameters" element="tns:CurrentSupplierInvoice_CreateFromDataResponse" />
  </wsdl:message>
  <wsdl:message name="CurrentSupplierInvoice_CreateFromDataArraySoapIn">
    <wsdl:part name="parameters" element="tns:CurrentSupplierInvoice_CreateFromDataArray" />
  </wsdl:message>
  <wsdl:message name="CurrentSupplierInvoice_CreateFromDataArraySoapOut">
    <wsdl:part name="parameters" element="tns:CurrentSupplierInvoice_CreateFromDataArrayResponse" />
  </wsdl:message>
  <wsdl:message name="CurrentSupplierInvoice_UpdateFromDataArraySoapIn">
    <wsdl:part name="parameters" element="tns:CurrentSupplierInvoice_UpdateFromDataArray" />
  </wsdl:message>
  <wsdl:message name="CurrentSupplierInvoice_UpdateFromDataArraySoapOut">
    <wsdl:part name="parameters" element="tns:CurrentSupplierInvoice_UpdateFromDataArrayResponse" />
  </wsdl:message>
  <wsdl:message name="CurrentSupplierInvoice_UpdateFromDataSoapIn">
    <wsdl:part name="parameters" element="tns:CurrentSupplierInvoice_UpdateFromData" />
  </wsdl:message>
  <wsdl:message name="CurrentSupplierInvoice_UpdateFromDataSoapOut">
    <wsdl:part name="parameters" element="tns:CurrentSupplierInvoice_UpdateFromDataResponse" />
  </wsdl:message>
  <wsdl:message name="CurrentSupplierInvoice_GetDataSoapIn">
    <wsdl:part name="parameters" element="tns:CurrentSupplierInvoice_GetData" />
  </wsdl:message>
  <wsdl:message name="CurrentSupplierInvoice_GetDataSoapOut">
    <wsdl:part name="parameters" element="tns:CurrentSupplierInvoice_GetDataResponse" />
  </wsdl:message>
  <wsdl:message name="CurrentSupplierInvoice_GetDataArraySoapIn">
    <wsdl:part name="parameters" element="tns:CurrentSupplierInvoice_GetDataArray" />
  </wsdl:message>
  <wsdl:message name="CurrentSupplierInvoice_GetDataArraySoapOut">
    <wsdl:part name="parameters" element="tns:CurrentSupplierInvoice_GetDataArrayResponse" />
  </wsdl:message>
  <wsdl:message name="CurrentSupplierInvoice_CreateSoapIn">
    <wsdl:part name="parameters" element="tns:CurrentSupplierInvoice_Create" />
  </wsdl:message>
  <wsdl:message name="CurrentSupplierInvoice_CreateSoapOut">
    <wsdl:part name="parameters" element="tns:CurrentSupplierInvoice_CreateResponse" />
  </wsdl:message>
  <wsdl:message name="CurrentSupplierInvoice_GetAllSoapIn">
    <wsdl:part name="parameters" element="tns:CurrentSupplierInvoice_GetAll" />
  </wsdl:message>
  <wsdl:message name="CurrentSupplierInvoice_GetAllSoapOut">
    <wsdl:part name="parameters" element="tns:CurrentSupplierInvoice_GetAllResponse" />
  </wsdl:message>
  <wsdl:message name="CurrentSupplierInvoice_GetLinesSoapIn">
    <wsdl:part name="parameters" element="tns:CurrentSupplierInvoice_GetLines" />
  </wsdl:message>
  <wsdl:message name="CurrentSupplierInvoice_GetLinesSoapOut">
    <wsdl:part name="parameters" element="tns:CurrentSupplierInvoice_GetLinesResponse" />
  </wsdl:message>
  <wsdl:message name="CurrentSupplierInvoice_TotalAmountSoapIn">
    <wsdl:part name="parameters" element="tns:CurrentSupplierInvoice_TotalAmount" />
  </wsdl:message>
  <wsdl:message name="CurrentSupplierInvoice_TotalAmountSoapOut">
    <wsdl:part name="parameters" element="tns:CurrentSupplierInvoice_TotalAmountResponse" />
  </wsdl:message>
  <wsdl:message name="CurrentSupplierInvoice_GetIdSoapIn">
    <wsdl:part name="parameters" element="tns:CurrentSupplierInvoice_GetId" />
  </wsdl:message>
  <wsdl:message name="CurrentSupplierInvoice_GetIdSoapOut">
    <wsdl:part name="parameters" element="tns:CurrentSupplierInvoice_GetIdResponse" />
  </wsdl:message>
  <wsdl:message name="CurrentSupplierInvoice_GetCreditorSoapIn">
    <wsdl:part name="parameters" element="tns:CurrentSupplierInvoice_GetCreditor" />
  </wsdl:message>
  <wsdl:message name="CurrentSupplierInvoice_GetCreditorSoapOut">
    <wsdl:part name="parameters" element="tns:CurrentSupplierInvoice_GetCreditorResponse" />
  </wsdl:message>
  <wsdl:message name="CurrentSupplierInvoice_SetCreditorSoapIn">
    <wsdl:part name="parameters" element="tns:CurrentSupplierInvoice_SetCreditor" />
  </wsdl:message>
  <wsdl:message name="CurrentSupplierInvoice_SetCreditorSoapOut">
    <wsdl:part name="parameters" element="tns:CurrentSupplierInvoice_SetCreditorResponse" />
  </wsdl:message>
  <wsdl:message name="CurrentSupplierInvoiceLine_CreateFromDataSoapIn">
    <wsdl:part name="parameters" element="tns:CurrentSupplierInvoiceLine_CreateFromData" />
  </wsdl:message>
  <wsdl:message name="CurrentSupplierInvoiceLine_CreateFromDataSoapOut">
    <wsdl:part name="parameters" element="tns:CurrentSupplierInvoiceLine_CreateFromDataResponse" />
  </wsdl:message>
  <wsdl:message name="CurrentSupplierInvoiceLine_CreateFromDataArraySoapIn">
    <wsdl:part name="parameters" element="tns:CurrentSupplierInvoiceLine_CreateFromDataArray" />
  </wsdl:message>
  <wsdl:message name="CurrentSupplierInvoiceLine_CreateFromDataArraySoapOut">
    <wsdl:part name="parameters" element="tns:CurrentSupplierInvoiceLine_CreateFromDataArrayResponse" />
  </wsdl:message>
  <wsdl:message name="CurrentSupplierInvoiceLine_UpdateFromDataArraySoapIn">
    <wsdl:part name="parameters" element="tns:CurrentSupplierInvoiceLine_UpdateFromDataArray" />
  </wsdl:message>
  <wsdl:message name="CurrentSupplierInvoiceLine_UpdateFromDataArraySoapOut">
    <wsdl:part name="parameters" element="tns:CurrentSupplierInvoiceLine_UpdateFromDataArrayResponse" />
  </wsdl:message>
  <wsdl:message name="CurrentSupplierInvoiceLine_UpdateFromDataSoapIn">
    <wsdl:part name="parameters" element="tns:CurrentSupplierInvoiceLine_UpdateFromData" />
  </wsdl:message>
  <wsdl:message name="CurrentSupplierInvoiceLine_UpdateFromDataSoapOut">
    <wsdl:part name="parameters" element="tns:CurrentSupplierInvoiceLine_UpdateFromDataResponse" />
  </wsdl:message>
  <wsdl:message name="CurrentSupplierInvoiceLine_GetDataSoapIn">
    <wsdl:part name="parameters" element="tns:CurrentSupplierInvoiceLine_GetData" />
  </wsdl:message>
  <wsdl:message name="CurrentSupplierInvoiceLine_GetDataSoapOut">
    <wsdl:part name="parameters" element="tns:CurrentSupplierInvoiceLine_GetDataResponse" />
  </wsdl:message>
  <wsdl:message name="CurrentSupplierInvoiceLine_GetDataArraySoapIn">
    <wsdl:part name="parameters" element="tns:CurrentSupplierInvoiceLine_GetDataArray" />
  </wsdl:message>
  <wsdl:message name="CurrentSupplierInvoiceLine_GetDataArraySoapOut">
    <wsdl:part name="parameters" element="tns:CurrentSupplierInvoiceLine_GetDataArrayResponse" />
  </wsdl:message>
  <wsdl:message name="CurrentSupplierInvoiceLine_GetInvoiceSoapIn">
    <wsdl:part name="parameters" element="tns:CurrentSupplierInvoiceLine_GetInvoice" />
  </wsdl:message>
  <wsdl:message name="CurrentSupplierInvoiceLine_GetInvoiceSoapOut">
    <wsdl:part name="parameters" element="tns:CurrentSupplierInvoiceLine_GetInvoiceResponse" />
  </wsdl:message>
  <wsdl:message name="CurrentSupplierInvoiceLine_SetProductSoapIn">
    <wsdl:part name="parameters" element="tns:CurrentSupplierInvoiceLine_SetProduct" />
  </wsdl:message>
  <wsdl:message name="CurrentSupplierInvoiceLine_SetProductSoapOut">
    <wsdl:part name="parameters" element="tns:CurrentSupplierInvoiceLine_SetProductResponse" />
  </wsdl:message>
  <wsdl:message name="CurrentSupplierInvoiceLine_GetProductSoapIn">
    <wsdl:part name="parameters" element="tns:CurrentSupplierInvoiceLine_GetProduct" />
  </wsdl:message>
  <wsdl:message name="CurrentSupplierInvoiceLine_GetProductSoapOut">
    <wsdl:part name="parameters" element="tns:CurrentSupplierInvoiceLine_GetProductResponse" />
  </wsdl:message>
  <wsdl:message name="CurrentSupplierInvoiceLine_SetQuantitySoapIn">
    <wsdl:part name="parameters" element="tns:CurrentSupplierInvoiceLine_SetQuantity" />
  </wsdl:message>
  <wsdl:message name="CurrentSupplierInvoiceLine_SetQuantitySoapOut">
    <wsdl:part name="parameters" element="tns:CurrentSupplierInvoiceLine_SetQuantityResponse" />
  </wsdl:message>
  <wsdl:message name="CurrentSupplierInvoiceLine_GetQuantitySoapIn">
    <wsdl:part name="parameters" element="tns:CurrentSupplierInvoiceLine_GetQuantity" />
  </wsdl:message>
  <wsdl:message name="CurrentSupplierInvoiceLine_GetQuantitySoapOut">
    <wsdl:part name="parameters" element="tns:CurrentSupplierInvoiceLine_GetQuantityResponse" />
  </wsdl:message>
  <wsdl:message name="CurrentSupplierInvoiceLine_GetUnitPriceSoapIn">
    <wsdl:part name="parameters" element="tns:CurrentSupplierInvoiceLine_GetUnitPrice" />
  </wsdl:message>
  <wsdl:message name="CurrentSupplierInvoiceLine_GetUnitPriceSoapOut">
    <wsdl:part name="parameters" element="tns:CurrentSupplierInvoiceLine_GetUnitPriceResponse" />
  </wsdl:message>
  <wsdl:message name="CurrentSupplierInvoiceLine_SetUnitPriceSoapIn">
    <wsdl:part name="parameters" element="tns:CurrentSupplierInvoiceLine_SetUnitPrice" />
  </wsdl:message>
  <wsdl:message name="CurrentSupplierInvoiceLine_SetUnitPriceSoapOut">
    <wsdl:part name="parameters" element="tns:CurrentSupplierInvoiceLine_SetUnitPriceResponse" />
  </wsdl:message>
  <wsdl:message name="CurrentSupplierInvoiceLine_CreateSoapIn">
    <wsdl:part name="parameters" element="tns:CurrentSupplierInvoiceLine_Create" />
  </wsdl:message>
  <wsdl:message name="CurrentSupplierInvoiceLine_CreateSoapOut">
    <wsdl:part name="parameters" element="tns:CurrentSupplierInvoiceLine_CreateResponse" />
  </wsdl:message>
  <wsdl:message name="Debtor_CreateFromDataSoapIn">
    <wsdl:part name="parameters" element="tns:Debtor_CreateFromData" />
  </wsdl:message>
  <wsdl:message name="Debtor_CreateFromDataSoapOut">
    <wsdl:part name="parameters" element="tns:Debtor_CreateFromDataResponse" />
  </wsdl:message>
  <wsdl:message name="Debtor_CreateFromDataArraySoapIn">
    <wsdl:part name="parameters" element="tns:Debtor_CreateFromDataArray" />
  </wsdl:message>
  <wsdl:message name="Debtor_CreateFromDataArraySoapOut">
    <wsdl:part name="parameters" element="tns:Debtor_CreateFromDataArrayResponse" />
  </wsdl:message>
  <wsdl:message name="Debtor_UpdateFromDataArraySoapIn">
    <wsdl:part name="parameters" element="tns:Debtor_UpdateFromDataArray" />
  </wsdl:message>
  <wsdl:message name="Debtor_UpdateFromDataArraySoapOut">
    <wsdl:part name="parameters" element="tns:Debtor_UpdateFromDataArrayResponse" />
  </wsdl:message>
  <wsdl:message name="Debtor_UpdateFromDataSoapIn">
    <wsdl:part name="parameters" element="tns:Debtor_UpdateFromData" />
  </wsdl:message>
  <wsdl:message name="Debtor_UpdateFromDataSoapOut">
    <wsdl:part name="parameters" element="tns:Debtor_UpdateFromDataResponse" />
  </wsdl:message>
  <wsdl:message name="Debtor_GetDataSoapIn">
    <wsdl:part name="parameters" element="tns:Debtor_GetData" />
  </wsdl:message>
  <wsdl:message name="Debtor_GetDataSoapOut">
    <wsdl:part name="parameters" element="tns:Debtor_GetDataResponse" />
  </wsdl:message>
  <wsdl:message name="Debtor_GetDataArraySoapIn">
    <wsdl:part name="parameters" element="tns:Debtor_GetDataArray" />
  </wsdl:message>
  <wsdl:message name="Debtor_GetDataArraySoapOut">
    <wsdl:part name="parameters" element="tns:Debtor_GetDataArrayResponse" />
  </wsdl:message>
  <wsdl:message name="Debtor_GetNumberSoapIn">
    <wsdl:part name="parameters" element="tns:Debtor_GetNumber" />
  </wsdl:message>
  <wsdl:message name="Debtor_GetNumberSoapOut">
    <wsdl:part name="parameters" element="tns:Debtor_GetNumberResponse" />
  </wsdl:message>
  <wsdl:message name="Debtor_SetDebtorGroupSoapIn">
    <wsdl:part name="parameters" element="tns:Debtor_SetDebtorGroup" />
  </wsdl:message>
  <wsdl:message name="Debtor_SetDebtorGroupSoapOut">
    <wsdl:part name="parameters" element="tns:Debtor_SetDebtorGroupResponse" />
  </wsdl:message>
  <wsdl:message name="Debtor_GetDebtorGroupSoapIn">
    <wsdl:part name="parameters" element="tns:Debtor_GetDebtorGroup" />
  </wsdl:message>
  <wsdl:message name="Debtor_GetDebtorGroupSoapOut">
    <wsdl:part name="parameters" element="tns:Debtor_GetDebtorGroupResponse" />
  </wsdl:message>
  <wsdl:message name="Debtor_GetNameSoapIn">
    <wsdl:part name="parameters" element="tns:Debtor_GetName" />
  </wsdl:message>
  <wsdl:message name="Debtor_GetNameSoapOut">
    <wsdl:part name="parameters" element="tns:Debtor_GetNameResponse" />
  </wsdl:message>
  <wsdl:message name="Debtor_SetNameSoapIn">
    <wsdl:part name="parameters" element="tns:Debtor_SetName" />
  </wsdl:message>
  <wsdl:message name="Debtor_SetNameSoapOut">
    <wsdl:part name="parameters" element="tns:Debtor_SetNameResponse" />
  </wsdl:message>
  <wsdl:message name="Debtor_SetVatZoneSoapIn">
    <wsdl:part name="parameters" element="tns:Debtor_SetVatZone" />
  </wsdl:message>
  <wsdl:message name="Debtor_SetVatZoneSoapOut">
    <wsdl:part name="parameters" element="tns:Debtor_SetVatZoneResponse" />
  </wsdl:message>
  <wsdl:message name="Debtor_GetVatZoneSoapIn">
    <wsdl:part name="parameters" element="tns:Debtor_GetVatZone" />
  </wsdl:message>
  <wsdl:message name="Debtor_GetVatZoneSoapOut">
    <wsdl:part name="parameters" element="tns:Debtor_GetVatZoneResponse" />
  </wsdl:message>
  <wsdl:message name="Debtor_GetCurrencySoapIn">
    <wsdl:part name="parameters" element="tns:Debtor_GetCurrency" />
  </wsdl:message>
  <wsdl:message name="Debtor_GetCurrencySoapOut">
    <wsdl:part name="parameters" element="tns:Debtor_GetCurrencyResponse" />
  </wsdl:message>
  <wsdl:message name="Debtor_SetCurrencySoapIn">
    <wsdl:part name="parameters" element="tns:Debtor_SetCurrency" />
  </wsdl:message>
  <wsdl:message name="Debtor_SetCurrencySoapOut">
    <wsdl:part name="parameters" element="tns:Debtor_SetCurrencyResponse" />
  </wsdl:message>
  <wsdl:message name="Debtor_SetPriceGroupSoapIn">
    <wsdl:part name="parameters" element="tns:Debtor_SetPriceGroup" />
  </wsdl:message>
  <wsdl:message name="Debtor_SetPriceGroupSoapOut">
    <wsdl:part name="parameters" element="tns:Debtor_SetPriceGroupResponse" />
  </wsdl:message>
  <wsdl:message name="Debtor_GetPriceGroupSoapIn">
    <wsdl:part name="parameters" element="tns:Debtor_GetPriceGroup" />
  </wsdl:message>
  <wsdl:message name="Debtor_GetPriceGroupSoapOut">
    <wsdl:part name="parameters" element="tns:Debtor_GetPriceGroupResponse" />
  </wsdl:message>
  <wsdl:message name="Debtor_SetIsAccessibleSoapIn">
    <wsdl:part name="parameters" element="tns:Debtor_SetIsAccessible" />
  </wsdl:message>
  <wsdl:message name="Debtor_SetIsAccessibleSoapOut">
    <wsdl:part name="parameters" element="tns:Debtor_SetIsAccessibleResponse" />
  </wsdl:message>
  <wsdl:message name="Debtor_GetIsAccessibleSoapIn">
    <wsdl:part name="parameters" element="tns:Debtor_GetIsAccessible" />
  </wsdl:message>
  <wsdl:message name="Debtor_GetIsAccessibleSoapOut">
    <wsdl:part name="parameters" element="tns:Debtor_GetIsAccessibleResponse" />
  </wsdl:message>
  <wsdl:message name="Debtor_GetEanSoapIn">
    <wsdl:part name="parameters" element="tns:Debtor_GetEan" />
  </wsdl:message>
  <wsdl:message name="Debtor_GetEanSoapOut">
    <wsdl:part name="parameters" element="tns:Debtor_GetEanResponse" />
  </wsdl:message>
  <wsdl:message name="Debtor_SetEanSoapIn">
    <wsdl:part name="parameters" element="tns:Debtor_SetEan" />
  </wsdl:message>
  <wsdl:message name="Debtor_SetEanSoapOut">
    <wsdl:part name="parameters" element="tns:Debtor_SetEanResponse" />
  </wsdl:message>
  <wsdl:message name="Debtor_GetPublicEntryNumberSoapIn">
    <wsdl:part name="parameters" element="tns:Debtor_GetPublicEntryNumber" />
  </wsdl:message>
  <wsdl:message name="Debtor_GetPublicEntryNumberSoapOut">
    <wsdl:part name="parameters" element="tns:Debtor_GetPublicEntryNumberResponse" />
  </wsdl:message>
  <wsdl:message name="Debtor_SetPublicEntryNumberSoapIn">
    <wsdl:part name="parameters" element="tns:Debtor_SetPublicEntryNumber" />
  </wsdl:message>
  <wsdl:message name="Debtor_SetPublicEntryNumberSoapOut">
    <wsdl:part name="parameters" element="tns:Debtor_SetPublicEntryNumberResponse" />
  </wsdl:message>
  <wsdl:message name="Debtor_GetEmailSoapIn">
    <wsdl:part name="parameters" element="tns:Debtor_GetEmail" />
  </wsdl:message>
  <wsdl:message name="Debtor_GetEmailSoapOut">
    <wsdl:part name="parameters" element="tns:Debtor_GetEmailResponse" />
  </wsdl:message>
  <wsdl:message name="Debtor_SetEmailSoapIn">
    <wsdl:part name="parameters" element="tns:Debtor_SetEmail" />
  </wsdl:message>
  <wsdl:message name="Debtor_SetEmailSoapOut">
    <wsdl:part name="parameters" element="tns:Debtor_SetEmailResponse" />
  </wsdl:message>
  <wsdl:message name="Debtor_SetTelephoneAndFaxNumberSoapIn">
    <wsdl:part name="parameters" element="tns:Debtor_SetTelephoneAndFaxNumber" />
  </wsdl:message>
  <wsdl:message name="Debtor_SetTelephoneAndFaxNumberSoapOut">
    <wsdl:part name="parameters" element="tns:Debtor_SetTelephoneAndFaxNumberResponse" />
  </wsdl:message>
  <wsdl:message name="Debtor_GetTelephoneAndFaxNumberSoapIn">
    <wsdl:part name="parameters" element="tns:Debtor_GetTelephoneAndFaxNumber" />
  </wsdl:message>
  <wsdl:message name="Debtor_GetTelephoneAndFaxNumberSoapOut">
    <wsdl:part name="parameters" element="tns:Debtor_GetTelephoneAndFaxNumberResponse" />
  </wsdl:message>
  <wsdl:message name="Debtor_SetWebsiteSoapIn">
    <wsdl:part name="parameters" element="tns:Debtor_SetWebsite" />
  </wsdl:message>
  <wsdl:message name="Debtor_SetWebsiteSoapOut">
    <wsdl:part name="parameters" element="tns:Debtor_SetWebsiteResponse" />
  </wsdl:message>
  <wsdl:message name="Debtor_GetWebsiteSoapIn">
    <wsdl:part name="parameters" element="tns:Debtor_GetWebsite" />
  </wsdl:message>
  <wsdl:message name="Debtor_GetWebsiteSoapOut">
    <wsdl:part name="parameters" element="tns:Debtor_GetWebsiteResponse" />
  </wsdl:message>
  <wsdl:message name="Debtor_GetAddressSoapIn">
    <wsdl:part name="parameters" element="tns:Debtor_GetAddress" />
  </wsdl:message>
  <wsdl:message name="Debtor_GetAddressSoapOut">
    <wsdl:part name="parameters" element="tns:Debtor_GetAddressResponse" />
  </wsdl:message>
  <wsdl:message name="Debtor_SetAddressSoapIn">
    <wsdl:part name="parameters" element="tns:Debtor_SetAddress" />
  </wsdl:message>
  <wsdl:message name="Debtor_SetAddressSoapOut">
    <wsdl:part name="parameters" element="tns:Debtor_SetAddressResponse" />
  </wsdl:message>
  <wsdl:message name="Debtor_GetPostalCodeSoapIn">
    <wsdl:part name="parameters" element="tns:Debtor_GetPostalCode" />
  </wsdl:message>
  <wsdl:message name="Debtor_GetPostalCodeSoapOut">
    <wsdl:part name="parameters" element="tns:Debtor_GetPostalCodeResponse" />
  </wsdl:message>
  <wsdl:message name="Debtor_SetPostalCodeSoapIn">
    <wsdl:part name="parameters" element="tns:Debtor_SetPostalCode" />
  </wsdl:message>
  <wsdl:message name="Debtor_SetPostalCodeSoapOut">
    <wsdl:part name="parameters" element="tns:Debtor_SetPostalCodeResponse" />
  </wsdl:message>
  <wsdl:message name="Debtor_GetCitySoapIn">
    <wsdl:part name="parameters" element="tns:Debtor_GetCity" />
  </wsdl:message>
  <wsdl:message name="Debtor_GetCitySoapOut">
    <wsdl:part name="parameters" element="tns:Debtor_GetCityResponse" />
  </wsdl:message>
  <wsdl:message name="Debtor_SetCitySoapIn">
    <wsdl:part name="parameters" element="tns:Debtor_SetCity" />
  </wsdl:message>
  <wsdl:message name="Debtor_SetCitySoapOut">
    <wsdl:part name="parameters" element="tns:Debtor_SetCityResponse" />
  </wsdl:message>
  <wsdl:message name="Debtor_SetCountrySoapIn">
    <wsdl:part name="parameters" element="tns:Debtor_SetCountry" />
  </wsdl:message>
  <wsdl:message name="Debtor_SetCountrySoapOut">
    <wsdl:part name="parameters" element="tns:Debtor_SetCountryResponse" />
  </wsdl:message>
  <wsdl:message name="Debtor_GetCountrySoapIn">
    <wsdl:part name="parameters" element="tns:Debtor_GetCountry" />
  </wsdl:message>
  <wsdl:message name="Debtor_GetCountrySoapOut">
    <wsdl:part name="parameters" element="tns:Debtor_GetCountryResponse" />
  </wsdl:message>
  <wsdl:message name="Debtor_SetCreditMaximumSoapIn">
    <wsdl:part name="parameters" element="tns:Debtor_SetCreditMaximum" />
  </wsdl:message>
  <wsdl:message name="Debtor_SetCreditMaximumSoapOut">
    <wsdl:part name="parameters" element="tns:Debtor_SetCreditMaximumResponse" />
  </wsdl:message>
  <wsdl:message name="Debtor_GetCreditMaximumSoapIn">
    <wsdl:part name="parameters" element="tns:Debtor_GetCreditMaximum" />
  </wsdl:message>
  <wsdl:message name="Debtor_GetCreditMaximumSoapOut">
    <wsdl:part name="parameters" element="tns:Debtor_GetCreditMaximumResponse" />
  </wsdl:message>
  <wsdl:message name="Debtor_GetVatNumberSoapIn">
    <wsdl:part name="parameters" element="tns:Debtor_GetVatNumber" />
  </wsdl:message>
  <wsdl:message name="Debtor_GetVatNumberSoapOut">
    <wsdl:part name="parameters" element="tns:Debtor_GetVatNumberResponse" />
  </wsdl:message>
  <wsdl:message name="Debtor_SetVatNumberSoapIn">
    <wsdl:part name="parameters" element="tns:Debtor_SetVatNumber" />
  </wsdl:message>
  <wsdl:message name="Debtor_SetVatNumberSoapOut">
    <wsdl:part name="parameters" element="tns:Debtor_SetVatNumberResponse" />
  </wsdl:message>
  <wsdl:message name="Debtor_GetCountySoapIn">
    <wsdl:part name="parameters" element="tns:Debtor_GetCounty" />
  </wsdl:message>
  <wsdl:message name="Debtor_GetCountySoapOut">
    <wsdl:part name="parameters" element="tns:Debtor_GetCountyResponse" />
  </wsdl:message>
  <wsdl:message name="Debtor_SetCountySoapIn">
    <wsdl:part name="parameters" element="tns:Debtor_SetCounty" />
  </wsdl:message>
  <wsdl:message name="Debtor_SetCountySoapOut">
    <wsdl:part name="parameters" element="tns:Debtor_SetCountyResponse" />
  </wsdl:message>
  <wsdl:message name="Debtor_GetCINumberSoapIn">
    <wsdl:part name="parameters" element="tns:Debtor_GetCINumber" />
  </wsdl:message>
  <wsdl:message name="Debtor_GetCINumberSoapOut">
    <wsdl:part name="parameters" element="tns:Debtor_GetCINumberResponse" />
  </wsdl:message>
  <wsdl:message name="Debtor_SetCINumberSoapIn">
    <wsdl:part name="parameters" element="tns:Debtor_SetCINumber" />
  </wsdl:message>
  <wsdl:message name="Debtor_SetCINumberSoapOut">
    <wsdl:part name="parameters" element="tns:Debtor_SetCINumberResponse" />
  </wsdl:message>
  <wsdl:message name="Debtor_SetTermOfPaymentSoapIn">
    <wsdl:part name="parameters" element="tns:Debtor_SetTermOfPayment" />
  </wsdl:message>
  <wsdl:message name="Debtor_SetTermOfPaymentSoapOut">
    <wsdl:part name="parameters" element="tns:Debtor_SetTermOfPaymentResponse" />
  </wsdl:message>
  <wsdl:message name="Debtor_GetTermOfPaymentSoapIn">
    <wsdl:part name="parameters" element="tns:Debtor_GetTermOfPayment" />
  </wsdl:message>
  <wsdl:message name="Debtor_GetTermOfPaymentSoapOut">
    <wsdl:part name="parameters" element="tns:Debtor_GetTermOfPaymentResponse" />
  </wsdl:message>
  <wsdl:message name="Debtor_SetLayoutSoapIn">
    <wsdl:part name="parameters" element="tns:Debtor_SetLayout" />
  </wsdl:message>
  <wsdl:message name="Debtor_SetLayoutSoapOut">
    <wsdl:part name="parameters" element="tns:Debtor_SetLayoutResponse" />
  </wsdl:message>
  <wsdl:message name="Debtor_GetLayoutSoapIn">
    <wsdl:part name="parameters" element="tns:Debtor_GetLayout" />
  </wsdl:message>
  <wsdl:message name="Debtor_GetLayoutSoapOut">
    <wsdl:part name="parameters" element="tns:Debtor_GetLayoutResponse" />
  </wsdl:message>
  <wsdl:message name="Debtor_GetAttentionSoapIn">
    <wsdl:part name="parameters" element="tns:Debtor_GetAttention" />
  </wsdl:message>
  <wsdl:message name="Debtor_GetAttentionSoapOut">
    <wsdl:part name="parameters" element="tns:Debtor_GetAttentionResponse" />
  </wsdl:message>
  <wsdl:message name="Debtor_SetAttentionSoapIn">
    <wsdl:part name="parameters" element="tns:Debtor_SetAttention" />
  </wsdl:message>
  <wsdl:message name="Debtor_SetAttentionSoapOut">
    <wsdl:part name="parameters" element="tns:Debtor_SetAttentionResponse" />
  </wsdl:message>
  <wsdl:message name="Debtor_SetYourReferenceSoapIn">
    <wsdl:part name="parameters" element="tns:Debtor_SetYourReference" />
  </wsdl:message>
  <wsdl:message name="Debtor_SetYourReferenceSoapOut">
    <wsdl:part name="parameters" element="tns:Debtor_SetYourReferenceResponse" />
  </wsdl:message>
  <wsdl:message name="Debtor_GetYourReferenceSoapIn">
    <wsdl:part name="parameters" element="tns:Debtor_GetYourReference" />
  </wsdl:message>
  <wsdl:message name="Debtor_GetYourReferenceSoapOut">
    <wsdl:part name="parameters" element="tns:Debtor_GetYourReferenceResponse" />
  </wsdl:message>
  <wsdl:message name="CurrentInvoice_GetDateSoapIn">
    <wsdl:part name="parameters" element="tns:CurrentInvoice_GetDate" />
  </wsdl:message>
  <wsdl:message name="CurrentInvoice_GetDateSoapOut">
    <wsdl:part name="parameters" element="tns:CurrentInvoice_GetDateResponse" />
  </wsdl:message>
  <wsdl:message name="CurrentInvoice_SetDateSoapIn">
    <wsdl:part name="parameters" element="tns:CurrentInvoice_SetDate" />
  </wsdl:message>
  <wsdl:message name="CurrentInvoice_SetDateSoapOut">
    <wsdl:part name="parameters" element="tns:CurrentInvoice_SetDateResponse" />
  </wsdl:message>
  <wsdl:message name="CurrentInvoice_GetTermOfPaymentSoapIn">
    <wsdl:part name="parameters" element="tns:CurrentInvoice_GetTermOfPayment" />
  </wsdl:message>
  <wsdl:message name="CurrentInvoice_GetTermOfPaymentSoapOut">
    <wsdl:part name="parameters" element="tns:CurrentInvoice_GetTermOfPaymentResponse" />
  </wsdl:message>
  <wsdl:message name="CurrentInvoice_SetTermOfPaymentSoapIn">
    <wsdl:part name="parameters" element="tns:CurrentInvoice_SetTermOfPayment" />
  </wsdl:message>
  <wsdl:message name="CurrentInvoice_SetTermOfPaymentSoapOut">
    <wsdl:part name="parameters" element="tns:CurrentInvoice_SetTermOfPaymentResponse" />
  </wsdl:message>
  <wsdl:message name="CurrentInvoice_GetDueDateSoapIn">
    <wsdl:part name="parameters" element="tns:CurrentInvoice_GetDueDate" />
  </wsdl:message>
  <wsdl:message name="CurrentInvoice_GetDueDateSoapOut">
    <wsdl:part name="parameters" element="tns:CurrentInvoice_GetDueDateResponse" />
  </wsdl:message>
  <wsdl:message name="CurrentInvoice_SetDueDateSoapIn">
    <wsdl:part name="parameters" element="tns:CurrentInvoice_SetDueDate" />
  </wsdl:message>
  <wsdl:message name="CurrentInvoice_SetDueDateSoapOut">
    <wsdl:part name="parameters" element="tns:CurrentInvoice_SetDueDateResponse" />
  </wsdl:message>
  <wsdl:message name="CurrentInvoice_GetCurrencySoapIn">
    <wsdl:part name="parameters" element="tns:CurrentInvoice_GetCurrency" />
  </wsdl:message>
  <wsdl:message name="CurrentInvoice_GetCurrencySoapOut">
    <wsdl:part name="parameters" element="tns:CurrentInvoice_GetCurrencyResponse" />
  </wsdl:message>
  <wsdl:message name="CurrentInvoice_SetCurrencySoapIn">
    <wsdl:part name="parameters" element="tns:CurrentInvoice_SetCurrency" />
  </wsdl:message>
  <wsdl:message name="CurrentInvoice_SetCurrencySoapOut">
    <wsdl:part name="parameters" element="tns:CurrentInvoice_SetCurrencyResponse" />
  </wsdl:message>
  <wsdl:message name="CurrentInvoice_GetExchangeRateSoapIn">
    <wsdl:part name="parameters" element="tns:CurrentInvoice_GetExchangeRate" />
  </wsdl:message>
  <wsdl:message name="CurrentInvoice_GetExchangeRateSoapOut">
    <wsdl:part name="parameters" element="tns:CurrentInvoice_GetExchangeRateResponse" />
  </wsdl:message>
  <wsdl:message name="CurrentInvoice_SetExchangeRateSoapIn">
    <wsdl:part name="parameters" element="tns:CurrentInvoice_SetExchangeRate" />
  </wsdl:message>
  <wsdl:message name="CurrentInvoice_SetExchangeRateSoapOut">
    <wsdl:part name="parameters" element="tns:CurrentInvoice_SetExchangeRateResponse" />
  </wsdl:message>
  <wsdl:message name="CurrentInvoice_GetIsVatIncludedSoapIn">
    <wsdl:part name="parameters" element="tns:CurrentInvoice_GetIsVatIncluded" />
  </wsdl:message>
  <wsdl:message name="CurrentInvoice_GetIsVatIncludedSoapOut">
    <wsdl:part name="parameters" element="tns:CurrentInvoice_GetIsVatIncludedResponse" />
  </wsdl:message>
  <wsdl:message name="CurrentInvoice_SetIsVatIncludedSoapIn">
    <wsdl:part name="parameters" element="tns:CurrentInvoice_SetIsVatIncluded" />
  </wsdl:message>
  <wsdl:message name="CurrentInvoice_SetIsVatIncludedSoapOut">
    <wsdl:part name="parameters" element="tns:CurrentInvoice_SetIsVatIncludedResponse" />
  </wsdl:message>
  <wsdl:message name="CurrentInvoice_GetVatZoneSoapIn">
    <wsdl:part name="parameters" element="tns:CurrentInvoice_GetVatZone" />
  </wsdl:message>
  <wsdl:message name="CurrentInvoice_GetVatZoneSoapOut">
    <wsdl:part name="parameters" element="tns:CurrentInvoice_GetVatZoneResponse" />
  </wsdl:message>
  <wsdl:message name="CurrentInvoice_SetVatZoneSoapIn">
    <wsdl:part name="parameters" element="tns:CurrentInvoice_SetVatZone" />
  </wsdl:message>
  <wsdl:message name="CurrentInvoice_SetVatZoneSoapOut">
    <wsdl:part name="parameters" element="tns:CurrentInvoice_SetVatZoneResponse" />
  </wsdl:message>
  <wsdl:message name="CurrentInvoice_GetLayoutSoapIn">
    <wsdl:part name="parameters" element="tns:CurrentInvoice_GetLayout" />
  </wsdl:message>
  <wsdl:message name="CurrentInvoice_GetLayoutSoapOut">
    <wsdl:part name="parameters" element="tns:CurrentInvoice_GetLayoutResponse" />
  </wsdl:message>
  <wsdl:message name="CurrentInvoice_SetLayoutSoapIn">
    <wsdl:part name="parameters" element="tns:CurrentInvoice_SetLayout" />
  </wsdl:message>
  <wsdl:message name="CurrentInvoice_SetLayoutSoapOut">
    <wsdl:part name="parameters" element="tns:CurrentInvoice_SetLayoutResponse" />
  </wsdl:message>
  <wsdl:message name="CurrentInvoice_GetDeliveryLocationSoapIn">
    <wsdl:part name="parameters" element="tns:CurrentInvoice_GetDeliveryLocation" />
  </wsdl:message>
  <wsdl:message name="CurrentInvoice_GetDeliveryLocationSoapOut">
    <wsdl:part name="parameters" element="tns:CurrentInvoice_GetDeliveryLocationResponse" />
  </wsdl:message>
  <wsdl:message name="CurrentInvoice_SetDeliveryLocationSoapIn">
    <wsdl:part name="parameters" element="tns:CurrentInvoice_SetDeliveryLocation" />
  </wsdl:message>
  <wsdl:message name="CurrentInvoice_SetDeliveryLocationSoapOut">
    <wsdl:part name="parameters" element="tns:CurrentInvoice_SetDeliveryLocationResponse" />
  </wsdl:message>
  <wsdl:message name="CurrentInvoice_GetDeliveryAddressSoapIn">
    <wsdl:part name="parameters" element="tns:CurrentInvoice_GetDeliveryAddress" />
  </wsdl:message>
  <wsdl:message name="CurrentInvoice_GetDeliveryAddressSoapOut">
    <wsdl:part name="parameters" element="tns:CurrentInvoice_GetDeliveryAddressResponse" />
  </wsdl:message>
  <wsdl:message name="CurrentInvoice_SetDeliveryAddressSoapIn">
    <wsdl:part name="parameters" element="tns:CurrentInvoice_SetDeliveryAddress" />
  </wsdl:message>
  <wsdl:message name="CurrentInvoice_SetDeliveryAddressSoapOut">
    <wsdl:part name="parameters" element="tns:CurrentInvoice_SetDeliveryAddressResponse" />
  </wsdl:message>
  <wsdl:message name="CurrentInvoice_GetDeliveryPostalCodeSoapIn">
    <wsdl:part name="parameters" element="tns:CurrentInvoice_GetDeliveryPostalCode" />
  </wsdl:message>
  <wsdl:message name="CurrentInvoice_GetDeliveryPostalCodeSoapOut">
    <wsdl:part name="parameters" element="tns:CurrentInvoice_GetDeliveryPostalCodeResponse" />
  </wsdl:message>
  <wsdl:message name="CurrentInvoice_SetDeliveryPostalCodeSoapIn">
    <wsdl:part name="parameters" element="tns:CurrentInvoice_SetDeliveryPostalCode" />
  </wsdl:message>
  <wsdl:message name="CurrentInvoice_SetDeliveryPostalCodeSoapOut">
    <wsdl:part name="parameters" element="tns:CurrentInvoice_SetDeliveryPostalCodeResponse" />
  </wsdl:message>
  <wsdl:message name="CurrentInvoice_GetDeliveryCitySoapIn">
    <wsdl:part name="parameters" element="tns:CurrentInvoice_GetDeliveryCity" />
  </wsdl:message>
  <wsdl:message name="CurrentInvoice_GetDeliveryCitySoapOut">
    <wsdl:part name="parameters" element="tns:CurrentInvoice_GetDeliveryCityResponse" />
  </wsdl:message>
  <wsdl:message name="CurrentInvoice_SetDeliveryCitySoapIn">
    <wsdl:part name="parameters" element="tns:CurrentInvoice_SetDeliveryCity" />
  </wsdl:message>
  <wsdl:message name="CurrentInvoice_SetDeliveryCitySoapOut">
    <wsdl:part name="parameters" element="tns:CurrentInvoice_SetDeliveryCityResponse" />
  </wsdl:message>
  <wsdl:message name="CurrentInvoice_GetDeliveryCountrySoapIn">
    <wsdl:part name="parameters" element="tns:CurrentInvoice_GetDeliveryCountry" />
  </wsdl:message>
  <wsdl:message name="CurrentInvoice_GetDeliveryCountrySoapOut">
    <wsdl:part name="parameters" element="tns:CurrentInvoice_GetDeliveryCountryResponse" />
  </wsdl:message>
  <wsdl:message name="CurrentInvoice_SetDeliveryCountrySoapIn">
    <wsdl:part name="parameters" element="tns:CurrentInvoice_SetDeliveryCountry" />
  </wsdl:message>
  <wsdl:message name="CurrentInvoice_SetDeliveryCountrySoapOut">
    <wsdl:part name="parameters" element="tns:CurrentInvoice_SetDeliveryCountryResponse" />
  </wsdl:message>
  <wsdl:message name="CurrentInvoice_GetTermsOfDeliverySoapIn">
    <wsdl:part name="parameters" element="tns:CurrentInvoice_GetTermsOfDelivery" />
  </wsdl:message>
  <wsdl:message name="CurrentInvoice_GetTermsOfDeliverySoapOut">
    <wsdl:part name="parameters" element="tns:CurrentInvoice_GetTermsOfDeliveryResponse" />
  </wsdl:message>
  <wsdl:message name="CurrentInvoice_SetTermsOfDeliverySoapIn">
    <wsdl:part name="parameters" element="tns:CurrentInvoice_SetTermsOfDelivery" />
  </wsdl:message>
  <wsdl:message name="CurrentInvoice_SetTermsOfDeliverySoapOut">
    <wsdl:part name="parameters" element="tns:CurrentInvoice_SetTermsOfDeliveryResponse" />
  </wsdl:message>
  <wsdl:message name="CurrentInvoice_GetDeliveryDateSoapIn">
    <wsdl:part name="parameters" element="tns:CurrentInvoice_GetDeliveryDate" />
  </wsdl:message>
  <wsdl:message name="CurrentInvoice_GetDeliveryDateSoapOut">
    <wsdl:part name="parameters" element="tns:CurrentInvoice_GetDeliveryDateResponse" />
  </wsdl:message>
  <wsdl:message name="CurrentInvoice_SetDeliveryDateSoapIn">
    <wsdl:part name="parameters" element="tns:CurrentInvoice_SetDeliveryDate" />
  </wsdl:message>
  <wsdl:message name="CurrentInvoice_SetDeliveryDateSoapOut">
    <wsdl:part name="parameters" element="tns:CurrentInvoice_SetDeliveryDateResponse" />
  </wsdl:message>
  <wsdl:message name="CurrentInvoice_GetHeadingSoapIn">
    <wsdl:part name="parameters" element="tns:CurrentInvoice_GetHeading" />
  </wsdl:message>
  <wsdl:message name="CurrentInvoice_GetHeadingSoapOut">
    <wsdl:part name="parameters" element="tns:CurrentInvoice_GetHeadingResponse" />
  </wsdl:message>
  <wsdl:message name="CurrentInvoice_SetHeadingSoapIn">
    <wsdl:part name="parameters" element="tns:CurrentInvoice_SetHeading" />
  </wsdl:message>
  <wsdl:message name="CurrentInvoice_SetHeadingSoapOut">
    <wsdl:part name="parameters" element="tns:CurrentInvoice_SetHeadingResponse" />
  </wsdl:message>
  <wsdl:message name="CurrentInvoice_GetTextLine1SoapIn">
    <wsdl:part name="parameters" element="tns:CurrentInvoice_GetTextLine1" />
  </wsdl:message>
  <wsdl:message name="CurrentInvoice_GetTextLine1SoapOut">
    <wsdl:part name="parameters" element="tns:CurrentInvoice_GetTextLine1Response" />
  </wsdl:message>
  <wsdl:message name="CurrentInvoice_SetTextLine1SoapIn">
    <wsdl:part name="parameters" element="tns:CurrentInvoice_SetTextLine1" />
  </wsdl:message>
  <wsdl:message name="CurrentInvoice_SetTextLine1SoapOut">
    <wsdl:part name="parameters" element="tns:CurrentInvoice_SetTextLine1Response" />
  </wsdl:message>
  <wsdl:message name="CurrentInvoice_GetTextLine2SoapIn">
    <wsdl:part name="parameters" element="tns:CurrentInvoice_GetTextLine2" />
  </wsdl:message>
  <wsdl:message name="CurrentInvoice_GetTextLine2SoapOut">
    <wsdl:part name="parameters" element="tns:CurrentInvoice_GetTextLine2Response" />
  </wsdl:message>
  <wsdl:message name="CurrentInvoice_SetTextLine2SoapIn">
    <wsdl:part name="parameters" element="tns:CurrentInvoice_SetTextLine2" />
  </wsdl:message>
  <wsdl:message name="CurrentInvoice_SetTextLine2SoapOut">
    <wsdl:part name="parameters" element="tns:CurrentInvoice_SetTextLine2Response" />
  </wsdl:message>
  <wsdl:message name="CurrentInvoice_GetOtherReferenceSoapIn">
    <wsdl:part name="parameters" element="tns:CurrentInvoice_GetOtherReference" />
  </wsdl:message>
  <wsdl:message name="CurrentInvoice_GetOtherReferenceSoapOut">
    <wsdl:part name="parameters" element="tns:CurrentInvoice_GetOtherReferenceResponse" />
  </wsdl:message>
  <wsdl:message name="CurrentInvoice_SetOtherReferenceSoapIn">
    <wsdl:part name="parameters" element="tns:CurrentInvoice_SetOtherReference" />
  </wsdl:message>
  <wsdl:message name="CurrentInvoice_SetOtherReferenceSoapOut">
    <wsdl:part name="parameters" element="tns:CurrentInvoice_SetOtherReferenceResponse" />
  </wsdl:message>
  <wsdl:message name="CurrentInvoice_GetNetAmountSoapIn">
    <wsdl:part name="parameters" element="tns:CurrentInvoice_GetNetAmount" />
  </wsdl:message>
  <wsdl:message name="CurrentInvoice_GetNetAmountSoapOut">
    <wsdl:part name="parameters" element="tns:CurrentInvoice_GetNetAmountResponse" />
  </wsdl:message>
  <wsdl:message name="CurrentInvoice_GetVatAmountSoapIn">
    <wsdl:part name="parameters" element="tns:CurrentInvoice_GetVatAmount" />
  </wsdl:message>
  <wsdl:message name="CurrentInvoice_GetVatAmountSoapOut">
    <wsdl:part name="parameters" element="tns:CurrentInvoice_GetVatAmountResponse" />
  </wsdl:message>
  <wsdl:message name="CurrentInvoice_GetGrossAmountSoapIn">
    <wsdl:part name="parameters" element="tns:CurrentInvoice_GetGrossAmount" />
  </wsdl:message>
  <wsdl:message name="CurrentInvoice_GetGrossAmountSoapOut">
    <wsdl:part name="parameters" element="tns:CurrentInvoice_GetGrossAmountResponse" />
  </wsdl:message>
  <wsdl:message name="CurrentInvoice_GetMarginSoapIn">
    <wsdl:part name="parameters" element="tns:CurrentInvoice_GetMargin" />
  </wsdl:message>
  <wsdl:message name="CurrentInvoice_GetMarginSoapOut">
    <wsdl:part name="parameters" element="tns:CurrentInvoice_GetMarginResponse" />
  </wsdl:message>
  <wsdl:message name="CurrentInvoice_GetMarginAsPercentSoapIn">
    <wsdl:part name="parameters" element="tns:CurrentInvoice_GetMarginAsPercent" />
  </wsdl:message>
  <wsdl:message name="CurrentInvoice_GetMarginAsPercentSoapOut">
    <wsdl:part name="parameters" element="tns:CurrentInvoice_GetMarginAsPercentResponse" />
  </wsdl:message>
  <wsdl:message name="CurrentInvoice_GetRoundingAmountSoapIn">
    <wsdl:part name="parameters" element="tns:CurrentInvoice_GetRoundingAmount" />
  </wsdl:message>
  <wsdl:message name="CurrentInvoice_GetRoundingAmountSoapOut">
    <wsdl:part name="parameters" element="tns:CurrentInvoice_GetRoundingAmountResponse" />
  </wsdl:message>
  <wsdl:message name="CurrentInvoice_GetDebtorCountySoapIn">
    <wsdl:part name="parameters" element="tns:CurrentInvoice_GetDebtorCounty" />
  </wsdl:message>
  <wsdl:message name="CurrentInvoice_GetDebtorCountySoapOut">
    <wsdl:part name="parameters" element="tns:CurrentInvoice_GetDebtorCountyResponse" />
  </wsdl:message>
  <wsdl:message name="CurrentInvoice_SetDebtorCountySoapIn">
    <wsdl:part name="parameters" element="tns:CurrentInvoice_SetDebtorCounty" />
  </wsdl:message>
  <wsdl:message name="CurrentInvoice_SetDebtorCountySoapOut">
    <wsdl:part name="parameters" element="tns:CurrentInvoice_SetDebtorCountyResponse" />
  </wsdl:message>
  <wsdl:message name="CurrentInvoice_GetDeliveryCountySoapIn">
    <wsdl:part name="parameters" element="tns:CurrentInvoice_GetDeliveryCounty" />
  </wsdl:message>
  <wsdl:message name="CurrentInvoice_GetDeliveryCountySoapOut">
    <wsdl:part name="parameters" element="tns:CurrentInvoice_GetDeliveryCountyResponse" />
  </wsdl:message>
  <wsdl:message name="CurrentInvoice_SetDeliveryCountySoapIn">
    <wsdl:part name="parameters" element="tns:CurrentInvoice_SetDeliveryCounty" />
  </wsdl:message>
  <wsdl:message name="CurrentInvoice_SetDeliveryCountySoapOut">
    <wsdl:part name="parameters" element="tns:CurrentInvoice_SetDeliveryCountyResponse" />
  </wsdl:message>
  <wsdl:message name="CurrentInvoice_GetDeductionAmountSoapIn">
    <wsdl:part name="parameters" element="tns:CurrentInvoice_GetDeductionAmount" />
  </wsdl:message>
  <wsdl:message name="CurrentInvoice_GetDeductionAmountSoapOut">
    <wsdl:part name="parameters" element="tns:CurrentInvoice_GetDeductionAmountResponse" />
  </wsdl:message>
  <wsdl:message name="CurrentInvoiceLine_CreateFromDataSoapIn">
    <wsdl:part name="parameters" element="tns:CurrentInvoiceLine_CreateFromData" />
  </wsdl:message>
  <wsdl:message name="CurrentInvoiceLine_CreateFromDataSoapOut">
    <wsdl:part name="parameters" element="tns:CurrentInvoiceLine_CreateFromDataResponse" />
  </wsdl:message>
  <wsdl:message name="CurrentInvoiceLine_CreateFromDataArraySoapIn">
    <wsdl:part name="parameters" element="tns:CurrentInvoiceLine_CreateFromDataArray" />
  </wsdl:message>
  <wsdl:message name="CurrentInvoiceLine_CreateFromDataArraySoapOut">
    <wsdl:part name="parameters" element="tns:CurrentInvoiceLine_CreateFromDataArrayResponse" />
  </wsdl:message>
  <wsdl:message name="CurrentInvoiceLine_UpdateFromDataArraySoapIn">
    <wsdl:part name="parameters" element="tns:CurrentInvoiceLine_UpdateFromDataArray" />
  </wsdl:message>
  <wsdl:message name="CurrentInvoiceLine_UpdateFromDataArraySoapOut">
    <wsdl:part name="parameters" element="tns:CurrentInvoiceLine_UpdateFromDataArrayResponse" />
  </wsdl:message>
  <wsdl:message name="CurrentInvoiceLine_UpdateFromDataSoapIn">
    <wsdl:part name="parameters" element="tns:CurrentInvoiceLine_UpdateFromData" />
  </wsdl:message>
  <wsdl:message name="CurrentInvoiceLine_UpdateFromDataSoapOut">
    <wsdl:part name="parameters" element="tns:CurrentInvoiceLine_UpdateFromDataResponse" />
  </wsdl:message>
  <wsdl:message name="CurrentInvoiceLine_GetDataSoapIn">
    <wsdl:part name="parameters" element="tns:CurrentInvoiceLine_GetData" />
  </wsdl:message>
  <wsdl:message name="CurrentInvoiceLine_GetDataSoapOut">
    <wsdl:part name="parameters" element="tns:CurrentInvoiceLine_GetDataResponse" />
  </wsdl:message>
  <wsdl:message name="CurrentInvoiceLine_GetDataArraySoapIn">
    <wsdl:part name="parameters" element="tns:CurrentInvoiceLine_GetDataArray" />
  </wsdl:message>
  <wsdl:message name="CurrentInvoiceLine_GetDataArraySoapOut">
    <wsdl:part name="parameters" element="tns:CurrentInvoiceLine_GetDataArrayResponse" />
  </wsdl:message>
  <wsdl:message name="CurrentInvoiceLine_GetNumberSoapIn">
    <wsdl:part name="parameters" element="tns:CurrentInvoiceLine_GetNumber" />
  </wsdl:message>
  <wsdl:message name="CurrentInvoiceLine_GetNumberSoapOut">
    <wsdl:part name="parameters" element="tns:CurrentInvoiceLine_GetNumberResponse" />
  </wsdl:message>
  <wsdl:message name="CurrentInvoiceLine_GetInvoiceSoapIn">
    <wsdl:part name="parameters" element="tns:CurrentInvoiceLine_GetInvoice" />
  </wsdl:message>
  <wsdl:message name="CurrentInvoiceLine_GetInvoiceSoapOut">
    <wsdl:part name="parameters" element="tns:CurrentInvoiceLine_GetInvoiceResponse" />
  </wsdl:message>
  <wsdl:message name="CurrentInvoiceLine_GetDescriptionSoapIn">
    <wsdl:part name="parameters" element="tns:CurrentInvoiceLine_GetDescription" />
  </wsdl:message>
  <wsdl:message name="CurrentInvoiceLine_GetDescriptionSoapOut">
    <wsdl:part name="parameters" element="tns:CurrentInvoiceLine_GetDescriptionResponse" />
  </wsdl:message>
  <wsdl:message name="CurrentInvoiceLine_SetDescriptionSoapIn">
    <wsdl:part name="parameters" element="tns:CurrentInvoiceLine_SetDescription" />
  </wsdl:message>
  <wsdl:message name="CurrentInvoiceLine_SetDescriptionSoapOut">
    <wsdl:part name="parameters" element="tns:CurrentInvoiceLine_SetDescriptionResponse" />
  </wsdl:message>
  <wsdl:message name="CurrentInvoiceLine_GetDeliveryDateSoapIn">
    <wsdl:part name="parameters" element="tns:CurrentInvoiceLine_GetDeliveryDate" />
  </wsdl:message>
  <wsdl:message name="CurrentInvoiceLine_GetDeliveryDateSoapOut">
    <wsdl:part name="parameters" element="tns:CurrentInvoiceLine_GetDeliveryDateResponse" />
  </wsdl:message>
  <wsdl:message name="CurrentInvoiceLine_SetDeliveryDateSoapIn">
    <wsdl:part name="parameters" element="tns:CurrentInvoiceLine_SetDeliveryDate" />
  </wsdl:message>
  <wsdl:message name="CurrentInvoiceLine_SetDeliveryDateSoapOut">
    <wsdl:part name="parameters" element="tns:CurrentInvoiceLine_SetDeliveryDateResponse" />
  </wsdl:message>
  <wsdl:message name="CurrentInvoiceLine_GetUnitSoapIn">
    <wsdl:part name="parameters" element="tns:CurrentInvoiceLine_GetUnit" />
  </wsdl:message>
  <wsdl:message name="CurrentInvoiceLine_GetUnitSoapOut">
    <wsdl:part name="parameters" element="tns:CurrentInvoiceLine_GetUnitResponse" />
  </wsdl:message>
  <wsdl:message name="CurrentInvoiceLine_SetUnitSoapIn">
    <wsdl:part name="parameters" element="tns:CurrentInvoiceLine_SetUnit" />
  </wsdl:message>
  <wsdl:message name="CurrentInvoiceLine_SetUnitSoapOut">
    <wsdl:part name="parameters" element="tns:CurrentInvoiceLine_SetUnitResponse" />
  </wsdl:message>
  <wsdl:message name="CurrentInvoiceLine_SetProductSoapIn">
    <wsdl:part name="parameters" element="tns:CurrentInvoiceLine_SetProduct" />
  </wsdl:message>
  <wsdl:message name="CurrentInvoiceLine_SetProductSoapOut">
    <wsdl:part name="parameters" element="tns:CurrentInvoiceLine_SetProductResponse" />
  </wsdl:message>
  <wsdl:message name="CurrentInvoiceLine_GetProductSoapIn">
    <wsdl:part name="parameters" element="tns:CurrentInvoiceLine_GetProduct" />
  </wsdl:message>
  <wsdl:message name="CurrentInvoiceLine_GetProductSoapOut">
    <wsdl:part name="parameters" element="tns:CurrentInvoiceLine_GetProductResponse" />
  </wsdl:message>
  <wsdl:message name="CurrentInvoiceLine_SetQuantitySoapIn">
    <wsdl:part name="parameters" element="tns:CurrentInvoiceLine_SetQuantity" />
  </wsdl:message>
  <wsdl:message name="CurrentInvoiceLine_SetQuantitySoapOut">
    <wsdl:part name="parameters" element="tns:CurrentInvoiceLine_SetQuantityResponse" />
  </wsdl:message>
  <wsdl:message name="CurrentInvoiceLine_GetQuantitySoapIn">
    <wsdl:part name="parameters" element="tns:CurrentInvoiceLine_GetQuantity" />
  </wsdl:message>
  <wsdl:message name="CurrentInvoiceLine_GetQuantitySoapOut">
    <wsdl:part name="parameters" element="tns:CurrentInvoiceLine_GetQuantityResponse" />
  </wsdl:message>
  <wsdl:message name="CurrentInvoiceLine_GetUnitNetPriceSoapIn">
    <wsdl:part name="parameters" element="tns:CurrentInvoiceLine_GetUnitNetPrice" />
  </wsdl:message>
  <wsdl:message name="CurrentInvoiceLine_GetUnitNetPriceSoapOut">
    <wsdl:part name="parameters" element="tns:CurrentInvoiceLine_GetUnitNetPriceResponse" />
  </wsdl:message>
  <wsdl:message name="CurrentInvoiceLine_SetUnitNetPriceSoapIn">
    <wsdl:part name="parameters" element="tns:CurrentInvoiceLine_SetUnitNetPrice" />
  </wsdl:message>
  <wsdl:message name="CurrentInvoiceLine_SetUnitNetPriceSoapOut">
    <wsdl:part name="parameters" element="tns:CurrentInvoiceLine_SetUnitNetPriceResponse" />
  </wsdl:message>
  <wsdl:message name="CurrentInvoiceLine_SetUnitCostPriceSoapIn">
    <wsdl:part name="parameters" element="tns:CurrentInvoiceLine_SetUnitCostPrice" />
  </wsdl:message>
  <wsdl:message name="CurrentInvoiceLine_SetUnitCostPriceSoapOut">
    <wsdl:part name="parameters" element="tns:CurrentInvoiceLine_SetUnitCostPriceResponse" />
  </wsdl:message>
  <wsdl:message name="CurrentInvoiceLine_GetDiscountAsPercentSoapIn">
    <wsdl:part name="parameters" element="tns:CurrentInvoiceLine_GetDiscountAsPercent" />
  </wsdl:message>
  <wsdl:message name="CurrentInvoiceLine_GetDiscountAsPercentSoapOut">
    <wsdl:part name="parameters" element="tns:CurrentInvoiceLine_GetDiscountAsPercentResponse" />
  </wsdl:message>
  <wsdl:message name="CurrentInvoiceLine_SetDiscountAsPercentSoapIn">
    <wsdl:part name="parameters" element="tns:CurrentInvoiceLine_SetDiscountAsPercent" />
  </wsdl:message>
  <wsdl:message name="CurrentInvoiceLine_SetDiscountAsPercentSoapOut">
    <wsdl:part name="parameters" element="tns:CurrentInvoiceLine_SetDiscountAsPercentResponse" />
  </wsdl:message>
  <wsdl:message name="CurrentInvoiceLine_GetUnitCostPriceSoapIn">
    <wsdl:part name="parameters" element="tns:CurrentInvoiceLine_GetUnitCostPrice" />
  </wsdl:message>
  <wsdl:message name="CurrentInvoiceLine_GetUnitCostPriceSoapOut">
    <wsdl:part name="parameters" element="tns:CurrentInvoiceLine_GetUnitCostPriceResponse" />
  </wsdl:message>
  <wsdl:message name="CurrentInvoiceLine_GetTotalNetAmountSoapIn">
    <wsdl:part name="parameters" element="tns:CurrentInvoiceLine_GetTotalNetAmount" />
  </wsdl:message>
  <wsdl:message name="CurrentInvoiceLine_GetTotalNetAmountSoapOut">
    <wsdl:part name="parameters" element="tns:CurrentInvoiceLine_GetTotalNetAmountResponse" />
  </wsdl:message>
  <wsdl:message name="CurrentInvoiceLine_GetTotalMarginSoapIn">
    <wsdl:part name="parameters" element="tns:CurrentInvoiceLine_GetTotalMargin" />
  </wsdl:message>
  <wsdl:message name="CurrentInvoiceLine_GetTotalMarginSoapOut">
    <wsdl:part name="parameters" element="tns:CurrentInvoiceLine_GetTotalMarginResponse" />
  </wsdl:message>
  <wsdl:message name="CurrentInvoiceLine_GetMarginAsPercentSoapIn">
    <wsdl:part name="parameters" element="tns:CurrentInvoiceLine_GetMarginAsPercent" />
  </wsdl:message>
  <wsdl:message name="CurrentInvoiceLine_GetMarginAsPercentSoapOut">
    <wsdl:part name="parameters" element="tns:CurrentInvoiceLine_GetMarginAsPercentResponse" />
  </wsdl:message>
  <wsdl:message name="CurrentInvoiceLine_SetDepartmentSoapIn">
    <wsdl:part name="parameters" element="tns:CurrentInvoiceLine_SetDepartment" />
  </wsdl:message>
  <wsdl:message name="CurrentInvoiceLine_SetDepartmentSoapOut">
    <wsdl:part name="parameters" element="tns:CurrentInvoiceLine_SetDepartmentResponse" />
  </wsdl:message>
  <wsdl:message name="CurrentInvoiceLine_GetDepartmentSoapIn">
    <wsdl:part name="parameters" element="tns:CurrentInvoiceLine_GetDepartment" />
  </wsdl:message>
  <wsdl:message name="CurrentInvoiceLine_GetDepartmentSoapOut">
    <wsdl:part name="parameters" element="tns:CurrentInvoiceLine_GetDepartmentResponse" />
  </wsdl:message>
  <wsdl:message name="CurrentInvoiceLine_GetDistributionKeySoapIn">
    <wsdl:part name="parameters" element="tns:CurrentInvoiceLine_GetDistributionKey" />
  </wsdl:message>
  <wsdl:message name="CurrentInvoiceLine_GetDistributionKeySoapOut">
    <wsdl:part name="parameters" element="tns:CurrentInvoiceLine_GetDistributionKeyResponse" />
  </wsdl:message>
  <wsdl:message name="CurrentInvoiceLine_SetDistributionKeySoapIn">
    <wsdl:part name="parameters" element="tns:CurrentInvoiceLine_SetDistributionKey" />
  </wsdl:message>
  <wsdl:message name="CurrentInvoiceLine_SetDistributionKeySoapOut">
    <wsdl:part name="parameters" element="tns:CurrentInvoiceLine_SetDistributionKeyResponse" />
  </wsdl:message>
  <wsdl:message name="CurrentInvoiceLine_GetInventoryLocationSoapIn">
    <wsdl:part name="parameters" element="tns:CurrentInvoiceLine_GetInventoryLocation" />
  </wsdl:message>
  <wsdl:message name="CurrentInvoiceLine_GetInventoryLocationSoapOut">
    <wsdl:part name="parameters" element="tns:CurrentInvoiceLine_GetInventoryLocationResponse" />
  </wsdl:message>
  <wsdl:message name="CurrentInvoiceLine_SetInventoryLocationSoapIn">
    <wsdl:part name="parameters" element="tns:CurrentInvoiceLine_SetInventoryLocation" />
  </wsdl:message>
  <wsdl:message name="CurrentInvoiceLine_SetInventoryLocationSoapOut">
    <wsdl:part name="parameters" element="tns:CurrentInvoiceLine_SetInventoryLocationResponse" />
  </wsdl:message>
  <wsdl:message name="OrderLine_GetInventoryLocationSoapIn">
    <wsdl:part name="parameters" element="tns:OrderLine_GetInventoryLocation" />
  </wsdl:message>
  <wsdl:message name="OrderLine_GetInventoryLocationSoapOut">
    <wsdl:part name="parameters" element="tns:OrderLine_GetInventoryLocationResponse" />
  </wsdl:message>
  <wsdl:message name="OrderLine_SetInventoryLocationSoapIn">
    <wsdl:part name="parameters" element="tns:OrderLine_SetInventoryLocation" />
  </wsdl:message>
  <wsdl:message name="OrderLine_SetInventoryLocationSoapOut">
    <wsdl:part name="parameters" element="tns:OrderLine_SetInventoryLocationResponse" />
  </wsdl:message>
  <wsdl:message name="QuotationLine_GetInventoryLocationSoapIn">
    <wsdl:part name="parameters" element="tns:QuotationLine_GetInventoryLocation" />
  </wsdl:message>
  <wsdl:message name="QuotationLine_GetInventoryLocationSoapOut">
    <wsdl:part name="parameters" element="tns:QuotationLine_GetInventoryLocationResponse" />
  </wsdl:message>
  <wsdl:message name="CreditorEntry_GetAccountSoapIn">
    <wsdl:part name="parameters" element="tns:CreditorEntry_GetAccount" />
  </wsdl:message>
  <wsdl:message name="CreditorEntry_GetAccountSoapOut">
    <wsdl:part name="parameters" element="tns:CreditorEntry_GetAccountResponse" />
  </wsdl:message>
  <wsdl:message name="CreditorEntry_GetVoucherNumberSoapIn">
    <wsdl:part name="parameters" element="tns:CreditorEntry_GetVoucherNumber" />
  </wsdl:message>
  <wsdl:message name="CreditorEntry_GetVoucherNumberSoapOut">
    <wsdl:part name="parameters" element="tns:CreditorEntry_GetVoucherNumberResponse" />
  </wsdl:message>
  <wsdl:message name="CreditorEntry_GetTextSoapIn">
    <wsdl:part name="parameters" element="tns:CreditorEntry_GetText" />
  </wsdl:message>
  <wsdl:message name="CreditorEntry_GetTextSoapOut">
    <wsdl:part name="parameters" element="tns:CreditorEntry_GetTextResponse" />
  </wsdl:message>
  <wsdl:message name="CreditorEntry_GetAmountDefaultCurrencySoapIn">
    <wsdl:part name="parameters" element="tns:CreditorEntry_GetAmountDefaultCurrency" />
  </wsdl:message>
  <wsdl:message name="CreditorEntry_GetAmountDefaultCurrencySoapOut">
    <wsdl:part name="parameters" element="tns:CreditorEntry_GetAmountDefaultCurrencyResponse" />
  </wsdl:message>
  <wsdl:message name="CreditorEntry_GetCurrencySoapIn">
    <wsdl:part name="parameters" element="tns:CreditorEntry_GetCurrency" />
  </wsdl:message>
  <wsdl:message name="CreditorEntry_GetCurrencySoapOut">
    <wsdl:part name="parameters" element="tns:CreditorEntry_GetCurrencyResponse" />
  </wsdl:message>
  <wsdl:message name="CreditorEntry_GetAmountSoapIn">
    <wsdl:part name="parameters" element="tns:CreditorEntry_GetAmount" />
  </wsdl:message>
  <wsdl:message name="CreditorEntry_GetAmountSoapOut">
    <wsdl:part name="parameters" element="tns:CreditorEntry_GetAmountResponse" />
  </wsdl:message>
  <wsdl:message name="CreditorEntry_GetInvoiceNumberSoapIn">
    <wsdl:part name="parameters" element="tns:CreditorEntry_GetInvoiceNumber" />
  </wsdl:message>
  <wsdl:message name="CreditorEntry_GetInvoiceNumberSoapOut">
    <wsdl:part name="parameters" element="tns:CreditorEntry_GetInvoiceNumberResponse" />
  </wsdl:message>
  <wsdl:message name="CreditorEntry_GetDueDateSoapIn">
    <wsdl:part name="parameters" element="tns:CreditorEntry_GetDueDate" />
  </wsdl:message>
  <wsdl:message name="CreditorEntry_GetDueDateSoapOut">
    <wsdl:part name="parameters" element="tns:CreditorEntry_GetDueDateResponse" />
  </wsdl:message>
  <wsdl:message name="CreditorEntry_GetRemainderSoapIn">
    <wsdl:part name="parameters" element="tns:CreditorEntry_GetRemainder" />
  </wsdl:message>
  <wsdl:message name="CreditorEntry_GetRemainderSoapOut">
    <wsdl:part name="parameters" element="tns:CreditorEntry_GetRemainderResponse" />
  </wsdl:message>
  <wsdl:message name="CreditorEntry_GetRemainderDefaultCurrencySoapIn">
    <wsdl:part name="parameters" element="tns:CreditorEntry_GetRemainderDefaultCurrency" />
  </wsdl:message>
  <wsdl:message name="CreditorEntry_GetRemainderDefaultCurrencySoapOut">
    <wsdl:part name="parameters" element="tns:CreditorEntry_GetRemainderDefaultCurrencyResponse" />
  </wsdl:message>
  <wsdl:message name="CreditorEntry_FindBySerialNumberSoapIn">
    <wsdl:part name="parameters" element="tns:CreditorEntry_FindBySerialNumber" />
  </wsdl:message>
  <wsdl:message name="CreditorEntry_FindBySerialNumberSoapOut">
    <wsdl:part name="parameters" element="tns:CreditorEntry_FindBySerialNumberResponse" />
  </wsdl:message>
  <wsdl:message name="CreditorEntry_FindBySerialNumberTypeAndInvoiceNumberSoapIn">
    <wsdl:part name="parameters" element="tns:CreditorEntry_FindBySerialNumberTypeAndInvoiceNumber" />
  </wsdl:message>
  <wsdl:message name="CreditorEntry_FindBySerialNumberTypeAndInvoiceNumberSoapOut">
    <wsdl:part name="parameters" element="tns:CreditorEntry_FindBySerialNumberTypeAndInvoiceNumberResponse" />
  </wsdl:message>
  <wsdl:message name="CreditorEntry_FindByInvoiceNumberSoapIn">
    <wsdl:part name="parameters" element="tns:CreditorEntry_FindByInvoiceNumber" />
  </wsdl:message>
  <wsdl:message name="CreditorEntry_FindByInvoiceNumberSoapOut">
    <wsdl:part name="parameters" element="tns:CreditorEntry_FindByInvoiceNumberResponse" />
  </wsdl:message>
  <wsdl:message name="CreditorEntry_MatchEntriesSoapIn">
    <wsdl:part name="parameters" element="tns:CreditorEntry_MatchEntries" />
  </wsdl:message>
  <wsdl:message name="CreditorEntry_MatchEntriesSoapOut">
    <wsdl:part name="parameters" element="tns:CreditorEntry_MatchEntriesResponse" />
  </wsdl:message>
  <wsdl:message name="CreditorGroup_CreateFromDataSoapIn">
    <wsdl:part name="parameters" element="tns:CreditorGroup_CreateFromData" />
  </wsdl:message>
  <wsdl:message name="CreditorGroup_CreateFromDataSoapOut">
    <wsdl:part name="parameters" element="tns:CreditorGroup_CreateFromDataResponse" />
  </wsdl:message>
  <wsdl:message name="CreditorGroup_CreateFromDataArraySoapIn">
    <wsdl:part name="parameters" element="tns:CreditorGroup_CreateFromDataArray" />
  </wsdl:message>
  <wsdl:message name="CreditorGroup_CreateFromDataArraySoapOut">
    <wsdl:part name="parameters" element="tns:CreditorGroup_CreateFromDataArrayResponse" />
  </wsdl:message>
  <wsdl:message name="CreditorGroup_UpdateFromDataArraySoapIn">
    <wsdl:part name="parameters" element="tns:CreditorGroup_UpdateFromDataArray" />
  </wsdl:message>
  <wsdl:message name="CreditorGroup_UpdateFromDataArraySoapOut">
    <wsdl:part name="parameters" element="tns:CreditorGroup_UpdateFromDataArrayResponse" />
  </wsdl:message>
  <wsdl:message name="CreditorGroup_UpdateFromDataSoapIn">
    <wsdl:part name="parameters" element="tns:CreditorGroup_UpdateFromData" />
  </wsdl:message>
  <wsdl:message name="CreditorGroup_UpdateFromDataSoapOut">
    <wsdl:part name="parameters" element="tns:CreditorGroup_UpdateFromDataResponse" />
  </wsdl:message>
  <wsdl:message name="CreditorGroup_GetDataSoapIn">
    <wsdl:part name="parameters" element="tns:CreditorGroup_GetData" />
  </wsdl:message>
  <wsdl:message name="CreditorGroup_GetDataSoapOut">
    <wsdl:part name="parameters" element="tns:CreditorGroup_GetDataResponse" />
  </wsdl:message>
  <wsdl:message name="CreditorGroup_GetDataArraySoapIn">
    <wsdl:part name="parameters" element="tns:CreditorGroup_GetDataArray" />
  </wsdl:message>
  <wsdl:message name="CreditorGroup_GetDataArraySoapOut">
    <wsdl:part name="parameters" element="tns:CreditorGroup_GetDataArrayResponse" />
  </wsdl:message>
  <wsdl:message name="CreditorGroup_CreateSoapIn">
    <wsdl:part name="parameters" element="tns:CreditorGroup_Create" />
  </wsdl:message>
  <wsdl:message name="CreditorGroup_CreateSoapOut">
    <wsdl:part name="parameters" element="tns:CreditorGroup_CreateResponse" />
  </wsdl:message>
  <wsdl:message name="CreditorGroup_GetAllSoapIn">
    <wsdl:part name="parameters" element="tns:CreditorGroup_GetAll" />
  </wsdl:message>
  <wsdl:message name="CreditorGroup_GetAllSoapOut">
    <wsdl:part name="parameters" element="tns:CreditorGroup_GetAllResponse" />
  </wsdl:message>
  <wsdl:message name="CreditorGroup_FindByNumberSoapIn">
    <wsdl:part name="parameters" element="tns:CreditorGroup_FindByNumber" />
  </wsdl:message>
  <wsdl:message name="CreditorGroup_FindByNumberSoapOut">
    <wsdl:part name="parameters" element="tns:CreditorGroup_FindByNumberResponse" />
  </wsdl:message>
  <wsdl:message name="CreditorGroup_FindByNumberListSoapIn">
    <wsdl:part name="parameters" element="tns:CreditorGroup_FindByNumberList" />
  </wsdl:message>
  <wsdl:message name="CreditorGroup_FindByNumberListSoapOut">
    <wsdl:part name="parameters" element="tns:CreditorGroup_FindByNumberListResponse" />
  </wsdl:message>
  <wsdl:message name="CreditorGroup_FindByNameSoapIn">
    <wsdl:part name="parameters" element="tns:CreditorGroup_FindByName" />
  </wsdl:message>
  <wsdl:message name="CreditorGroup_FindByNameSoapOut">
    <wsdl:part name="parameters" element="tns:CreditorGroup_FindByNameResponse" />
  </wsdl:message>
  <wsdl:message name="CreditorGroup_GetCreditorsSoapIn">
    <wsdl:part name="parameters" element="tns:CreditorGroup_GetCreditors" />
  </wsdl:message>
  <wsdl:message name="CreditorGroup_GetCreditorsSoapOut">
    <wsdl:part name="parameters" element="tns:CreditorGroup_GetCreditorsResponse" />
  </wsdl:message>
  <wsdl:message name="CreditorGroup_GetNumberSoapIn">
    <wsdl:part name="parameters" element="tns:CreditorGroup_GetNumber" />
  </wsdl:message>
  <wsdl:message name="CreditorGroup_GetNumberSoapOut">
    <wsdl:part name="parameters" element="tns:CreditorGroup_GetNumberResponse" />
  </wsdl:message>
  <wsdl:message name="CreditorGroup_GetNameSoapIn">
    <wsdl:part name="parameters" element="tns:CreditorGroup_GetName" />
  </wsdl:message>
  <wsdl:message name="CreditorGroup_GetNameSoapOut">
    <wsdl:part name="parameters" element="tns:CreditorGroup_GetNameResponse" />
  </wsdl:message>
  <wsdl:message name="CreditorGroup_SetNameSoapIn">
    <wsdl:part name="parameters" element="tns:CreditorGroup_SetName" />
  </wsdl:message>
  <wsdl:message name="CreditorGroup_SetNameSoapOut">
    <wsdl:part name="parameters" element="tns:CreditorGroup_SetNameResponse" />
  </wsdl:message>
  <wsdl:message name="CreditorGroup_GetAccountSoapIn">
    <wsdl:part name="parameters" element="tns:CreditorGroup_GetAccount" />
  </wsdl:message>
  <wsdl:message name="CreditorGroup_GetAccountSoapOut">
    <wsdl:part name="parameters" element="tns:CreditorGroup_GetAccountResponse" />
  </wsdl:message>
  <wsdl:message name="CreditorGroup_SetAccountSoapIn">
    <wsdl:part name="parameters" element="tns:CreditorGroup_SetAccount" />
  </wsdl:message>
  <wsdl:message name="CreditorGroup_SetAccountSoapOut">
    <wsdl:part name="parameters" element="tns:CreditorGroup_SetAccountResponse" />
  </wsdl:message>
  <wsdl:message name="Currency_GetDataSoapIn">
    <wsdl:part name="parameters" element="tns:Currency_GetData" />
  </wsdl:message>
  <wsdl:message name="Currency_GetDataSoapOut">
    <wsdl:part name="parameters" element="tns:Currency_GetDataResponse" />
  </wsdl:message>
  <wsdl:message name="Currency_GetDataArraySoapIn">
    <wsdl:part name="parameters" element="tns:Currency_GetDataArray" />
  </wsdl:message>
  <wsdl:message name="Currency_GetDataArraySoapOut">
    <wsdl:part name="parameters" element="tns:Currency_GetDataArrayResponse" />
  </wsdl:message>
  <wsdl:message name="Currency_GetCodeSoapIn">
    <wsdl:part name="parameters" element="tns:Currency_GetCode" />
  </wsdl:message>
  <wsdl:message name="Currency_GetCodeSoapOut">
    <wsdl:part name="parameters" element="tns:Currency_GetCodeResponse" />
  </wsdl:message>
  <wsdl:message name="Currency_GetAllSoapIn">
    <wsdl:part name="parameters" element="tns:Currency_GetAll" />
  </wsdl:message>
  <wsdl:message name="Currency_GetAllSoapOut">
    <wsdl:part name="parameters" element="tns:Currency_GetAllResponse" />
  </wsdl:message>
  <wsdl:message name="Currency_FindByCodeSoapIn">
    <wsdl:part name="parameters" element="tns:Currency_FindByCode" />
  </wsdl:message>
  <wsdl:message name="Currency_FindByCodeSoapOut">
    <wsdl:part name="parameters" element="tns:Currency_FindByCodeResponse" />
  </wsdl:message>
  <wsdl:message name="CurrentInvoice_CreateFromDataSoapIn">
    <wsdl:part name="parameters" element="tns:CurrentInvoice_CreateFromData" />
  </wsdl:message>
  <wsdl:message name="CurrentInvoice_CreateFromDataSoapOut">
    <wsdl:part name="parameters" element="tns:CurrentInvoice_CreateFromDataResponse" />
  </wsdl:message>
  <wsdl:message name="CurrentInvoice_CreateFromDataArraySoapIn">
    <wsdl:part name="parameters" element="tns:CurrentInvoice_CreateFromDataArray" />
  </wsdl:message>
  <wsdl:message name="CurrentInvoice_CreateFromDataArraySoapOut">
    <wsdl:part name="parameters" element="tns:CurrentInvoice_CreateFromDataArrayResponse" />
  </wsdl:message>
  <wsdl:message name="CurrentInvoice_UpdateFromDataArraySoapIn">
    <wsdl:part name="parameters" element="tns:CurrentInvoice_UpdateFromDataArray" />
  </wsdl:message>
  <wsdl:message name="CurrentInvoice_UpdateFromDataArraySoapOut">
    <wsdl:part name="parameters" element="tns:CurrentInvoice_UpdateFromDataArrayResponse" />
  </wsdl:message>
  <wsdl:message name="CurrentInvoice_UpdateFromDataSoapIn">
    <wsdl:part name="parameters" element="tns:CurrentInvoice_UpdateFromData" />
  </wsdl:message>
  <wsdl:message name="CurrentInvoice_UpdateFromDataSoapOut">
    <wsdl:part name="parameters" element="tns:CurrentInvoice_UpdateFromDataResponse" />
  </wsdl:message>
  <wsdl:message name="CurrentInvoice_GetDataSoapIn">
    <wsdl:part name="parameters" element="tns:CurrentInvoice_GetData" />
  </wsdl:message>
  <wsdl:message name="CurrentInvoice_GetDataSoapOut">
    <wsdl:part name="parameters" element="tns:CurrentInvoice_GetDataResponse" />
  </wsdl:message>
  <wsdl:message name="CurrentInvoice_GetDataArraySoapIn">
    <wsdl:part name="parameters" element="tns:CurrentInvoice_GetDataArray" />
  </wsdl:message>
  <wsdl:message name="CurrentInvoice_GetDataArraySoapOut">
    <wsdl:part name="parameters" element="tns:CurrentInvoice_GetDataArrayResponse" />
  </wsdl:message>
  <wsdl:message name="CurrentInvoice_CreateSoapIn">
    <wsdl:part name="parameters" element="tns:CurrentInvoice_Create" />
  </wsdl:message>
  <wsdl:message name="CurrentInvoice_CreateSoapOut">
    <wsdl:part name="parameters" element="tns:CurrentInvoice_CreateResponse" />
  </wsdl:message>
  <wsdl:message name="CurrentInvoice_GetAllSoapIn">
    <wsdl:part name="parameters" element="tns:CurrentInvoice_GetAll" />
  </wsdl:message>
  <wsdl:message name="CurrentInvoice_GetAllSoapOut">
    <wsdl:part name="parameters" element="tns:CurrentInvoice_GetAllResponse" />
  </wsdl:message>
  <wsdl:message name="CurrentInvoice_FindByOurReferenceSoapIn">
    <wsdl:part name="parameters" element="tns:CurrentInvoice_FindByOurReference" />
  </wsdl:message>
  <wsdl:message name="CurrentInvoice_FindByOurReferenceSoapOut">
    <wsdl:part name="parameters" element="tns:CurrentInvoice_FindByOurReferenceResponse" />
  </wsdl:message>
  <wsdl:message name="CurrentInvoice_FindByOtherReferenceSoapIn">
    <wsdl:part name="parameters" element="tns:CurrentInvoice_FindByOtherReference" />
  </wsdl:message>
  <wsdl:message name="CurrentInvoice_FindByOtherReferenceSoapOut">
    <wsdl:part name="parameters" element="tns:CurrentInvoice_FindByOtherReferenceResponse" />
  </wsdl:message>
  <wsdl:message name="CurrentInvoice_FindByDateIntervalSoapIn">
    <wsdl:part name="parameters" element="tns:CurrentInvoice_FindByDateInterval" />
  </wsdl:message>
  <wsdl:message name="CurrentInvoice_FindByDateIntervalSoapOut">
    <wsdl:part name="parameters" element="tns:CurrentInvoice_FindByDateIntervalResponse" />
  </wsdl:message>
  <wsdl:message name="CurrentInvoice_GetAllUpdatedSoapIn">
    <wsdl:part name="parameters" element="tns:CurrentInvoice_GetAllUpdated" />
  </wsdl:message>
  <wsdl:message name="CurrentInvoice_GetAllUpdatedSoapOut">
    <wsdl:part name="parameters" element="tns:CurrentInvoice_GetAllUpdatedResponse" />
  </wsdl:message>
  <wsdl:message name="CurrentInvoice_GetPdfSoapIn">
    <wsdl:part name="parameters" element="tns:CurrentInvoice_GetPdf" />
  </wsdl:message>
  <wsdl:message name="CurrentInvoice_GetPdfSoapOut">
    <wsdl:part name="parameters" element="tns:CurrentInvoice_GetPdfResponse" />
  </wsdl:message>
  <wsdl:message name="CurrentInvoice_BookSoapIn">
    <wsdl:part name="parameters" element="tns:CurrentInvoice_Book" />
  </wsdl:message>
  <wsdl:message name="CurrentInvoice_BookSoapOut">
    <wsdl:part name="parameters" element="tns:CurrentInvoice_BookResponse" />
  </wsdl:message>
  <wsdl:message name="CurrentInvoice_BookWithNumberSoapIn">
    <wsdl:part name="parameters" element="tns:CurrentInvoice_BookWithNumber" />
  </wsdl:message>
  <wsdl:message name="CurrentInvoice_BookWithNumberSoapOut">
    <wsdl:part name="parameters" element="tns:CurrentInvoice_BookWithNumberResponse" />
  </wsdl:message>
  <wsdl:message name="CurrentInvoice_BookAndSendElectronicInvoiceSoapIn">
    <wsdl:part name="parameters" element="tns:CurrentInvoice_BookAndSendElectronicInvoice" />
  </wsdl:message>
  <wsdl:message name="CurrentInvoice_BookAndSendElectronicInvoiceSoapOut">
    <wsdl:part name="parameters" element="tns:CurrentInvoice_BookAndSendElectronicInvoiceResponse" />
  </wsdl:message>
  <wsdl:message name="CurrentInvoice_BookWithNumberAndSendElectronicInvoiceSoapIn">
    <wsdl:part name="parameters" element="tns:CurrentInvoice_BookWithNumberAndSendElectronicInvoice" />
  </wsdl:message>
  <wsdl:message name="CurrentInvoice_BookWithNumberAndSendElectronicInvoiceSoapOut">
    <wsdl:part name="parameters" element="tns:CurrentInvoice_BookWithNumberAndSendElectronicInvoiceResponse" />
  </wsdl:message>
  <wsdl:message name="CurrentInvoice_DeleteSoapIn">
    <wsdl:part name="parameters" element="tns:CurrentInvoice_Delete" />
  </wsdl:message>
  <wsdl:message name="CurrentInvoice_DeleteSoapOut">
    <wsdl:part name="parameters" element="tns:CurrentInvoice_DeleteResponse" />
  </wsdl:message>
  <wsdl:message name="CurrentInvoice_GetLinesSoapIn">
    <wsdl:part name="parameters" element="tns:CurrentInvoice_GetLines" />
  </wsdl:message>
  <wsdl:message name="CurrentInvoice_GetLinesSoapOut">
    <wsdl:part name="parameters" element="tns:CurrentInvoice_GetLinesResponse" />
  </wsdl:message>
  <wsdl:message name="CurrentInvoiceLine_FindByCurrentInvoiceListSoapIn">
    <wsdl:part name="parameters" element="tns:CurrentInvoiceLine_FindByCurrentInvoiceList" />
  </wsdl:message>
  <wsdl:message name="CurrentInvoiceLine_FindByCurrentInvoiceListSoapOut">
    <wsdl:part name="parameters" element="tns:CurrentInvoiceLine_FindByCurrentInvoiceListResponse" />
  </wsdl:message>
  <wsdl:message name="OrderLine_FindByOrderListSoapIn">
    <wsdl:part name="parameters" element="tns:OrderLine_FindByOrderList" />
  </wsdl:message>
  <wsdl:message name="OrderLine_FindByOrderListSoapOut">
    <wsdl:part name="parameters" element="tns:OrderLine_FindByOrderListResponse" />
  </wsdl:message>
  <wsdl:message name="QuotationLine_FindByQuotationListSoapIn">
    <wsdl:part name="parameters" element="tns:QuotationLine_FindByQuotationList" />
  </wsdl:message>
  <wsdl:message name="QuotationLine_FindByQuotationListSoapOut">
    <wsdl:part name="parameters" element="tns:QuotationLine_FindByQuotationListResponse" />
  </wsdl:message>
  <wsdl:message name="InvoiceLine_FindByInvoiceListSoapIn">
    <wsdl:part name="parameters" element="tns:InvoiceLine_FindByInvoiceList" />
  </wsdl:message>
  <wsdl:message name="InvoiceLine_FindByInvoiceListSoapOut">
    <wsdl:part name="parameters" element="tns:InvoiceLine_FindByInvoiceListResponse" />
  </wsdl:message>
  <wsdl:message name="CurrentInvoice_GetDebtorSoapIn">
    <wsdl:part name="parameters" element="tns:CurrentInvoice_GetDebtor" />
  </wsdl:message>
  <wsdl:message name="CurrentInvoice_GetDebtorSoapOut">
    <wsdl:part name="parameters" element="tns:CurrentInvoice_GetDebtorResponse" />
  </wsdl:message>
  <wsdl:message name="CurrentInvoice_SetDebtorSoapIn">
    <wsdl:part name="parameters" element="tns:CurrentInvoice_SetDebtor" />
  </wsdl:message>
  <wsdl:message name="CurrentInvoice_SetDebtorSoapOut">
    <wsdl:part name="parameters" element="tns:CurrentInvoice_SetDebtorResponse" />
  </wsdl:message>
  <wsdl:message name="CurrentInvoice_GetProjectSoapIn">
    <wsdl:part name="parameters" element="tns:CurrentInvoice_GetProject" />
  </wsdl:message>
  <wsdl:message name="CurrentInvoice_GetProjectSoapOut">
    <wsdl:part name="parameters" element="tns:CurrentInvoice_GetProjectResponse" />
  </wsdl:message>
  <wsdl:message name="CurrentInvoice_SetProjectSoapIn">
    <wsdl:part name="parameters" element="tns:CurrentInvoice_SetProject" />
  </wsdl:message>
  <wsdl:message name="CurrentInvoice_SetProjectSoapOut">
    <wsdl:part name="parameters" element="tns:CurrentInvoice_SetProjectResponse" />
  </wsdl:message>
  <wsdl:message name="CurrentInvoice_GetDebtorNameSoapIn">
    <wsdl:part name="parameters" element="tns:CurrentInvoice_GetDebtorName" />
  </wsdl:message>
  <wsdl:message name="CurrentInvoice_GetDebtorNameSoapOut">
    <wsdl:part name="parameters" element="tns:CurrentInvoice_GetDebtorNameResponse" />
  </wsdl:message>
  <wsdl:message name="CurrentInvoice_SetDebtorNameSoapIn">
    <wsdl:part name="parameters" element="tns:CurrentInvoice_SetDebtorName" />
  </wsdl:message>
  <wsdl:message name="CurrentInvoice_SetDebtorNameSoapOut">
    <wsdl:part name="parameters" element="tns:CurrentInvoice_SetDebtorNameResponse" />
  </wsdl:message>
  <wsdl:message name="CurrentInvoice_GetDebtorAddressSoapIn">
    <wsdl:part name="parameters" element="tns:CurrentInvoice_GetDebtorAddress" />
  </wsdl:message>
  <wsdl:message name="CurrentInvoice_GetDebtorAddressSoapOut">
    <wsdl:part name="parameters" element="tns:CurrentInvoice_GetDebtorAddressResponse" />
  </wsdl:message>
  <wsdl:message name="CurrentInvoice_SetDebtorAddressSoapIn">
    <wsdl:part name="parameters" element="tns:CurrentInvoice_SetDebtorAddress" />
  </wsdl:message>
  <wsdl:message name="CurrentInvoice_SetDebtorAddressSoapOut">
    <wsdl:part name="parameters" element="tns:CurrentInvoice_SetDebtorAddressResponse" />
  </wsdl:message>
  <wsdl:message name="CurrentInvoice_GetDebtorPostalCodeSoapIn">
    <wsdl:part name="parameters" element="tns:CurrentInvoice_GetDebtorPostalCode" />
  </wsdl:message>
  <wsdl:message name="CurrentInvoice_GetDebtorPostalCodeSoapOut">
    <wsdl:part name="parameters" element="tns:CurrentInvoice_GetDebtorPostalCodeResponse" />
  </wsdl:message>
  <wsdl:message name="CurrentInvoice_SetDebtorPostalCodeSoapIn">
    <wsdl:part name="parameters" element="tns:CurrentInvoice_SetDebtorPostalCode" />
  </wsdl:message>
  <wsdl:message name="CurrentInvoice_SetDebtorPostalCodeSoapOut">
    <wsdl:part name="parameters" element="tns:CurrentInvoice_SetDebtorPostalCodeResponse" />
  </wsdl:message>
  <wsdl:message name="CurrentInvoice_GetDebtorCitySoapIn">
    <wsdl:part name="parameters" element="tns:CurrentInvoice_GetDebtorCity" />
  </wsdl:message>
  <wsdl:message name="CurrentInvoice_GetDebtorCitySoapOut">
    <wsdl:part name="parameters" element="tns:CurrentInvoice_GetDebtorCityResponse" />
  </wsdl:message>
  <wsdl:message name="CurrentInvoice_SetDebtorCitySoapIn">
    <wsdl:part name="parameters" element="tns:CurrentInvoice_SetDebtorCity" />
  </wsdl:message>
  <wsdl:message name="CurrentInvoice_SetDebtorCitySoapOut">
    <wsdl:part name="parameters" element="tns:CurrentInvoice_SetDebtorCityResponse" />
  </wsdl:message>
  <wsdl:message name="CurrentInvoice_GetDebtorCountrySoapIn">
    <wsdl:part name="parameters" element="tns:CurrentInvoice_GetDebtorCountry" />
  </wsdl:message>
  <wsdl:message name="CurrentInvoice_GetDebtorCountrySoapOut">
    <wsdl:part name="parameters" element="tns:CurrentInvoice_GetDebtorCountryResponse" />
  </wsdl:message>
  <wsdl:message name="CurrentInvoice_SetDebtorCountrySoapIn">
    <wsdl:part name="parameters" element="tns:CurrentInvoice_SetDebtorCountry" />
  </wsdl:message>
  <wsdl:message name="CurrentInvoice_SetDebtorCountrySoapOut">
    <wsdl:part name="parameters" element="tns:CurrentInvoice_SetDebtorCountryResponse" />
  </wsdl:message>
  <wsdl:message name="CurrentInvoice_GetDebtorEanSoapIn">
    <wsdl:part name="parameters" element="tns:CurrentInvoice_GetDebtorEan" />
  </wsdl:message>
  <wsdl:message name="CurrentInvoice_GetDebtorEanSoapOut">
    <wsdl:part name="parameters" element="tns:CurrentInvoice_GetDebtorEanResponse" />
  </wsdl:message>
  <wsdl:message name="CurrentInvoice_SetDebtorEanSoapIn">
    <wsdl:part name="parameters" element="tns:CurrentInvoice_SetDebtorEan" />
  </wsdl:message>
  <wsdl:message name="CurrentInvoice_SetDebtorEanSoapOut">
    <wsdl:part name="parameters" element="tns:CurrentInvoice_SetDebtorEanResponse" />
  </wsdl:message>
  <wsdl:message name="CurrentInvoice_GetPublicEntryNumberSoapIn">
    <wsdl:part name="parameters" element="tns:CurrentInvoice_GetPublicEntryNumber" />
  </wsdl:message>
  <wsdl:message name="CurrentInvoice_GetPublicEntryNumberSoapOut">
    <wsdl:part name="parameters" element="tns:CurrentInvoice_GetPublicEntryNumberResponse" />
  </wsdl:message>
  <wsdl:message name="CurrentInvoice_SetPublicEntryNumberSoapIn">
    <wsdl:part name="parameters" element="tns:CurrentInvoice_SetPublicEntryNumber" />
  </wsdl:message>
  <wsdl:message name="CurrentInvoice_SetPublicEntryNumberSoapOut">
    <wsdl:part name="parameters" element="tns:CurrentInvoice_SetPublicEntryNumberResponse" />
  </wsdl:message>
  <wsdl:message name="CurrentInvoice_GetAttentionSoapIn">
    <wsdl:part name="parameters" element="tns:CurrentInvoice_GetAttention" />
  </wsdl:message>
  <wsdl:message name="CurrentInvoice_GetAttentionSoapOut">
    <wsdl:part name="parameters" element="tns:CurrentInvoice_GetAttentionResponse" />
  </wsdl:message>
  <wsdl:message name="CurrentInvoice_SetAttentionSoapIn">
    <wsdl:part name="parameters" element="tns:CurrentInvoice_SetAttention" />
  </wsdl:message>
  <wsdl:message name="CurrentInvoice_SetAttentionSoapOut">
    <wsdl:part name="parameters" element="tns:CurrentInvoice_SetAttentionResponse" />
  </wsdl:message>
  <wsdl:message name="CurrentInvoice_GetYourReferenceSoapIn">
    <wsdl:part name="parameters" element="tns:CurrentInvoice_GetYourReference" />
  </wsdl:message>
  <wsdl:message name="CurrentInvoice_GetYourReferenceSoapOut">
    <wsdl:part name="parameters" element="tns:CurrentInvoice_GetYourReferenceResponse" />
  </wsdl:message>
  <wsdl:message name="CurrentInvoice_SetYourReferenceSoapIn">
    <wsdl:part name="parameters" element="tns:CurrentInvoice_SetYourReference" />
  </wsdl:message>
  <wsdl:message name="CurrentInvoice_SetYourReferenceSoapOut">
    <wsdl:part name="parameters" element="tns:CurrentInvoice_SetYourReferenceResponse" />
  </wsdl:message>
  <wsdl:message name="CurrentInvoice_GetOurReferenceSoapIn">
    <wsdl:part name="parameters" element="tns:CurrentInvoice_GetOurReference" />
  </wsdl:message>
  <wsdl:message name="CurrentInvoice_GetOurReferenceSoapOut">
    <wsdl:part name="parameters" element="tns:CurrentInvoice_GetOurReferenceResponse" />
  </wsdl:message>
  <wsdl:message name="CurrentInvoice_SetOurReferenceSoapIn">
    <wsdl:part name="parameters" element="tns:CurrentInvoice_SetOurReference" />
  </wsdl:message>
  <wsdl:message name="CurrentInvoice_SetOurReferenceSoapOut">
    <wsdl:part name="parameters" element="tns:CurrentInvoice_SetOurReferenceResponse" />
  </wsdl:message>
  <wsdl:message name="CurrentInvoice_GetOurReference2SoapIn">
    <wsdl:part name="parameters" element="tns:CurrentInvoice_GetOurReference2" />
  </wsdl:message>
  <wsdl:message name="CurrentInvoice_GetOurReference2SoapOut">
    <wsdl:part name="parameters" element="tns:CurrentInvoice_GetOurReference2Response" />
  </wsdl:message>
  <wsdl:message name="CurrentInvoice_SetOurReference2SoapIn">
    <wsdl:part name="parameters" element="tns:CurrentInvoice_SetOurReference2" />
  </wsdl:message>
  <wsdl:message name="CurrentInvoice_SetOurReference2SoapOut">
    <wsdl:part name="parameters" element="tns:CurrentInvoice_SetOurReference2Response" />
  </wsdl:message>
  <wsdl:message name="Creditor_UpdateFromDataArraySoapIn">
    <wsdl:part name="parameters" element="tns:Creditor_UpdateFromDataArray" />
  </wsdl:message>
  <wsdl:message name="Creditor_UpdateFromDataArraySoapOut">
    <wsdl:part name="parameters" element="tns:Creditor_UpdateFromDataArrayResponse" />
  </wsdl:message>
  <wsdl:message name="Creditor_UpdateFromDataSoapIn">
    <wsdl:part name="parameters" element="tns:Creditor_UpdateFromData" />
  </wsdl:message>
  <wsdl:message name="Creditor_UpdateFromDataSoapOut">
    <wsdl:part name="parameters" element="tns:Creditor_UpdateFromDataResponse" />
  </wsdl:message>
  <wsdl:message name="Creditor_GetDataSoapIn">
    <wsdl:part name="parameters" element="tns:Creditor_GetData" />
  </wsdl:message>
  <wsdl:message name="Creditor_GetDataSoapOut">
    <wsdl:part name="parameters" element="tns:Creditor_GetDataResponse" />
  </wsdl:message>
  <wsdl:message name="Creditor_GetDataArraySoapIn">
    <wsdl:part name="parameters" element="tns:Creditor_GetDataArray" />
  </wsdl:message>
  <wsdl:message name="Creditor_GetDataArraySoapOut">
    <wsdl:part name="parameters" element="tns:Creditor_GetDataArrayResponse" />
  </wsdl:message>
  <wsdl:message name="Creditor_GetNumberSoapIn">
    <wsdl:part name="parameters" element="tns:Creditor_GetNumber" />
  </wsdl:message>
  <wsdl:message name="Creditor_GetNumberSoapOut">
    <wsdl:part name="parameters" element="tns:Creditor_GetNumberResponse" />
  </wsdl:message>
  <wsdl:message name="Creditor_GetCreditorGroupSoapIn">
    <wsdl:part name="parameters" element="tns:Creditor_GetCreditorGroup" />
  </wsdl:message>
  <wsdl:message name="Creditor_GetCreditorGroupSoapOut">
    <wsdl:part name="parameters" element="tns:Creditor_GetCreditorGroupResponse" />
  </wsdl:message>
  <wsdl:message name="Creditor_SetCreditorGroupSoapIn">
    <wsdl:part name="parameters" element="tns:Creditor_SetCreditorGroup" />
  </wsdl:message>
  <wsdl:message name="Creditor_SetCreditorGroupSoapOut">
    <wsdl:part name="parameters" element="tns:Creditor_SetCreditorGroupResponse" />
  </wsdl:message>
  <wsdl:message name="Creditor_GetNameSoapIn">
    <wsdl:part name="parameters" element="tns:Creditor_GetName" />
  </wsdl:message>
  <wsdl:message name="Creditor_GetNameSoapOut">
    <wsdl:part name="parameters" element="tns:Creditor_GetNameResponse" />
  </wsdl:message>
  <wsdl:message name="Creditor_SetNameSoapIn">
    <wsdl:part name="parameters" element="tns:Creditor_SetName" />
  </wsdl:message>
  <wsdl:message name="Creditor_SetNameSoapOut">
    <wsdl:part name="parameters" element="tns:Creditor_SetNameResponse" />
  </wsdl:message>
  <wsdl:message name="Creditor_SetVatZoneSoapIn">
    <wsdl:part name="parameters" element="tns:Creditor_SetVatZone" />
  </wsdl:message>
  <wsdl:message name="Creditor_SetVatZoneSoapOut">
    <wsdl:part name="parameters" element="tns:Creditor_SetVatZoneResponse" />
  </wsdl:message>
  <wsdl:message name="Creditor_GetVatZoneSoapIn">
    <wsdl:part name="parameters" element="tns:Creditor_GetVatZone" />
  </wsdl:message>
  <wsdl:message name="Creditor_GetVatZoneSoapOut">
    <wsdl:part name="parameters" element="tns:Creditor_GetVatZoneResponse" />
  </wsdl:message>
  <wsdl:message name="Creditor_SetCurrencySoapIn">
    <wsdl:part name="parameters" element="tns:Creditor_SetCurrency" />
  </wsdl:message>
  <wsdl:message name="Creditor_SetCurrencySoapOut">
    <wsdl:part name="parameters" element="tns:Creditor_SetCurrencyResponse" />
  </wsdl:message>
  <wsdl:message name="Creditor_GetCurrencySoapIn">
    <wsdl:part name="parameters" element="tns:Creditor_GetCurrency" />
  </wsdl:message>
  <wsdl:message name="Creditor_GetCurrencySoapOut">
    <wsdl:part name="parameters" element="tns:Creditor_GetCurrencyResponse" />
  </wsdl:message>
  <wsdl:message name="Creditor_GetTermOfPaymentSoapIn">
    <wsdl:part name="parameters" element="tns:Creditor_GetTermOfPayment" />
  </wsdl:message>
  <wsdl:message name="Creditor_GetTermOfPaymentSoapOut">
    <wsdl:part name="parameters" element="tns:Creditor_GetTermOfPaymentResponse" />
  </wsdl:message>
  <wsdl:message name="Creditor_SetTermOfPaymentSoapIn">
    <wsdl:part name="parameters" element="tns:Creditor_SetTermOfPayment" />
  </wsdl:message>
  <wsdl:message name="Creditor_SetTermOfPaymentSoapOut">
    <wsdl:part name="parameters" element="tns:Creditor_SetTermOfPaymentResponse" />
  </wsdl:message>
  <wsdl:message name="Creditor_GetIsAccessibleSoapIn">
    <wsdl:part name="parameters" element="tns:Creditor_GetIsAccessible" />
  </wsdl:message>
  <wsdl:message name="Creditor_GetIsAccessibleSoapOut">
    <wsdl:part name="parameters" element="tns:Creditor_GetIsAccessibleResponse" />
  </wsdl:message>
  <wsdl:message name="Creditor_SetIsAccessibleSoapIn">
    <wsdl:part name="parameters" element="tns:Creditor_SetIsAccessible" />
  </wsdl:message>
  <wsdl:message name="Creditor_SetIsAccessibleSoapOut">
    <wsdl:part name="parameters" element="tns:Creditor_SetIsAccessibleResponse" />
  </wsdl:message>
  <wsdl:message name="Creditor_GetCINumberSoapIn">
    <wsdl:part name="parameters" element="tns:Creditor_GetCINumber" />
  </wsdl:message>
  <wsdl:message name="Creditor_GetCINumberSoapOut">
    <wsdl:part name="parameters" element="tns:Creditor_GetCINumberResponse" />
  </wsdl:message>
  <wsdl:message name="Creditor_SetCINumberSoapIn">
    <wsdl:part name="parameters" element="tns:Creditor_SetCINumber" />
  </wsdl:message>
  <wsdl:message name="Creditor_SetCINumberSoapOut">
    <wsdl:part name="parameters" element="tns:Creditor_SetCINumberResponse" />
  </wsdl:message>
  <wsdl:message name="Creditor_SetEmailSoapIn">
    <wsdl:part name="parameters" element="tns:Creditor_SetEmail" />
  </wsdl:message>
  <wsdl:message name="Creditor_SetEmailSoapOut">
    <wsdl:part name="parameters" element="tns:Creditor_SetEmailResponse" />
  </wsdl:message>
  <wsdl:message name="Creditor_GetEmailSoapIn">
    <wsdl:part name="parameters" element="tns:Creditor_GetEmail" />
  </wsdl:message>
  <wsdl:message name="Creditor_GetEmailSoapOut">
    <wsdl:part name="parameters" element="tns:Creditor_GetEmailResponse" />
  </wsdl:message>
  <wsdl:message name="Creditor_SetAddressSoapIn">
    <wsdl:part name="parameters" element="tns:Creditor_SetAddress" />
  </wsdl:message>
  <wsdl:message name="Creditor_SetAddressSoapOut">
    <wsdl:part name="parameters" element="tns:Creditor_SetAddressResponse" />
  </wsdl:message>
  <wsdl:message name="Creditor_GetAddressSoapIn">
    <wsdl:part name="parameters" element="tns:Creditor_GetAddress" />
  </wsdl:message>
  <wsdl:message name="Creditor_GetAddressSoapOut">
    <wsdl:part name="parameters" element="tns:Creditor_GetAddressResponse" />
  </wsdl:message>
  <wsdl:message name="Creditor_GetPostalCodeSoapIn">
    <wsdl:part name="parameters" element="tns:Creditor_GetPostalCode" />
  </wsdl:message>
  <wsdl:message name="Creditor_GetPostalCodeSoapOut">
    <wsdl:part name="parameters" element="tns:Creditor_GetPostalCodeResponse" />
  </wsdl:message>
  <wsdl:message name="Creditor_SetPostalCodeSoapIn">
    <wsdl:part name="parameters" element="tns:Creditor_SetPostalCode" />
  </wsdl:message>
  <wsdl:message name="Creditor_SetPostalCodeSoapOut">
    <wsdl:part name="parameters" element="tns:Creditor_SetPostalCodeResponse" />
  </wsdl:message>
  <wsdl:message name="Creditor_SetCitySoapIn">
    <wsdl:part name="parameters" element="tns:Creditor_SetCity" />
  </wsdl:message>
  <wsdl:message name="Creditor_SetCitySoapOut">
    <wsdl:part name="parameters" element="tns:Creditor_SetCityResponse" />
  </wsdl:message>
  <wsdl:message name="Creditor_GetCitySoapIn">
    <wsdl:part name="parameters" element="tns:Creditor_GetCity" />
  </wsdl:message>
  <wsdl:message name="Creditor_GetCitySoapOut">
    <wsdl:part name="parameters" element="tns:Creditor_GetCityResponse" />
  </wsdl:message>
  <wsdl:message name="Creditor_GetCountrySoapIn">
    <wsdl:part name="parameters" element="tns:Creditor_GetCountry" />
  </wsdl:message>
  <wsdl:message name="Creditor_GetCountrySoapOut">
    <wsdl:part name="parameters" element="tns:Creditor_GetCountryResponse" />
  </wsdl:message>
  <wsdl:message name="Creditor_SetCountrySoapIn">
    <wsdl:part name="parameters" element="tns:Creditor_SetCountry" />
  </wsdl:message>
  <wsdl:message name="Creditor_SetCountrySoapOut">
    <wsdl:part name="parameters" element="tns:Creditor_SetCountryResponse" />
  </wsdl:message>
  <wsdl:message name="Creditor_SetBankAccountSoapIn">
    <wsdl:part name="parameters" element="tns:Creditor_SetBankAccount" />
  </wsdl:message>
  <wsdl:message name="Creditor_SetBankAccountSoapOut">
    <wsdl:part name="parameters" element="tns:Creditor_SetBankAccountResponse" />
  </wsdl:message>
  <wsdl:message name="Creditor_GetBankAccountSoapIn">
    <wsdl:part name="parameters" element="tns:Creditor_GetBankAccount" />
  </wsdl:message>
  <wsdl:message name="Creditor_GetBankAccountSoapOut">
    <wsdl:part name="parameters" element="tns:Creditor_GetBankAccountResponse" />
  </wsdl:message>
  <wsdl:message name="Creditor_SetAttentionSoapIn">
    <wsdl:part name="parameters" element="tns:Creditor_SetAttention" />
  </wsdl:message>
  <wsdl:message name="Creditor_SetAttentionSoapOut">
    <wsdl:part name="parameters" element="tns:Creditor_SetAttentionResponse" />
  </wsdl:message>
  <wsdl:message name="Creditor_GetAttentionSoapIn">
    <wsdl:part name="parameters" element="tns:Creditor_GetAttention" />
  </wsdl:message>
  <wsdl:message name="Creditor_GetAttentionSoapOut">
    <wsdl:part name="parameters" element="tns:Creditor_GetAttentionResponse" />
  </wsdl:message>
  <wsdl:message name="Creditor_GetYourReferenceSoapIn">
    <wsdl:part name="parameters" element="tns:Creditor_GetYourReference" />
  </wsdl:message>
  <wsdl:message name="Creditor_GetYourReferenceSoapOut">
    <wsdl:part name="parameters" element="tns:Creditor_GetYourReferenceResponse" />
  </wsdl:message>
  <wsdl:message name="Creditor_SetYourReferenceSoapIn">
    <wsdl:part name="parameters" element="tns:Creditor_SetYourReference" />
  </wsdl:message>
  <wsdl:message name="Creditor_SetYourReferenceSoapOut">
    <wsdl:part name="parameters" element="tns:Creditor_SetYourReferenceResponse" />
  </wsdl:message>
  <wsdl:message name="Creditor_SetOurReferenceSoapIn">
    <wsdl:part name="parameters" element="tns:Creditor_SetOurReference" />
  </wsdl:message>
  <wsdl:message name="Creditor_SetOurReferenceSoapOut">
    <wsdl:part name="parameters" element="tns:Creditor_SetOurReferenceResponse" />
  </wsdl:message>
  <wsdl:message name="Creditor_GetOurReferenceSoapIn">
    <wsdl:part name="parameters" element="tns:Creditor_GetOurReference" />
  </wsdl:message>
  <wsdl:message name="Creditor_GetOurReferenceSoapOut">
    <wsdl:part name="parameters" element="tns:Creditor_GetOurReferenceResponse" />
  </wsdl:message>
  <wsdl:message name="Creditor_GetDefaultPaymentTypeSoapIn">
    <wsdl:part name="parameters" element="tns:Creditor_GetDefaultPaymentType" />
  </wsdl:message>
  <wsdl:message name="Creditor_GetDefaultPaymentTypeSoapOut">
    <wsdl:part name="parameters" element="tns:Creditor_GetDefaultPaymentTypeResponse" />
  </wsdl:message>
  <wsdl:message name="Creditor_GetDefaultPaymentCreditorIdSoapIn">
    <wsdl:part name="parameters" element="tns:Creditor_GetDefaultPaymentCreditorId" />
  </wsdl:message>
  <wsdl:message name="Creditor_GetDefaultPaymentCreditorIdSoapOut">
    <wsdl:part name="parameters" element="tns:Creditor_GetDefaultPaymentCreditorIdResponse" />
  </wsdl:message>
  <wsdl:message name="Creditor_GetCountySoapIn">
    <wsdl:part name="parameters" element="tns:Creditor_GetCounty" />
  </wsdl:message>
  <wsdl:message name="Creditor_GetCountySoapOut">
    <wsdl:part name="parameters" element="tns:Creditor_GetCountyResponse" />
  </wsdl:message>
  <wsdl:message name="Creditor_SetCountySoapIn">
    <wsdl:part name="parameters" element="tns:Creditor_SetCounty" />
  </wsdl:message>
  <wsdl:message name="Creditor_SetCountySoapOut">
    <wsdl:part name="parameters" element="tns:Creditor_SetCountyResponse" />
  </wsdl:message>
  <wsdl:message name="Creditor_GetAutoContraAccountSoapIn">
    <wsdl:part name="parameters" element="tns:Creditor_GetAutoContraAccount" />
  </wsdl:message>
  <wsdl:message name="Creditor_GetAutoContraAccountSoapOut">
    <wsdl:part name="parameters" element="tns:Creditor_GetAutoContraAccountResponse" />
  </wsdl:message>
  <wsdl:message name="Creditor_SetAutoContraAccountSoapIn">
    <wsdl:part name="parameters" element="tns:Creditor_SetAutoContraAccount" />
  </wsdl:message>
  <wsdl:message name="Creditor_SetAutoContraAccountSoapOut">
    <wsdl:part name="parameters" element="tns:Creditor_SetAutoContraAccountResponse" />
  </wsdl:message>
  <wsdl:message name="Creditor_CreateSoapIn">
    <wsdl:part name="parameters" element="tns:Creditor_Create" />
  </wsdl:message>
  <wsdl:message name="Creditor_CreateSoapOut">
    <wsdl:part name="parameters" element="tns:Creditor_CreateResponse" />
  </wsdl:message>
  <wsdl:message name="Creditor_SetRemittanceInformationSoapIn">
    <wsdl:part name="parameters" element="tns:Creditor_SetRemittanceInformation" />
  </wsdl:message>
  <wsdl:message name="Creditor_SetRemittanceInformationSoapOut">
    <wsdl:part name="parameters" element="tns:Creditor_SetRemittanceInformationResponse" />
  </wsdl:message>
  <wsdl:message name="Creditor_GetAllSoapIn">
    <wsdl:part name="parameters" element="tns:Creditor_GetAll" />
  </wsdl:message>
  <wsdl:message name="Creditor_GetAllSoapOut">
    <wsdl:part name="parameters" element="tns:Creditor_GetAllResponse" />
  </wsdl:message>
  <wsdl:message name="Creditor_GetAllUpdatedSoapIn">
    <wsdl:part name="parameters" element="tns:Creditor_GetAllUpdated" />
  </wsdl:message>
  <wsdl:message name="Creditor_GetAllUpdatedSoapOut">
    <wsdl:part name="parameters" element="tns:Creditor_GetAllUpdatedResponse" />
  </wsdl:message>
  <wsdl:message name="Creditor_FindByNumberSoapIn">
    <wsdl:part name="parameters" element="tns:Creditor_FindByNumber" />
  </wsdl:message>
  <wsdl:message name="Creditor_FindByNumberSoapOut">
    <wsdl:part name="parameters" element="tns:Creditor_FindByNumberResponse" />
  </wsdl:message>
  <wsdl:message name="Creditor_FindByNumberListSoapIn">
    <wsdl:part name="parameters" element="tns:Creditor_FindByNumberList" />
  </wsdl:message>
  <wsdl:message name="Creditor_FindByNumberListSoapOut">
    <wsdl:part name="parameters" element="tns:Creditor_FindByNumberListResponse" />
  </wsdl:message>
  <wsdl:message name="Creditor_FindByNameSoapIn">
    <wsdl:part name="parameters" element="tns:Creditor_FindByName" />
  </wsdl:message>
  <wsdl:message name="Creditor_FindByNameSoapOut">
    <wsdl:part name="parameters" element="tns:Creditor_FindByNameResponse" />
  </wsdl:message>
  <wsdl:message name="Creditor_GetCreditorContactsSoapIn">
    <wsdl:part name="parameters" element="tns:Creditor_GetCreditorContacts" />
  </wsdl:message>
  <wsdl:message name="Creditor_GetCreditorContactsSoapOut">
    <wsdl:part name="parameters" element="tns:Creditor_GetCreditorContactsResponse" />
  </wsdl:message>
  <wsdl:message name="Creditor_DeleteSoapIn">
    <wsdl:part name="parameters" element="tns:Creditor_Delete" />
  </wsdl:message>
  <wsdl:message name="Creditor_DeleteSoapOut">
    <wsdl:part name="parameters" element="tns:Creditor_DeleteResponse" />
  </wsdl:message>
  <wsdl:message name="Creditor_GetEntriesSoapIn">
    <wsdl:part name="parameters" element="tns:Creditor_GetEntries" />
  </wsdl:message>
  <wsdl:message name="Creditor_GetEntriesSoapOut">
    <wsdl:part name="parameters" element="tns:Creditor_GetEntriesResponse" />
  </wsdl:message>
  <wsdl:message name="Creditor_GetEntriesByVoucherNoSoapIn">
    <wsdl:part name="parameters" element="tns:Creditor_GetEntriesByVoucherNo" />
  </wsdl:message>
  <wsdl:message name="Creditor_GetEntriesByVoucherNoSoapOut">
    <wsdl:part name="parameters" element="tns:Creditor_GetEntriesByVoucherNoResponse" />
  </wsdl:message>
  <wsdl:message name="Creditor_GetEntriesByInvoiceNoSoapIn">
    <wsdl:part name="parameters" element="tns:Creditor_GetEntriesByInvoiceNo" />
  </wsdl:message>
  <wsdl:message name="Creditor_GetEntriesByInvoiceNoSoapOut">
    <wsdl:part name="parameters" element="tns:Creditor_GetEntriesByInvoiceNoResponse" />
  </wsdl:message>
  <wsdl:message name="Creditor_GetEntriesByVoucherNoAndInvoiceNoSoapIn">
    <wsdl:part name="parameters" element="tns:Creditor_GetEntriesByVoucherNoAndInvoiceNo" />
  </wsdl:message>
  <wsdl:message name="Creditor_GetEntriesByVoucherNoAndInvoiceNoSoapOut">
    <wsdl:part name="parameters" element="tns:Creditor_GetEntriesByVoucherNoAndInvoiceNoResponse" />
  </wsdl:message>
  <wsdl:message name="Creditor_GetOpenEntriesSoapIn">
    <wsdl:part name="parameters" element="tns:Creditor_GetOpenEntries" />
  </wsdl:message>
  <wsdl:message name="Creditor_GetOpenEntriesSoapOut">
    <wsdl:part name="parameters" element="tns:Creditor_GetOpenEntriesResponse" />
  </wsdl:message>
  <wsdl:message name="CreditorContact_CreateFromDataSoapIn">
    <wsdl:part name="parameters" element="tns:CreditorContact_CreateFromData" />
  </wsdl:message>
  <wsdl:message name="CreditorContact_CreateFromDataSoapOut">
    <wsdl:part name="parameters" element="tns:CreditorContact_CreateFromDataResponse" />
  </wsdl:message>
  <wsdl:message name="CreditorContact_CreateFromDataArraySoapIn">
    <wsdl:part name="parameters" element="tns:CreditorContact_CreateFromDataArray" />
  </wsdl:message>
  <wsdl:message name="CreditorContact_CreateFromDataArraySoapOut">
    <wsdl:part name="parameters" element="tns:CreditorContact_CreateFromDataArrayResponse" />
  </wsdl:message>
  <wsdl:message name="CreditorContact_UpdateFromDataArraySoapIn">
    <wsdl:part name="parameters" element="tns:CreditorContact_UpdateFromDataArray" />
  </wsdl:message>
  <wsdl:message name="CreditorContact_UpdateFromDataArraySoapOut">
    <wsdl:part name="parameters" element="tns:CreditorContact_UpdateFromDataArrayResponse" />
  </wsdl:message>
  <wsdl:message name="CreditorContact_UpdateFromDataSoapIn">
    <wsdl:part name="parameters" element="tns:CreditorContact_UpdateFromData" />
  </wsdl:message>
  <wsdl:message name="CreditorContact_UpdateFromDataSoapOut">
    <wsdl:part name="parameters" element="tns:CreditorContact_UpdateFromDataResponse" />
  </wsdl:message>
  <wsdl:message name="CreditorContact_GetDataSoapIn">
    <wsdl:part name="parameters" element="tns:CreditorContact_GetData" />
  </wsdl:message>
  <wsdl:message name="CreditorContact_GetDataSoapOut">
    <wsdl:part name="parameters" element="tns:CreditorContact_GetDataResponse" />
  </wsdl:message>
  <wsdl:message name="CreditorContact_GetDataArraySoapIn">
    <wsdl:part name="parameters" element="tns:CreditorContact_GetDataArray" />
  </wsdl:message>
  <wsdl:message name="CreditorContact_GetDataArraySoapOut">
    <wsdl:part name="parameters" element="tns:CreditorContact_GetDataArrayResponse" />
  </wsdl:message>
  <wsdl:message name="CreditorContact_GetCreditorSoapIn">
    <wsdl:part name="parameters" element="tns:CreditorContact_GetCreditor" />
  </wsdl:message>
  <wsdl:message name="CreditorContact_GetCreditorSoapOut">
    <wsdl:part name="parameters" element="tns:CreditorContact_GetCreditorResponse" />
  </wsdl:message>
  <wsdl:message name="CreditorContact_GetNameSoapIn">
    <wsdl:part name="parameters" element="tns:CreditorContact_GetName" />
  </wsdl:message>
  <wsdl:message name="CreditorContact_GetNameSoapOut">
    <wsdl:part name="parameters" element="tns:CreditorContact_GetNameResponse" />
  </wsdl:message>
  <wsdl:message name="CreditorContact_SetNameSoapIn">
    <wsdl:part name="parameters" element="tns:CreditorContact_SetName" />
  </wsdl:message>
  <wsdl:message name="CreditorContact_SetNameSoapOut">
    <wsdl:part name="parameters" element="tns:CreditorContact_SetNameResponse" />
  </wsdl:message>
  <wsdl:message name="CreditorContact_GetNumberSoapIn">
    <wsdl:part name="parameters" element="tns:CreditorContact_GetNumber" />
  </wsdl:message>
  <wsdl:message name="CreditorContact_GetNumberSoapOut">
    <wsdl:part name="parameters" element="tns:CreditorContact_GetNumberResponse" />
  </wsdl:message>
  <wsdl:message name="CreditorContact_SetTelephoneNumberSoapIn">
    <wsdl:part name="parameters" element="tns:CreditorContact_SetTelephoneNumber" />
  </wsdl:message>
  <wsdl:message name="CreditorContact_SetTelephoneNumberSoapOut">
    <wsdl:part name="parameters" element="tns:CreditorContact_SetTelephoneNumberResponse" />
  </wsdl:message>
  <wsdl:message name="CreditorContact_GetTelephoneNumberSoapIn">
    <wsdl:part name="parameters" element="tns:CreditorContact_GetTelephoneNumber" />
  </wsdl:message>
  <wsdl:message name="CreditorContact_GetTelephoneNumberSoapOut">
    <wsdl:part name="parameters" element="tns:CreditorContact_GetTelephoneNumberResponse" />
  </wsdl:message>
  <wsdl:message name="CreditorContact_SetEmailSoapIn">
    <wsdl:part name="parameters" element="tns:CreditorContact_SetEmail" />
  </wsdl:message>
  <wsdl:message name="CreditorContact_SetEmailSoapOut">
    <wsdl:part name="parameters" element="tns:CreditorContact_SetEmailResponse" />
  </wsdl:message>
  <wsdl:message name="CreditorContact_GetEmailSoapIn">
    <wsdl:part name="parameters" element="tns:CreditorContact_GetEmail" />
  </wsdl:message>
  <wsdl:message name="CreditorContact_GetEmailSoapOut">
    <wsdl:part name="parameters" element="tns:CreditorContact_GetEmailResponse" />
  </wsdl:message>
  <wsdl:message name="CreditorContact_GetCommentsSoapIn">
    <wsdl:part name="parameters" element="tns:CreditorContact_GetComments" />
  </wsdl:message>
  <wsdl:message name="CreditorContact_GetCommentsSoapOut">
    <wsdl:part name="parameters" element="tns:CreditorContact_GetCommentsResponse" />
  </wsdl:message>
  <wsdl:message name="CreditorContact_SetCommentsSoapIn">
    <wsdl:part name="parameters" element="tns:CreditorContact_SetComments" />
  </wsdl:message>
  <wsdl:message name="CreditorContact_SetCommentsSoapOut">
    <wsdl:part name="parameters" element="tns:CreditorContact_SetCommentsResponse" />
  </wsdl:message>
  <wsdl:message name="CreditorContact_GetExternalIdSoapIn">
    <wsdl:part name="parameters" element="tns:CreditorContact_GetExternalId" />
  </wsdl:message>
  <wsdl:message name="CreditorContact_GetExternalIdSoapOut">
    <wsdl:part name="parameters" element="tns:CreditorContact_GetExternalIdResponse" />
  </wsdl:message>
  <wsdl:message name="CreditorContact_SetExternalIdSoapIn">
    <wsdl:part name="parameters" element="tns:CreditorContact_SetExternalId" />
  </wsdl:message>
  <wsdl:message name="CreditorContact_SetExternalIdSoapOut">
    <wsdl:part name="parameters" element="tns:CreditorContact_SetExternalIdResponse" />
  </wsdl:message>
  <wsdl:message name="CreditorContact_CreateSoapIn">
    <wsdl:part name="parameters" element="tns:CreditorContact_Create" />
  </wsdl:message>
  <wsdl:message name="CreditorContact_CreateSoapOut">
    <wsdl:part name="parameters" element="tns:CreditorContact_CreateResponse" />
  </wsdl:message>
  <wsdl:message name="CreditorContact_GetAllSoapIn">
    <wsdl:part name="parameters" element="tns:CreditorContact_GetAll" />
  </wsdl:message>
  <wsdl:message name="CreditorContact_GetAllSoapOut">
    <wsdl:part name="parameters" element="tns:CreditorContact_GetAllResponse" />
  </wsdl:message>
  <wsdl:message name="CreditorContact_FindByNameSoapIn">
    <wsdl:part name="parameters" element="tns:CreditorContact_FindByName" />
  </wsdl:message>
  <wsdl:message name="CreditorContact_FindByNameSoapOut">
    <wsdl:part name="parameters" element="tns:CreditorContact_FindByNameResponse" />
  </wsdl:message>
  <wsdl:message name="CreditorContact_DeleteSoapIn">
    <wsdl:part name="parameters" element="tns:CreditorContact_Delete" />
  </wsdl:message>
  <wsdl:message name="CreditorContact_DeleteSoapOut">
    <wsdl:part name="parameters" element="tns:CreditorContact_DeleteResponse" />
  </wsdl:message>
  <wsdl:message name="CreditorEntry_GetDataSoapIn">
    <wsdl:part name="parameters" element="tns:CreditorEntry_GetData" />
  </wsdl:message>
  <wsdl:message name="CreditorEntry_GetDataSoapOut">
    <wsdl:part name="parameters" element="tns:CreditorEntry_GetDataResponse" />
  </wsdl:message>
  <wsdl:message name="CreditorEntry_GetDataArraySoapIn">
    <wsdl:part name="parameters" element="tns:CreditorEntry_GetDataArray" />
  </wsdl:message>
  <wsdl:message name="CreditorEntry_GetDataArraySoapOut">
    <wsdl:part name="parameters" element="tns:CreditorEntry_GetDataArrayResponse" />
  </wsdl:message>
  <wsdl:message name="CreditorEntry_GetSerialNumberSoapIn">
    <wsdl:part name="parameters" element="tns:CreditorEntry_GetSerialNumber" />
  </wsdl:message>
  <wsdl:message name="CreditorEntry_GetSerialNumberSoapOut">
    <wsdl:part name="parameters" element="tns:CreditorEntry_GetSerialNumberResponse" />
  </wsdl:message>
  <wsdl:message name="CreditorEntry_GetTypeSoapIn">
    <wsdl:part name="parameters" element="tns:CreditorEntry_GetType" />
  </wsdl:message>
  <wsdl:message name="CreditorEntry_GetTypeSoapOut">
    <wsdl:part name="parameters" element="tns:CreditorEntry_GetTypeResponse" />
  </wsdl:message>
  <wsdl:message name="CreditorEntry_GetDateSoapIn">
    <wsdl:part name="parameters" element="tns:CreditorEntry_GetDate" />
  </wsdl:message>
  <wsdl:message name="CreditorEntry_GetDateSoapOut">
    <wsdl:part name="parameters" element="tns:CreditorEntry_GetDateResponse" />
  </wsdl:message>
  <wsdl:message name="CreditorEntry_GetCreditorSoapIn">
    <wsdl:part name="parameters" element="tns:CreditorEntry_GetCreditor" />
  </wsdl:message>
  <wsdl:message name="CreditorEntry_GetCreditorSoapOut">
    <wsdl:part name="parameters" element="tns:CreditorEntry_GetCreditorResponse" />
  </wsdl:message>
  <wsdl:message name="CashBookEntry_GetDueDateSoapIn">
    <wsdl:part name="parameters" element="tns:CashBookEntry_GetDueDate" />
  </wsdl:message>
  <wsdl:message name="CashBookEntry_GetDueDateSoapOut">
    <wsdl:part name="parameters" element="tns:CashBookEntry_GetDueDateResponse" />
  </wsdl:message>
  <wsdl:message name="CashBookEntry_SetDepartmentSoapIn">
    <wsdl:part name="parameters" element="tns:CashBookEntry_SetDepartment" />
  </wsdl:message>
  <wsdl:message name="CashBookEntry_SetDepartmentSoapOut">
    <wsdl:part name="parameters" element="tns:CashBookEntry_SetDepartmentResponse" />
  </wsdl:message>
  <wsdl:message name="CashBookEntry_GetDepartmentSoapIn">
    <wsdl:part name="parameters" element="tns:CashBookEntry_GetDepartment" />
  </wsdl:message>
  <wsdl:message name="CashBookEntry_GetDepartmentSoapOut">
    <wsdl:part name="parameters" element="tns:CashBookEntry_GetDepartmentResponse" />
  </wsdl:message>
  <wsdl:message name="CashBookEntry_GetDistributionKeySoapIn">
    <wsdl:part name="parameters" element="tns:CashBookEntry_GetDistributionKey" />
  </wsdl:message>
  <wsdl:message name="CashBookEntry_GetDistributionKeySoapOut">
    <wsdl:part name="parameters" element="tns:CashBookEntry_GetDistributionKeyResponse" />
  </wsdl:message>
  <wsdl:message name="CashBookEntry_SetDistributionKeySoapIn">
    <wsdl:part name="parameters" element="tns:CashBookEntry_SetDistributionKey" />
  </wsdl:message>
  <wsdl:message name="CashBookEntry_SetDistributionKeySoapOut">
    <wsdl:part name="parameters" element="tns:CashBookEntry_SetDistributionKeyResponse" />
  </wsdl:message>
  <wsdl:message name="CashBookEntry_GetProjectSoapIn">
    <wsdl:part name="parameters" element="tns:CashBookEntry_GetProject" />
  </wsdl:message>
  <wsdl:message name="CashBookEntry_GetProjectSoapOut">
    <wsdl:part name="parameters" element="tns:CashBookEntry_GetProjectResponse" />
  </wsdl:message>
  <wsdl:message name="CashBookEntry_GetCostTypeSoapIn">
    <wsdl:part name="parameters" element="tns:CashBookEntry_GetCostType" />
  </wsdl:message>
  <wsdl:message name="CashBookEntry_GetCostTypeSoapOut">
    <wsdl:part name="parameters" element="tns:CashBookEntry_GetCostTypeResponse" />
  </wsdl:message>
  <wsdl:message name="CashBookEntry_GetBankPaymentTypeSoapIn">
    <wsdl:part name="parameters" element="tns:CashBookEntry_GetBankPaymentType" />
  </wsdl:message>
  <wsdl:message name="CashBookEntry_GetBankPaymentTypeSoapOut">
    <wsdl:part name="parameters" element="tns:CashBookEntry_GetBankPaymentTypeResponse" />
  </wsdl:message>
  <wsdl:message name="CashBookEntry_GetBankPaymentCreditorIdSoapIn">
    <wsdl:part name="parameters" element="tns:CashBookEntry_GetBankPaymentCreditorId" />
  </wsdl:message>
  <wsdl:message name="CashBookEntry_GetBankPaymentCreditorIdSoapOut">
    <wsdl:part name="parameters" element="tns:CashBookEntry_GetBankPaymentCreditorIdResponse" />
  </wsdl:message>
  <wsdl:message name="CashBookEntry_GetBankPaymentCreditorInvoiceIdSoapIn">
    <wsdl:part name="parameters" element="tns:CashBookEntry_GetBankPaymentCreditorInvoiceId" />
  </wsdl:message>
  <wsdl:message name="CashBookEntry_GetBankPaymentCreditorInvoiceIdSoapOut">
    <wsdl:part name="parameters" element="tns:CashBookEntry_GetBankPaymentCreditorInvoiceIdResponse" />
  </wsdl:message>
  <wsdl:message name="CashBookEntry_GetCapitaliseSoapIn">
    <wsdl:part name="parameters" element="tns:CashBookEntry_GetCapitalise" />
  </wsdl:message>
  <wsdl:message name="CashBookEntry_GetCapitaliseSoapOut">
    <wsdl:part name="parameters" element="tns:CashBookEntry_GetCapitaliseResponse" />
  </wsdl:message>
  <wsdl:message name="CashBookEntry_GetStartDateSoapIn">
    <wsdl:part name="parameters" element="tns:CashBookEntry_GetStartDate" />
  </wsdl:message>
  <wsdl:message name="CashBookEntry_GetStartDateSoapOut">
    <wsdl:part name="parameters" element="tns:CashBookEntry_GetStartDateResponse" />
  </wsdl:message>
  <wsdl:message name="CashBookEntry_GetEndDateSoapIn">
    <wsdl:part name="parameters" element="tns:CashBookEntry_GetEndDate" />
  </wsdl:message>
  <wsdl:message name="CashBookEntry_GetEndDateSoapOut">
    <wsdl:part name="parameters" element="tns:CashBookEntry_GetEndDateResponse" />
  </wsdl:message>
  <wsdl:message name="CashBookEntry_SetEmployeeSoapIn">
    <wsdl:part name="parameters" element="tns:CashBookEntry_SetEmployee" />
  </wsdl:message>
  <wsdl:message name="CashBookEntry_SetEmployeeSoapOut">
    <wsdl:part name="parameters" element="tns:CashBookEntry_SetEmployeeResponse" />
  </wsdl:message>
  <wsdl:message name="CashBookEntry_GetEmployeeSoapIn">
    <wsdl:part name="parameters" element="tns:CashBookEntry_GetEmployee" />
  </wsdl:message>
  <wsdl:message name="CashBookEntry_GetEmployeeSoapOut">
    <wsdl:part name="parameters" element="tns:CashBookEntry_GetEmployeeResponse" />
  </wsdl:message>
  <wsdl:message name="CashBookEntry_CreateSoapIn">
    <wsdl:part name="parameters" element="tns:CashBookEntry_Create" />
  </wsdl:message>
  <wsdl:message name="CashBookEntry_CreateSoapOut">
    <wsdl:part name="parameters" element="tns:CashBookEntry_CreateResponse" />
  </wsdl:message>
  <wsdl:message name="CashBookEntry_CreateDebtorPaymentSoapIn">
    <wsdl:part name="parameters" element="tns:CashBookEntry_CreateDebtorPayment" />
  </wsdl:message>
  <wsdl:message name="CashBookEntry_CreateDebtorPaymentSoapOut">
    <wsdl:part name="parameters" element="tns:CashBookEntry_CreateDebtorPaymentResponse" />
  </wsdl:message>
  <wsdl:message name="CashBookEntry_CreateManualDebtorInvoiceSoapIn">
    <wsdl:part name="parameters" element="tns:CashBookEntry_CreateManualDebtorInvoice" />
  </wsdl:message>
  <wsdl:message name="CashBookEntry_CreateManualDebtorInvoiceSoapOut">
    <wsdl:part name="parameters" element="tns:CashBookEntry_CreateManualDebtorInvoiceResponse" />
  </wsdl:message>
  <wsdl:message name="CashBookEntry_CreateCreditorPaymentSoapIn">
    <wsdl:part name="parameters" element="tns:CashBookEntry_CreateCreditorPayment" />
  </wsdl:message>
  <wsdl:message name="CashBookEntry_CreateCreditorPaymentSoapOut">
    <wsdl:part name="parameters" element="tns:CashBookEntry_CreateCreditorPaymentResponse" />
  </wsdl:message>
  <wsdl:message name="CashBookEntry_CreateCreditorInvoiceSoapIn">
    <wsdl:part name="parameters" element="tns:CashBookEntry_CreateCreditorInvoice" />
  </wsdl:message>
  <wsdl:message name="CashBookEntry_CreateCreditorInvoiceSoapOut">
    <wsdl:part name="parameters" element="tns:CashBookEntry_CreateCreditorInvoiceResponse" />
  </wsdl:message>
  <wsdl:message name="CashBookEntry_CreateFinanceVoucherSoapIn">
    <wsdl:part name="parameters" element="tns:CashBookEntry_CreateFinanceVoucher" />
  </wsdl:message>
  <wsdl:message name="CashBookEntry_CreateFinanceVoucherSoapOut">
    <wsdl:part name="parameters" element="tns:CashBookEntry_CreateFinanceVoucherResponse" />
  </wsdl:message>
  <wsdl:message name="CashBookEntry_DeleteSoapIn">
    <wsdl:part name="parameters" element="tns:CashBookEntry_Delete" />
  </wsdl:message>
  <wsdl:message name="CashBookEntry_DeleteSoapOut">
    <wsdl:part name="parameters" element="tns:CashBookEntry_DeleteResponse" />
  </wsdl:message>
  <wsdl:message name="CashBookEntry_SetProjectAndCostTypeSoapIn">
    <wsdl:part name="parameters" element="tns:CashBookEntry_SetProjectAndCostType" />
  </wsdl:message>
  <wsdl:message name="CashBookEntry_SetProjectAndCostTypeSoapOut">
    <wsdl:part name="parameters" element="tns:CashBookEntry_SetProjectAndCostTypeResponse" />
  </wsdl:message>
  <wsdl:message name="CashBookEntry_SetRemittanceInformationSoapIn">
    <wsdl:part name="parameters" element="tns:CashBookEntry_SetRemittanceInformation" />
  </wsdl:message>
  <wsdl:message name="CashBookEntry_SetRemittanceInformationSoapOut">
    <wsdl:part name="parameters" element="tns:CashBookEntry_SetRemittanceInformationResponse" />
  </wsdl:message>
  <wsdl:message name="CashBookEntry_SetAccrualInformationSoapIn">
    <wsdl:part name="parameters" element="tns:CashBookEntry_SetAccrualInformation" />
  </wsdl:message>
  <wsdl:message name="CashBookEntry_SetAccrualInformationSoapOut">
    <wsdl:part name="parameters" element="tns:CashBookEntry_SetAccrualInformationResponse" />
  </wsdl:message>
  <wsdl:message name="Company_UpdateFromDataArraySoapIn">
    <wsdl:part name="parameters" element="tns:Company_UpdateFromDataArray" />
  </wsdl:message>
  <wsdl:message name="Company_UpdateFromDataArraySoapOut">
    <wsdl:part name="parameters" element="tns:Company_UpdateFromDataArrayResponse" />
  </wsdl:message>
  <wsdl:message name="Company_UpdateFromDataSoapIn">
    <wsdl:part name="parameters" element="tns:Company_UpdateFromData" />
  </wsdl:message>
  <wsdl:message name="Company_UpdateFromDataSoapOut">
    <wsdl:part name="parameters" element="tns:Company_UpdateFromDataResponse" />
  </wsdl:message>
  <wsdl:message name="Company_GetDataSoapIn">
    <wsdl:part name="parameters" element="tns:Company_GetData" />
  </wsdl:message>
  <wsdl:message name="Company_GetDataSoapOut">
    <wsdl:part name="parameters" element="tns:Company_GetDataResponse" />
  </wsdl:message>
  <wsdl:message name="Company_GetDataArraySoapIn">
    <wsdl:part name="parameters" element="tns:Company_GetDataArray" />
  </wsdl:message>
  <wsdl:message name="Company_GetDataArraySoapOut">
    <wsdl:part name="parameters" element="tns:Company_GetDataArrayResponse" />
  </wsdl:message>
  <wsdl:message name="Company_GetSoapIn">
    <wsdl:part name="parameters" element="tns:Company_Get" />
  </wsdl:message>
  <wsdl:message name="Company_GetSoapOut">
    <wsdl:part name="parameters" element="tns:Company_GetResponse" />
  </wsdl:message>
  <wsdl:message name="Company_GetNumberSoapIn">
    <wsdl:part name="parameters" element="tns:Company_GetNumber" />
  </wsdl:message>
  <wsdl:message name="Company_GetNumberSoapOut">
    <wsdl:part name="parameters" element="tns:Company_GetNumberResponse" />
  </wsdl:message>
  <wsdl:message name="Company_GetBaseCurrencySoapIn">
    <wsdl:part name="parameters" element="tns:Company_GetBaseCurrency" />
  </wsdl:message>
  <wsdl:message name="Company_GetBaseCurrencySoapOut">
    <wsdl:part name="parameters" element="tns:Company_GetBaseCurrencyResponse" />
  </wsdl:message>
  <wsdl:message name="Company_GetNameSoapIn">
    <wsdl:part name="parameters" element="tns:Company_GetName" />
  </wsdl:message>
  <wsdl:message name="Company_GetNameSoapOut">
    <wsdl:part name="parameters" element="tns:Company_GetNameResponse" />
  </wsdl:message>
  <wsdl:message name="Company_SetNameSoapIn">
    <wsdl:part name="parameters" element="tns:Company_SetName" />
  </wsdl:message>
  <wsdl:message name="Company_SetNameSoapOut">
    <wsdl:part name="parameters" element="tns:Company_SetNameResponse" />
  </wsdl:message>
  <wsdl:message name="Company_GetAddress1SoapIn">
    <wsdl:part name="parameters" element="tns:Company_GetAddress1" />
  </wsdl:message>
  <wsdl:message name="Company_GetAddress1SoapOut">
    <wsdl:part name="parameters" element="tns:Company_GetAddress1Response" />
  </wsdl:message>
  <wsdl:message name="Company_SetAddress1SoapIn">
    <wsdl:part name="parameters" element="tns:Company_SetAddress1" />
  </wsdl:message>
  <wsdl:message name="Company_SetAddress1SoapOut">
    <wsdl:part name="parameters" element="tns:Company_SetAddress1Response" />
  </wsdl:message>
  <wsdl:message name="Company_GetAddress2SoapIn">
    <wsdl:part name="parameters" element="tns:Company_GetAddress2" />
  </wsdl:message>
  <wsdl:message name="Company_GetAddress2SoapOut">
    <wsdl:part name="parameters" element="tns:Company_GetAddress2Response" />
  </wsdl:message>
  <wsdl:message name="Company_SetAddress2SoapIn">
    <wsdl:part name="parameters" element="tns:Company_SetAddress2" />
  </wsdl:message>
  <wsdl:message name="Company_SetAddress2SoapOut">
    <wsdl:part name="parameters" element="tns:Company_SetAddress2Response" />
  </wsdl:message>
  <wsdl:message name="Company_GetPostalCodeSoapIn">
    <wsdl:part name="parameters" element="tns:Company_GetPostalCode" />
  </wsdl:message>
  <wsdl:message name="Company_GetPostalCodeSoapOut">
    <wsdl:part name="parameters" element="tns:Company_GetPostalCodeResponse" />
  </wsdl:message>
  <wsdl:message name="Company_SetPostalCodeSoapIn">
    <wsdl:part name="parameters" element="tns:Company_SetPostalCode" />
  </wsdl:message>
  <wsdl:message name="Company_SetPostalCodeSoapOut">
    <wsdl:part name="parameters" element="tns:Company_SetPostalCodeResponse" />
  </wsdl:message>
  <wsdl:message name="Company_GetCitySoapIn">
    <wsdl:part name="parameters" element="tns:Company_GetCity" />
  </wsdl:message>
  <wsdl:message name="Company_GetCitySoapOut">
    <wsdl:part name="parameters" element="tns:Company_GetCityResponse" />
  </wsdl:message>
  <wsdl:message name="Company_SetCitySoapIn">
    <wsdl:part name="parameters" element="tns:Company_SetCity" />
  </wsdl:message>
  <wsdl:message name="Company_SetCitySoapOut">
    <wsdl:part name="parameters" element="tns:Company_SetCityResponse" />
  </wsdl:message>
  <wsdl:message name="Company_GetCountySoapIn">
    <wsdl:part name="parameters" element="tns:Company_GetCounty" />
  </wsdl:message>
  <wsdl:message name="Company_GetCountySoapOut">
    <wsdl:part name="parameters" element="tns:Company_GetCountyResponse" />
  </wsdl:message>
  <wsdl:message name="Company_GetCountrySoapIn">
    <wsdl:part name="parameters" element="tns:Company_GetCountry" />
  </wsdl:message>
  <wsdl:message name="Company_GetCountrySoapOut">
    <wsdl:part name="parameters" element="tns:Company_GetCountryResponse" />
  </wsdl:message>
  <wsdl:message name="Company_GetCustomFieldsSoapIn">
    <wsdl:part name="parameters" element="tns:Company_GetCustomFields" />
  </wsdl:message>
  <wsdl:message name="Company_GetCustomFieldsSoapOut">
    <wsdl:part name="parameters" element="tns:Company_GetCustomFieldsResponse" />
  </wsdl:message>
  <wsdl:message name="Company_SetCustomFieldsSoapIn">
    <wsdl:part name="parameters" element="tns:Company_SetCustomFields" />
  </wsdl:message>
  <wsdl:message name="Company_SetCustomFieldsSoapOut">
    <wsdl:part name="parameters" element="tns:Company_SetCustomFieldsResponse" />
  </wsdl:message>
  <wsdl:message name="Company_DeleteCustomFieldSoapIn">
    <wsdl:part name="parameters" element="tns:Company_DeleteCustomField" />
  </wsdl:message>
  <wsdl:message name="Company_DeleteCustomFieldSoapOut">
    <wsdl:part name="parameters" element="tns:Company_DeleteCustomFieldResponse" />
  </wsdl:message>
  <wsdl:message name="Company_SetCountrySoapIn">
    <wsdl:part name="parameters" element="tns:Company_SetCountry" />
  </wsdl:message>
  <wsdl:message name="Company_SetCountrySoapOut">
    <wsdl:part name="parameters" element="tns:Company_SetCountryResponse" />
  </wsdl:message>
  <wsdl:message name="Company_GetTelephoneNumberSoapIn">
    <wsdl:part name="parameters" element="tns:Company_GetTelephoneNumber" />
  </wsdl:message>
  <wsdl:message name="Company_GetTelephoneNumberSoapOut">
    <wsdl:part name="parameters" element="tns:Company_GetTelephoneNumberResponse" />
  </wsdl:message>
  <wsdl:message name="Company_SetTelephoneNumberSoapIn">
    <wsdl:part name="parameters" element="tns:Company_SetTelephoneNumber" />
  </wsdl:message>
  <wsdl:message name="Company_SetTelephoneNumberSoapOut">
    <wsdl:part name="parameters" element="tns:Company_SetTelephoneNumberResponse" />
  </wsdl:message>
  <wsdl:message name="Company_GetFaxNumberSoapIn">
    <wsdl:part name="parameters" element="tns:Company_GetFaxNumber" />
  </wsdl:message>
  <wsdl:message name="Company_GetFaxNumberSoapOut">
    <wsdl:part name="parameters" element="tns:Company_GetFaxNumberResponse" />
  </wsdl:message>
  <wsdl:message name="Company_GetMobileNumberSoapIn">
    <wsdl:part name="parameters" element="tns:Company_GetMobileNumber" />
  </wsdl:message>
  <wsdl:message name="Company_GetMobileNumberSoapOut">
    <wsdl:part name="parameters" element="tns:Company_GetMobileNumberResponse" />
  </wsdl:message>
  <wsdl:message name="Company_GetContactSoapIn">
    <wsdl:part name="parameters" element="tns:Company_GetContact" />
  </wsdl:message>
  <wsdl:message name="Company_GetContactSoapOut">
    <wsdl:part name="parameters" element="tns:Company_GetContactResponse" />
  </wsdl:message>
  <wsdl:message name="Company_GetWebSiteSoapIn">
    <wsdl:part name="parameters" element="tns:Company_GetWebSite" />
  </wsdl:message>
  <wsdl:message name="Company_GetWebSiteSoapOut">
    <wsdl:part name="parameters" element="tns:Company_GetWebSiteResponse" />
  </wsdl:message>
  <wsdl:message name="Company_SetWebSiteSoapIn">
    <wsdl:part name="parameters" element="tns:Company_SetWebSite" />
  </wsdl:message>
  <wsdl:message name="Company_SetWebSiteSoapOut">
    <wsdl:part name="parameters" element="tns:Company_SetWebSiteResponse" />
  </wsdl:message>
  <wsdl:message name="Company_GetEmailSoapIn">
    <wsdl:part name="parameters" element="tns:Company_GetEmail" />
  </wsdl:message>
  <wsdl:message name="Company_GetEmailSoapOut">
    <wsdl:part name="parameters" element="tns:Company_GetEmailResponse" />
  </wsdl:message>
  <wsdl:message name="Company_SetEmailSoapIn">
    <wsdl:part name="parameters" element="tns:Company_SetEmail" />
  </wsdl:message>
  <wsdl:message name="Company_SetEmailSoapOut">
    <wsdl:part name="parameters" element="tns:Company_SetEmailResponse" />
  </wsdl:message>
  <wsdl:message name="Company_GetCINumberSoapIn">
    <wsdl:part name="parameters" element="tns:Company_GetCINumber" />
  </wsdl:message>
  <wsdl:message name="Company_GetCINumberSoapOut">
    <wsdl:part name="parameters" element="tns:Company_GetCINumberResponse" />
  </wsdl:message>
  <wsdl:message name="Company_SetCINumberSoapIn">
    <wsdl:part name="parameters" element="tns:Company_SetCINumber" />
  </wsdl:message>
  <wsdl:message name="Company_SetCINumberSoapOut">
    <wsdl:part name="parameters" element="tns:Company_SetCINumberResponse" />
  </wsdl:message>
  <wsdl:message name="Company_GetVatNumberSoapIn">
    <wsdl:part name="parameters" element="tns:Company_GetVatNumber" />
  </wsdl:message>
  <wsdl:message name="Company_GetVatNumberSoapOut">
    <wsdl:part name="parameters" element="tns:Company_GetVatNumberResponse" />
  </wsdl:message>
  <wsdl:message name="Company_GetAffiliationSoapIn">
    <wsdl:part name="parameters" element="tns:Company_GetAffiliation" />
  </wsdl:message>
  <wsdl:message name="Company_GetAffiliationSoapOut">
    <wsdl:part name="parameters" element="tns:Company_GetAffiliationResponse" />
  </wsdl:message>
  <wsdl:message name="Company_SetVatNumberSoapIn">
    <wsdl:part name="parameters" element="tns:Company_SetVatNumber" />
  </wsdl:message>
  <wsdl:message name="Company_SetVatNumberSoapOut">
    <wsdl:part name="parameters" element="tns:Company_SetVatNumberResponse" />
  </wsdl:message>
  <wsdl:message name="Company_GetSignUpDateSoapIn">
    <wsdl:part name="parameters" element="tns:Company_GetSignUpDate" />
  </wsdl:message>
  <wsdl:message name="Company_GetSignUpDateSoapOut">
    <wsdl:part name="parameters" element="tns:Company_GetSignUpDateResponse" />
  </wsdl:message>
  <wsdl:message name="CostType_GetDataSoapIn">
    <wsdl:part name="parameters" element="tns:CostType_GetData" />
  </wsdl:message>
  <wsdl:message name="CostType_GetDataSoapOut">
    <wsdl:part name="parameters" element="tns:CostType_GetDataResponse" />
  </wsdl:message>
  <wsdl:message name="CostType_GetDataArraySoapIn">
    <wsdl:part name="parameters" element="tns:CostType_GetDataArray" />
  </wsdl:message>
  <wsdl:message name="CostType_GetDataArraySoapOut">
    <wsdl:part name="parameters" element="tns:CostType_GetDataArrayResponse" />
  </wsdl:message>
  <wsdl:message name="CostType_GetNumberSoapIn">
    <wsdl:part name="parameters" element="tns:CostType_GetNumber" />
  </wsdl:message>
  <wsdl:message name="CostType_GetNumberSoapOut">
    <wsdl:part name="parameters" element="tns:CostType_GetNumberResponse" />
  </wsdl:message>
  <wsdl:message name="CostType_GetNameSoapIn">
    <wsdl:part name="parameters" element="tns:CostType_GetName" />
  </wsdl:message>
  <wsdl:message name="CostType_GetNameSoapOut">
    <wsdl:part name="parameters" element="tns:CostType_GetNameResponse" />
  </wsdl:message>
  <wsdl:message name="CostType_GetCostTypeGroupSoapIn">
    <wsdl:part name="parameters" element="tns:CostType_GetCostTypeGroup" />
  </wsdl:message>
  <wsdl:message name="CostType_GetCostTypeGroupSoapOut">
    <wsdl:part name="parameters" element="tns:CostType_GetCostTypeGroupResponse" />
  </wsdl:message>
  <wsdl:message name="CostType_GetVatAccountSoapIn">
    <wsdl:part name="parameters" element="tns:CostType_GetVatAccount" />
  </wsdl:message>
  <wsdl:message name="CostType_GetVatAccountSoapOut">
    <wsdl:part name="parameters" element="tns:CostType_GetVatAccountResponse" />
  </wsdl:message>
  <wsdl:message name="CostType_GetAllSoapIn">
    <wsdl:part name="parameters" element="tns:CostType_GetAll" />
  </wsdl:message>
  <wsdl:message name="CostType_GetAllSoapOut">
    <wsdl:part name="parameters" element="tns:CostType_GetAllResponse" />
  </wsdl:message>
  <wsdl:message name="CostType_FindByNumberSoapIn">
    <wsdl:part name="parameters" element="tns:CostType_FindByNumber" />
  </wsdl:message>
  <wsdl:message name="CostType_FindByNumberSoapOut">
    <wsdl:part name="parameters" element="tns:CostType_FindByNumberResponse" />
  </wsdl:message>
  <wsdl:message name="CostType_FindByNumberListSoapIn">
    <wsdl:part name="parameters" element="tns:CostType_FindByNumberList" />
  </wsdl:message>
  <wsdl:message name="CostType_FindByNumberListSoapOut">
    <wsdl:part name="parameters" element="tns:CostType_FindByNumberListResponse" />
  </wsdl:message>
  <wsdl:message name="CostType_FindByNameSoapIn">
    <wsdl:part name="parameters" element="tns:CostType_FindByName" />
  </wsdl:message>
  <wsdl:message name="CostType_FindByNameSoapOut">
    <wsdl:part name="parameters" element="tns:CostType_FindByNameResponse" />
  </wsdl:message>
  <wsdl:message name="CostType_GetAllUpdatedSoapIn">
    <wsdl:part name="parameters" element="tns:CostType_GetAllUpdated" />
  </wsdl:message>
  <wsdl:message name="CostType_GetAllUpdatedSoapOut">
    <wsdl:part name="parameters" element="tns:CostType_GetAllUpdatedResponse" />
  </wsdl:message>
  <wsdl:message name="CostTypeGroup_GetDataSoapIn">
    <wsdl:part name="parameters" element="tns:CostTypeGroup_GetData" />
  </wsdl:message>
  <wsdl:message name="CostTypeGroup_GetDataSoapOut">
    <wsdl:part name="parameters" element="tns:CostTypeGroup_GetDataResponse" />
  </wsdl:message>
  <wsdl:message name="CostTypeGroup_GetDataArraySoapIn">
    <wsdl:part name="parameters" element="tns:CostTypeGroup_GetDataArray" />
  </wsdl:message>
  <wsdl:message name="CostTypeGroup_GetDataArraySoapOut">
    <wsdl:part name="parameters" element="tns:CostTypeGroup_GetDataArrayResponse" />
  </wsdl:message>
  <wsdl:message name="CostTypeGroup_GetNumberSoapIn">
    <wsdl:part name="parameters" element="tns:CostTypeGroup_GetNumber" />
  </wsdl:message>
  <wsdl:message name="CostTypeGroup_GetNumberSoapOut">
    <wsdl:part name="parameters" element="tns:CostTypeGroup_GetNumberResponse" />
  </wsdl:message>
  <wsdl:message name="CostTypeGroup_GetNameSoapIn">
    <wsdl:part name="parameters" element="tns:CostTypeGroup_GetName" />
  </wsdl:message>
  <wsdl:message name="CostTypeGroup_GetNameSoapOut">
    <wsdl:part name="parameters" element="tns:CostTypeGroup_GetNameResponse" />
  </wsdl:message>
  <wsdl:message name="CostTypeGroup_GetAccountOngoingSoapIn">
    <wsdl:part name="parameters" element="tns:CostTypeGroup_GetAccountOngoing" />
  </wsdl:message>
  <wsdl:message name="CostTypeGroup_GetAccountOngoingSoapOut">
    <wsdl:part name="parameters" element="tns:CostTypeGroup_GetAccountOngoingResponse" />
  </wsdl:message>
  <wsdl:message name="CostTypeGroup_GetAccountClosedSoapIn">
    <wsdl:part name="parameters" element="tns:CostTypeGroup_GetAccountClosed" />
  </wsdl:message>
  <wsdl:message name="CostTypeGroup_GetAccountClosedSoapOut">
    <wsdl:part name="parameters" element="tns:CostTypeGroup_GetAccountClosedResponse" />
  </wsdl:message>
  <wsdl:message name="CostTypeGroup_GetAllSoapIn">
    <wsdl:part name="parameters" element="tns:CostTypeGroup_GetAll" />
  </wsdl:message>
  <wsdl:message name="CostTypeGroup_GetAllSoapOut">
    <wsdl:part name="parameters" element="tns:CostTypeGroup_GetAllResponse" />
  </wsdl:message>
  <wsdl:message name="CostTypeGroup_FindByNumberSoapIn">
    <wsdl:part name="parameters" element="tns:CostTypeGroup_FindByNumber" />
  </wsdl:message>
  <wsdl:message name="CostTypeGroup_FindByNumberSoapOut">
    <wsdl:part name="parameters" element="tns:CostTypeGroup_FindByNumberResponse" />
  </wsdl:message>
  <wsdl:message name="CostTypeGroup_FindByNameSoapIn">
    <wsdl:part name="parameters" element="tns:CostTypeGroup_FindByName" />
  </wsdl:message>
  <wsdl:message name="CostTypeGroup_FindByNameSoapOut">
    <wsdl:part name="parameters" element="tns:CostTypeGroup_FindByNameResponse" />
  </wsdl:message>
  <wsdl:message name="Creditor_CreateFromDataSoapIn">
    <wsdl:part name="parameters" element="tns:Creditor_CreateFromData" />
  </wsdl:message>
  <wsdl:message name="Creditor_CreateFromDataSoapOut">
    <wsdl:part name="parameters" element="tns:Creditor_CreateFromDataResponse" />
  </wsdl:message>
  <wsdl:message name="Creditor_CreateFromDataArraySoapIn">
    <wsdl:part name="parameters" element="tns:Creditor_CreateFromDataArray" />
  </wsdl:message>
  <wsdl:message name="Creditor_CreateFromDataArraySoapOut">
    <wsdl:part name="parameters" element="tns:Creditor_CreateFromDataArrayResponse" />
  </wsdl:message>
  <wsdl:message name="BudgetFigure_UpdateFromDataArraySoapIn">
    <wsdl:part name="parameters" element="tns:BudgetFigure_UpdateFromDataArray" />
  </wsdl:message>
  <wsdl:message name="BudgetFigure_UpdateFromDataArraySoapOut">
    <wsdl:part name="parameters" element="tns:BudgetFigure_UpdateFromDataArrayResponse" />
  </wsdl:message>
  <wsdl:message name="BudgetFigure_UpdateFromDataSoapIn">
    <wsdl:part name="parameters" element="tns:BudgetFigure_UpdateFromData" />
  </wsdl:message>
  <wsdl:message name="BudgetFigure_UpdateFromDataSoapOut">
    <wsdl:part name="parameters" element="tns:BudgetFigure_UpdateFromDataResponse" />
  </wsdl:message>
  <wsdl:message name="BudgetFigure_GetDataSoapIn">
    <wsdl:part name="parameters" element="tns:BudgetFigure_GetData" />
  </wsdl:message>
  <wsdl:message name="BudgetFigure_GetDataSoapOut">
    <wsdl:part name="parameters" element="tns:BudgetFigure_GetDataResponse" />
  </wsdl:message>
  <wsdl:message name="BudgetFigure_GetDataArraySoapIn">
    <wsdl:part name="parameters" element="tns:BudgetFigure_GetDataArray" />
  </wsdl:message>
  <wsdl:message name="BudgetFigure_GetDataArraySoapOut">
    <wsdl:part name="parameters" element="tns:BudgetFigure_GetDataArrayResponse" />
  </wsdl:message>
  <wsdl:message name="BudgetFigure_SetAccountSoapIn">
    <wsdl:part name="parameters" element="tns:BudgetFigure_SetAccount" />
  </wsdl:message>
  <wsdl:message name="BudgetFigure_SetAccountSoapOut">
    <wsdl:part name="parameters" element="tns:BudgetFigure_SetAccountResponse" />
  </wsdl:message>
  <wsdl:message name="BudgetFigure_GetAccountSoapIn">
    <wsdl:part name="parameters" element="tns:BudgetFigure_GetAccount" />
  </wsdl:message>
  <wsdl:message name="BudgetFigure_GetAccountSoapOut">
    <wsdl:part name="parameters" element="tns:BudgetFigure_GetAccountResponse" />
  </wsdl:message>
  <wsdl:message name="BudgetFigure_SetTextSoapIn">
    <wsdl:part name="parameters" element="tns:BudgetFigure_SetText" />
  </wsdl:message>
  <wsdl:message name="BudgetFigure_SetTextSoapOut">
    <wsdl:part name="parameters" element="tns:BudgetFigure_SetTextResponse" />
  </wsdl:message>
  <wsdl:message name="BudgetFigure_GetTextSoapIn">
    <wsdl:part name="parameters" element="tns:BudgetFigure_GetText" />
  </wsdl:message>
  <wsdl:message name="BudgetFigure_GetTextSoapOut">
    <wsdl:part name="parameters" element="tns:BudgetFigure_GetTextResponse" />
  </wsdl:message>
  <wsdl:message name="BudgetFigure_GetFromDateSoapIn">
    <wsdl:part name="parameters" element="tns:BudgetFigure_GetFromDate" />
  </wsdl:message>
  <wsdl:message name="BudgetFigure_GetFromDateSoapOut">
    <wsdl:part name="parameters" element="tns:BudgetFigure_GetFromDateResponse" />
  </wsdl:message>
  <wsdl:message name="BudgetFigure_SetFromDateSoapIn">
    <wsdl:part name="parameters" element="tns:BudgetFigure_SetFromDate" />
  </wsdl:message>
  <wsdl:message name="BudgetFigure_SetFromDateSoapOut">
    <wsdl:part name="parameters" element="tns:BudgetFigure_SetFromDateResponse" />
  </wsdl:message>
  <wsdl:message name="BudgetFigure_SetToDateSoapIn">
    <wsdl:part name="parameters" element="tns:BudgetFigure_SetToDate" />
  </wsdl:message>
  <wsdl:message name="BudgetFigure_SetToDateSoapOut">
    <wsdl:part name="parameters" element="tns:BudgetFigure_SetToDateResponse" />
  </wsdl:message>
  <wsdl:message name="BudgetFigure_GetToDateSoapIn">
    <wsdl:part name="parameters" element="tns:BudgetFigure_GetToDate" />
  </wsdl:message>
  <wsdl:message name="BudgetFigure_GetToDateSoapOut">
    <wsdl:part name="parameters" element="tns:BudgetFigure_GetToDateResponse" />
  </wsdl:message>
  <wsdl:message name="BudgetFigure_GetAmountDefaultCurrencySoapIn">
    <wsdl:part name="parameters" element="tns:BudgetFigure_GetAmountDefaultCurrency" />
  </wsdl:message>
  <wsdl:message name="BudgetFigure_GetAmountDefaultCurrencySoapOut">
    <wsdl:part name="parameters" element="tns:BudgetFigure_GetAmountDefaultCurrencyResponse" />
  </wsdl:message>
  <wsdl:message name="BudgetFigure_GetUnit1SoapIn">
    <wsdl:part name="parameters" element="tns:BudgetFigure_GetUnit1" />
  </wsdl:message>
  <wsdl:message name="BudgetFigure_GetUnit1SoapOut">
    <wsdl:part name="parameters" element="tns:BudgetFigure_GetUnit1Response" />
  </wsdl:message>
  <wsdl:message name="BudgetFigure_GetUnit2SoapIn">
    <wsdl:part name="parameters" element="tns:BudgetFigure_GetUnit2" />
  </wsdl:message>
  <wsdl:message name="BudgetFigure_GetUnit2SoapOut">
    <wsdl:part name="parameters" element="tns:BudgetFigure_GetUnit2Response" />
  </wsdl:message>
  <wsdl:message name="BudgetFigure_GetQuantity1SoapIn">
    <wsdl:part name="parameters" element="tns:BudgetFigure_GetQuantity1" />
  </wsdl:message>
  <wsdl:message name="BudgetFigure_GetQuantity1SoapOut">
    <wsdl:part name="parameters" element="tns:BudgetFigure_GetQuantity1Response" />
  </wsdl:message>
  <wsdl:message name="BudgetFigure_GetQuantity2SoapIn">
    <wsdl:part name="parameters" element="tns:BudgetFigure_GetQuantity2" />
  </wsdl:message>
  <wsdl:message name="BudgetFigure_GetQuantity2SoapOut">
    <wsdl:part name="parameters" element="tns:BudgetFigure_GetQuantity2Response" />
  </wsdl:message>
  <wsdl:message name="BudgetFigure_SetAmountDefaultCurrencySoapIn">
    <wsdl:part name="parameters" element="tns:BudgetFigure_SetAmountDefaultCurrency" />
  </wsdl:message>
  <wsdl:message name="BudgetFigure_SetAmountDefaultCurrencySoapOut">
    <wsdl:part name="parameters" element="tns:BudgetFigure_SetAmountDefaultCurrencyResponse" />
  </wsdl:message>
  <wsdl:message name="BudgetFigure_SetDepartmentSoapIn">
    <wsdl:part name="parameters" element="tns:BudgetFigure_SetDepartment" />
  </wsdl:message>
  <wsdl:message name="BudgetFigure_SetDepartmentSoapOut">
    <wsdl:part name="parameters" element="tns:BudgetFigure_SetDepartmentResponse" />
  </wsdl:message>
  <wsdl:message name="BudgetFigure_GetDepartmentSoapIn">
    <wsdl:part name="parameters" element="tns:BudgetFigure_GetDepartment" />
  </wsdl:message>
  <wsdl:message name="BudgetFigure_GetDepartmentSoapOut">
    <wsdl:part name="parameters" element="tns:BudgetFigure_GetDepartmentResponse" />
  </wsdl:message>
  <wsdl:message name="BudgetFigure_SetDistributionKeySoapIn">
    <wsdl:part name="parameters" element="tns:BudgetFigure_SetDistributionKey" />
  </wsdl:message>
  <wsdl:message name="BudgetFigure_SetDistributionKeySoapOut">
    <wsdl:part name="parameters" element="tns:BudgetFigure_SetDistributionKeyResponse" />
  </wsdl:message>
  <wsdl:message name="BudgetFigure_GetDistributionKeySoapIn">
    <wsdl:part name="parameters" element="tns:BudgetFigure_GetDistributionKey" />
  </wsdl:message>
  <wsdl:message name="BudgetFigure_GetDistributionKeySoapOut">
    <wsdl:part name="parameters" element="tns:BudgetFigure_GetDistributionKeyResponse" />
  </wsdl:message>
  <wsdl:message name="BudgetFigure_CreateSoapIn">
    <wsdl:part name="parameters" element="tns:BudgetFigure_Create" />
  </wsdl:message>
  <wsdl:message name="BudgetFigure_CreateSoapOut">
    <wsdl:part name="parameters" element="tns:BudgetFigure_CreateResponse" />
  </wsdl:message>
  <wsdl:message name="BudgetFigure_DeleteSoapIn">
    <wsdl:part name="parameters" element="tns:BudgetFigure_Delete" />
  </wsdl:message>
  <wsdl:message name="BudgetFigure_DeleteSoapOut">
    <wsdl:part name="parameters" element="tns:BudgetFigure_DeleteResponse" />
  </wsdl:message>
  <wsdl:message name="BudgetFigure_GetAllSoapIn">
    <wsdl:part name="parameters" element="tns:BudgetFigure_GetAll" />
  </wsdl:message>
  <wsdl:message name="BudgetFigure_GetAllSoapOut">
    <wsdl:part name="parameters" element="tns:BudgetFigure_GetAllResponse" />
  </wsdl:message>
  <wsdl:message name="BudgetFigure_FindByDateSoapIn">
    <wsdl:part name="parameters" element="tns:BudgetFigure_FindByDate" />
  </wsdl:message>
  <wsdl:message name="BudgetFigure_FindByDateSoapOut">
    <wsdl:part name="parameters" element="tns:BudgetFigure_FindByDateResponse" />
  </wsdl:message>
  <wsdl:message name="CashBook_UpdateFromDataArraySoapIn">
    <wsdl:part name="parameters" element="tns:CashBook_UpdateFromDataArray" />
  </wsdl:message>
  <wsdl:message name="CashBook_UpdateFromDataArraySoapOut">
    <wsdl:part name="parameters" element="tns:CashBook_UpdateFromDataArrayResponse" />
  </wsdl:message>
  <wsdl:message name="CashBook_UpdateFromDataSoapIn">
    <wsdl:part name="parameters" element="tns:CashBook_UpdateFromData" />
  </wsdl:message>
  <wsdl:message name="CashBook_UpdateFromDataSoapOut">
    <wsdl:part name="parameters" element="tns:CashBook_UpdateFromDataResponse" />
  </wsdl:message>
  <wsdl:message name="CashBook_GetDataSoapIn">
    <wsdl:part name="parameters" element="tns:CashBook_GetData" />
  </wsdl:message>
  <wsdl:message name="CashBook_GetDataSoapOut">
    <wsdl:part name="parameters" element="tns:CashBook_GetDataResponse" />
  </wsdl:message>
  <wsdl:message name="CashBook_GetDataArraySoapIn">
    <wsdl:part name="parameters" element="tns:CashBook_GetDataArray" />
  </wsdl:message>
  <wsdl:message name="CashBook_GetDataArraySoapOut">
    <wsdl:part name="parameters" element="tns:CashBook_GetDataArrayResponse" />
  </wsdl:message>
  <wsdl:message name="CashBook_GetAllSoapIn">
    <wsdl:part name="parameters" element="tns:CashBook_GetAll" />
  </wsdl:message>
  <wsdl:message name="CashBook_GetAllSoapOut">
    <wsdl:part name="parameters" element="tns:CashBook_GetAllResponse" />
  </wsdl:message>
  <wsdl:message name="CashBook_FindByNumberSoapIn">
    <wsdl:part name="parameters" element="tns:CashBook_FindByNumber" />
  </wsdl:message>
  <wsdl:message name="CashBook_FindByNumberSoapOut">
    <wsdl:part name="parameters" element="tns:CashBook_FindByNumberResponse" />
  </wsdl:message>
  <wsdl:message name="CashBook_FindByNumberListSoapIn">
    <wsdl:part name="parameters" element="tns:CashBook_FindByNumberList" />
  </wsdl:message>
  <wsdl:message name="CashBook_FindByNumberListSoapOut">
    <wsdl:part name="parameters" element="tns:CashBook_FindByNumberListResponse" />
  </wsdl:message>
  <wsdl:message name="CashBook_FindByNameSoapIn">
    <wsdl:part name="parameters" element="tns:CashBook_FindByName" />
  </wsdl:message>
  <wsdl:message name="CashBook_FindByNameSoapOut">
    <wsdl:part name="parameters" element="tns:CashBook_FindByNameResponse" />
  </wsdl:message>
  <wsdl:message name="CashBook_FindByNameListSoapIn">
    <wsdl:part name="parameters" element="tns:CashBook_FindByNameList" />
  </wsdl:message>
  <wsdl:message name="CashBook_FindByNameListSoapOut">
    <wsdl:part name="parameters" element="tns:CashBook_FindByNameListResponse" />
  </wsdl:message>
  <wsdl:message name="CashBook_RegisterPdfVoucherSoapIn">
    <wsdl:part name="parameters" element="tns:CashBook_RegisterPdfVoucher" />
  </wsdl:message>
  <wsdl:message name="CashBook_RegisterPdfVoucherSoapOut">
    <wsdl:part name="parameters" element="tns:CashBook_RegisterPdfVoucherResponse" />
  </wsdl:message>
  <wsdl:message name="CashBook_GetNextVoucherNumberSoapIn">
    <wsdl:part name="parameters" element="tns:CashBook_GetNextVoucherNumber" />
  </wsdl:message>
  <wsdl:message name="CashBook_GetNextVoucherNumberSoapOut">
    <wsdl:part name="parameters" element="tns:CashBook_GetNextVoucherNumberResponse" />
  </wsdl:message>
  <wsdl:message name="CashBook_GetEntriesSoapIn">
    <wsdl:part name="parameters" element="tns:CashBook_GetEntries" />
  </wsdl:message>
  <wsdl:message name="CashBook_GetEntriesSoapOut">
    <wsdl:part name="parameters" element="tns:CashBook_GetEntriesResponse" />
  </wsdl:message>
  <wsdl:message name="CashBook_DeleteAllEntriesSoapIn">
    <wsdl:part name="parameters" element="tns:CashBook_DeleteAllEntries" />
  </wsdl:message>
  <wsdl:message name="CashBook_DeleteAllEntriesSoapOut">
    <wsdl:part name="parameters" element="tns:CashBook_DeleteAllEntriesResponse" />
  </wsdl:message>
  <wsdl:message name="CashBook_BookSoapIn">
    <wsdl:part name="parameters" element="tns:CashBook_Book" />
  </wsdl:message>
  <wsdl:message name="CashBook_BookSoapOut">
    <wsdl:part name="parameters" element="tns:CashBook_BookResponse" />
  </wsdl:message>
  <wsdl:message name="CashBook_BookWithDateSoapIn">
    <wsdl:part name="parameters" element="tns:CashBook_BookWithDate" />
  </wsdl:message>
  <wsdl:message name="CashBook_BookWithDateSoapOut">
    <wsdl:part name="parameters" element="tns:CashBook_BookWithDateResponse" />
  </wsdl:message>
  <wsdl:message name="CashBook_BookWithDateClosedPeriodSoapIn">
    <wsdl:part name="parameters" element="tns:CashBook_BookWithDateClosedPeriod" />
  </wsdl:message>
  <wsdl:message name="CashBook_BookWithDateClosedPeriodSoapOut">
    <wsdl:part name="parameters" element="tns:CashBook_BookWithDateClosedPeriodResponse" />
  </wsdl:message>
  <wsdl:message name="CashBook_GetNumberSoapIn">
    <wsdl:part name="parameters" element="tns:CashBook_GetNumber" />
  </wsdl:message>
  <wsdl:message name="CashBook_GetNumberSoapOut">
    <wsdl:part name="parameters" element="tns:CashBook_GetNumberResponse" />
  </wsdl:message>
  <wsdl:message name="CashBook_GetNameSoapIn">
    <wsdl:part name="parameters" element="tns:CashBook_GetName" />
  </wsdl:message>
  <wsdl:message name="CashBook_GetNameSoapOut">
    <wsdl:part name="parameters" element="tns:CashBook_GetNameResponse" />
  </wsdl:message>
  <wsdl:message name="CashBook_SetNameSoapIn">
    <wsdl:part name="parameters" element="tns:CashBook_SetName" />
  </wsdl:message>
  <wsdl:message name="CashBook_SetNameSoapOut">
    <wsdl:part name="parameters" element="tns:CashBook_SetNameResponse" />
  </wsdl:message>
  <wsdl:message name="CashBookEntry_CreateFromDataSoapIn">
    <wsdl:part name="parameters" element="tns:CashBookEntry_CreateFromData" />
  </wsdl:message>
  <wsdl:message name="CashBookEntry_CreateFromDataSoapOut">
    <wsdl:part name="parameters" element="tns:CashBookEntry_CreateFromDataResponse" />
  </wsdl:message>
  <wsdl:message name="Entry_CopyVoucherSoapIn">
    <wsdl:part name="parameters" element="tns:Entry_CopyVoucher" />
  </wsdl:message>
  <wsdl:message name="Entry_CopyVoucherSoapOut">
    <wsdl:part name="parameters" element="tns:Entry_CopyVoucherResponse" />
  </wsdl:message>
  <wsdl:message name="Entry_ReverseVoucherSoapIn">
    <wsdl:part name="parameters" element="tns:Entry_ReverseVoucher" />
  </wsdl:message>
  <wsdl:message name="Entry_ReverseVoucherSoapOut">
    <wsdl:part name="parameters" element="tns:Entry_ReverseVoucherResponse" />
  </wsdl:message>
  <wsdl:message name="Entry_TurnVoucherSoapIn">
    <wsdl:part name="parameters" element="tns:Entry_TurnVoucher" />
  </wsdl:message>
  <wsdl:message name="Entry_TurnVoucherSoapOut">
    <wsdl:part name="parameters" element="tns:Entry_TurnVoucherResponse" />
  </wsdl:message>
  <wsdl:message name="CashBookEntry_CreateFromDataArraySoapIn">
    <wsdl:part name="parameters" element="tns:CashBookEntry_CreateFromDataArray" />
  </wsdl:message>
  <wsdl:message name="CashBookEntry_CreateFromDataArraySoapOut">
    <wsdl:part name="parameters" element="tns:CashBookEntry_CreateFromDataArrayResponse" />
  </wsdl:message>
  <wsdl:message name="CashBookEntry_UpdateFromDataArraySoapIn">
    <wsdl:part name="parameters" element="tns:CashBookEntry_UpdateFromDataArray" />
  </wsdl:message>
  <wsdl:message name="CashBookEntry_UpdateFromDataArraySoapOut">
    <wsdl:part name="parameters" element="tns:CashBookEntry_UpdateFromDataArrayResponse" />
  </wsdl:message>
  <wsdl:message name="CashBookEntry_UpdateFromDataSoapIn">
    <wsdl:part name="parameters" element="tns:CashBookEntry_UpdateFromData" />
  </wsdl:message>
  <wsdl:message name="CashBookEntry_UpdateFromDataSoapOut">
    <wsdl:part name="parameters" element="tns:CashBookEntry_UpdateFromDataResponse" />
  </wsdl:message>
  <wsdl:message name="CashBookEntry_GetDataSoapIn">
    <wsdl:part name="parameters" element="tns:CashBookEntry_GetData" />
  </wsdl:message>
  <wsdl:message name="CashBookEntry_GetDataSoapOut">
    <wsdl:part name="parameters" element="tns:CashBookEntry_GetDataResponse" />
  </wsdl:message>
  <wsdl:message name="CashBookEntry_GetDataArraySoapIn">
    <wsdl:part name="parameters" element="tns:CashBookEntry_GetDataArray" />
  </wsdl:message>
  <wsdl:message name="CashBookEntry_GetDataArraySoapOut">
    <wsdl:part name="parameters" element="tns:CashBookEntry_GetDataArrayResponse" />
  </wsdl:message>
  <wsdl:message name="CashBookEntry_GetTypeSoapIn">
    <wsdl:part name="parameters" element="tns:CashBookEntry_GetType" />
  </wsdl:message>
  <wsdl:message name="CashBookEntry_GetTypeSoapOut">
    <wsdl:part name="parameters" element="tns:CashBookEntry_GetTypeResponse" />
  </wsdl:message>
  <wsdl:message name="CashBookEntry_GetCashBookSoapIn">
    <wsdl:part name="parameters" element="tns:CashBookEntry_GetCashBook" />
  </wsdl:message>
  <wsdl:message name="CashBookEntry_GetCashBookSoapOut">
    <wsdl:part name="parameters" element="tns:CashBookEntry_GetCashBookResponse" />
  </wsdl:message>
  <wsdl:message name="CashBookEntry_SetDebtorSoapIn">
    <wsdl:part name="parameters" element="tns:CashBookEntry_SetDebtor" />
  </wsdl:message>
  <wsdl:message name="CashBookEntry_SetDebtorSoapOut">
    <wsdl:part name="parameters" element="tns:CashBookEntry_SetDebtorResponse" />
  </wsdl:message>
  <wsdl:message name="CashBookEntry_GetDebtorSoapIn">
    <wsdl:part name="parameters" element="tns:CashBookEntry_GetDebtor" />
  </wsdl:message>
  <wsdl:message name="CashBookEntry_GetDebtorSoapOut">
    <wsdl:part name="parameters" element="tns:CashBookEntry_GetDebtorResponse" />
  </wsdl:message>
  <wsdl:message name="CashBookEntry_GetCreditorSoapIn">
    <wsdl:part name="parameters" element="tns:CashBookEntry_GetCreditor" />
  </wsdl:message>
  <wsdl:message name="CashBookEntry_GetCreditorSoapOut">
    <wsdl:part name="parameters" element="tns:CashBookEntry_GetCreditorResponse" />
  </wsdl:message>
  <wsdl:message name="CashBookEntry_SetCreditorSoapIn">
    <wsdl:part name="parameters" element="tns:CashBookEntry_SetCreditor" />
  </wsdl:message>
  <wsdl:message name="CashBookEntry_SetCreditorSoapOut">
    <wsdl:part name="parameters" element="tns:CashBookEntry_SetCreditorResponse" />
  </wsdl:message>
  <wsdl:message name="CashBookEntry_SetAccountSoapIn">
    <wsdl:part name="parameters" element="tns:CashBookEntry_SetAccount" />
  </wsdl:message>
  <wsdl:message name="CashBookEntry_SetAccountSoapOut">
    <wsdl:part name="parameters" element="tns:CashBookEntry_SetAccountResponse" />
  </wsdl:message>
  <wsdl:message name="CashBookEntry_GetAccountSoapIn">
    <wsdl:part name="parameters" element="tns:CashBookEntry_GetAccount" />
  </wsdl:message>
  <wsdl:message name="CashBookEntry_GetAccountSoapOut">
    <wsdl:part name="parameters" element="tns:CashBookEntry_GetAccountResponse" />
  </wsdl:message>
  <wsdl:message name="CashBookEntry_GetContraAccountSoapIn">
    <wsdl:part name="parameters" element="tns:CashBookEntry_GetContraAccount" />
  </wsdl:message>
  <wsdl:message name="CashBookEntry_GetContraAccountSoapOut">
    <wsdl:part name="parameters" element="tns:CashBookEntry_GetContraAccountResponse" />
  </wsdl:message>
  <wsdl:message name="CashBookEntry_SetContraAccountSoapIn">
    <wsdl:part name="parameters" element="tns:CashBookEntry_SetContraAccount" />
  </wsdl:message>
  <wsdl:message name="CashBookEntry_SetContraAccountSoapOut">
    <wsdl:part name="parameters" element="tns:CashBookEntry_SetContraAccountResponse" />
  </wsdl:message>
  <wsdl:message name="CashBookEntry_SetDateSoapIn">
    <wsdl:part name="parameters" element="tns:CashBookEntry_SetDate" />
  </wsdl:message>
  <wsdl:message name="CashBookEntry_SetDateSoapOut">
    <wsdl:part name="parameters" element="tns:CashBookEntry_SetDateResponse" />
  </wsdl:message>
  <wsdl:message name="CashBookEntry_GetDateSoapIn">
    <wsdl:part name="parameters" element="tns:CashBookEntry_GetDate" />
  </wsdl:message>
  <wsdl:message name="CashBookEntry_GetDateSoapOut">
    <wsdl:part name="parameters" element="tns:CashBookEntry_GetDateResponse" />
  </wsdl:message>
  <wsdl:message name="CashBookEntry_SetVoucherNumberSoapIn">
    <wsdl:part name="parameters" element="tns:CashBookEntry_SetVoucherNumber" />
  </wsdl:message>
  <wsdl:message name="CashBookEntry_SetVoucherNumberSoapOut">
    <wsdl:part name="parameters" element="tns:CashBookEntry_SetVoucherNumberResponse" />
  </wsdl:message>
  <wsdl:message name="CashBookEntry_GetVoucherNumberSoapIn">
    <wsdl:part name="parameters" element="tns:CashBookEntry_GetVoucherNumber" />
  </wsdl:message>
  <wsdl:message name="CashBookEntry_GetVoucherNumberSoapOut">
    <wsdl:part name="parameters" element="tns:CashBookEntry_GetVoucherNumberResponse" />
  </wsdl:message>
  <wsdl:message name="CashBookEntry_GetTextSoapIn">
    <wsdl:part name="parameters" element="tns:CashBookEntry_GetText" />
  </wsdl:message>
  <wsdl:message name="CashBookEntry_GetTextSoapOut">
    <wsdl:part name="parameters" element="tns:CashBookEntry_GetTextResponse" />
  </wsdl:message>
  <wsdl:message name="CashBookEntry_SetTextSoapIn">
    <wsdl:part name="parameters" element="tns:CashBookEntry_SetText" />
  </wsdl:message>
  <wsdl:message name="CashBookEntry_SetTextSoapOut">
    <wsdl:part name="parameters" element="tns:CashBookEntry_SetTextResponse" />
  </wsdl:message>
  <wsdl:message name="CashBookEntry_GetAmountDefaultCurrencySoapIn">
    <wsdl:part name="parameters" element="tns:CashBookEntry_GetAmountDefaultCurrency" />
  </wsdl:message>
  <wsdl:message name="CashBookEntry_GetAmountDefaultCurrencySoapOut">
    <wsdl:part name="parameters" element="tns:CashBookEntry_GetAmountDefaultCurrencyResponse" />
  </wsdl:message>
  <wsdl:message name="CashBookEntry_SetAmountDefaultCurrencySoapIn">
    <wsdl:part name="parameters" element="tns:CashBookEntry_SetAmountDefaultCurrency" />
  </wsdl:message>
  <wsdl:message name="CashBookEntry_SetAmountDefaultCurrencySoapOut">
    <wsdl:part name="parameters" element="tns:CashBookEntry_SetAmountDefaultCurrencyResponse" />
  </wsdl:message>
  <wsdl:message name="CashBookEntry_GetCurrencySoapIn">
    <wsdl:part name="parameters" element="tns:CashBookEntry_GetCurrency" />
  </wsdl:message>
  <wsdl:message name="CashBookEntry_GetCurrencySoapOut">
    <wsdl:part name="parameters" element="tns:CashBookEntry_GetCurrencyResponse" />
  </wsdl:message>
  <wsdl:message name="CashBookEntry_SetCurrencySoapIn">
    <wsdl:part name="parameters" element="tns:CashBookEntry_SetCurrency" />
  </wsdl:message>
  <wsdl:message name="CashBookEntry_SetCurrencySoapOut">
    <wsdl:part name="parameters" element="tns:CashBookEntry_SetCurrencyResponse" />
  </wsdl:message>
  <wsdl:message name="CashBookEntry_SetAmountSoapIn">
    <wsdl:part name="parameters" element="tns:CashBookEntry_SetAmount" />
  </wsdl:message>
  <wsdl:message name="CashBookEntry_SetAmountSoapOut">
    <wsdl:part name="parameters" element="tns:CashBookEntry_SetAmountResponse" />
  </wsdl:message>
  <wsdl:message name="CashBookEntry_GetAmountSoapIn">
    <wsdl:part name="parameters" element="tns:CashBookEntry_GetAmount" />
  </wsdl:message>
  <wsdl:message name="CashBookEntry_GetAmountSoapOut">
    <wsdl:part name="parameters" element="tns:CashBookEntry_GetAmountResponse" />
  </wsdl:message>
  <wsdl:message name="CashBookEntry_SetVatAccountSoapIn">
    <wsdl:part name="parameters" element="tns:CashBookEntry_SetVatAccount" />
  </wsdl:message>
  <wsdl:message name="CashBookEntry_SetVatAccountSoapOut">
    <wsdl:part name="parameters" element="tns:CashBookEntry_SetVatAccountResponse" />
  </wsdl:message>
  <wsdl:message name="CashBookEntry_GetVatAccountSoapIn">
    <wsdl:part name="parameters" element="tns:CashBookEntry_GetVatAccount" />
  </wsdl:message>
  <wsdl:message name="CashBookEntry_GetVatAccountSoapOut">
    <wsdl:part name="parameters" element="tns:CashBookEntry_GetVatAccountResponse" />
  </wsdl:message>
  <wsdl:message name="CashBookEntry_GetContraVatAccountSoapIn">
    <wsdl:part name="parameters" element="tns:CashBookEntry_GetContraVatAccount" />
  </wsdl:message>
  <wsdl:message name="CashBookEntry_GetContraVatAccountSoapOut">
    <wsdl:part name="parameters" element="tns:CashBookEntry_GetContraVatAccountResponse" />
  </wsdl:message>
  <wsdl:message name="CashBookEntry_SetContraVatAccountSoapIn">
    <wsdl:part name="parameters" element="tns:CashBookEntry_SetContraVatAccount" />
  </wsdl:message>
  <wsdl:message name="CashBookEntry_SetContraVatAccountSoapOut">
    <wsdl:part name="parameters" element="tns:CashBookEntry_SetContraVatAccountResponse" />
  </wsdl:message>
  <wsdl:message name="CashBookEntry_SetDebtorInvoiceNumberSoapIn">
    <wsdl:part name="parameters" element="tns:CashBookEntry_SetDebtorInvoiceNumber" />
  </wsdl:message>
  <wsdl:message name="CashBookEntry_SetDebtorInvoiceNumberSoapOut">
    <wsdl:part name="parameters" element="tns:CashBookEntry_SetDebtorInvoiceNumberResponse" />
  </wsdl:message>
  <wsdl:message name="CashBookEntry_GetDebtorInvoiceNumberSoapIn">
    <wsdl:part name="parameters" element="tns:CashBookEntry_GetDebtorInvoiceNumber" />
  </wsdl:message>
  <wsdl:message name="CashBookEntry_GetDebtorInvoiceNumberSoapOut">
    <wsdl:part name="parameters" element="tns:CashBookEntry_GetDebtorInvoiceNumberResponse" />
  </wsdl:message>
  <wsdl:message name="CashBookEntry_GetCreditorInvoiceNumberSoapIn">
    <wsdl:part name="parameters" element="tns:CashBookEntry_GetCreditorInvoiceNumber" />
  </wsdl:message>
  <wsdl:message name="CashBookEntry_GetCreditorInvoiceNumberSoapOut">
    <wsdl:part name="parameters" element="tns:CashBookEntry_GetCreditorInvoiceNumberResponse" />
  </wsdl:message>
  <wsdl:message name="CashBookEntry_SetCreditorInvoiceNumberSoapIn">
    <wsdl:part name="parameters" element="tns:CashBookEntry_SetCreditorInvoiceNumber" />
  </wsdl:message>
  <wsdl:message name="CashBookEntry_SetCreditorInvoiceNumberSoapOut">
    <wsdl:part name="parameters" element="tns:CashBookEntry_SetCreditorInvoiceNumberResponse" />
  </wsdl:message>
  <wsdl:message name="CashBookEntry_SetDueDateSoapIn">
    <wsdl:part name="parameters" element="tns:CashBookEntry_SetDueDate" />
  </wsdl:message>
  <wsdl:message name="CashBookEntry_SetDueDateSoapOut">
    <wsdl:part name="parameters" element="tns:CashBookEntry_SetDueDateResponse" />
  </wsdl:message>
  <wsdl:message name="Account_CreateFromDataSoapIn">
    <wsdl:part name="parameters" element="tns:Account_CreateFromData" />
  </wsdl:message>
  <wsdl:message name="Account_CreateFromDataSoapOut">
    <wsdl:part name="parameters" element="tns:Account_CreateFromDataResponse" />
  </wsdl:message>
  <wsdl:message name="Account_CreateFromDataArraySoapIn">
    <wsdl:part name="parameters" element="tns:Account_CreateFromDataArray" />
  </wsdl:message>
  <wsdl:message name="Account_CreateFromDataArraySoapOut">
    <wsdl:part name="parameters" element="tns:Account_CreateFromDataArrayResponse" />
  </wsdl:message>
  <wsdl:message name="Account_UpdateFromDataArraySoapIn">
    <wsdl:part name="parameters" element="tns:Account_UpdateFromDataArray" />
  </wsdl:message>
  <wsdl:message name="Account_UpdateFromDataArraySoapOut">
    <wsdl:part name="parameters" element="tns:Account_UpdateFromDataArrayResponse" />
  </wsdl:message>
  <wsdl:message name="Account_UpdateFromDataSoapIn">
    <wsdl:part name="parameters" element="tns:Account_UpdateFromData" />
  </wsdl:message>
  <wsdl:message name="Account_UpdateFromDataSoapOut">
    <wsdl:part name="parameters" element="tns:Account_UpdateFromDataResponse" />
  </wsdl:message>
  <wsdl:message name="Account_GetDataSoapIn">
    <wsdl:part name="parameters" element="tns:Account_GetData" />
  </wsdl:message>
  <wsdl:message name="Account_GetDataSoapOut">
    <wsdl:part name="parameters" element="tns:Account_GetDataResponse" />
  </wsdl:message>
  <wsdl:message name="Account_GetDataArraySoapIn">
    <wsdl:part name="parameters" element="tns:Account_GetDataArray" />
  </wsdl:message>
  <wsdl:message name="Account_GetDataArraySoapOut">
    <wsdl:part name="parameters" element="tns:Account_GetDataArrayResponse" />
  </wsdl:message>
  <wsdl:message name="Account_CreateSoapIn">
    <wsdl:part name="parameters" element="tns:Account_Create" />
  </wsdl:message>
  <wsdl:message name="Account_CreateSoapOut">
    <wsdl:part name="parameters" element="tns:Account_CreateResponse" />
  </wsdl:message>
  <wsdl:message name="Account_GetAllSoapIn">
    <wsdl:part name="parameters" element="tns:Account_GetAll" />
  </wsdl:message>
  <wsdl:message name="Account_GetAllSoapOut">
    <wsdl:part name="parameters" element="tns:Account_GetAllResponse" />
  </wsdl:message>
  <wsdl:message name="Account_GetAllUpdatedSoapIn">
    <wsdl:part name="parameters" element="tns:Account_GetAllUpdated" />
  </wsdl:message>
  <wsdl:message name="Account_GetAllUpdatedSoapOut">
    <wsdl:part name="parameters" element="tns:Account_GetAllUpdatedResponse" />
  </wsdl:message>
  <wsdl:message name="Account_FindByNumberSoapIn">
    <wsdl:part name="parameters" element="tns:Account_FindByNumber" />
  </wsdl:message>
  <wsdl:message name="Account_FindByNumberSoapOut">
    <wsdl:part name="parameters" element="tns:Account_FindByNumberResponse" />
  </wsdl:message>
  <wsdl:message name="Account_FindByNumberListSoapIn">
    <wsdl:part name="parameters" element="tns:Account_FindByNumberList" />
  </wsdl:message>
  <wsdl:message name="Account_FindByNumberListSoapOut">
    <wsdl:part name="parameters" element="tns:Account_FindByNumberListResponse" />
  </wsdl:message>
  <wsdl:message name="Account_FindByNameSoapIn">
    <wsdl:part name="parameters" element="tns:Account_FindByName" />
  </wsdl:message>
  <wsdl:message name="Account_FindByNameSoapOut">
    <wsdl:part name="parameters" element="tns:Account_FindByNameResponse" />
  </wsdl:message>
  <wsdl:message name="Account_GetEntryTotalsPerDateSoapIn">
    <wsdl:part name="parameters" element="tns:Account_GetEntryTotalsPerDate" />
  </wsdl:message>
  <wsdl:message name="Account_GetEntryTotalsPerDateSoapOut">
    <wsdl:part name="parameters" element="tns:Account_GetEntryTotalsPerDateResponse" />
  </wsdl:message>
  <wsdl:message name="Account_GetEntryTotalsPerCalendarMonthSoapIn">
    <wsdl:part name="parameters" element="tns:Account_GetEntryTotalsPerCalendarMonth" />
  </wsdl:message>
  <wsdl:message name="Account_GetEntryTotalsPerCalendarMonthSoapOut">
    <wsdl:part name="parameters" element="tns:Account_GetEntryTotalsPerCalendarMonthResponse" />
  </wsdl:message>
  <wsdl:message name="Account_GetEntryTotalsPerCalendarYearSoapIn">
    <wsdl:part name="parameters" element="tns:Account_GetEntryTotalsPerCalendarYear" />
  </wsdl:message>
  <wsdl:message name="Account_GetEntryTotalsPerCalendarYearSoapOut">
    <wsdl:part name="parameters" element="tns:Account_GetEntryTotalsPerCalendarYearResponse" />
  </wsdl:message>
  <wsdl:message name="Account_GetEntryTotalsByDateSoapIn">
    <wsdl:part name="parameters" element="tns:Account_GetEntryTotalsByDate" />
  </wsdl:message>
  <wsdl:message name="Account_GetEntryTotalsByDateSoapOut">
    <wsdl:part name="parameters" element="tns:Account_GetEntryTotalsByDateResponse" />
  </wsdl:message>
  <wsdl:message name="Account_DeleteSoapIn">
    <wsdl:part name="parameters" element="tns:Account_Delete" />
  </wsdl:message>
  <wsdl:message name="Account_DeleteSoapOut">
    <wsdl:part name="parameters" element="tns:Account_DeleteResponse" />
  </wsdl:message>
  <wsdl:message name="Account_GetBudgetFiguresSoapIn">
    <wsdl:part name="parameters" element="tns:Account_GetBudgetFigures" />
  </wsdl:message>
  <wsdl:message name="Account_GetBudgetFiguresSoapOut">
    <wsdl:part name="parameters" element="tns:Account_GetBudgetFiguresResponse" />
  </wsdl:message>
  <wsdl:message name="Account_GetBudgetFiguresByDateSoapIn">
    <wsdl:part name="parameters" element="tns:Account_GetBudgetFiguresByDate" />
  </wsdl:message>
  <wsdl:message name="Account_GetBudgetFiguresByDateSoapOut">
    <wsdl:part name="parameters" element="tns:Account_GetBudgetFiguresByDateResponse" />
  </wsdl:message>
  <wsdl:message name="Account_GetEntriesByDateSoapIn">
    <wsdl:part name="parameters" element="tns:Account_GetEntriesByDate" />
  </wsdl:message>
  <wsdl:message name="Account_GetEntriesByDateSoapOut">
    <wsdl:part name="parameters" element="tns:Account_GetEntriesByDateResponse" />
  </wsdl:message>
  <wsdl:message name="Account_GetEntriesByNumberSoapIn">
    <wsdl:part name="parameters" element="tns:Account_GetEntriesByNumber" />
  </wsdl:message>
  <wsdl:message name="Account_GetEntriesByNumberSoapOut">
    <wsdl:part name="parameters" element="tns:Account_GetEntriesByNumberResponse" />
  </wsdl:message>
  <wsdl:message name="Account_GetSumIntervalsSoapIn">
    <wsdl:part name="parameters" element="tns:Account_GetSumIntervals" />
  </wsdl:message>
  <wsdl:message name="Account_GetSumIntervalsSoapOut">
    <wsdl:part name="parameters" element="tns:Account_GetSumIntervalsResponse" />
  </wsdl:message>
  <wsdl:message name="Account_GetNumberSoapIn">
    <wsdl:part name="parameters" element="tns:Account_GetNumber" />
  </wsdl:message>
  <wsdl:message name="Account_GetNumberSoapOut">
    <wsdl:part name="parameters" element="tns:Account_GetNumberResponse" />
  </wsdl:message>
  <wsdl:message name="Account_GetNameSoapIn">
    <wsdl:part name="parameters" element="tns:Account_GetName" />
  </wsdl:message>
  <wsdl:message name="Account_GetNameSoapOut">
    <wsdl:part name="parameters" element="tns:Account_GetNameResponse" />
  </wsdl:message>
  <wsdl:message name="Account_SetNameSoapIn">
    <wsdl:part name="parameters" element="tns:Account_SetName" />
  </wsdl:message>
  <wsdl:message name="Account_SetNameSoapOut">
    <wsdl:part name="parameters" element="tns:Account_SetNameResponse" />
  </wsdl:message>
  <wsdl:message name="Account_GetTypeSoapIn">
    <wsdl:part name="parameters" element="tns:Account_GetType" />
  </wsdl:message>
  <wsdl:message name="Account_GetTypeSoapOut">
    <wsdl:part name="parameters" element="tns:Account_GetTypeResponse" />
  </wsdl:message>
  <wsdl:message name="Account_SetTypeSoapIn">
    <wsdl:part name="parameters" element="tns:Account_SetType" />
  </wsdl:message>
  <wsdl:message name="Account_SetTypeSoapOut">
    <wsdl:part name="parameters" element="tns:Account_SetTypeResponse" />
  </wsdl:message>
  <wsdl:message name="Account_GetDebitCreditSoapIn">
    <wsdl:part name="parameters" element="tns:Account_GetDebitCredit" />
  </wsdl:message>
  <wsdl:message name="Account_GetDebitCreditSoapOut">
    <wsdl:part name="parameters" element="tns:Account_GetDebitCreditResponse" />
  </wsdl:message>
  <wsdl:message name="Account_SetDebitCreditSoapIn">
    <wsdl:part name="parameters" element="tns:Account_SetDebitCredit" />
  </wsdl:message>
  <wsdl:message name="Account_SetDebitCreditSoapOut">
    <wsdl:part name="parameters" element="tns:Account_SetDebitCreditResponse" />
  </wsdl:message>
  <wsdl:message name="Account_GetIsAccessibleSoapIn">
    <wsdl:part name="parameters" element="tns:Account_GetIsAccessible" />
  </wsdl:message>
  <wsdl:message name="Account_GetIsAccessibleSoapOut">
    <wsdl:part name="parameters" element="tns:Account_GetIsAccessibleResponse" />
  </wsdl:message>
  <wsdl:message name="Account_SetIsAccessibleSoapIn">
    <wsdl:part name="parameters" element="tns:Account_SetIsAccessible" />
  </wsdl:message>
  <wsdl:message name="Account_SetIsAccessibleSoapOut">
    <wsdl:part name="parameters" element="tns:Account_SetIsAccessibleResponse" />
  </wsdl:message>
  <wsdl:message name="Account_GetBlockDirectEntriesSoapIn">
    <wsdl:part name="parameters" element="tns:Account_GetBlockDirectEntries" />
  </wsdl:message>
  <wsdl:message name="Account_GetBlockDirectEntriesSoapOut">
    <wsdl:part name="parameters" element="tns:Account_GetBlockDirectEntriesResponse" />
  </wsdl:message>
  <wsdl:message name="Account_SetBlockDirectEntriesSoapIn">
    <wsdl:part name="parameters" element="tns:Account_SetBlockDirectEntries" />
  </wsdl:message>
  <wsdl:message name="Account_SetBlockDirectEntriesSoapOut">
    <wsdl:part name="parameters" element="tns:Account_SetBlockDirectEntriesResponse" />
  </wsdl:message>
  <wsdl:message name="Account_GetVatAccountSoapIn">
    <wsdl:part name="parameters" element="tns:Account_GetVatAccount" />
  </wsdl:message>
  <wsdl:message name="Account_GetVatAccountSoapOut">
    <wsdl:part name="parameters" element="tns:Account_GetVatAccountResponse" />
  </wsdl:message>
  <wsdl:message name="Account_SetVatAccountSoapIn">
    <wsdl:part name="parameters" element="tns:Account_SetVatAccount" />
  </wsdl:message>
  <wsdl:message name="Account_SetVatAccountSoapOut">
    <wsdl:part name="parameters" element="tns:Account_SetVatAccountResponse" />
  </wsdl:message>
  <wsdl:message name="Account_GetContraAccountSoapIn">
    <wsdl:part name="parameters" element="tns:Account_GetContraAccount" />
  </wsdl:message>
  <wsdl:message name="Account_GetContraAccountSoapOut">
    <wsdl:part name="parameters" element="tns:Account_GetContraAccountResponse" />
  </wsdl:message>
  <wsdl:message name="Account_SetContraAccountSoapIn">
    <wsdl:part name="parameters" element="tns:Account_SetContraAccount" />
  </wsdl:message>
  <wsdl:message name="Account_SetContraAccountSoapOut">
    <wsdl:part name="parameters" element="tns:Account_SetContraAccountResponse" />
  </wsdl:message>
  <wsdl:message name="Account_GetOpeningAccountSoapIn">
    <wsdl:part name="parameters" element="tns:Account_GetOpeningAccount" />
  </wsdl:message>
  <wsdl:message name="Account_GetOpeningAccountSoapOut">
    <wsdl:part name="parameters" element="tns:Account_GetOpeningAccountResponse" />
  </wsdl:message>
  <wsdl:message name="Account_SetOpeningAccountSoapIn">
    <wsdl:part name="parameters" element="tns:Account_SetOpeningAccount" />
  </wsdl:message>
  <wsdl:message name="Account_SetOpeningAccountSoapOut">
    <wsdl:part name="parameters" element="tns:Account_SetOpeningAccountResponse" />
  </wsdl:message>
  <wsdl:message name="Account_GetTotalFromSoapIn">
    <wsdl:part name="parameters" element="tns:Account_GetTotalFrom" />
  </wsdl:message>
  <wsdl:message name="Account_GetTotalFromSoapOut">
    <wsdl:part name="parameters" element="tns:Account_GetTotalFromResponse" />
  </wsdl:message>
  <wsdl:message name="Account_SetTotalFromSoapIn">
    <wsdl:part name="parameters" element="tns:Account_SetTotalFrom" />
  </wsdl:message>
  <wsdl:message name="Account_SetTotalFromSoapOut">
    <wsdl:part name="parameters" element="tns:Account_SetTotalFromResponse" />
  </wsdl:message>
  <wsdl:message name="Account_GetBalanceSoapIn">
    <wsdl:part name="parameters" element="tns:Account_GetBalance" />
  </wsdl:message>
  <wsdl:message name="Account_GetBalanceSoapOut">
    <wsdl:part name="parameters" element="tns:Account_GetBalanceResponse" />
  </wsdl:message>
  <wsdl:message name="Account_GetDepartmentSoapIn">
    <wsdl:part name="parameters" element="tns:Account_GetDepartment" />
  </wsdl:message>
  <wsdl:message name="Account_GetDepartmentSoapOut">
    <wsdl:part name="parameters" element="tns:Account_GetDepartmentResponse" />
  </wsdl:message>
  <wsdl:message name="Account_SetDepartmentSoapIn">
    <wsdl:part name="parameters" element="tns:Account_SetDepartment" />
  </wsdl:message>
  <wsdl:message name="Account_SetDepartmentSoapOut">
    <wsdl:part name="parameters" element="tns:Account_SetDepartmentResponse" />
  </wsdl:message>
  <wsdl:message name="Account_GetDistributionKeySoapIn">
    <wsdl:part name="parameters" element="tns:Account_GetDistributionKey" />
  </wsdl:message>
  <wsdl:message name="Account_GetDistributionKeySoapOut">
    <wsdl:part name="parameters" element="tns:Account_GetDistributionKeyResponse" />
  </wsdl:message>
  <wsdl:message name="Account_SetDistributionKeySoapIn">
    <wsdl:part name="parameters" element="tns:Account_SetDistributionKey" />
  </wsdl:message>
  <wsdl:message name="Account_SetDistributionKeySoapOut">
    <wsdl:part name="parameters" element="tns:Account_SetDistributionKeyResponse" />
  </wsdl:message>
  <wsdl:message name="AccountingPeriod_GetDataSoapIn">
    <wsdl:part name="parameters" element="tns:AccountingPeriod_GetData" />
  </wsdl:message>
  <wsdl:message name="AccountingPeriod_GetDataSoapOut">
    <wsdl:part name="parameters" element="tns:AccountingPeriod_GetDataResponse" />
  </wsdl:message>
  <wsdl:message name="AccountingPeriod_GetDataArraySoapIn">
    <wsdl:part name="parameters" element="tns:AccountingPeriod_GetDataArray" />
  </wsdl:message>
  <wsdl:message name="AccountingPeriod_GetDataArraySoapOut">
    <wsdl:part name="parameters" element="tns:AccountingPeriod_GetDataArrayResponse" />
  </wsdl:message>
  <wsdl:message name="AccountingPeriod_GetAllSoapIn">
    <wsdl:part name="parameters" element="tns:AccountingPeriod_GetAll" />
  </wsdl:message>
  <wsdl:message name="AccountingPeriod_GetAllSoapOut">
    <wsdl:part name="parameters" element="tns:AccountingPeriod_GetAllResponse" />
  </wsdl:message>
  <wsdl:message name="AccountingPeriod_GetAllUpdatedSoapIn">
    <wsdl:part name="parameters" element="tns:AccountingPeriod_GetAllUpdated" />
  </wsdl:message>
  <wsdl:message name="AccountingPeriod_GetAllUpdatedSoapOut">
    <wsdl:part name="parameters" element="tns:AccountingPeriod_GetAllUpdatedResponse" />
  </wsdl:message>
  <wsdl:message name="AccountingPeriod_GetPeriodSoapIn">
    <wsdl:part name="parameters" element="tns:AccountingPeriod_GetPeriod" />
  </wsdl:message>
  <wsdl:message name="AccountingPeriod_GetPeriodSoapOut">
    <wsdl:part name="parameters" element="tns:AccountingPeriod_GetPeriodResponse" />
  </wsdl:message>
  <wsdl:message name="AccountingPeriod_GetAccountingYearSoapIn">
    <wsdl:part name="parameters" element="tns:AccountingPeriod_GetAccountingYear" />
  </wsdl:message>
  <wsdl:message name="AccountingPeriod_GetAccountingYearSoapOut">
    <wsdl:part name="parameters" element="tns:AccountingPeriod_GetAccountingYearResponse" />
  </wsdl:message>
  <wsdl:message name="AccountingPeriod_GetFromDateSoapIn">
    <wsdl:part name="parameters" element="tns:AccountingPeriod_GetFromDate" />
  </wsdl:message>
  <wsdl:message name="AccountingPeriod_GetFromDateSoapOut">
    <wsdl:part name="parameters" element="tns:AccountingPeriod_GetFromDateResponse" />
  </wsdl:message>
  <wsdl:message name="AccountingPeriod_GetToDateSoapIn">
    <wsdl:part name="parameters" element="tns:AccountingPeriod_GetToDate" />
  </wsdl:message>
  <wsdl:message name="AccountingPeriod_GetToDateSoapOut">
    <wsdl:part name="parameters" element="tns:AccountingPeriod_GetToDateResponse" />
  </wsdl:message>
  <wsdl:message name="AccountingPeriod_GetStatusSoapIn">
    <wsdl:part name="parameters" element="tns:AccountingPeriod_GetStatus" />
  </wsdl:message>
  <wsdl:message name="AccountingPeriod_GetStatusSoapOut">
    <wsdl:part name="parameters" element="tns:AccountingPeriod_GetStatusResponse" />
  </wsdl:message>
  <wsdl:message name="AccountingYear_CreateFromDataSoapIn">
    <wsdl:part name="parameters" element="tns:AccountingYear_CreateFromData" />
  </wsdl:message>
  <wsdl:message name="AccountingYear_CreateFromDataSoapOut">
    <wsdl:part name="parameters" element="tns:AccountingYear_CreateFromDataResponse" />
  </wsdl:message>
  <wsdl:message name="AccountingYear_CreateFromDataArraySoapIn">
    <wsdl:part name="parameters" element="tns:AccountingYear_CreateFromDataArray" />
  </wsdl:message>
  <wsdl:message name="AccountingYear_CreateFromDataArraySoapOut">
    <wsdl:part name="parameters" element="tns:AccountingYear_CreateFromDataArrayResponse" />
  </wsdl:message>
  <wsdl:message name="AccountingYear_GetDataSoapIn">
    <wsdl:part name="parameters" element="tns:AccountingYear_GetData" />
  </wsdl:message>
  <wsdl:message name="AccountingYear_GetDataSoapOut">
    <wsdl:part name="parameters" element="tns:AccountingYear_GetDataResponse" />
  </wsdl:message>
  <wsdl:message name="AccountingYear_GetDataArraySoapIn">
    <wsdl:part name="parameters" element="tns:AccountingYear_GetDataArray" />
  </wsdl:message>
  <wsdl:message name="AccountingYear_GetDataArraySoapOut">
    <wsdl:part name="parameters" element="tns:AccountingYear_GetDataArrayResponse" />
  </wsdl:message>
  <wsdl:message name="AccountingYear_GetYearSoapIn">
    <wsdl:part name="parameters" element="tns:AccountingYear_GetYear" />
  </wsdl:message>
  <wsdl:message name="AccountingYear_GetYearSoapOut">
    <wsdl:part name="parameters" element="tns:AccountingYear_GetYearResponse" />
  </wsdl:message>
  <wsdl:message name="AccountingYear_GetFromDateSoapIn">
    <wsdl:part name="parameters" element="tns:AccountingYear_GetFromDate" />
  </wsdl:message>
  <wsdl:message name="AccountingYear_GetFromDateSoapOut">
    <wsdl:part name="parameters" element="tns:AccountingYear_GetFromDateResponse" />
  </wsdl:message>
  <wsdl:message name="AccountingYear_GetToDateSoapIn">
    <wsdl:part name="parameters" element="tns:AccountingYear_GetToDate" />
  </wsdl:message>
  <wsdl:message name="AccountingYear_GetToDateSoapOut">
    <wsdl:part name="parameters" element="tns:AccountingYear_GetToDateResponse" />
  </wsdl:message>
  <wsdl:message name="AccountingYear_GetIsClosedSoapIn">
    <wsdl:part name="parameters" element="tns:AccountingYear_GetIsClosed" />
  </wsdl:message>
  <wsdl:message name="AccountingYear_GetIsClosedSoapOut">
    <wsdl:part name="parameters" element="tns:AccountingYear_GetIsClosedResponse" />
  </wsdl:message>
  <wsdl:message name="AccountingYear_CreateSoapIn">
    <wsdl:part name="parameters" element="tns:AccountingYear_Create" />
  </wsdl:message>
  <wsdl:message name="AccountingYear_CreateSoapOut">
    <wsdl:part name="parameters" element="tns:AccountingYear_CreateResponse" />
  </wsdl:message>
  <wsdl:message name="AccountingYear_DeleteSoapIn">
    <wsdl:part name="parameters" element="tns:AccountingYear_Delete" />
  </wsdl:message>
  <wsdl:message name="AccountingYear_DeleteSoapOut">
    <wsdl:part name="parameters" element="tns:AccountingYear_DeleteResponse" />
  </wsdl:message>
  <wsdl:message name="AccountingYear_GetAllSoapIn">
    <wsdl:part name="parameters" element="tns:AccountingYear_GetAll" />
  </wsdl:message>
  <wsdl:message name="AccountingYear_GetAllSoapOut">
    <wsdl:part name="parameters" element="tns:AccountingYear_GetAllResponse" />
  </wsdl:message>
  <wsdl:message name="AccountingYear_FindByDateSoapIn">
    <wsdl:part name="parameters" element="tns:AccountingYear_FindByDate" />
  </wsdl:message>
  <wsdl:message name="AccountingYear_FindByDateSoapOut">
    <wsdl:part name="parameters" element="tns:AccountingYear_FindByDateResponse" />
  </wsdl:message>
  <wsdl:message name="AccountingYear_GetPeriodsSoapIn">
    <wsdl:part name="parameters" element="tns:AccountingYear_GetPeriods" />
  </wsdl:message>
  <wsdl:message name="AccountingYear_GetPeriodsSoapOut">
    <wsdl:part name="parameters" element="tns:AccountingYear_GetPeriodsResponse" />
  </wsdl:message>
  <wsdl:message name="Activity_GetDataSoapIn">
    <wsdl:part name="parameters" element="tns:Activity_GetData" />
  </wsdl:message>
  <wsdl:message name="Activity_GetDataSoapOut">
    <wsdl:part name="parameters" element="tns:Activity_GetDataResponse" />
  </wsdl:message>
  <wsdl:message name="Activity_GetDataArraySoapIn">
    <wsdl:part name="parameters" element="tns:Activity_GetDataArray" />
  </wsdl:message>
  <wsdl:message name="Activity_GetDataArraySoapOut">
    <wsdl:part name="parameters" element="tns:Activity_GetDataArrayResponse" />
  </wsdl:message>
  <wsdl:message name="Activity_GetAllSoapIn">
    <wsdl:part name="parameters" element="tns:Activity_GetAll" />
  </wsdl:message>
  <wsdl:message name="Activity_GetAllSoapOut">
    <wsdl:part name="parameters" element="tns:Activity_GetAllResponse" />
  </wsdl:message>
  <wsdl:message name="Activity_FindByNumberSoapIn">
    <wsdl:part name="parameters" element="tns:Activity_FindByNumber" />
  </wsdl:message>
  <wsdl:message name="Activity_FindByNumberSoapOut">
    <wsdl:part name="parameters" element="tns:Activity_FindByNumberResponse" />
  </wsdl:message>
  <wsdl:message name="Activity_FindByNumberListSoapIn">
    <wsdl:part name="parameters" element="tns:Activity_FindByNumberList" />
  </wsdl:message>
  <wsdl:message name="Activity_FindByNumberListSoapOut">
    <wsdl:part name="parameters" element="tns:Activity_FindByNumberListResponse" />
  </wsdl:message>
  <wsdl:message name="Activity_GetNumberSoapIn">
    <wsdl:part name="parameters" element="tns:Activity_GetNumber" />
  </wsdl:message>
  <wsdl:message name="Activity_GetNumberSoapOut">
    <wsdl:part name="parameters" element="tns:Activity_GetNumberResponse" />
  </wsdl:message>
  <wsdl:message name="Activity_GetNameSoapIn">
    <wsdl:part name="parameters" element="tns:Activity_GetName" />
  </wsdl:message>
  <wsdl:message name="Activity_GetNameSoapOut">
    <wsdl:part name="parameters" element="tns:Activity_GetNameResponse" />
  </wsdl:message>
  <wsdl:message name="BankPaymentType_GetDataSoapIn">
    <wsdl:part name="parameters" element="tns:BankPaymentType_GetData" />
  </wsdl:message>
  <wsdl:message name="BankPaymentType_GetDataSoapOut">
    <wsdl:part name="parameters" element="tns:BankPaymentType_GetDataResponse" />
  </wsdl:message>
  <wsdl:message name="BankPaymentType_GetDataArraySoapIn">
    <wsdl:part name="parameters" element="tns:BankPaymentType_GetDataArray" />
  </wsdl:message>
  <wsdl:message name="BankPaymentType_GetDataArraySoapOut">
    <wsdl:part name="parameters" element="tns:BankPaymentType_GetDataArrayResponse" />
  </wsdl:message>
  <wsdl:message name="BankPaymentType_GetAllSoapIn">
    <wsdl:part name="parameters" element="tns:BankPaymentType_GetAll" />
  </wsdl:message>
  <wsdl:message name="BankPaymentType_GetAllSoapOut">
    <wsdl:part name="parameters" element="tns:BankPaymentType_GetAllResponse" />
  </wsdl:message>
  <wsdl:message name="BankPaymentType_FindByNameSoapIn">
    <wsdl:part name="parameters" element="tns:BankPaymentType_FindByName" />
  </wsdl:message>
  <wsdl:message name="BankPaymentType_FindByNameSoapOut">
    <wsdl:part name="parameters" element="tns:BankPaymentType_FindByNameResponse" />
  </wsdl:message>
  <wsdl:message name="BankPaymentType_FindByNumberSoapIn">
    <wsdl:part name="parameters" element="tns:BankPaymentType_FindByNumber" />
  </wsdl:message>
  <wsdl:message name="BankPaymentType_FindByNumberSoapOut">
    <wsdl:part name="parameters" element="tns:BankPaymentType_FindByNumberResponse" />
  </wsdl:message>
  <wsdl:message name="BankPaymentType_FindByNumberListSoapIn">
    <wsdl:part name="parameters" element="tns:BankPaymentType_FindByNumberList" />
  </wsdl:message>
  <wsdl:message name="BankPaymentType_FindByNumberListSoapOut">
    <wsdl:part name="parameters" element="tns:BankPaymentType_FindByNumberListResponse" />
  </wsdl:message>
  <wsdl:message name="BankPaymentType_GetNumberSoapIn">
    <wsdl:part name="parameters" element="tns:BankPaymentType_GetNumber" />
  </wsdl:message>
  <wsdl:message name="BankPaymentType_GetNumberSoapOut">
    <wsdl:part name="parameters" element="tns:BankPaymentType_GetNumberResponse" />
  </wsdl:message>
  <wsdl:message name="BankPaymentType_GetNameSoapIn">
    <wsdl:part name="parameters" element="tns:BankPaymentType_GetName" />
  </wsdl:message>
  <wsdl:message name="BankPaymentType_GetNameSoapOut">
    <wsdl:part name="parameters" element="tns:BankPaymentType_GetNameResponse" />
  </wsdl:message>
  <wsdl:message name="BudgetFigure_CreateFromDataSoapIn">
    <wsdl:part name="parameters" element="tns:BudgetFigure_CreateFromData" />
  </wsdl:message>
  <wsdl:message name="BudgetFigure_CreateFromDataSoapOut">
    <wsdl:part name="parameters" element="tns:BudgetFigure_CreateFromDataResponse" />
  </wsdl:message>
  <wsdl:message name="BudgetFigure_CreateFromDataArraySoapIn">
    <wsdl:part name="parameters" element="tns:BudgetFigure_CreateFromDataArray" />
  </wsdl:message>
  <wsdl:message name="BudgetFigure_CreateFromDataArraySoapOut">
    <wsdl:part name="parameters" element="tns:BudgetFigure_CreateFromDataArrayResponse" />
  </wsdl:message>
  <wsdl:message name="ConnectSoapIn">
    <wsdl:part name="parameters" element="tns:Connect" />
  </wsdl:message>
  <wsdl:message name="ConnectSoapOut">
    <wsdl:part name="parameters" element="tns:ConnectResponse" />
  </wsdl:message>
  <wsdl:message name="ConnectAsAdministratorSoapIn">
    <wsdl:part name="parameters" element="tns:ConnectAsAdministrator" />
  </wsdl:message>
  <wsdl:message name="ConnectAsAdministratorSoapOut">
    <wsdl:part name="parameters" element="tns:ConnectAsAdministratorResponse" />
  </wsdl:message>
  <wsdl:message name="ConnectAsAdministratorWithCustomerNumberSoapIn">
    <wsdl:part name="parameters" element="tns:ConnectAsAdministratorWithCustomerNumber" />
  </wsdl:message>
  <wsdl:message name="ConnectAsAdministratorWithCustomerNumberSoapOut">
    <wsdl:part name="parameters" element="tns:ConnectAsAdministratorWithCustomerNumberResponse" />
  </wsdl:message>
  <wsdl:message name="ConnectWithTokenSoapIn">
    <wsdl:part name="parameters" element="tns:ConnectWithToken" />
  </wsdl:message>
  <wsdl:message name="ConnectWithTokenSoapOut">
    <wsdl:part name="parameters" element="tns:ConnectWithTokenResponse" />
  </wsdl:message>
  <wsdl:message name="DisconnectSoapIn">
    <wsdl:part name="parameters" element="tns:Disconnect" />
  </wsdl:message>
  <wsdl:message name="DisconnectSoapOut">
    <wsdl:part name="parameters" element="tns:DisconnectResponse" />
  </wsdl:message>
  <wsdl:message name="GetApiInformationSoapIn">
    <wsdl:part name="parameters" element="tns:GetApiInformation" />
  </wsdl:message>
  <wsdl:message name="GetApiInformationSoapOut">
    <wsdl:part name="parameters" element="tns:GetApiInformationResponse" />
  </wsdl:message>
  <wsdl:portType name="EconomicWebServiceSoap">
    <wsdl:operation name="TermOfPayment_SetDebtor">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Sets the debtor for a term of payment if the type is TermOfPaymentType.Creditcard.&lt;br /&gt;Parameters: termOfPaymentHandle: Handle for the term of payment. value: The debtor.</wsdl:documentation>
      <wsdl:input message="tns:TermOfPayment_SetDebtorSoapIn" />
      <wsdl:output message="tns:TermOfPayment_SetDebtorSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="TermOfPayment_GetDistributionInPercent">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the distribution in percent for the first contra account if the type of the term of payment is TermOfPaymentType.Factoring.&lt;br /&gt;Parameters: termOfPaymentHandle: Handle for the term of payment.</wsdl:documentation>
      <wsdl:input message="tns:TermOfPayment_GetDistributionInPercentSoapIn" />
      <wsdl:output message="tns:TermOfPayment_GetDistributionInPercentSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="TermOfPayment_SetDistributionInPercent">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Sets the distribution in percent of the first contra account for a term of payment if the type is TermOfPaymentType.Factoring.&lt;br /&gt;Parameters: termOfPaymentHandle: Handle for the term of payment. value: A value between 0 and 100.</wsdl:documentation>
      <wsdl:input message="tns:TermOfPayment_SetDistributionInPercentSoapIn" />
      <wsdl:output message="tns:TermOfPayment_SetDistributionInPercentSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="TermOfPayment_GetDistributionInPercent2">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the distribution in percent for the second contra account if the type of the term of payment is TermOfPaymentType.Factoring.&lt;br /&gt;Parameters: termOfPaymentHandle: Handle for the term of payment.</wsdl:documentation>
      <wsdl:input message="tns:TermOfPayment_GetDistributionInPercent2SoapIn" />
      <wsdl:output message="tns:TermOfPayment_GetDistributionInPercent2SoapOut" />
    </wsdl:operation>
    <wsdl:operation name="TimeEntry_ApproveEntries">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Approves the entries passed to the function. No return value.&lt;br /&gt;Parameters: entries: The time entries to be approved.</wsdl:documentation>
      <wsdl:input message="tns:TimeEntry_ApproveEntriesSoapIn" />
      <wsdl:output message="tns:TimeEntry_ApproveEntriesSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="TimeEntry_CreateFromData">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Creates a new time entry from a data object.&lt;br /&gt;Parameters: data: The data object that specifies the properties of the new time entry.</wsdl:documentation>
      <wsdl:input message="tns:TimeEntry_CreateFromDataSoapIn" />
      <wsdl:output message="tns:TimeEntry_CreateFromDataSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="TimeEntry_CreateFromDataArray">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Creates new time entries from data objects.&lt;br /&gt;Parameters: dataArray: The array of data objects that specifies the properties of the new time entries.</wsdl:documentation>
      <wsdl:input message="tns:TimeEntry_CreateFromDataArraySoapIn" />
      <wsdl:output message="tns:TimeEntry_CreateFromDataArraySoapOut" />
    </wsdl:operation>
    <wsdl:operation name="TimeEntry_UpdateFromDataArray">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Update time entries from data objects.&lt;br /&gt;Parameters: dataArray: The array of data objects.</wsdl:documentation>
      <wsdl:input message="tns:TimeEntry_UpdateFromDataArraySoapIn" />
      <wsdl:output message="tns:TimeEntry_UpdateFromDataArraySoapOut" />
    </wsdl:operation>
    <wsdl:operation name="TimeEntry_UpdateFromData">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Updates a time entry from a data object.&lt;br /&gt;Parameters: data: The data object.</wsdl:documentation>
      <wsdl:input message="tns:TimeEntry_UpdateFromDataSoapIn" />
      <wsdl:output message="tns:TimeEntry_UpdateFromDataSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="TimeEntry_GetData">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns a time entry data object for a given time entry.&lt;br /&gt;Parameters: entityHandle: A handle for the time entry.</wsdl:documentation>
      <wsdl:input message="tns:TimeEntry_GetDataSoapIn" />
      <wsdl:output message="tns:TimeEntry_GetDataSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="TimeEntry_GetDataArray">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns time entries data objects for a given set of time entry handles.&lt;br /&gt;Parameters: entityHandles: An array of the time entries handles.</wsdl:documentation>
      <wsdl:input message="tns:TimeEntry_GetDataArraySoapIn" />
      <wsdl:output message="tns:TimeEntry_GetDataArraySoapOut" />
    </wsdl:operation>
    <wsdl:operation name="TimeEntry_Create">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Creates a new time entry.&lt;br /&gt;Parameters: project: The project of the new time entry. activity: The activity of the new time entry. employee: The employee of the new time entry. date: The date of the new time entry. text: The text of the new time entry. numberOfHours: The number of hours of the new time entry.</wsdl:documentation>
      <wsdl:input message="tns:TimeEntry_CreateSoapIn" />
      <wsdl:output message="tns:TimeEntry_CreateSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="TimeEntry_CreateOnCurrentUser">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Creates a new time entry on the authenticated user.&lt;br /&gt;Parameters: project: The project of the new time entry. activity: The activity of the new time entry. date: The date of the new time entry. text: The text of the new time entry. numberOfHours: The number of hours of the new time entry.</wsdl:documentation>
      <wsdl:input message="tns:TimeEntry_CreateOnCurrentUserSoapIn" />
      <wsdl:output message="tns:TimeEntry_CreateOnCurrentUserSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="TimeEntry_GetAll">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns handles for all time entries.</wsdl:documentation>
      <wsdl:input message="tns:TimeEntry_GetAllSoapIn" />
      <wsdl:output message="tns:TimeEntry_GetAllSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="TimeEntry_GetAllUpdated">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Return handles for all time entries from date. fromDate is based on CET. includeCalculatedProperties is reserved for future usage and should be set to false for now.</wsdl:documentation>
      <wsdl:input message="tns:TimeEntry_GetAllUpdatedSoapIn" />
      <wsdl:output message="tns:TimeEntry_GetAllUpdatedSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="TimeEntry_FindApprovedByDate">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns an array of handles for the TimeEntry entries with numbers in the given interval.&lt;br /&gt;Parameters: fromDate: The beginning of the interval. toDate: the end of the interval.</wsdl:documentation>
      <wsdl:input message="tns:TimeEntry_FindApprovedByDateSoapIn" />
      <wsdl:output message="tns:TimeEntry_FindApprovedByDateSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="TimeEntry_Delete">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Deletes a time entry.&lt;br /&gt;Parameters: timeEntryHandle: Handle for the time entry.</wsdl:documentation>
      <wsdl:input message="tns:TimeEntry_DeleteSoapIn" />
      <wsdl:output message="tns:TimeEntry_DeleteSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="TimeEntry_GetId">
      <wsdl:input message="tns:TimeEntry_GetIdSoapIn" />
      <wsdl:output message="tns:TimeEntry_GetIdSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="TimeEntry_GetProject">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets handle for the project of a time entry. To set, use UpdateFromData or UpdateFromDataArray.&lt;br /&gt;Parameters: timeEntryHandle: Handle for the time entry.</wsdl:documentation>
      <wsdl:input message="tns:TimeEntry_GetProjectSoapIn" />
      <wsdl:output message="tns:TimeEntry_GetProjectSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="TimeEntry_GetActivity">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets handle for the activity of a time entry. To set, use UpdateFromData or UpdateFromDataArray.&lt;br /&gt;Parameters: timeEntryHandle: Handle for the time entry.</wsdl:documentation>
      <wsdl:input message="tns:TimeEntry_GetActivitySoapIn" />
      <wsdl:output message="tns:TimeEntry_GetActivitySoapOut" />
    </wsdl:operation>
    <wsdl:operation name="TimeEntry_GetEmployee">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets a handle for the employee of a time entry. To set, use UpdateFromData or UpdateFromDataArray.&lt;br /&gt;Parameters: timeEntryHandle: Handle for the time entry.</wsdl:documentation>
      <wsdl:input message="tns:TimeEntry_GetEmployeeSoapIn" />
      <wsdl:output message="tns:TimeEntry_GetEmployeeSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="TimeEntry_GetDate">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the date of a time entry. To set, use UpdateFromData or UpdateFromDataArray.&lt;br /&gt;Parameters: ctimeEntryHandle: Handle for the time entry.</wsdl:documentation>
      <wsdl:input message="tns:TimeEntry_GetDateSoapIn" />
      <wsdl:output message="tns:TimeEntry_GetDateSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="TimeEntry_GetText">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the text of a time entry.&lt;br /&gt;Parameters: timeEntryHandle: Handle for the time entry.</wsdl:documentation>
      <wsdl:input message="tns:TimeEntry_GetTextSoapIn" />
      <wsdl:output message="tns:TimeEntry_GetTextSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="TimeEntry_SetText">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Sets the text of a time entry.&lt;br /&gt;Parameters: timeEntryHandle: Handle for the time entry. value: new text value.</wsdl:documentation>
      <wsdl:input message="tns:TimeEntry_SetTextSoapIn" />
      <wsdl:output message="tns:TimeEntry_SetTextSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="TimeEntry_GetNumberOfHours">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the number of hours of a time entry. To set, use UpdateFromData or UpdateFromDataArray.&lt;br /&gt;Parameters: timeEntryHandle: Handle for the time entry.</wsdl:documentation>
      <wsdl:input message="tns:TimeEntry_GetNumberOfHoursSoapIn" />
      <wsdl:output message="tns:TimeEntry_GetNumberOfHoursSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="TimeEntry_GetSalesPrice">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the sales price of the time entry.&lt;br /&gt;Parameters: timeEntryHandle: Handle for the time entry.</wsdl:documentation>
      <wsdl:input message="tns:TimeEntry_GetSalesPriceSoapIn" />
      <wsdl:output message="tns:TimeEntry_GetSalesPriceSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="TimeEntry_GetCostPrice">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the cost price of the time entry.&lt;br /&gt;Parameters: timeEntryHandle: Handle for the time entry.</wsdl:documentation>
      <wsdl:input message="tns:TimeEntry_GetCostPriceSoapIn" />
      <wsdl:output message="tns:TimeEntry_GetCostPriceSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="TimeEntry_GetApproved">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets whether the time entry is approved.&lt;br /&gt;Parameters: timeEntryHandle: Handle for the time entry.</wsdl:documentation>
      <wsdl:input message="tns:TimeEntry_GetApprovedSoapIn" />
      <wsdl:output message="tns:TimeEntry_GetApprovedSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Unit_CreateFromData">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Creates a new unit from a data object.&lt;br /&gt;Parameters: data: The data object that specifies the properties of the new unit.</wsdl:documentation>
      <wsdl:input message="tns:Unit_CreateFromDataSoapIn" />
      <wsdl:output message="tns:Unit_CreateFromDataSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Unit_CreateFromDataArray">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Creates new units from data objects.&lt;br /&gt;Parameters: dataArray: The array of data objects that specifies the properties of the new units.</wsdl:documentation>
      <wsdl:input message="tns:Unit_CreateFromDataArraySoapIn" />
      <wsdl:output message="tns:Unit_CreateFromDataArraySoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Unit_UpdateFromDataArray">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Update units from data objects.&lt;br /&gt;Parameters: dataArray: The array of data objects.</wsdl:documentation>
      <wsdl:input message="tns:Unit_UpdateFromDataArraySoapIn" />
      <wsdl:output message="tns:Unit_UpdateFromDataArraySoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Unit_UpdateFromData">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Updates a unit from a data object.&lt;br /&gt;Parameters: data: The data object.</wsdl:documentation>
      <wsdl:input message="tns:Unit_UpdateFromDataSoapIn" />
      <wsdl:output message="tns:Unit_UpdateFromDataSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Unit_GetData">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns an unit data object for a given unit.&lt;br /&gt;Parameters: entityHandle: A handle for the unit.</wsdl:documentation>
      <wsdl:input message="tns:Unit_GetDataSoapIn" />
      <wsdl:output message="tns:Unit_GetDataSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Unit_GetDataArray">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns unit data objects for a given set of unit handles.&lt;br /&gt;Parameters: entityHandles: An array of the unit handles.</wsdl:documentation>
      <wsdl:input message="tns:Unit_GetDataArraySoapIn" />
      <wsdl:output message="tns:Unit_GetDataArraySoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Unit_Create">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Creates a new unit.&lt;br /&gt;Parameters: name: The name of the new unit.</wsdl:documentation>
      <wsdl:input message="tns:Unit_CreateSoapIn" />
      <wsdl:output message="tns:Unit_CreateSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Unit_GetAll">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns handles for all units.</wsdl:documentation>
      <wsdl:input message="tns:Unit_GetAllSoapIn" />
      <wsdl:output message="tns:Unit_GetAllSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Unit_FindByName">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns handles for units with a given name.&lt;br /&gt;Parameters: name: The name to search for.</wsdl:documentation>
      <wsdl:input message="tns:Unit_FindByNameSoapIn" />
      <wsdl:output message="tns:Unit_FindByNameSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Unit_FindByNumber">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns a handle for the unit with a given number.&lt;br /&gt;Parameters: number: The number to search for.</wsdl:documentation>
      <wsdl:input message="tns:Unit_FindByNumberSoapIn" />
      <wsdl:output message="tns:Unit_FindByNumberSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Unit_FindByNumberList">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns an array with handles for the untis corresponding to the given unit numbers. If a unit with a given number does not exist then the array contains nothing at that index.&lt;br /&gt;Parameters: numbers: The numbers to search for.</wsdl:documentation>
      <wsdl:input message="tns:Unit_FindByNumberListSoapIn" />
      <wsdl:output message="tns:Unit_FindByNumberListSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Unit_Delete">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Deletes a unit.&lt;br /&gt;Parameters: unitHandle: Handle for the unit.</wsdl:documentation>
      <wsdl:input message="tns:Unit_DeleteSoapIn" />
      <wsdl:output message="tns:Unit_DeleteSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Unit_GetNumber">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the number of a unit.&lt;br /&gt;Parameters: unitHandle: Handle for the unit.</wsdl:documentation>
      <wsdl:input message="tns:Unit_GetNumberSoapIn" />
      <wsdl:output message="tns:Unit_GetNumberSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Unit_GetName">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the name of a unit.&lt;br /&gt;Parameters: unitHandle: Handle for the unit.</wsdl:documentation>
      <wsdl:input message="tns:Unit_GetNameSoapIn" />
      <wsdl:output message="tns:Unit_GetNameSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Unit_SetName">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Sets the name of a unit.&lt;br /&gt;Parameters: unitHandle: Handle for the unit. value: The new name of the unit.</wsdl:documentation>
      <wsdl:input message="tns:Unit_SetNameSoapIn" />
      <wsdl:output message="tns:Unit_SetNameSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="VatAccount_UpdateFromDataArray">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Update VAT accounts from data objects.&lt;br /&gt;Parameters: dataArray: The array of data objects.</wsdl:documentation>
      <wsdl:input message="tns:VatAccount_UpdateFromDataArraySoapIn" />
      <wsdl:output message="tns:VatAccount_UpdateFromDataArraySoapOut" />
    </wsdl:operation>
    <wsdl:operation name="VatAccount_UpdateFromData">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Updates a VAT account from a data object.&lt;br /&gt;Parameters: data: The data object.</wsdl:documentation>
      <wsdl:input message="tns:VatAccount_UpdateFromDataSoapIn" />
      <wsdl:output message="tns:VatAccount_UpdateFromDataSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="VatAccount_GetData">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns an VAT account data object for a given VAT account.&lt;br /&gt;Parameters: entityHandle: A handle for the VAT account.</wsdl:documentation>
      <wsdl:input message="tns:VatAccount_GetDataSoapIn" />
      <wsdl:output message="tns:VatAccount_GetDataSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="VatAccount_GetDataArray">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns VAT account data objects for a given set of VAT account handles.&lt;br /&gt;Parameters: entityHandles: An array of the VAT account handles.</wsdl:documentation>
      <wsdl:input message="tns:VatAccount_GetDataArraySoapIn" />
      <wsdl:output message="tns:VatAccount_GetDataArraySoapOut" />
    </wsdl:operation>
    <wsdl:operation name="VatAccount_GetAll">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns handles for all VAT accounts.</wsdl:documentation>
      <wsdl:input message="tns:VatAccount_GetAllSoapIn" />
      <wsdl:output message="tns:VatAccount_GetAllSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="VatAccount_FindByVatCode">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns handle for the VAT account with a given VAT code.&lt;br /&gt;Parameters: vatCode: The VAT code to search for.</wsdl:documentation>
      <wsdl:input message="tns:VatAccount_FindByVatCodeSoapIn" />
      <wsdl:output message="tns:VatAccount_FindByVatCodeSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="VatAccount_GetVatCode">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the VAT code of a VAT account.&lt;br /&gt;Parameters: vatAccountHandle: Handle for the VAT account.</wsdl:documentation>
      <wsdl:input message="tns:VatAccount_GetVatCodeSoapIn" />
      <wsdl:output message="tns:VatAccount_GetVatCodeSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="VatAccount_GetName">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the name of a VAT account.&lt;br /&gt;Parameters: vatAccountHandle: Handle for the VAT account.</wsdl:documentation>
      <wsdl:input message="tns:VatAccount_GetNameSoapIn" />
      <wsdl:output message="tns:VatAccount_GetNameSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="VatAccount_GetType">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the type of a VAT account.&lt;br /&gt;Parameters: vatAccountHandle: Handle for the VAT account.</wsdl:documentation>
      <wsdl:input message="tns:VatAccount_GetTypeSoapIn" />
      <wsdl:output message="tns:VatAccount_GetTypeSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="VatAccount_GetRateAsPercent">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the rate of a VAT account.&lt;br /&gt;Parameters: vatAccountHandle: Handle for the VAT account.</wsdl:documentation>
      <wsdl:input message="tns:VatAccount_GetRateAsPercentSoapIn" />
      <wsdl:output message="tns:VatAccount_GetRateAsPercentSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="VatAccount_GetAccount">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the account of a VAT account.&lt;br /&gt;Parameters: vatAccountHandle: Handle for the VAT account.</wsdl:documentation>
      <wsdl:input message="tns:VatAccount_GetAccountSoapIn" />
      <wsdl:output message="tns:VatAccount_GetAccountSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="VatAccount_GetContraAccount">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the contra account of a VAT account.&lt;br /&gt;Parameters: vatAccountHandle: Handle for the VAT account.</wsdl:documentation>
      <wsdl:input message="tns:VatAccount_GetContraAccountSoapIn" />
      <wsdl:output message="tns:VatAccount_GetContraAccountSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="ExtendedVatZone_FindByNumber">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns handle for the extended VAT zone with a given number.&lt;br /&gt;Parameters: number: The extended VAT zone to search for.</wsdl:documentation>
      <wsdl:input message="tns:ExtendedVatZone_FindByNumberSoapIn" />
      <wsdl:output message="tns:ExtendedVatZone_FindByNumberSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="ExtendedVatZone_GetAll">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns handles for all extended VAT zones with a given number.</wsdl:documentation>
      <wsdl:input message="tns:ExtendedVatZone_GetAllSoapIn" />
      <wsdl:output message="tns:ExtendedVatZone_GetAllSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="ExtendedVatZone_GetData">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns the extended VAT zone data object for the given handle.&lt;br /&gt;Parameters: extendedVatZoneHandle: The extended VAT zone handle.</wsdl:documentation>
      <wsdl:input message="tns:ExtendedVatZone_GetDataSoapIn" />
      <wsdl:output message="tns:ExtendedVatZone_GetDataSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="ExtendedVatZone_GetDataArray">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns extended VAT zone data objects for the given handles.&lt;br /&gt;Parameters: extendedVatZoneHandles: The extended VAT zone handles.</wsdl:documentation>
      <wsdl:input message="tns:ExtendedVatZone_GetDataArraySoapIn" />
      <wsdl:output message="tns:ExtendedVatZone_GetDataArraySoapOut" />
    </wsdl:operation>
    <wsdl:operation name="ExtendedVatZone_GetName">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the name of an extended VAT zone.&lt;br /&gt;Parameters: extendedVatZoneHandle: Handle for the extended VAT zone.</wsdl:documentation>
      <wsdl:input message="tns:ExtendedVatZone_GetNameSoapIn" />
      <wsdl:output message="tns:ExtendedVatZone_GetNameSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="ExtendedVatZone_GetNumber">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the number of an extended VAT zone.&lt;br /&gt;Parameters: extendedVatZoneHandle: Handle for the extended VAT zone.</wsdl:documentation>
      <wsdl:input message="tns:ExtendedVatZone_GetNumberSoapIn" />
      <wsdl:output message="tns:ExtendedVatZone_GetNumberSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Debtor_GetExtendedVatZone">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the extended VAT zone of the given debitor.&lt;br /&gt;Parameters: debtorHandle: Handle for the debtor.</wsdl:documentation>
      <wsdl:input message="tns:Debtor_GetExtendedVatZoneSoapIn" />
      <wsdl:output message="tns:Debtor_GetExtendedVatZoneSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Debtor_SetExtendedVatZone">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Sets extended VAT zone of a debtor.&lt;br /&gt;Parameters: debtorHandle: Handle for the debtor. value: Handle for new extended vat zone of the debtor.</wsdl:documentation>
      <wsdl:input message="tns:Debtor_SetExtendedVatZoneSoapIn" />
      <wsdl:output message="tns:Debtor_SetExtendedVatZoneSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="HasInternationalLedger">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns true if international ledger is enabled on agreement, and false if it isn't.</wsdl:documentation>
      <wsdl:input message="tns:HasInternationalLedgerSoapIn" />
      <wsdl:output message="tns:HasInternationalLedgerSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Verify_XEconomicAppIdentifier">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Method to verify that you have set up the X-EconomicAppIdentifier header correctly. Returns true if set up correctly. If it is not correctly set up an exception will be thrown. This is the same exception we will throw once we start enforcing the rule.</wsdl:documentation>
      <wsdl:input message="tns:Verify_XEconomicAppIdentifierSoapIn" />
      <wsdl:output message="tns:Verify_XEconomicAppIdentifierSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Subscription_GetIncludeName">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets whether or not the subscription name should be included as the first product line.&lt;br /&gt;Parameters: subscriptionHandle: Handle for the subscription.</wsdl:documentation>
      <wsdl:input message="tns:Subscription_GetIncludeNameSoapIn" />
      <wsdl:output message="tns:Subscription_GetIncludeNameSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Subscription_SetIncludeName">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Sets whether or not the subscription name should be included as the first product line.&lt;br /&gt;Parameters: subscriptionHandle: Handle for the subscription. value: The new value of the parameter.</wsdl:documentation>
      <wsdl:input message="tns:Subscription_SetIncludeNameSoapIn" />
      <wsdl:output message="tns:Subscription_SetIncludeNameSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Subscription_SetSubscriptionInterval">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Sets the interval of the subscription.&lt;br /&gt;Parameters: subscriptionHandle: Handle for the subscription. value: The new interval of the subscription.</wsdl:documentation>
      <wsdl:input message="tns:Subscription_SetSubscriptionIntervalSoapIn" />
      <wsdl:output message="tns:Subscription_SetSubscriptionIntervalSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Subscription_GetSubscriptionInterval">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the interval of the subscription.&lt;br /&gt;Parameters: subscriptionHandle: Handle for the subscription.</wsdl:documentation>
      <wsdl:input message="tns:Subscription_GetSubscriptionIntervalSoapIn" />
      <wsdl:output message="tns:Subscription_GetSubscriptionIntervalSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Subscription_GetCalendarYearBasis">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets whether or not the subscripton should be created based on the calendar year.&lt;br /&gt;Parameters: subscriptionHandle: Handle for the subscription.</wsdl:documentation>
      <wsdl:input message="tns:Subscription_GetCalendarYearBasisSoapIn" />
      <wsdl:output message="tns:Subscription_GetCalendarYearBasisSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Subscription_SetCalendarYearBasis">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Sets whether or not the subscripton should be created based on the calendar year.&lt;br /&gt;Parameters: subscriptionHandle: Handle for the subscription. value: The new calendar year state of the subscription.</wsdl:documentation>
      <wsdl:input message="tns:Subscription_SetCalendarYearBasisSoapIn" />
      <wsdl:output message="tns:Subscription_SetCalendarYearBasisSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Subscription_SetCollection">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Sets whether or not there should be a Full or Proportional collection for the subscription.&lt;br /&gt;Parameters: subscriptionHandle: Handle for the subscription. value: The new collection type of the subscription.</wsdl:documentation>
      <wsdl:input message="tns:Subscription_SetCollectionSoapIn" />
      <wsdl:output message="tns:Subscription_SetCollectionSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Subscription_GetCollection">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets whether or not there should be a Full or Proportional collection for the subscription.&lt;br /&gt;Parameters: subscriptionHandle: Handle for the subscription.</wsdl:documentation>
      <wsdl:input message="tns:Subscription_GetCollectionSoapIn" />
      <wsdl:output message="tns:Subscription_GetCollectionSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Subscription_GetAddPeriod">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the status whether or not a period should be added after the subscription name.&lt;br /&gt;Parameters: subscriptionHandle: Handle for the subscription.</wsdl:documentation>
      <wsdl:input message="tns:Subscription_GetAddPeriodSoapIn" />
      <wsdl:output message="tns:Subscription_GetAddPeriodSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Subscription_SetAddPeriod">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Sets the status whether or not a period should be added after the subscription name.&lt;br /&gt;Parameters: subscriptionHandle: Handle for the subscription. value: The status whether or not a period should be added after the subscription name.</wsdl:documentation>
      <wsdl:input message="tns:Subscription_SetAddPeriodSoapIn" />
      <wsdl:output message="tns:Subscription_SetAddPeriodSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Subscription_SetAllowMoreThanOneForEachDebtor">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Sets or sets whether more than one subscription is allowed for each debtor.&lt;br /&gt;Parameters: subscriptionHandle: Handle for the subscription. value: The new value of the property.</wsdl:documentation>
      <wsdl:input message="tns:Subscription_SetAllowMoreThanOneForEachDebtorSoapIn" />
      <wsdl:output message="tns:Subscription_SetAllowMoreThanOneForEachDebtorSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Subscription_GetAllowMoreThanOneForEachDebtor">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets or sets whether more than one subscription is allowed for each debtor.&lt;br /&gt;Parameters: subscriptionHandle: Handle for the subscription.</wsdl:documentation>
      <wsdl:input message="tns:Subscription_GetAllowMoreThanOneForEachDebtorSoapIn" />
      <wsdl:output message="tns:Subscription_GetAllowMoreThanOneForEachDebtorSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Subscription_Create">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Creates a new subscription.&lt;br /&gt;Parameters: subscriptionNumber: subscription number for the subscription. subscriptionName: subscription name for the subscription. description: description for the subscription. includeName: Enables include name for the subscription. subscriptionInterval: subscription interval for the subscription, calendarYearBasis: Enables calendar year for the subscription. collection: Collection for the subscription. addPeriod: enables add period for the subscription. allowMoreThanOneForEachDebtor: enables to allow more than one for each debitor for the subscription.</wsdl:documentation>
      <wsdl:input message="tns:Subscription_CreateSoapIn" />
      <wsdl:output message="tns:Subscription_CreateSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Subscription_FindByNumber">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns handle for subscription with a given number.</wsdl:documentation>
      <wsdl:input message="tns:Subscription_FindByNumberSoapIn" />
      <wsdl:output message="tns:Subscription_FindByNumberSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Subscription_FindByName">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns handles for the subscriptions with the given name.&lt;br /&gt;Parameters: name: The name to search for.</wsdl:documentation>
      <wsdl:input message="tns:Subscription_FindByNameSoapIn" />
      <wsdl:output message="tns:Subscription_FindByNameSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Subscription_GetSubscriptionLines">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns handles for the lines of the subscription</wsdl:documentation>
      <wsdl:input message="tns:Subscription_GetSubscriptionLinesSoapIn" />
      <wsdl:output message="tns:Subscription_GetSubscriptionLinesSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Subscription_GetNextAvailableNumber">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns the next available subscription number.</wsdl:documentation>
      <wsdl:input message="tns:Subscription_GetNextAvailableNumberSoapIn" />
      <wsdl:output message="tns:Subscription_GetNextAvailableNumberSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Subscription_Delete">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Deletes a subscription.&lt;br /&gt;Parameters: subscriptionHandle: Handle for the subscription.</wsdl:documentation>
      <wsdl:input message="tns:Subscription_DeleteSoapIn" />
      <wsdl:output message="tns:Subscription_DeleteSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Subscription_GetSubscribers">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets handles for the subscribers of the subscription</wsdl:documentation>
      <wsdl:input message="tns:Subscription_GetSubscribersSoapIn" />
      <wsdl:output message="tns:Subscription_GetSubscribersSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Subscription_GetAll">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns handles for all subscriptions.</wsdl:documentation>
      <wsdl:input message="tns:Subscription_GetAllSoapIn" />
      <wsdl:output message="tns:Subscription_GetAllSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="SubscriptionLine_CreateFromData">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Creates a new subscription line from a data object.&lt;br /&gt;Parameters: data: The data object that specifies the properties of the new subscription line.</wsdl:documentation>
      <wsdl:input message="tns:SubscriptionLine_CreateFromDataSoapIn" />
      <wsdl:output message="tns:SubscriptionLine_CreateFromDataSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="SubscriptionLine_CreateFromDataArray">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Creates new subscription lines from data objects.&lt;br /&gt;Parameters: dataArray: The array of data objects that specifies the properties of the new subscription lines.</wsdl:documentation>
      <wsdl:input message="tns:SubscriptionLine_CreateFromDataArraySoapIn" />
      <wsdl:output message="tns:SubscriptionLine_CreateFromDataArraySoapOut" />
    </wsdl:operation>
    <wsdl:operation name="SubscriptionLine_UpdateFromDataArray">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Update subscription lines from data objects.&lt;br /&gt;Parameters: dataArray: The array of data objects.</wsdl:documentation>
      <wsdl:input message="tns:SubscriptionLine_UpdateFromDataArraySoapIn" />
      <wsdl:output message="tns:SubscriptionLine_UpdateFromDataArraySoapOut" />
    </wsdl:operation>
    <wsdl:operation name="SubscriptionLine_UpdateFromData">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Updates a subscription line from a data object.&lt;br /&gt;Parameters: data: The data object.</wsdl:documentation>
      <wsdl:input message="tns:SubscriptionLine_UpdateFromDataSoapIn" />
      <wsdl:output message="tns:SubscriptionLine_UpdateFromDataSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="SubscriptionLine_GetData">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns a subscription line data object for a given subscription line.&lt;br /&gt;Parameters: entityHandle: A handle for the subscription line.</wsdl:documentation>
      <wsdl:input message="tns:SubscriptionLine_GetDataSoapIn" />
      <wsdl:output message="tns:SubscriptionLine_GetDataSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="SubscriptionLine_GetDataArray">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns subscription line data objects for subscription lines.&lt;br /&gt;Parameters: entityHandles: The array of subscription line handles.</wsdl:documentation>
      <wsdl:input message="tns:SubscriptionLine_GetDataArraySoapIn" />
      <wsdl:output message="tns:SubscriptionLine_GetDataArraySoapOut" />
    </wsdl:operation>
    <wsdl:operation name="SubscriptionLine_GetNumber">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the number of a subscription line.&lt;br /&gt;Parameters: SubscriptionLineHandle: Handle for the subscription line.</wsdl:documentation>
      <wsdl:input message="tns:SubscriptionLine_GetNumberSoapIn" />
      <wsdl:output message="tns:SubscriptionLine_GetNumberSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="SubscriptionLine_GetSubscription">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets a handle for the subscription of a subscription line.&lt;br /&gt;Parameters: SubscriptionLineHandle: Handle for the subscription line.</wsdl:documentation>
      <wsdl:input message="tns:SubscriptionLine_GetSubscriptionSoapIn" />
      <wsdl:output message="tns:SubscriptionLine_GetSubscriptionSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="SubscriptionLine_GetProduct">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets a handle for the product of a subscription line.&lt;br /&gt;Parameters: SubscriptionLineHandle: Handle for the subscription line.</wsdl:documentation>
      <wsdl:input message="tns:SubscriptionLine_GetProductSoapIn" />
      <wsdl:output message="tns:SubscriptionLine_GetProductSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="SubscriptionLine_SetProduct">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Sets the product of a subscription line. Setting the product also sets the unit cost price to the cost price of the product. The product must be set before setting the quantity and the unit net price.&lt;br /&gt;Parameters: SubscriptionLineHandle: Handle for the subscription line. valueHandle: Handle for the new product of the subscription line.</wsdl:documentation>
      <wsdl:input message="tns:SubscriptionLine_SetProductSoapIn" />
      <wsdl:output message="tns:SubscriptionLine_SetProductSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="SubscriptionLine_GetQuantity">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the primary quantity of a subscription line.&lt;br /&gt;Parameters: subscriptionLineHandle: Handle for the subscription line.</wsdl:documentation>
      <wsdl:input message="tns:SubscriptionLine_GetQuantitySoapIn" />
      <wsdl:output message="tns:SubscriptionLine_GetQuantitySoapOut" />
    </wsdl:operation>
    <wsdl:operation name="SubscriptionLine_SetQuantity">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Sets the primary quantity of a subscription line. The product of the subscription line must be set before setting this property.&lt;br /&gt;Parameters: subscriptionLineHandle: Handle for the subscription line. value: The new primary quantity of the subscription line.</wsdl:documentation>
      <wsdl:input message="tns:SubscriptionLine_SetQuantitySoapIn" />
      <wsdl:output message="tns:SubscriptionLine_SetQuantitySoapOut" />
    </wsdl:operation>
    <wsdl:operation name="SubscriptionLine_SetDepartment">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Sets the department of a subscription line. The department is only accessible when there is access to the Dimension add-on module. The department cannot be set when the distribution key is set.&lt;br /&gt;Parameters: subscriptionLineHandle: Handle for the subscription line. value: Handle for the new department of the subscription line.</wsdl:documentation>
      <wsdl:input message="tns:SubscriptionLine_SetDepartmentSoapIn" />
      <wsdl:output message="tns:SubscriptionLine_SetDepartmentSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="SubscriptionLine_GetDepartment">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets a handle for the department of a subscription line. The department is only accessible when there is access to the Dimension add-on module.&lt;br /&gt;Parameters: subscriptionLineHandle: Handle for the subscription line.</wsdl:documentation>
      <wsdl:input message="tns:SubscriptionLine_GetDepartmentSoapIn" />
      <wsdl:output message="tns:SubscriptionLine_GetDepartmentSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="SubscriptionLine_SetProductName">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Sets the description of a subscription line.&lt;br /&gt;Parameters: subscriptionLineHandle: Handle for the subscription line. value: The new description of the subscription line.</wsdl:documentation>
      <wsdl:input message="tns:SubscriptionLine_SetProductNameSoapIn" />
      <wsdl:output message="tns:SubscriptionLine_SetProductNameSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="SubscriptionLine_GetProductName">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the description of a subscription line.&lt;br /&gt;Parameters: subscriptionLineHandle: Handle for the subscription line.</wsdl:documentation>
      <wsdl:input message="tns:SubscriptionLine_GetProductNameSoapIn" />
      <wsdl:output message="tns:SubscriptionLine_GetProductNameSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="SubscriptionLine_GetSpecialPrice">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the special price of a product.&lt;br /&gt;Parameters: subscriptionLineHandle: Handle for the current subscription line.</wsdl:documentation>
      <wsdl:input message="tns:SubscriptionLine_GetSpecialPriceSoapIn" />
      <wsdl:output message="tns:SubscriptionLine_GetSpecialPriceSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="SubscriptionLine_SetSpecialPrice">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Sets the special price of a product.&lt;br /&gt;Parameters: subscriptionLineHandle: Handle for the current subscription line.</wsdl:documentation>
      <wsdl:input message="tns:SubscriptionLine_SetSpecialPriceSoapIn" />
      <wsdl:output message="tns:SubscriptionLine_SetSpecialPriceSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="SubscriptionLine_Create">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Creates a new subscription line.&lt;br /&gt;Parameters: subscriptionHandle: Handle for a subscription line.</wsdl:documentation>
      <wsdl:input message="tns:SubscriptionLine_CreateSoapIn" />
      <wsdl:output message="tns:SubscriptionLine_CreateSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="SubscriptionLine_FindByProduct">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns handles for subscription lines that use a given products.&lt;br /&gt;Parameters: product: The product to search for.</wsdl:documentation>
      <wsdl:input message="tns:SubscriptionLine_FindByProductSoapIn" />
      <wsdl:output message="tns:SubscriptionLine_FindByProductSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="SubscriptionLine_FindByProductList">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns handles for subscription lines that use a given set of products.&lt;br /&gt;Parameters: products: The products to search for.</wsdl:documentation>
      <wsdl:input message="tns:SubscriptionLine_FindByProductListSoapIn" />
      <wsdl:output message="tns:SubscriptionLine_FindByProductListSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="SubscriptionLine_FindBySubscription">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns handles for subscription lines that use a given subscriptions.&lt;br /&gt;Parameters: subscription: The subscription to search for.</wsdl:documentation>
      <wsdl:input message="tns:SubscriptionLine_FindBySubscriptionSoapIn" />
      <wsdl:output message="tns:SubscriptionLine_FindBySubscriptionSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="SubscriptionLine_FindBySubscriptonList">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns handles for subscription lines that use a given set of subscriptions.&lt;br /&gt;Parameters: subscriptions: The subscriptions to search for.</wsdl:documentation>
      <wsdl:input message="tns:SubscriptionLine_FindBySubscriptonListSoapIn" />
      <wsdl:output message="tns:SubscriptionLine_FindBySubscriptonListSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="SubscriptionLine_GetAll">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns handles for all current subsciption lines.</wsdl:documentation>
      <wsdl:input message="tns:SubscriptionLine_GetAllSoapIn" />
      <wsdl:output message="tns:SubscriptionLine_GetAllSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="SubscriptionLine_Delete">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Deletes a subscription line.&lt;br /&gt;Parameters: SubscriptionLineHandle: Handle for the subscription line.</wsdl:documentation>
      <wsdl:input message="tns:SubscriptionLine_DeleteSoapIn" />
      <wsdl:output message="tns:SubscriptionLine_DeleteSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="SumInterval_CreateFromData">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Creates a new sum interval from a data object.&lt;br /&gt;Parameters: data: The data object that specifies the properties of the new sum interval.</wsdl:documentation>
      <wsdl:input message="tns:SumInterval_CreateFromDataSoapIn" />
      <wsdl:output message="tns:SumInterval_CreateFromDataSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="SumInterval_CreateFromDataArray">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Creates new sum interval from data objects.&lt;br /&gt;Parameters: dataArray: The array of data objects that specifies the properties of the new sum interval.</wsdl:documentation>
      <wsdl:input message="tns:SumInterval_CreateFromDataArraySoapIn" />
      <wsdl:output message="tns:SumInterval_CreateFromDataArraySoapOut" />
    </wsdl:operation>
    <wsdl:operation name="SumInterval_UpdateFromDataArray">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Update sum interval entities from data objects.&lt;br /&gt;Parameters: dataArray: The array of data objects.</wsdl:documentation>
      <wsdl:input message="tns:SumInterval_UpdateFromDataArraySoapIn" />
      <wsdl:output message="tns:SumInterval_UpdateFromDataArraySoapOut" />
    </wsdl:operation>
    <wsdl:operation name="SumInterval_UpdateFromData">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Updates a sum interval from a data object.&lt;br /&gt;Parameters: data: The data object.</wsdl:documentation>
      <wsdl:input message="tns:SumInterval_UpdateFromDataSoapIn" />
      <wsdl:output message="tns:SumInterval_UpdateFromDataSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="SumInterval_GetData">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns a sum interval data object for a given sum interval.&lt;br /&gt;Parameters: entityHandle: A handle for the sum interval.</wsdl:documentation>
      <wsdl:input message="tns:SumInterval_GetDataSoapIn" />
      <wsdl:output message="tns:SumInterval_GetDataSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="SumInterval_GetDataArray">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns sum interval data objects for a given set of sum interval handles.&lt;br /&gt;Parameters: entityHandles: An array of the sum interval handles.</wsdl:documentation>
      <wsdl:input message="tns:SumInterval_GetDataArraySoapIn" />
      <wsdl:output message="tns:SumInterval_GetDataArraySoapOut" />
    </wsdl:operation>
    <wsdl:operation name="SumInterval_Create">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Creates a new sum interval.&lt;br /&gt;Parameters: account: The account the sum interval is for. fromAccount: The from-account of the sum interval. toAccount: The to-account of the sum interval.</wsdl:documentation>
      <wsdl:input message="tns:SumInterval_CreateSoapIn" />
      <wsdl:output message="tns:SumInterval_CreateSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="SumInterval_Delete">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Deletes a sum interval.&lt;br /&gt;Parameters: sumIntervalHandle: Handle for the sum interval.</wsdl:documentation>
      <wsdl:input message="tns:SumInterval_DeleteSoapIn" />
      <wsdl:output message="tns:SumInterval_DeleteSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="SumInterval_GetAccount">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets a handle for the account of a sum interval.&lt;br /&gt;Parameters: sumIntervalHandle: Handle for the sum interval.</wsdl:documentation>
      <wsdl:input message="tns:SumInterval_GetAccountSoapIn" />
      <wsdl:output message="tns:SumInterval_GetAccountSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="SumInterval_GetFromAccount">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the from-account of a sum interval.&lt;br /&gt;Parameters: sumIntervalHandle: Handle for the sum interval.</wsdl:documentation>
      <wsdl:input message="tns:SumInterval_GetFromAccountSoapIn" />
      <wsdl:output message="tns:SumInterval_GetFromAccountSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="SumInterval_SetFromAccount">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Sets the from-account of a sum interval.&lt;br /&gt;Parameters: sumIntervalHandle: Handle for the sum interval. value: The new from-account of the sum interval.</wsdl:documentation>
      <wsdl:input message="tns:SumInterval_SetFromAccountSoapIn" />
      <wsdl:output message="tns:SumInterval_SetFromAccountSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="SumInterval_GetToAccount">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the to-account of a sum interval.&lt;br /&gt;Parameters: sumIntervalHandle: Handle for the sum interval.</wsdl:documentation>
      <wsdl:input message="tns:SumInterval_GetToAccountSoapIn" />
      <wsdl:output message="tns:SumInterval_GetToAccountSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="SumInterval_SetToAccount">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Sets the to-account of a sum interval.&lt;br /&gt;Parameters: sumIntervalHandle: Handle for the sum interval. value: The new to-account of the sum interval.</wsdl:documentation>
      <wsdl:input message="tns:SumInterval_SetToAccountSoapIn" />
      <wsdl:output message="tns:SumInterval_SetToAccountSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="TemplateCollection_GetData">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns an template collection data object for a given template collection.&lt;br /&gt;Parameters: entityHandle: A handle for the template collection.</wsdl:documentation>
      <wsdl:input message="tns:TemplateCollection_GetDataSoapIn" />
      <wsdl:output message="tns:TemplateCollection_GetDataSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="TemplateCollection_GetDataArray">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns template collection data objects for a given set of template collection handles.&lt;br /&gt;Parameters: entityHandles: An array of the template collection handles.</wsdl:documentation>
      <wsdl:input message="tns:TemplateCollection_GetDataArraySoapIn" />
      <wsdl:output message="tns:TemplateCollection_GetDataArraySoapOut" />
    </wsdl:operation>
    <wsdl:operation name="TemplateCollection_GetAll">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns handles for all template collections.</wsdl:documentation>
      <wsdl:input message="tns:TemplateCollection_GetAllSoapIn" />
      <wsdl:output message="tns:TemplateCollection_GetAllSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="TemplateCollection_FindByName">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns handles for the template collections with the given name.</wsdl:documentation>
      <wsdl:input message="tns:TemplateCollection_FindByNameSoapIn" />
      <wsdl:output message="tns:TemplateCollection_FindByNameSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="TemplateCollection_GetName">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets name of the template collection.&lt;br /&gt;Parameters: templateCollectionHandle: Handle for the template collection.</wsdl:documentation>
      <wsdl:input message="tns:TemplateCollection_GetNameSoapIn" />
      <wsdl:output message="tns:TemplateCollection_GetNameSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="TemplateCollection_SetName">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Sets name of the template collection.&lt;br /&gt;Parameters: templateCollectionHandle: Handle for the template collection. name: New name of the template collection.</wsdl:documentation>
      <wsdl:input message="tns:TemplateCollection_SetNameSoapIn" />
      <wsdl:output message="tns:TemplateCollection_SetNameSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="TermOfPayment_CreateFromData">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Creates a new term of payment from a data object.&lt;br /&gt;Parameters: data: The data object that specifies the properties of the new term of payment.</wsdl:documentation>
      <wsdl:input message="tns:TermOfPayment_CreateFromDataSoapIn" />
      <wsdl:output message="tns:TermOfPayment_CreateFromDataSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="TermOfPayment_CreateFromDataArray">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Creates new terms of payment from data objects.&lt;br /&gt;Parameters: dataArray: The array of data objects that specifies the properties of the new terms of payment.</wsdl:documentation>
      <wsdl:input message="tns:TermOfPayment_CreateFromDataArraySoapIn" />
      <wsdl:output message="tns:TermOfPayment_CreateFromDataArraySoapOut" />
    </wsdl:operation>
    <wsdl:operation name="TermOfPayment_UpdateFromDataArray">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Update termn of payments from data objects.&lt;br /&gt;Parameters: dataArray: The array of data objects.</wsdl:documentation>
      <wsdl:input message="tns:TermOfPayment_UpdateFromDataArraySoapIn" />
      <wsdl:output message="tns:TermOfPayment_UpdateFromDataArraySoapOut" />
    </wsdl:operation>
    <wsdl:operation name="TermOfPayment_UpdateFromData">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Updates a term of payment from a data object.&lt;br /&gt;Parameters: data: The data object.</wsdl:documentation>
      <wsdl:input message="tns:TermOfPayment_UpdateFromDataSoapIn" />
      <wsdl:output message="tns:TermOfPayment_UpdateFromDataSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="TermOfPayment_GetData">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns an term of payment data object for a given term of payment.&lt;br /&gt;Parameters: entityHandle: A handle for the term of payment.</wsdl:documentation>
      <wsdl:input message="tns:TermOfPayment_GetDataSoapIn" />
      <wsdl:output message="tns:TermOfPayment_GetDataSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="TermOfPayment_GetDataArray">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns term of paryment data objects for a given set of term of payment handles.&lt;br /&gt;Parameters: entityHandles: An array of the term of payment handles.</wsdl:documentation>
      <wsdl:input message="tns:TermOfPayment_GetDataArraySoapIn" />
      <wsdl:output message="tns:TermOfPayment_GetDataArraySoapOut" />
    </wsdl:operation>
    <wsdl:operation name="TermOfPayment_Create">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Creates a new term of payment. If the type is PaidInCash or Factoring then the contra account(s) are set to the first enterable account.&lt;br /&gt;Parameters: name: The name of the new term of payment. type: The type of the new term of payment. days: The number of days until payment is due if the type is Net or InvoiceMonth or InvoiceWeekStartingMonday or InvoiceWeekStartingSunday.</wsdl:documentation>
      <wsdl:input message="tns:TermOfPayment_CreateSoapIn" />
      <wsdl:output message="tns:TermOfPayment_CreateSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="TermOfPayment_GetAll">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns handles for all term of payments.</wsdl:documentation>
      <wsdl:input message="tns:TermOfPayment_GetAllSoapIn" />
      <wsdl:output message="tns:TermOfPayment_GetAllSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="TermOfPayment_FindByName">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns a handle for the term of payment with a given name.&lt;br /&gt;Parameters: name: The name to search for.</wsdl:documentation>
      <wsdl:input message="tns:TermOfPayment_FindByNameSoapIn" />
      <wsdl:output message="tns:TermOfPayment_FindByNameSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="TermOfPayment_Delete">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Deletes a term of peyment.&lt;br /&gt;ParametersL termOfPaymentHandle: Handle for the term of payment.</wsdl:documentation>
      <wsdl:input message="tns:TermOfPayment_DeleteSoapIn" />
      <wsdl:output message="tns:TermOfPayment_DeleteSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="TermOfPayment_GetName">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the name of a term of payment.&lt;br /&gt;Parameters: termOfPaymentHandle: Handle for the term of payment.</wsdl:documentation>
      <wsdl:input message="tns:TermOfPayment_GetNameSoapIn" />
      <wsdl:output message="tns:TermOfPayment_GetNameSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="TermOfPayment_SetName">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Sets the name of a term of payment.&lt;br /&gt;Parameters: termOfPaymentHandle: Handle for the term of payment. value: The new name of the term of payment.</wsdl:documentation>
      <wsdl:input message="tns:TermOfPayment_SetNameSoapIn" />
      <wsdl:output message="tns:TermOfPayment_SetNameSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="TermOfPayment_GetType">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the type of a term of payment.&lt;br /&gt;Parameters: termOfPaymentHandle: Handle for the term of payment.</wsdl:documentation>
      <wsdl:input message="tns:TermOfPayment_GetTypeSoapIn" />
      <wsdl:output message="tns:TermOfPayment_GetTypeSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="TermOfPayment_GetDays">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the number of days before payment is due for a term of payment if the type is TermOfPaymentType.Net or TermOfPaymentType.InvoiceMonth or TermOfPaymentType.InvoiceWeekStartingMonday or TermOfPaymentType.InvoiceWeekStartingSunday.&lt;br /&gt;Parameters: termOfPaymentHandle: Handle for the term of payment.</wsdl:documentation>
      <wsdl:input message="tns:TermOfPayment_GetDaysSoapIn" />
      <wsdl:output message="tns:TermOfPayment_GetDaysSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="TermOfPayment_GetDescription">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the description of a term of payment.&lt;br /&gt;Parameters: termOfPaymentHandle: Handle for the term of payment.</wsdl:documentation>
      <wsdl:input message="tns:TermOfPayment_GetDescriptionSoapIn" />
      <wsdl:output message="tns:TermOfPayment_GetDescriptionSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="TermOfPayment_SetDescription">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Sets the description of a term of payment.&lt;br /&gt;Parameters: termOfPaymentHandle: Handle for the term of payment. value: The description of the term of payment.</wsdl:documentation>
      <wsdl:input message="tns:TermOfPayment_SetDescriptionSoapIn" />
      <wsdl:output message="tns:TermOfPayment_SetDescriptionSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="TermOfPayment_GetContraAccount">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the first contra account for a term of payment if the type is TermOfPaymentType.PaidInCash or TermOfPaymentType.Factoring.&lt;br /&gt;Parameters: termOfPaymentHandle: Handle for the term of payment.</wsdl:documentation>
      <wsdl:input message="tns:TermOfPayment_GetContraAccountSoapIn" />
      <wsdl:output message="tns:TermOfPayment_GetContraAccountSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="TermOfPayment_SetContraAccount">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Sets the first contra account for a term of payment if the type is TermOfPaymentType.PaidInCash or TermOfPaymentType.Factoring.&lt;br /&gt;Parameters: termOfPaymentHandle: Handle for the term of payment. value: The first contra account.</wsdl:documentation>
      <wsdl:input message="tns:TermOfPayment_SetContraAccountSoapIn" />
      <wsdl:output message="tns:TermOfPayment_SetContraAccountSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="TermOfPayment_GetContraAccount2">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the second contra account for a term of payment if the type is TermOfPaymentType.Factoring.&lt;br /&gt;Parameters: termOfPaymentHandle: Handle for the term of payment.</wsdl:documentation>
      <wsdl:input message="tns:TermOfPayment_GetContraAccount2SoapIn" />
      <wsdl:output message="tns:TermOfPayment_GetContraAccount2SoapOut" />
    </wsdl:operation>
    <wsdl:operation name="TermOfPayment_SetContraAccount2">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Sets the second contra account for a term of payment if the type is TermOfPaymentType.Factoring.&lt;br /&gt;Parameters: termOfPaymentHandle: Handle for the term of payment. value: The second contra account.</wsdl:documentation>
      <wsdl:input message="tns:TermOfPayment_SetContraAccount2SoapIn" />
      <wsdl:output message="tns:TermOfPayment_SetContraAccount2SoapOut" />
    </wsdl:operation>
    <wsdl:operation name="TermOfPayment_GetDebtor">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the debtor for a term of payment if the type is TermOfPaymentType.Creditcard.&lt;br /&gt;Parameters: termOfPaymentHandle: Handle for the term of payment.</wsdl:documentation>
      <wsdl:input message="tns:TermOfPayment_GetDebtorSoapIn" />
      <wsdl:output message="tns:TermOfPayment_GetDebtorSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="QuotationLine_SetDepartment">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Sets the department of an quotation line. The department is only accessible when there is access to the Dimension add-on module. The department cannot be set when the distribution key is set.&lt;br /&gt;Parameters: quotationLineHandle: Handle for the quotation line. value: Handle for the new department of the quotation line.</wsdl:documentation>
      <wsdl:input message="tns:QuotationLine_SetDepartmentSoapIn" />
      <wsdl:output message="tns:QuotationLine_SetDepartmentSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="QuotationLine_GetDistributionKey">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets a handle for the distribution key of an quotation line. The distribution key is only accessible when there is access to the Dimension add-on module.&lt;br /&gt;Parameters: quotationLineHandle: Handle for the quotation line.</wsdl:documentation>
      <wsdl:input message="tns:QuotationLine_GetDistributionKeySoapIn" />
      <wsdl:output message="tns:QuotationLine_GetDistributionKeySoapOut" />
    </wsdl:operation>
    <wsdl:operation name="QuotationLine_SetDistributionKey">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Sets the distribution key of an quotation line. The distribution key is only accessible when there is access to the Dimension add-on module. The distribution key cannot be set when the department is set.&lt;br /&gt;Parameters: quotationLineHandle: Handle for the quotation line. value: Handle for the new distribution key of the quotation line.</wsdl:documentation>
      <wsdl:input message="tns:QuotationLine_SetDistributionKeySoapIn" />
      <wsdl:output message="tns:QuotationLine_SetDistributionKeySoapOut" />
    </wsdl:operation>
    <wsdl:operation name="QuotationLine_Create">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Creates a new quotation line.&lt;br /&gt;Parameters: quotationHandle: Handle for a quotation.</wsdl:documentation>
      <wsdl:input message="tns:QuotationLine_CreateSoapIn" />
      <wsdl:output message="tns:QuotationLine_CreateSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="QuotationLine_GetAll">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns handles for all quotation lines.</wsdl:documentation>
      <wsdl:input message="tns:QuotationLine_GetAllSoapIn" />
      <wsdl:output message="tns:QuotationLine_GetAllSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="QuotationLine_FindByProduct">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns handles for quotation lines that uses a given product.&lt;br /&gt;Parameters: product: The product to search for.</wsdl:documentation>
      <wsdl:input message="tns:QuotationLine_FindByProductSoapIn" />
      <wsdl:output message="tns:QuotationLine_FindByProductSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="QuotationLine_FindByProductList">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns handles for quotation lines that uses a given set of products.&lt;br /&gt;Parameters: products: The products to search for.</wsdl:documentation>
      <wsdl:input message="tns:QuotationLine_FindByProductListSoapIn" />
      <wsdl:output message="tns:QuotationLine_FindByProductListSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="QuotationLine_Delete">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Deletes an quotation line.&lt;br /&gt;Parameters: quotationLineHandle: Handle for the quotation line.</wsdl:documentation>
      <wsdl:input message="tns:QuotationLine_DeleteSoapIn" />
      <wsdl:output message="tns:QuotationLine_DeleteSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="ReportCode_GetData">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns a ReportCode data object for a given ReportCode.&lt;br /&gt;Parameters: entityHandle: A handle for the ReportCode.</wsdl:documentation>
      <wsdl:input message="tns:ReportCode_GetDataSoapIn" />
      <wsdl:output message="tns:ReportCode_GetDataSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="ReportCode_GetDataArray">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns ReportCode data objects for a given set of ReportCode handles.&lt;br /&gt;Parameters: entityHandles: An array of the ReportCode handles.</wsdl:documentation>
      <wsdl:input message="tns:ReportCode_GetDataArraySoapIn" />
      <wsdl:output message="tns:ReportCode_GetDataArraySoapOut" />
    </wsdl:operation>
    <wsdl:operation name="ReportCode_GetAccounts">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets handles for the accounts of a report code.&lt;br /&gt;Parameters: reportCodeHandle: Handle for the report code.</wsdl:documentation>
      <wsdl:input message="tns:ReportCode_GetAccountsSoapIn" />
      <wsdl:output message="tns:ReportCode_GetAccountsSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="ReportCode_GetCode">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the code of the ReportCode.&lt;br /&gt;</wsdl:documentation>
      <wsdl:input message="tns:ReportCode_GetCodeSoapIn" />
      <wsdl:output message="tns:ReportCode_GetCodeSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="ReportCode_GetFullCode">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the fullcode of the ReportCode.&lt;br /&gt;</wsdl:documentation>
      <wsdl:input message="tns:ReportCode_GetFullCodeSoapIn" />
      <wsdl:output message="tns:ReportCode_GetFullCodeSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="ReportCode_GetParentCode">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets a handle for the parentCode of a ReportCode.&lt;br /&gt;Parameters: reportCodeHandle: Handle for the report code.</wsdl:documentation>
      <wsdl:input message="tns:ReportCode_GetParentCodeSoapIn" />
      <wsdl:output message="tns:ReportCode_GetParentCodeSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="ReportCodeSet_GetData">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns a ReportCodeSet data object for a given ReportCodeSet.&lt;br /&gt;Parameters: entityHandle: A handle for the ReportCodeSet.</wsdl:documentation>
      <wsdl:input message="tns:ReportCodeSet_GetDataSoapIn" />
      <wsdl:output message="tns:ReportCodeSet_GetDataSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="ReportCodeSet_GetDataArray">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns ReportCodeSet data objects for a given set of ReportCodeSet handles.&lt;br /&gt;Parameters: entityHandles: An array of the ReportCodeSet handles.</wsdl:documentation>
      <wsdl:input message="tns:ReportCodeSet_GetDataArraySoapIn" />
      <wsdl:output message="tns:ReportCodeSet_GetDataArraySoapOut" />
    </wsdl:operation>
    <wsdl:operation name="ReportCodeSet_GetAll">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns handles for all ReportCodeSets.</wsdl:documentation>
      <wsdl:input message="tns:ReportCodeSet_GetAllSoapIn" />
      <wsdl:output message="tns:ReportCodeSet_GetAllSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="ReportCodeSet_FindByName">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns handles for the ReportCodeSets with the given name.&lt;br /&gt;Parameters: name: The name to search for.</wsdl:documentation>
      <wsdl:input message="tns:ReportCodeSet_FindByNameSoapIn" />
      <wsdl:output message="tns:ReportCodeSet_FindByNameSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="ReportCodeSet_GetCodes">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets handles for ReportCodes in a ReportCodeSet.&lt;br /&gt;Parameters: reportCodeSetHandle: Handle for the ReportCodeSet.</wsdl:documentation>
      <wsdl:input message="tns:ReportCodeSet_GetCodesSoapIn" />
      <wsdl:output message="tns:ReportCodeSet_GetCodesSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="ReportCodeSet_GetName">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the name of the ReportCodeSet.&lt;br /&gt;</wsdl:documentation>
      <wsdl:input message="tns:ReportCodeSet_GetNameSoapIn" />
      <wsdl:output message="tns:ReportCodeSet_GetNameSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="ReportCodeSet_GetCodeSet">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the codeSet of the ReportCodeSet.&lt;br /&gt;</wsdl:documentation>
      <wsdl:input message="tns:ReportCodeSet_GetCodeSetSoapIn" />
      <wsdl:output message="tns:ReportCodeSet_GetCodeSetSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="ScannedDocument_GetData">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns a ScannedDocument data object for a given ScannedDocument.&lt;br /&gt;Parameters: entityHandle: A handle for the ScannedDocument.</wsdl:documentation>
      <wsdl:input message="tns:ScannedDocument_GetDataSoapIn" />
      <wsdl:output message="tns:ScannedDocument_GetDataSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="ScannedDocument_GetDataArray">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns ScannedDocument data objects for a given set of ScannedDocument handles.&lt;br /&gt;Parameters: entityHandles: An array of the ScannedDocument handles.</wsdl:documentation>
      <wsdl:input message="tns:ScannedDocument_GetDataArraySoapIn" />
      <wsdl:output message="tns:ScannedDocument_GetDataArraySoapOut" />
    </wsdl:operation>
    <wsdl:operation name="ScannedDocument_GetAll">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns handles for all ScannedDocuments.</wsdl:documentation>
      <wsdl:input message="tns:ScannedDocument_GetAllSoapIn" />
      <wsdl:output message="tns:ScannedDocument_GetAllSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="ScannedDocument_FindByVoucherNumber">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns a handle for the scanned document with a given voucher number.&lt;br /&gt;Parameters: voucherNumber: The number to search for.</wsdl:documentation>
      <wsdl:input message="tns:ScannedDocument_FindByVoucherNumberSoapIn" />
      <wsdl:output message="tns:ScannedDocument_FindByVoucherNumberSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="ScannedDocument_FindByVoucherNumberInterval">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns an array with handles for scanned documents with voucher numbers in the given interval.&lt;br /&gt;Parameters: minNumber: The start of the interval. maxNumber: The end of the interval.</wsdl:documentation>
      <wsdl:input message="tns:ScannedDocument_FindByVoucherNumberIntervalSoapIn" />
      <wsdl:output message="tns:ScannedDocument_FindByVoucherNumberIntervalSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="ScannedDocument_GetPdf">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the document as a PDF-file.&lt;br /&gt;Parameters: invoiceHandle: Handle for the ScannedDocument.</wsdl:documentation>
      <wsdl:input message="tns:ScannedDocument_GetPdfSoapIn" />
      <wsdl:output message="tns:ScannedDocument_GetPdfSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="ScannedDocument_GetNumber">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the number of a ScannedDocument.&lt;br /&gt;Parameters: ScannedDocumentHandle: Handle for the ScannedDocument.</wsdl:documentation>
      <wsdl:input message="tns:ScannedDocument_GetNumberSoapIn" />
      <wsdl:output message="tns:ScannedDocument_GetNumberSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="ScannedDocument_GetStatus">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the status of a ScannedDocument.&lt;br /&gt;Parameters: ScannedDocumentHandle: Handle for the ScannedDocument.</wsdl:documentation>
      <wsdl:input message="tns:ScannedDocument_GetStatusSoapIn" />
      <wsdl:output message="tns:ScannedDocument_GetStatusSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="ScannedDocument_GetCategory">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the category of a ScannedDocument.&lt;br /&gt;Parameters: ScannedDocumentHandle: Handle for the ScannedDocument.</wsdl:documentation>
      <wsdl:input message="tns:ScannedDocument_GetCategorySoapIn" />
      <wsdl:output message="tns:ScannedDocument_GetCategorySoapOut" />
    </wsdl:operation>
    <wsdl:operation name="ScannedDocument_GetNote">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the note of a ScannedDocument.&lt;br /&gt;Parameters: ScannedDocumentHandle: Handle for the ScannedDocument.</wsdl:documentation>
      <wsdl:input message="tns:ScannedDocument_GetNoteSoapIn" />
      <wsdl:output message="tns:ScannedDocument_GetNoteSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="ScannedDocument_GetPageCount">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the pagecount of a ScannedDocument.&lt;br /&gt;Parameters: ScannedDocumentHandle: Handle for the ScannedDocument.</wsdl:documentation>
      <wsdl:input message="tns:ScannedDocument_GetPageCountSoapIn" />
      <wsdl:output message="tns:ScannedDocument_GetPageCountSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="ScannedDocument_GetVoucherNumber">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the vouchernumber of a ScannedDocument.&lt;br /&gt;Parameters: ScannedDocumentHandle: Handle for the ScannedDocument.</wsdl:documentation>
      <wsdl:input message="tns:ScannedDocument_GetVoucherNumberSoapIn" />
      <wsdl:output message="tns:ScannedDocument_GetVoucherNumberSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="ScannedDocument_GetFromDate">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the fromdate of a ScannedDocument.&lt;br /&gt;Parameters: ScannedDocumentHandle: Handle for the ScannedDocument.</wsdl:documentation>
      <wsdl:input message="tns:ScannedDocument_GetFromDateSoapIn" />
      <wsdl:output message="tns:ScannedDocument_GetFromDateSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="ScannedDocument_GetToDate">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the todate of a ScannedDocument.&lt;br /&gt;Parameters: ScannedDocumentHandle: Handle for the ScannedDocument.</wsdl:documentation>
      <wsdl:input message="tns:ScannedDocument_GetToDateSoapIn" />
      <wsdl:output message="tns:ScannedDocument_GetToDateSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Subscriber_CreateFromData">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Creates a new subscriber from a data object.&lt;br /&gt;Parameters: data: The data object that specifies the properties of the new subscriber.</wsdl:documentation>
      <wsdl:input message="tns:Subscriber_CreateFromDataSoapIn" />
      <wsdl:output message="tns:Subscriber_CreateFromDataSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Subscriber_CreateFromDataArray">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Creates new subscribers from data objects.&lt;br /&gt;Parameters: dataArray: The array of data objects that specifies the properties of the new subscribers.</wsdl:documentation>
      <wsdl:input message="tns:Subscriber_CreateFromDataArraySoapIn" />
      <wsdl:output message="tns:Subscriber_CreateFromDataArraySoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Subscriber_UpdateFromDataArray">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Update subscribers from data objects.&lt;br /&gt;Parameters: dataArray: The array of data objects.</wsdl:documentation>
      <wsdl:input message="tns:Subscriber_UpdateFromDataArraySoapIn" />
      <wsdl:output message="tns:Subscriber_UpdateFromDataArraySoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Subscriber_UpdateFromData">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Updates a subscriber from a data object.&lt;br /&gt;Parameters: data: The data object.</wsdl:documentation>
      <wsdl:input message="tns:Subscriber_UpdateFromDataSoapIn" />
      <wsdl:output message="tns:Subscriber_UpdateFromDataSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Subscriber_GetData">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns a subscriber data object for a given subscriber.&lt;br /&gt;Parameters: entityHandle: A handle for the subscriber.</wsdl:documentation>
      <wsdl:input message="tns:Subscriber_GetDataSoapIn" />
      <wsdl:output message="tns:Subscriber_GetDataSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Subscriber_GetDataArray">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns subscriber data objects for a given set of subscriber handles.&lt;br /&gt;Parameters: entityHandles: An array of the subscriber handles.</wsdl:documentation>
      <wsdl:input message="tns:Subscriber_GetDataArraySoapIn" />
      <wsdl:output message="tns:Subscriber_GetDataArraySoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Subscriber_Create">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Creates a new subscriber.&lt;br /&gt;Parameters: debtor: Handle for a debtor. subscription: Handle for a subscription. startDate: start date for subscriber. registeredDate: date registered. endDate: end date for subscriber</wsdl:documentation>
      <wsdl:input message="tns:Subscriber_CreateSoapIn" />
      <wsdl:output message="tns:Subscriber_CreateSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Subscriber_GetAll">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns handles for all current subscribers.</wsdl:documentation>
      <wsdl:input message="tns:Subscriber_GetAllSoapIn" />
      <wsdl:output message="tns:Subscriber_GetAllSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Subscriber_FindBySubscription">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns handles for subscribers that use a given subscriptions.&lt;br /&gt;Parameters: subscription: The subscription to search for.</wsdl:documentation>
      <wsdl:input message="tns:Subscriber_FindBySubscriptionSoapIn" />
      <wsdl:output message="tns:Subscriber_FindBySubscriptionSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Subscriber_FindBySubscriptonList">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns handles for subscribers that use a given set of subscriptions.&lt;br /&gt;Parameters: subscriptions: The subscriptions to search for.</wsdl:documentation>
      <wsdl:input message="tns:Subscriber_FindBySubscriptonListSoapIn" />
      <wsdl:output message="tns:Subscriber_FindBySubscriptonListSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Subscriber_Delete">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Deletes a subscriber.&lt;br /&gt;Parameters: subscriberHandle: Handle for the subscriber.</wsdl:documentation>
      <wsdl:input message="tns:Subscriber_DeleteSoapIn" />
      <wsdl:output message="tns:Subscriber_DeleteSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Subscriber_GetDebtor">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets a handle for the debtor of a subscriber.&lt;br /&gt;Parameters: subscriberHandle: Handle for the subscriber.</wsdl:documentation>
      <wsdl:input message="tns:Subscriber_GetDebtorSoapIn" />
      <wsdl:output message="tns:Subscriber_GetDebtorSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Subscriber_SetDebtor">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Sets a handle for the debtor of a subscriber.&lt;br /&gt;Parameters: subscriberHandle: Handle for the subscriber.</wsdl:documentation>
      <wsdl:input message="tns:Subscriber_SetDebtorSoapIn" />
      <wsdl:output message="tns:Subscriber_SetDebtorSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Subscriber_GetSubscription">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets a handle for the subscription of the subscriber.&lt;br /&gt;Parameters: subscriberHandle: Handle for the subscriber.</wsdl:documentation>
      <wsdl:input message="tns:Subscriber_GetSubscriptionSoapIn" />
      <wsdl:output message="tns:Subscriber_GetSubscriptionSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Subscriber_SetSubscription">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Sets a handle for the subscription of the subscriber.&lt;br /&gt;Parameters: subscriberHandle: Handle for the subscriber.</wsdl:documentation>
      <wsdl:input message="tns:Subscriber_SetSubscriptionSoapIn" />
      <wsdl:output message="tns:Subscriber_SetSubscriptionSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Subscriber_GetProject">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets a handle for the product of a subscriber.&lt;br /&gt;Parameters: SubscriberHandle: Handle for the subscriber.</wsdl:documentation>
      <wsdl:input message="tns:Subscriber_GetProjectSoapIn" />
      <wsdl:output message="tns:Subscriber_GetProjectSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Subscriber_SetProject">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Sets the product of a subscriber.&lt;br /&gt;Parameters: SubscriberHandle: Handle for the subscriber. valueHandle: Handle for the new product of the subscriber.</wsdl:documentation>
      <wsdl:input message="tns:Subscriber_SetProjectSoapIn" />
      <wsdl:output message="tns:Subscriber_SetProjectSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Subscriber_GetStartDate">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the start date of a subscriber.&lt;br /&gt;Parameters: subscriberHandle: Handle for the subscriber.</wsdl:documentation>
      <wsdl:input message="tns:Subscriber_GetStartDateSoapIn" />
      <wsdl:output message="tns:Subscriber_GetStartDateSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Subscriber_SetStartDate">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Set the start date of a subscriber.&lt;br /&gt;Parameters: subscriberHandle: Handle for the subscriber. value: The new start date of the subscriber.</wsdl:documentation>
      <wsdl:input message="tns:Subscriber_SetStartDateSoapIn" />
      <wsdl:output message="tns:Subscriber_SetStartDateSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Subscriber_GetRegisteredDate">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the registered date of a subscriber.&lt;br /&gt;Parameters: subscriberHandle: Handle for the subscriber.</wsdl:documentation>
      <wsdl:input message="tns:Subscriber_GetRegisteredDateSoapIn" />
      <wsdl:output message="tns:Subscriber_GetRegisteredDateSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Subscriber_SetRegisteredDate">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Set the registered date of a subscriber.&lt;br /&gt;Parameters: subscriberHandle: Handle for the subscriber. value: The new registered date of the subscriber.</wsdl:documentation>
      <wsdl:input message="tns:Subscriber_SetRegisteredDateSoapIn" />
      <wsdl:output message="tns:Subscriber_SetRegisteredDateSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Subscriber_GetEndDate">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the end date of a subscriber.&lt;br /&gt;Parameters: subscriberHandle: Handle for the subscriber.</wsdl:documentation>
      <wsdl:input message="tns:Subscriber_GetEndDateSoapIn" />
      <wsdl:output message="tns:Subscriber_GetEndDateSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Subscriber_SetEndDate">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Set the end date of a subscriber.&lt;br /&gt;Parameters: subscriberHandle: Handle for the subscriber. value: The new end date of the subscriber.</wsdl:documentation>
      <wsdl:input message="tns:Subscriber_SetEndDateSoapIn" />
      <wsdl:output message="tns:Subscriber_SetEndDateSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Subscriber_GetExpiryDate">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the expiry date of a subscriber.&lt;br /&gt;Parameters: subscriberHandle: Handle for the subscriber.</wsdl:documentation>
      <wsdl:input message="tns:Subscriber_GetExpiryDateSoapIn" />
      <wsdl:output message="tns:Subscriber_GetExpiryDateSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Subscriber_SetExpiryDate">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Set the expiry date of a subscriber.&lt;br /&gt;Parameters: subscriberHandle: Handle for the subscriber. value: The new expiry of the subscriber.</wsdl:documentation>
      <wsdl:input message="tns:Subscriber_SetExpiryDateSoapIn" />
      <wsdl:output message="tns:Subscriber_SetExpiryDateSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Subscriber_GetDiscountExpiryDate">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the discount expiry date of a subscriber.&lt;br /&gt;Parameters: subscriberHandle: Handle for the subscriber.</wsdl:documentation>
      <wsdl:input message="tns:Subscriber_GetDiscountExpiryDateSoapIn" />
      <wsdl:output message="tns:Subscriber_GetDiscountExpiryDateSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Subscriber_SetDiscountExpiryDate">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Set the discount expiry date of a subscriber.&lt;br /&gt;Parameters: subscriberHandle: Handle for the subscriber. value: The discount expiry date of the subscriber.</wsdl:documentation>
      <wsdl:input message="tns:Subscriber_SetDiscountExpiryDateSoapIn" />
      <wsdl:output message="tns:Subscriber_SetDiscountExpiryDateSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Subscriber_GetExtraTextForInvoice">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets or sets the extra text for the invoice for the subscriber.&lt;br /&gt;Parameters: subscriberHandle: Handle for the subscriber.</wsdl:documentation>
      <wsdl:input message="tns:Subscriber_GetExtraTextForInvoiceSoapIn" />
      <wsdl:output message="tns:Subscriber_GetExtraTextForInvoiceSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Subscriber_SetExtraTextForInvoice">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Sets the extra text for the invoice for the subscriber.&lt;br /&gt;Parameters: subscriberHandle: Handle for the subscriber. value: The extra text for the invoice for the subscriber.</wsdl:documentation>
      <wsdl:input message="tns:Subscriber_SetExtraTextForInvoiceSoapIn" />
      <wsdl:output message="tns:Subscriber_SetExtraTextForInvoiceSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Subscriber_GetComments">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the comments of a subscriber.&lt;br /&gt;Parameters: subscriberHandle: Handle for the subscriber.</wsdl:documentation>
      <wsdl:input message="tns:Subscriber_GetCommentsSoapIn" />
      <wsdl:output message="tns:Subscriber_GetCommentsSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Subscriber_SetComments">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Sets the comments of a subscriber.&lt;br /&gt;Parameters: subscriberHandle: Handle for the subscriber. value: The new name for the subscriber.</wsdl:documentation>
      <wsdl:input message="tns:Subscriber_SetCommentsSoapIn" />
      <wsdl:output message="tns:Subscriber_SetCommentsSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Subscriber_SetSpecialPrice">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the special price of a subscriber.&lt;br /&gt;Parameters: subscriberHandle: Handle for the subscriber.</wsdl:documentation>
      <wsdl:input message="tns:Subscriber_SetSpecialPriceSoapIn" />
      <wsdl:output message="tns:Subscriber_SetSpecialPriceSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Subscriber_GetSpecialPrice">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Sets the special price of a subscriber.&lt;br /&gt;Parameters: subscriberHandle: Handle for the subscriber. value: The new special price for the subscriber.</wsdl:documentation>
      <wsdl:input message="tns:Subscriber_GetSpecialPriceSoapIn" />
      <wsdl:output message="tns:Subscriber_GetSpecialPriceSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Subscriber_SetQuantityFactor">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the quantity factor of a subscriber.&lt;br /&gt;Parameters: subscriberHandle: Handle for the subscriber.</wsdl:documentation>
      <wsdl:input message="tns:Subscriber_SetQuantityFactorSoapIn" />
      <wsdl:output message="tns:Subscriber_SetQuantityFactorSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Subscriber_GetQuantityFactor">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Sets the quantity factor of a subscriber.&lt;br /&gt;Parameters: subscriberHandle: Handle for the subscriber. value: The quantity factor for the subscriber.</wsdl:documentation>
      <wsdl:input message="tns:Subscriber_GetQuantityFactorSoapIn" />
      <wsdl:output message="tns:Subscriber_GetQuantityFactorSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Subscriber_SetPriceIndex">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the price index of a subscriber.&lt;br /&gt;Parameters: subscriberHandle: Handle for the subscriber.</wsdl:documentation>
      <wsdl:input message="tns:Subscriber_SetPriceIndexSoapIn" />
      <wsdl:output message="tns:Subscriber_SetPriceIndexSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Subscriber_GetPriceIndex">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Sets the price index of a subscriber.&lt;br /&gt;Parameters: subscriberHandle: Handle for the subscriber. value: The price index for the subscriber.</wsdl:documentation>
      <wsdl:input message="tns:Subscriber_GetPriceIndexSoapIn" />
      <wsdl:output message="tns:Subscriber_GetPriceIndexSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Subscriber_SetDiscountAsPercent">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the discount percentage of a subscriber.&lt;br /&gt;Parameters: subscriberHandle: Handle for the discount percentage.</wsdl:documentation>
      <wsdl:input message="tns:Subscriber_SetDiscountAsPercentSoapIn" />
      <wsdl:output message="tns:Subscriber_SetDiscountAsPercentSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Subscriber_GetDiscountAsPercent">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Sets the discount percentage of a subscriber.&lt;br /&gt;Parameters: subscriberHandle: Handle for the discount percentage. value: The new name for the discount percentage.</wsdl:documentation>
      <wsdl:input message="tns:Subscriber_GetDiscountAsPercentSoapIn" />
      <wsdl:output message="tns:Subscriber_GetDiscountAsPercentSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Subscription_CreateFromData">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Creates a new subscription from a data object.&lt;br /&gt;Parameters: data: The data object that specifies the properties of the new subscription.</wsdl:documentation>
      <wsdl:input message="tns:Subscription_CreateFromDataSoapIn" />
      <wsdl:output message="tns:Subscription_CreateFromDataSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Subscription_CreateFromDataArray">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Creates new subscriptions from data objects.&lt;br /&gt;Parameters: dataArray: The array of data objects that specifies the properties of the new subscriptions.</wsdl:documentation>
      <wsdl:input message="tns:Subscription_CreateFromDataArraySoapIn" />
      <wsdl:output message="tns:Subscription_CreateFromDataArraySoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Subscription_UpdateFromDataArray">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Update subscriptions from data objects.&lt;br /&gt;Parameters: dataArray: The array of data objects.</wsdl:documentation>
      <wsdl:input message="tns:Subscription_UpdateFromDataArraySoapIn" />
      <wsdl:output message="tns:Subscription_UpdateFromDataArraySoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Subscription_UpdateFromData">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Updates a subscription from a data object.&lt;br /&gt;Parameters: data: The data object.</wsdl:documentation>
      <wsdl:input message="tns:Subscription_UpdateFromDataSoapIn" />
      <wsdl:output message="tns:Subscription_UpdateFromDataSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Subscription_GetData">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns a subscription data object for a given subscripton.&lt;br /&gt;Parameters: entityHandle: A handle for the subscription.</wsdl:documentation>
      <wsdl:input message="tns:Subscription_GetDataSoapIn" />
      <wsdl:output message="tns:Subscription_GetDataSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Subscription_GetDataArray">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns current subscriptions objects for a given set of subscription handles.&lt;br /&gt;Parameters: entityHandles: An array of the subscription handles.</wsdl:documentation>
      <wsdl:input message="tns:Subscription_GetDataArraySoapIn" />
      <wsdl:output message="tns:Subscription_GetDataArraySoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Subscription_GetNumber">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the number of the subscription.&lt;br /&gt;Parameters: subscriptionHandle: Handle for the subscription.</wsdl:documentation>
      <wsdl:input message="tns:Subscription_GetNumberSoapIn" />
      <wsdl:output message="tns:Subscription_GetNumberSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Subscription_GetName">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the name of the subscription.&lt;br /&gt;Parameters: subscriptionHandle: Handle for the subscription.</wsdl:documentation>
      <wsdl:input message="tns:Subscription_GetNameSoapIn" />
      <wsdl:output message="tns:Subscription_GetNameSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Subscription_SetName">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Set the name of the subscription.&lt;br /&gt;Parameters: subscriptionHandle: Handle for the subscription. value: The new name of the subscription.</wsdl:documentation>
      <wsdl:input message="tns:Subscription_SetNameSoapIn" />
      <wsdl:output message="tns:Subscription_SetNameSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Subscription_GetDescription">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the description for the subscription.&lt;br /&gt;Parameters: subscriptionHandle: Handle for the subscription.</wsdl:documentation>
      <wsdl:input message="tns:Subscription_GetDescriptionSoapIn" />
      <wsdl:output message="tns:Subscription_GetDescriptionSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Subscription_SetDescription">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Sets the description for the subscription.&lt;br /&gt;Parameters: subscriptionHandle: Handle for the subscription. value: The new description of the subscription.</wsdl:documentation>
      <wsdl:input message="tns:Subscription_SetDescriptionSoapIn" />
      <wsdl:output message="tns:Subscription_SetDescriptionSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Quotation_SetAttention">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Sets the attention of an quotation.&lt;br /&gt;Parameters: quotationHandle: Handle for the quotation. valueHandle: Handle for new attention of the quotation.</wsdl:documentation>
      <wsdl:input message="tns:Quotation_SetAttentionSoapIn" />
      <wsdl:output message="tns:Quotation_SetAttentionSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Quotation_GetYourReference">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets a handle for the attention of the debtor of an quotation.&lt;br /&gt;Parameters: quotationHandle: Handle for the quotation.</wsdl:documentation>
      <wsdl:input message="tns:Quotation_GetYourReferenceSoapIn" />
      <wsdl:output message="tns:Quotation_GetYourReferenceSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Quotation_SetYourReference">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Sets the attention for the debtor of an quotation.&lt;br /&gt;Parameters: quotationHandle: Handle for the quotation. valueHandle: Handle for the new reference for the debtor.</wsdl:documentation>
      <wsdl:input message="tns:Quotation_SetYourReferenceSoapIn" />
      <wsdl:output message="tns:Quotation_SetYourReferenceSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Quotation_GetOurReference">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets a handle for the primary reference of the creditor of an quotation.&lt;br /&gt;Parameters: quotationHandle: Handle for the quotation.</wsdl:documentation>
      <wsdl:input message="tns:Quotation_GetOurReferenceSoapIn" />
      <wsdl:output message="tns:Quotation_GetOurReferenceSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Quotation_SetOurReference">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Sets the primary reference of the creditor of an quotation.&lt;br /&gt;Parameters: quotationHandle: Handle for the quotation. valueHandle: Handle for new primary reference of the creditor of the quotation.</wsdl:documentation>
      <wsdl:input message="tns:Quotation_SetOurReferenceSoapIn" />
      <wsdl:output message="tns:Quotation_SetOurReferenceSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Quotation_GetOurReference2">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets a handle for the secondary reference of the creditor of an quotation.&lt;br /&gt;Parameters: quotationHandle: Handle for the quotation.</wsdl:documentation>
      <wsdl:input message="tns:Quotation_GetOurReference2SoapIn" />
      <wsdl:output message="tns:Quotation_GetOurReference2SoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Quotation_SetOurReference2">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Sets the secondary reference of the creditor of an quotation.&lt;br /&gt;Parameters: quotationHandle: Handle for the quotation. valueHandle: Handle for new secondary reference of the creditor of the quotation.</wsdl:documentation>
      <wsdl:input message="tns:Quotation_SetOurReference2SoapIn" />
      <wsdl:output message="tns:Quotation_SetOurReference2SoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Quotation_GetDate">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the date of an quotation.&lt;br /&gt;Parameters: quotationHandle: Handle for the quotation.</wsdl:documentation>
      <wsdl:input message="tns:Quotation_GetDateSoapIn" />
      <wsdl:output message="tns:Quotation_GetDateSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Quotation_SetDate">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Sets the date of an quotation. The due date is calculated accordingly as specified by the term of payment.&lt;br /&gt;Parameters: quotationHandle: Handle for the quotation. value: The new date of the quotation.</wsdl:documentation>
      <wsdl:input message="tns:Quotation_SetDateSoapIn" />
      <wsdl:output message="tns:Quotation_SetDateSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Quotation_GetTermOfPayment">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets a handle for the term of payment of an quotation.&lt;br /&gt;Parameters: quotationHandle: Handle for the quotation.</wsdl:documentation>
      <wsdl:input message="tns:Quotation_GetTermOfPaymentSoapIn" />
      <wsdl:output message="tns:Quotation_GetTermOfPaymentSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Quotation_SetTermOfPayment">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Sets the term of payment of an quotation. The due date is calculated accordingly.&lt;br /&gt;Parameters: quotationHandle: Handle for the quotation. valueHandle: Handle for new term of payment of the quotation.</wsdl:documentation>
      <wsdl:input message="tns:Quotation_SetTermOfPaymentSoapIn" />
      <wsdl:output message="tns:Quotation_SetTermOfPaymentSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Quotation_GetDueDate">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the due date of an quotation.&lt;br /&gt;Parameters: quotationHandle: Handle for the quotation.</wsdl:documentation>
      <wsdl:input message="tns:Quotation_GetDueDateSoapIn" />
      <wsdl:output message="tns:Quotation_GetDueDateSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Quotation_SetDueDate">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Sets the due date of an quotation. It is only allowed to set the due date to an actual date when the type of TermOfPayment is set to DueDate.&lt;br /&gt;Parameters: quotationHandle: Handle for the quotation. value: The new due date of the quotation.</wsdl:documentation>
      <wsdl:input message="tns:Quotation_SetDueDateSoapIn" />
      <wsdl:output message="tns:Quotation_SetDueDateSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Quotation_GetCurrency">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets a handle for the currency of an quotation.&lt;br /&gt;Parameters: quotationHandle: Handle for the quotation.</wsdl:documentation>
      <wsdl:input message="tns:Quotation_GetCurrencySoapIn" />
      <wsdl:output message="tns:Quotation_GetCurrencySoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Quotation_SetCurrency">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Sets the currency of an quotation. The value may not be null.&lt;br /&gt;Parameters: quotationHandle: Handle for the quotation. valueHandle: Handle for new currency of the quotation.</wsdl:documentation>
      <wsdl:input message="tns:Quotation_SetCurrencySoapIn" />
      <wsdl:output message="tns:Quotation_SetCurrencySoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Quotation_GetExchangeRate">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the exchange rate of an quotation.&lt;br /&gt;Parameters: quotationHandle: Handle for the quotation.</wsdl:documentation>
      <wsdl:input message="tns:Quotation_GetExchangeRateSoapIn" />
      <wsdl:output message="tns:Quotation_GetExchangeRateSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Quotation_SetExchangeRate">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Sets the exchange rate of an quotation. The values on the lines are not updated when setting this property.&lt;br /&gt;Parameters: quotationHandle: Handle for the quotation. value: The new exchange of the quotation.</wsdl:documentation>
      <wsdl:input message="tns:Quotation_SetExchangeRateSoapIn" />
      <wsdl:output message="tns:Quotation_SetExchangeRateSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Quotation_GetIsVatIncluded">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets whether the quotation has VAT included.&lt;br /&gt;Parameters: quotationHandle: Handle for the quotation.</wsdl:documentation>
      <wsdl:input message="tns:Quotation_GetIsVatIncludedSoapIn" />
      <wsdl:output message="tns:Quotation_GetIsVatIncludedSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Quotation_SetIsVatIncluded">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Sets whether the quotation has VAT included.&lt;br /&gt;Parameters: quotationHandle: Handle for the quotation. value: The new value indicating whether the quotation should include VAT.</wsdl:documentation>
      <wsdl:input message="tns:Quotation_SetIsVatIncludedSoapIn" />
      <wsdl:output message="tns:Quotation_SetIsVatIncludedSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Quotation_GetVatZone">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the current VAT zone of the quotation.&lt;br /&gt;Parameters: quotationHandle: Handle for the quotation.</wsdl:documentation>
      <wsdl:input message="tns:Quotation_GetVatZoneSoapIn" />
      <wsdl:output message="tns:Quotation_GetVatZoneSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Quotation_SetVatZone">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Sets the current VAT zone of the quotation.&lt;br /&gt;Parameters: quotationHandle: Handle for the quotation. valueHandle: The new value handle to an ExtendVatZone.</wsdl:documentation>
      <wsdl:input message="tns:Quotation_SetVatZoneSoapIn" />
      <wsdl:output message="tns:Quotation_SetVatZoneSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Quotation_GetLayout">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets a handle for the layout of an quotation.&lt;br /&gt;Parameters: quotationHandle: Handle for the quotation.</wsdl:documentation>
      <wsdl:input message="tns:Quotation_GetLayoutSoapIn" />
      <wsdl:output message="tns:Quotation_GetLayoutSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Quotation_SetLayout">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Sets the layout of an quotation.&lt;br /&gt;Parameters: quotationHandle: Handle for the quotation. valueHandle: Handle for new layout of the quotation.</wsdl:documentation>
      <wsdl:input message="tns:Quotation_SetLayoutSoapIn" />
      <wsdl:output message="tns:Quotation_SetLayoutSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Quotation_GetDeliveryLocation">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets a handle for the delivery location of an quotation.&lt;br /&gt;Parameters: quotationHandle: Handle for the quotation.</wsdl:documentation>
      <wsdl:input message="tns:Quotation_GetDeliveryLocationSoapIn" />
      <wsdl:output message="tns:Quotation_GetDeliveryLocationSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Quotation_SetDeliveryLocation">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Sets the delivery location of an quotation.&lt;br /&gt;Parameters: quotationHandle: Handle for the quotation. valueHandle: Handle for new delivery location of the quotation.</wsdl:documentation>
      <wsdl:input message="tns:Quotation_SetDeliveryLocationSoapIn" />
      <wsdl:output message="tns:Quotation_SetDeliveryLocationSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Quotation_GetDeliveryAddress">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the delivery address of an quotation.&lt;br /&gt;Parameters: quotationHandle: Handle for the quotation.</wsdl:documentation>
      <wsdl:input message="tns:Quotation_GetDeliveryAddressSoapIn" />
      <wsdl:output message="tns:Quotation_GetDeliveryAddressSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Quotation_SetDeliveryAddress">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Sets the delivery address of an quotation.&lt;br /&gt;Parameters: quotationHandle: Handle for the quotation. value: The new delivery address of the quotation.</wsdl:documentation>
      <wsdl:input message="tns:Quotation_SetDeliveryAddressSoapIn" />
      <wsdl:output message="tns:Quotation_SetDeliveryAddressSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Quotation_GetDeliveryPostalCode">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the delivery postal code of an quotation.&lt;br /&gt;Parameters: quotationHandle: Handle for the quotation.</wsdl:documentation>
      <wsdl:input message="tns:Quotation_GetDeliveryPostalCodeSoapIn" />
      <wsdl:output message="tns:Quotation_GetDeliveryPostalCodeSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Quotation_SetDeliveryPostalCode">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Sets the delivery postal code of an quotation.&lt;br /&gt;Parameters: quotationHandle: Handle for the quotation. value: The new delivery postal code of the quotation.</wsdl:documentation>
      <wsdl:input message="tns:Quotation_SetDeliveryPostalCodeSoapIn" />
      <wsdl:output message="tns:Quotation_SetDeliveryPostalCodeSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Quotation_GetDeliveryCity">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the delivery city of an quotation.&lt;br /&gt;Parameters: quotationHandle: Handle for the quotation.</wsdl:documentation>
      <wsdl:input message="tns:Quotation_GetDeliveryCitySoapIn" />
      <wsdl:output message="tns:Quotation_GetDeliveryCitySoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Quotation_SetDeliveryCity">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Sets the delivery city of an quotation.&lt;br /&gt;Parameters: quotationHandle: Handle for the quotation. value: The new delivery city of the quotation.</wsdl:documentation>
      <wsdl:input message="tns:Quotation_SetDeliveryCitySoapIn" />
      <wsdl:output message="tns:Quotation_SetDeliveryCitySoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Quotation_GetDeliveryCountry">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the delivery country of an quotation.&lt;br /&gt;Parameters: quotationHandle: Handle for the quotation.</wsdl:documentation>
      <wsdl:input message="tns:Quotation_GetDeliveryCountrySoapIn" />
      <wsdl:output message="tns:Quotation_GetDeliveryCountrySoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Quotation_SetDeliveryCountry">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Sets the delivery country of an quotation.&lt;br /&gt;Parameters: quotationHandle: Handle for the quotation. value: The new delivery country of the quotation.</wsdl:documentation>
      <wsdl:input message="tns:Quotation_SetDeliveryCountrySoapIn" />
      <wsdl:output message="tns:Quotation_SetDeliveryCountrySoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Quotation_GetTermsOfDelivery">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the terms of delivery of an quotation.&lt;br /&gt;Parameters: quotationHandle: Handle for the quotation.</wsdl:documentation>
      <wsdl:input message="tns:Quotation_GetTermsOfDeliverySoapIn" />
      <wsdl:output message="tns:Quotation_GetTermsOfDeliverySoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Quotation_SetTermsOfDelivery">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Sets the terms of delivery of an quotation.&lt;br /&gt;Parameters: quotationHandle: Handle for the quotation. value: The new terms of delivery of the quotation.</wsdl:documentation>
      <wsdl:input message="tns:Quotation_SetTermsOfDeliverySoapIn" />
      <wsdl:output message="tns:Quotation_SetTermsOfDeliverySoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Quotation_GetDeliveryDate">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the delivery date of an quotation.&lt;br /&gt;Parameters: quotationHandle: Handle for the quotation.</wsdl:documentation>
      <wsdl:input message="tns:Quotation_GetDeliveryDateSoapIn" />
      <wsdl:output message="tns:Quotation_GetDeliveryDateSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Quotation_SetDeliveryDate">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Sets the delivery date of an quotation.&lt;br /&gt;Parameters: quotationHandle: Handle for the quotation. value: The new delivery date of the quotation.</wsdl:documentation>
      <wsdl:input message="tns:Quotation_SetDeliveryDateSoapIn" />
      <wsdl:output message="tns:Quotation_SetDeliveryDateSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Quotation_GetHeading">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the heading of an quotation.&lt;br /&gt;Parameters: quotationHandle: Handle for the quotation.</wsdl:documentation>
      <wsdl:input message="tns:Quotation_GetHeadingSoapIn" />
      <wsdl:output message="tns:Quotation_GetHeadingSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Quotation_SetHeading">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Sets the heading of an quotation.&lt;br /&gt;Parameters: quotationHandle: Handle for the quotation. value: The new heading of the quotation.</wsdl:documentation>
      <wsdl:input message="tns:Quotation_SetHeadingSoapIn" />
      <wsdl:output message="tns:Quotation_SetHeadingSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Quotation_GetTextLine1">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the primary line of text of an quotation.&lt;br /&gt;Parameters: quotationHandle: Handle for the quotation.</wsdl:documentation>
      <wsdl:input message="tns:Quotation_GetTextLine1SoapIn" />
      <wsdl:output message="tns:Quotation_GetTextLine1SoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Quotation_SetTextLine1">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Sets the primary line of text of an quotation.&lt;br /&gt;Parameters: quotationHandle: Handle for the quotation. value: The new primary line of text of the quotation.</wsdl:documentation>
      <wsdl:input message="tns:Quotation_SetTextLine1SoapIn" />
      <wsdl:output message="tns:Quotation_SetTextLine1SoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Quotation_GetTextLine2">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the secondary line of text of an quotation.&lt;br /&gt;Parameters: quotationHandle: Handle for the quotation.</wsdl:documentation>
      <wsdl:input message="tns:Quotation_GetTextLine2SoapIn" />
      <wsdl:output message="tns:Quotation_GetTextLine2SoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Quotation_SetTextLine2">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Sets the secondary line of text of an quotation.&lt;br /&gt;Parameters: quotationHandle: Handle for the quotation. value: The new secondary line of text of the quotation.</wsdl:documentation>
      <wsdl:input message="tns:Quotation_SetTextLine2SoapIn" />
      <wsdl:output message="tns:Quotation_SetTextLine2SoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Quotation_GetOtherReference">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the other reference of an quotation.&lt;br /&gt;Parameters: quotationHandle: Handle for the quotation.</wsdl:documentation>
      <wsdl:input message="tns:Quotation_GetOtherReferenceSoapIn" />
      <wsdl:output message="tns:Quotation_GetOtherReferenceSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Quotation_SetOtherReference">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Sets the other reference of an quotation.&lt;br /&gt;Parameters: quotationHandle: Handle for the quotation. value: The new other reference of the quotation.</wsdl:documentation>
      <wsdl:input message="tns:Quotation_SetOtherReferenceSoapIn" />
      <wsdl:output message="tns:Quotation_SetOtherReferenceSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Quotation_GetIsArchived">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets thether an quotation is archived.&lt;br /&gt;Parameters: quotationHandle: Handle for the quotation.</wsdl:documentation>
      <wsdl:input message="tns:Quotation_GetIsArchivedSoapIn" />
      <wsdl:output message="tns:Quotation_GetIsArchivedSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Quotation_GetIsSent">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets whether an quotation is sent.&lt;br /&gt;Parameters: quotationHandle: Handle for the quotation.</wsdl:documentation>
      <wsdl:input message="tns:Quotation_GetIsSentSoapIn" />
      <wsdl:output message="tns:Quotation_GetIsSentSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Quotation_GetNetAmount">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the total amount for all the lines without VAT of an quotation (in the currency of the quotation).&lt;br /&gt;Parameters: quotationHandle: Handle for the quotation.</wsdl:documentation>
      <wsdl:input message="tns:Quotation_GetNetAmountSoapIn" />
      <wsdl:output message="tns:Quotation_GetNetAmountSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Quotation_GetVatAmount">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the total VAT amount for all the lines of an quotation (in the currency of the quotation).&lt;br /&gt;Parameters: quotationHandle: Handle for the quotation.</wsdl:documentation>
      <wsdl:input message="tns:Quotation_GetVatAmountSoapIn" />
      <wsdl:output message="tns:Quotation_GetVatAmountSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Quotation_GetGrossAmount">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the total gross amount for all the lines of an quotation (in the currency of the quotation).&lt;br /&gt;Parameters: quotationHandle: Handle for the quotation.</wsdl:documentation>
      <wsdl:input message="tns:Quotation_GetGrossAmountSoapIn" />
      <wsdl:output message="tns:Quotation_GetGrossAmountSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Quotation_GetMargin">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the margin of an quotation (in the currency of the quotation).&lt;br /&gt;Parameters: quotationHandle: Handle for the quotation.</wsdl:documentation>
      <wsdl:input message="tns:Quotation_GetMarginSoapIn" />
      <wsdl:output message="tns:Quotation_GetMarginSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Quotation_GetMarginAsPercent">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the margin of an quotation as percent.&lt;br /&gt;Parameters: quotationHandle: Handle for the quotation.</wsdl:documentation>
      <wsdl:input message="tns:Quotation_GetMarginAsPercentSoapIn" />
      <wsdl:output message="tns:Quotation_GetMarginAsPercentSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Quotation_GetRoundingAmount">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the rounding amount for all lines of the quotation (in the currency of the quotation).&lt;br /&gt;Parameters: quotationHandle: Handle for the quotation.</wsdl:documentation>
      <wsdl:input message="tns:Quotation_GetRoundingAmountSoapIn" />
      <wsdl:output message="tns:Quotation_GetRoundingAmountSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Quotation_GetDebtorCounty">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">DEPRECATED! Gets the DebtorCounty of an quotation. (UK only)&lt;br /&gt;Parameters: quotationHandle: Handle for the quotation.</wsdl:documentation>
      <wsdl:input message="tns:Quotation_GetDebtorCountySoapIn" />
      <wsdl:output message="tns:Quotation_GetDebtorCountySoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Quotation_SetDebtorCounty">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">DEPRECATED! Sets the DebtorCounty of an quotation. (UK only)&lt;br /&gt;Parameters: quotationHandle: Handle for the quotation. value: The new DebtorCounty of the quotation.</wsdl:documentation>
      <wsdl:input message="tns:Quotation_SetDebtorCountySoapIn" />
      <wsdl:output message="tns:Quotation_SetDebtorCountySoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Quotation_GetDeliveryCounty">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">DEPRECATED! Gets the DeliveryCounty of an quotation. (UK only)&lt;br /&gt;Parameters: quotationHandle: Handle for the quotation.</wsdl:documentation>
      <wsdl:input message="tns:Quotation_GetDeliveryCountySoapIn" />
      <wsdl:output message="tns:Quotation_GetDeliveryCountySoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Quotation_SetDeliveryCounty">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">DEPRECATED! Sets the DeliveryCounty of an quotation. (UK only)&lt;br /&gt;Parameters: quotationHandle: Handle for the quotation. value: The new DeliveryCounty of the quotation.</wsdl:documentation>
      <wsdl:input message="tns:Quotation_SetDeliveryCountySoapIn" />
      <wsdl:output message="tns:Quotation_SetDeliveryCountySoapOut" />
    </wsdl:operation>
    <wsdl:operation name="QuotationLine_CreateFromData">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Creates a new quotation line from a data object.&lt;br /&gt;Parameters: data: The data object that specifies the properties of the new quotation line.</wsdl:documentation>
      <wsdl:input message="tns:QuotationLine_CreateFromDataSoapIn" />
      <wsdl:output message="tns:QuotationLine_CreateFromDataSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="QuotationLine_CreateFromDataArray">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Creates new quotation lines from data objects.&lt;br /&gt;Parameters: dataArray: The array of data objects that specifies the properties of the new quotation lines.</wsdl:documentation>
      <wsdl:input message="tns:QuotationLine_CreateFromDataArraySoapIn" />
      <wsdl:output message="tns:QuotationLine_CreateFromDataArraySoapOut" />
    </wsdl:operation>
    <wsdl:operation name="QuotationLine_UpdateFromDataArray">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Update quotation lines from data objects.&lt;br /&gt;Parameters: dataArray: The array of data objects.</wsdl:documentation>
      <wsdl:input message="tns:QuotationLine_UpdateFromDataArraySoapIn" />
      <wsdl:output message="tns:QuotationLine_UpdateFromDataArraySoapOut" />
    </wsdl:operation>
    <wsdl:operation name="QuotationLine_UpdateFromData">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Updates an quotation line from a data object.&lt;br /&gt;Parameters: data: The data object.</wsdl:documentation>
      <wsdl:input message="tns:QuotationLine_UpdateFromDataSoapIn" />
      <wsdl:output message="tns:QuotationLine_UpdateFromDataSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="QuotationLine_GetData">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns an quotation line data object for a given quotation line.&lt;br /&gt;Parameters: entityHandle: A handle for the quotation line.</wsdl:documentation>
      <wsdl:input message="tns:QuotationLine_GetDataSoapIn" />
      <wsdl:output message="tns:QuotationLine_GetDataSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="QuotationLine_GetDataArray">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns quotation line data objects for a given set of quotation line handles.&lt;br /&gt;Parameters: entityHandles: An array of the quotation line handles.</wsdl:documentation>
      <wsdl:input message="tns:QuotationLine_GetDataArraySoapIn" />
      <wsdl:output message="tns:QuotationLine_GetDataArraySoapOut" />
    </wsdl:operation>
    <wsdl:operation name="QuotationLine_GetNumber">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the number of an quotation line.&lt;br /&gt;Parameters: quotationLineHandle: Handle for the quotation line.</wsdl:documentation>
      <wsdl:input message="tns:QuotationLine_GetNumberSoapIn" />
      <wsdl:output message="tns:QuotationLine_GetNumberSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="QuotationLine_GetQuotation">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets a handle for the quotation of an quotation line.&lt;br /&gt;Parameters: quotationLineHandle: Handle for the quotation line.</wsdl:documentation>
      <wsdl:input message="tns:QuotationLine_GetQuotationSoapIn" />
      <wsdl:output message="tns:QuotationLine_GetQuotationSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="QuotationLine_SetDescription">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Sets the description of an quotation line.&lt;br /&gt;Parameters: quotationLineHandle: Handle for the quotation line. value: The new description of the quotation line.</wsdl:documentation>
      <wsdl:input message="tns:QuotationLine_SetDescriptionSoapIn" />
      <wsdl:output message="tns:QuotationLine_SetDescriptionSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="QuotationLine_GetDescription">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the description of an quotation line.&lt;br /&gt;Parameters: quotationLineHandle: Handle for the quotation line.</wsdl:documentation>
      <wsdl:input message="tns:QuotationLine_GetDescriptionSoapIn" />
      <wsdl:output message="tns:QuotationLine_GetDescriptionSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="QuotationLine_GetDeliveryDate">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the delivery date of an quotation line.&lt;br /&gt;Parameters: quotationLineHandle: Handle for the quotation line.</wsdl:documentation>
      <wsdl:input message="tns:QuotationLine_GetDeliveryDateSoapIn" />
      <wsdl:output message="tns:QuotationLine_GetDeliveryDateSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="QuotationLine_SetDeliveryDate">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Sets the delivery date of an quotation line.&lt;br /&gt;Parameters: quotationLineHandle: Handle for the quotation line. value: The new delivery date of the quotation line.</wsdl:documentation>
      <wsdl:input message="tns:QuotationLine_SetDeliveryDateSoapIn" />
      <wsdl:output message="tns:QuotationLine_SetDeliveryDateSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="QuotationLine_GetUnit">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets handle for primary unit of an quotation line.&lt;br /&gt;Parameters: quotationLineHandle: Handle for the quotation line.</wsdl:documentation>
      <wsdl:input message="tns:QuotationLine_GetUnitSoapIn" />
      <wsdl:output message="tns:QuotationLine_GetUnitSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="QuotationLine_SetUnit">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Sets primary unit of an quotation line.&lt;br /&gt;Parameters: quotationLineHandle: Handle for the quotation line. valueHandle: Handle for new primary unit of the quotation line.</wsdl:documentation>
      <wsdl:input message="tns:QuotationLine_SetUnitSoapIn" />
      <wsdl:output message="tns:QuotationLine_SetUnitSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="QuotationLine_GetProduct">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets handle for product of an quotation line.&lt;br /&gt;Parameters: quotationLineHandle: Handle for the quotation line.</wsdl:documentation>
      <wsdl:input message="tns:QuotationLine_GetProductSoapIn" />
      <wsdl:output message="tns:QuotationLine_GetProductSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="QuotationLine_SetProduct">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Sets product of an quotation line. Setting the product also sets the unit cost price to the cost price of the product. The product must be set before setting the quantity and the unit net price.&lt;br /&gt;Parameters: quotationLineHandle: Handle for the quotation line. valueHandle: Handle for new product of the quotation line.</wsdl:documentation>
      <wsdl:input message="tns:QuotationLine_SetProductSoapIn" />
      <wsdl:output message="tns:QuotationLine_SetProductSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="QuotationLine_SetQuantity">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Sets primary quantity of an quotation line. The product of the quotation line must be set before setting this property.&lt;br /&gt;Parameters: quotationLineHandle: Handle for the quotation line. valueHandle: Handle for primary quantity of the quotation line.</wsdl:documentation>
      <wsdl:input message="tns:QuotationLine_SetQuantitySoapIn" />
      <wsdl:output message="tns:QuotationLine_SetQuantitySoapOut" />
    </wsdl:operation>
    <wsdl:operation name="QuotationLine_GetQuantity">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets primary quantity of an quotation line.&lt;br /&gt;Parameters: quotationLineHandle: Handle for the quotation line.</wsdl:documentation>
      <wsdl:input message="tns:QuotationLine_GetQuantitySoapIn" />
      <wsdl:output message="tns:QuotationLine_GetQuantitySoapOut" />
    </wsdl:operation>
    <wsdl:operation name="QuotationLine_SetUnitNetPrice">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Sets price per unit without VAT of an quotation line (in the currency of the quotation). The product of the quotation line must be set before setting this property.&lt;br /&gt;Parameters: quotationLineHandle: Handle for the quotation line. value: The new price per unit without VAT of the quotation line.</wsdl:documentation>
      <wsdl:input message="tns:QuotationLine_SetUnitNetPriceSoapIn" />
      <wsdl:output message="tns:QuotationLine_SetUnitNetPriceSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="QuotationLine_SetUnitCostPrice">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Sets cost price per unit on a quotation line. The product of the quotation line must be set before setting this property.&lt;br /&gt;Parameters: quotationLineHandle: Handle for the quotation line. value: The new cost price per unit.</wsdl:documentation>
      <wsdl:input message="tns:QuotationLine_SetUnitCostPriceSoapIn" />
      <wsdl:output message="tns:QuotationLine_SetUnitCostPriceSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="QuotationLine_GetUnitNetPrice">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets price per unit without VAT of an quotation line (in the currency of the quotation).&lt;br /&gt;Parameters: quotationLineHandle: Handle for the quotation line.</wsdl:documentation>
      <wsdl:input message="tns:QuotationLine_GetUnitNetPriceSoapIn" />
      <wsdl:output message="tns:QuotationLine_GetUnitNetPriceSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="QuotationLine_GetDiscountAsPercent">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets discount of an quotation line as percent.&lt;br /&gt;Parameters: quotationLineHandle: Handle for the quotation line.</wsdl:documentation>
      <wsdl:input message="tns:QuotationLine_GetDiscountAsPercentSoapIn" />
      <wsdl:output message="tns:QuotationLine_GetDiscountAsPercentSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="QuotationLine_SetDiscountAsPercent">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Sets discount of an quotation line as percent.&lt;br /&gt;Parameters: quotationLineHandle: Handle for the quotation line. value: The new discount as percent of the quotation line.</wsdl:documentation>
      <wsdl:input message="tns:QuotationLine_SetDiscountAsPercentSoapIn" />
      <wsdl:output message="tns:QuotationLine_SetDiscountAsPercentSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="QuotationLine_GetUnitCostPrice">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the cost price per unit witout VAT of an quotation line (in the default currency).&lt;br /&gt;Parameters: quotationLineHandle: Handle for the quotation line.</wsdl:documentation>
      <wsdl:input message="tns:QuotationLine_GetUnitCostPriceSoapIn" />
      <wsdl:output message="tns:QuotationLine_GetUnitCostPriceSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="QuotationLine_GetTotalNetAmount">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the total amount without VAT of an quotation line (in the currency of the quotation).&lt;br /&gt;Parameters: quotationLineHandle: Handle for the quotation line.</wsdl:documentation>
      <wsdl:input message="tns:QuotationLine_GetTotalNetAmountSoapIn" />
      <wsdl:output message="tns:QuotationLine_GetTotalNetAmountSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="QuotationLine_GetTotalMargin">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the margin of an quotation line (in the currency of the quotation).&lt;br /&gt;Parameters: quotationLineHandle: Handle for the quotation line.</wsdl:documentation>
      <wsdl:input message="tns:QuotationLine_GetTotalMarginSoapIn" />
      <wsdl:output message="tns:QuotationLine_GetTotalMarginSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="QuotationLine_GetMarginAsPercent">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the margin as percent of an quotation line.&lt;br /&gt;Parameters: quotationLineHandle: Handle for the quotation line.</wsdl:documentation>
      <wsdl:input message="tns:QuotationLine_GetMarginAsPercentSoapIn" />
      <wsdl:output message="tns:QuotationLine_GetMarginAsPercentSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="QuotationLine_GetDepartment">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets a handle for the department of an quotation line. The department is only accessible when there is access to the Dimension add-on module.&lt;br /&gt;Parameters: quotationLineHandle: Handle for the quotation line.</wsdl:documentation>
      <wsdl:input message="tns:QuotationLine_GetDepartmentSoapIn" />
      <wsdl:output message="tns:QuotationLine_GetDepartmentSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="ProductPrice_SetPrice">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Sets the price of a product price.&lt;br /&gt;Parameters: productPriceHandle: Handle for the product price. value: The new price of the product price.</wsdl:documentation>
      <wsdl:input message="tns:ProductPrice_SetPriceSoapIn" />
      <wsdl:output message="tns:ProductPrice_SetPriceSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Project_CreateFromData">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Creates a new project from a data object.&lt;br /&gt;Parameters: data: The data object that specifies the properties of the new project.</wsdl:documentation>
      <wsdl:input message="tns:Project_CreateFromDataSoapIn" />
      <wsdl:output message="tns:Project_CreateFromDataSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Project_CreateFromDataArray">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Creates new projects from data objects.&lt;br /&gt;Parameters: dataArray: The array of data objects that specifies the properties of the new projects.</wsdl:documentation>
      <wsdl:input message="tns:Project_CreateFromDataArraySoapIn" />
      <wsdl:output message="tns:Project_CreateFromDataArraySoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Project_UpdateFromDataArray">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Update projects from data objects.&lt;br /&gt;Parameters: dataArray: The array of data objects.</wsdl:documentation>
      <wsdl:input message="tns:Project_UpdateFromDataArraySoapIn" />
      <wsdl:output message="tns:Project_UpdateFromDataArraySoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Project_UpdateFromData">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Updates a project from a data object.&lt;br /&gt;Parameters: data: The data object.</wsdl:documentation>
      <wsdl:input message="tns:Project_UpdateFromDataSoapIn" />
      <wsdl:output message="tns:Project_UpdateFromDataSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Project_GetData">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns a project data object for a given project.&lt;br /&gt;Parameters: entityHandle: A handle for the project.</wsdl:documentation>
      <wsdl:input message="tns:Project_GetDataSoapIn" />
      <wsdl:output message="tns:Project_GetDataSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Project_GetDataArray">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns project data objects for a given set of project handles.&lt;br /&gt;Parameters: entityHandles: An array of the project handles.</wsdl:documentation>
      <wsdl:input message="tns:Project_GetDataArraySoapIn" />
      <wsdl:output message="tns:Project_GetDataArraySoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Project_GetNumber">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the number of a project.&lt;br /&gt;Parameters: projectHandle: Handle for the project.</wsdl:documentation>
      <wsdl:input message="tns:Project_GetNumberSoapIn" />
      <wsdl:output message="tns:Project_GetNumberSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Project_GetName">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the name of a project.&lt;br /&gt;Parameters: projectHandle: Handle for the project.</wsdl:documentation>
      <wsdl:input message="tns:Project_GetNameSoapIn" />
      <wsdl:output message="tns:Project_GetNameSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Project_SetName">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Sets the name of a project.&lt;br /&gt;Parameters: projectHandle: Handle for the project. value: The new name of the project.</wsdl:documentation>
      <wsdl:input message="tns:Project_SetNameSoapIn" />
      <wsdl:output message="tns:Project_SetNameSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Project_GetProjectGroup">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets handle for project group of a project.&lt;br /&gt;Parameters: projectHandle: Handle for the project.</wsdl:documentation>
      <wsdl:input message="tns:Project_GetProjectGroupSoapIn" />
      <wsdl:output message="tns:Project_GetProjectGroupSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Project_SetProjectGroup">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Sets the project group of a project.&lt;br /&gt;Parameters: projectHandle: Handle for the project. valueHandle: Handle for new project group of the project.</wsdl:documentation>
      <wsdl:input message="tns:Project_SetProjectGroupSoapIn" />
      <wsdl:output message="tns:Project_SetProjectGroupSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Project_GetIsMainProject">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets whether a project is a main project.&lt;br /&gt;Parameters: projectHandle: Handle for the project.</wsdl:documentation>
      <wsdl:input message="tns:Project_GetIsMainProjectSoapIn" />
      <wsdl:output message="tns:Project_GetIsMainProjectSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Project_GetMainProject">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets which main project the project is attached to.&lt;br /&gt;Parameters: projectHandle: Handle for the project.</wsdl:documentation>
      <wsdl:input message="tns:Project_GetMainProjectSoapIn" />
      <wsdl:output message="tns:Project_GetMainProjectSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Project_GetDebtor">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets a handle for the debtor of a project.&lt;br /&gt;Parameters: projectHandle: Handle for the project.</wsdl:documentation>
      <wsdl:input message="tns:Project_GetDebtorSoapIn" />
      <wsdl:output message="tns:Project_GetDebtorSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Project_SetDebtor">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Sets a handle for the debtor of a project.&lt;br /&gt;Parameters: projectHandle: Handle for the project.</wsdl:documentation>
      <wsdl:input message="tns:Project_SetDebtorSoapIn" />
      <wsdl:output message="tns:Project_SetDebtorSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Project_GetResponsible">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the employee responsible for the project.&lt;br /&gt;Parameters: projectHandle: Handle for the project.</wsdl:documentation>
      <wsdl:input message="tns:Project_GetResponsibleSoapIn" />
      <wsdl:output message="tns:Project_GetResponsibleSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Project_SetResponsible">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Sets the employee responsible for the project.&lt;br /&gt;Parameters: projectHandle: Handle for the project. value: The new employee responsiblelity of the project.</wsdl:documentation>
      <wsdl:input message="tns:Project_SetResponsibleSoapIn" />
      <wsdl:output message="tns:Project_SetResponsibleSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Project_GetDescription">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the description of a project.&lt;br /&gt;Parameters: projectHandle: Handle for the project.</wsdl:documentation>
      <wsdl:input message="tns:Project_GetDescriptionSoapIn" />
      <wsdl:output message="tns:Project_GetDescriptionSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Project_SetDescription">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Sets the description of a project.&lt;br /&gt;Parameters: projectHandle: Handle for the project. value: The new description of the project.</wsdl:documentation>
      <wsdl:input message="tns:Project_SetDescriptionSoapIn" />
      <wsdl:output message="tns:Project_SetDescriptionSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Project_GetIsAccessible">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets whether a project is accessible.&lt;br /&gt;Parameters: projectHandle: Handle for the project.</wsdl:documentation>
      <wsdl:input message="tns:Project_GetIsAccessibleSoapIn" />
      <wsdl:output message="tns:Project_GetIsAccessibleSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Project_SetIsAccessible">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Sets whether a project is accessible.&lt;br /&gt;Parameters: projectHandle: Handle for the project. value: Value that indicates whether the project should be accessible.</wsdl:documentation>
      <wsdl:input message="tns:Project_SetIsAccessibleSoapIn" />
      <wsdl:output message="tns:Project_SetIsAccessibleSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Project_GetMileage">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the mileage of the project.&lt;br /&gt;Parameters: projectHandle: Handle for the project.</wsdl:documentation>
      <wsdl:input message="tns:Project_GetMileageSoapIn" />
      <wsdl:output message="tns:Project_GetMileageSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Project_SetMileage">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Sets the mileage of the project.&lt;br /&gt;Parameters: projectHandle: Handle for the project. value: Value that indicates the mileage of the project.</wsdl:documentation>
      <wsdl:input message="tns:Project_SetMileageSoapIn" />
      <wsdl:output message="tns:Project_SetMileageSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Project_GetIsClosed">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets whether a project is closed.&lt;br /&gt;Parameters: projectHandle: Handle for the project.</wsdl:documentation>
      <wsdl:input message="tns:Project_GetIsClosedSoapIn" />
      <wsdl:output message="tns:Project_GetIsClosedSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Project_Create">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Creates a new project.</wsdl:documentation>
      <wsdl:input message="tns:Project_CreateSoapIn" />
      <wsdl:output message="tns:Project_CreateSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Project_GetAll">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Return handles for all projects.</wsdl:documentation>
      <wsdl:input message="tns:Project_GetAllSoapIn" />
      <wsdl:output message="tns:Project_GetAllSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Project_GetAllUpdated">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Return handles for all projects from date. fromDate is based on CET. includeCalculatedProperties is reserved for future usage and should be set to false for now.</wsdl:documentation>
      <wsdl:input message="tns:Project_GetAllUpdatedSoapIn" />
      <wsdl:output message="tns:Project_GetAllUpdatedSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Project_FindByNumber">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns a handle for the project with the given number.&lt;br /&gt;Parameters: number: The number to search for.</wsdl:documentation>
      <wsdl:input message="tns:Project_FindByNumberSoapIn" />
      <wsdl:output message="tns:Project_FindByNumberSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Project_FindByNumberList">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns an array with handles for the projects corresponding to the given project numbers. If a project with a given number does not exist or if no number is given then the array contains null at that index.&lt;br /&gt;Parameters: numbers: The numbers to search for.</wsdl:documentation>
      <wsdl:input message="tns:Project_FindByNumberListSoapIn" />
      <wsdl:output message="tns:Project_FindByNumberListSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Project_FindByName">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns handles for the projects with the given name.&lt;br /&gt;Parameters: name: The name to search for.</wsdl:documentation>
      <wsdl:input message="tns:Project_FindByNameSoapIn" />
      <wsdl:output message="tns:Project_FindByNameSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Project_GetOpenSubProjects">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns handles for the open sub-projects for a given project, or all open sub-projects.&lt;br /&gt;Parameters: mainProjectHandle: Handle for main project.</wsdl:documentation>
      <wsdl:input message="tns:Project_GetOpenSubProjectsSoapIn" />
      <wsdl:output message="tns:Project_GetOpenSubProjectsSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Project_GetActivities">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets handles for the activities allowed on the project.&lt;br /&gt;Parameters: projectHandle: Handle for the project.</wsdl:documentation>
      <wsdl:input message="tns:Project_GetActivitiesSoapIn" />
      <wsdl:output message="tns:Project_GetActivitiesSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Project_GetTimeEntries">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets handles for the time entries of the project.&lt;br /&gt;Parameters: projectHandle: Handle for the project.</wsdl:documentation>
      <wsdl:input message="tns:Project_GetTimeEntriesSoapIn" />
      <wsdl:output message="tns:Project_GetTimeEntriesSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Project_GetTimeEntriesByDate">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets handles for the time entries of the project within an interval.&lt;br /&gt;Parameters: from: First day in interval. to: Last day in interval.</wsdl:documentation>
      <wsdl:input message="tns:Project_GetTimeEntriesByDateSoapIn" />
      <wsdl:output message="tns:Project_GetTimeEntriesByDateSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Project_GetMileageEntriesByDate">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets handles for the mileage entries of the project within an interval.&lt;br /&gt;Parameters: from: First day in interval. to: Last day in interval.</wsdl:documentation>
      <wsdl:input message="tns:Project_GetMileageEntriesByDateSoapIn" />
      <wsdl:output message="tns:Project_GetMileageEntriesByDateSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Project_GetEntries">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets handles for the entries of the project.&lt;br /&gt;Parameters: projectHandle: Handle for the project.</wsdl:documentation>
      <wsdl:input message="tns:Project_GetEntriesSoapIn" />
      <wsdl:output message="tns:Project_GetEntriesSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Project_GetEntriesByDate">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns handles for the entries of the project within the given time interval.&lt;br /&gt;Parameters: from: First day in interval. to: Last day in interval.</wsdl:documentation>
      <wsdl:input message="tns:Project_GetEntriesByDateSoapIn" />
      <wsdl:output message="tns:Project_GetEntriesByDateSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="ProjectGroup_GetData">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns a project group data object for a given project group.&lt;br /&gt;Parameters: entityHandle: A handle for the project group.</wsdl:documentation>
      <wsdl:input message="tns:ProjectGroup_GetDataSoapIn" />
      <wsdl:output message="tns:ProjectGroup_GetDataSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="ProjectGroup_GetDataArray">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns project group data objects for a given set of project group handles.&lt;br /&gt;Parameters: entityHandles: An array of the project group handles.</wsdl:documentation>
      <wsdl:input message="tns:ProjectGroup_GetDataArraySoapIn" />
      <wsdl:output message="tns:ProjectGroup_GetDataArraySoapOut" />
    </wsdl:operation>
    <wsdl:operation name="ProjectGroup_GetNumber">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Get the number of a project group.&lt;br /&gt;Parameters: projectGroupHandle: Handle for the project group.</wsdl:documentation>
      <wsdl:input message="tns:ProjectGroup_GetNumberSoapIn" />
      <wsdl:output message="tns:ProjectGroup_GetNumberSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="ProjectGroup_GetName">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Get the name of a project group.&lt;br /&gt;Parameters: projectGroupHandle: Handle for the project group.</wsdl:documentation>
      <wsdl:input message="tns:ProjectGroup_GetNameSoapIn" />
      <wsdl:output message="tns:ProjectGroup_GetNameSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="ProjectGroup_GetAll">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns handles for all project groups.</wsdl:documentation>
      <wsdl:input message="tns:ProjectGroup_GetAllSoapIn" />
      <wsdl:output message="tns:ProjectGroup_GetAllSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="ProjectGroup_FindByNumber">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns handles for the project group with a given number.</wsdl:documentation>
      <wsdl:input message="tns:ProjectGroup_FindByNumberSoapIn" />
      <wsdl:output message="tns:ProjectGroup_FindByNumberSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="ProjectGroup_FindByNumberList">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns an array with handles for the project groups corresponding to the given project group numbers. If a project group with a given number does not exist then the array contains nothing at that index.&lt;br /&gt;Parameters: numbers: The numbers to search for.</wsdl:documentation>
      <wsdl:input message="tns:ProjectGroup_FindByNumberListSoapIn" />
      <wsdl:output message="tns:ProjectGroup_FindByNumberListSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="ProjectGroup_FindByName">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns handles for all project groups with a given name.</wsdl:documentation>
      <wsdl:input message="tns:ProjectGroup_FindByNameSoapIn" />
      <wsdl:output message="tns:ProjectGroup_FindByNameSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="ProjectGroup_GetProjects">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets handles for projects of a project group.&lt;br /&gt;Parameters: projectGroupHandle: Handle for the project group.</wsdl:documentation>
      <wsdl:input message="tns:ProjectGroup_GetProjectsSoapIn" />
      <wsdl:output message="tns:ProjectGroup_GetProjectsSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Quotation_CreateFromData">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Creates a new quotation from a data object.&lt;br /&gt;Parameters: data: The data object that specifies the properties of the new quotation.</wsdl:documentation>
      <wsdl:input message="tns:Quotation_CreateFromDataSoapIn" />
      <wsdl:output message="tns:Quotation_CreateFromDataSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Quotation_CreateFromDataArray">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Creates new quotations from data objects.&lt;br /&gt;Parameters: dataArray: The array of data objects that specifies the properties of the new quotations.</wsdl:documentation>
      <wsdl:input message="tns:Quotation_CreateFromDataArraySoapIn" />
      <wsdl:output message="tns:Quotation_CreateFromDataArraySoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Quotation_UpdateFromDataArray">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Update quotations from data objects.&lt;br /&gt;Parameters: dataArray: The array of data objects.</wsdl:documentation>
      <wsdl:input message="tns:Quotation_UpdateFromDataArraySoapIn" />
      <wsdl:output message="tns:Quotation_UpdateFromDataArraySoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Quotation_UpdateFromData">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Updates a quotation from a data object.&lt;br /&gt;Parameters: data: The data object.</wsdl:documentation>
      <wsdl:input message="tns:Quotation_UpdateFromDataSoapIn" />
      <wsdl:output message="tns:Quotation_UpdateFromDataSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Quotation_GetData">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns a quotation data object for a given quotation.&lt;br /&gt;Parameters: entityHandle: A handle for the quotation.</wsdl:documentation>
      <wsdl:input message="tns:Quotation_GetDataSoapIn" />
      <wsdl:output message="tns:Quotation_GetDataSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Quotation_GetDataArray">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns quotation data objects for a given set of quotation handles.&lt;br /&gt;Parameters: entityHandles: An array of the quotation handles.</wsdl:documentation>
      <wsdl:input message="tns:Quotation_GetDataArraySoapIn" />
      <wsdl:output message="tns:Quotation_GetDataArraySoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Quotation_Create">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Creates a new quotation. The debtor properties of the new quotation are set to those of the debtor.&lt;br /&gt;Parameters: Handle for the debtr of the new quotation.</wsdl:documentation>
      <wsdl:input message="tns:Quotation_CreateSoapIn" />
      <wsdl:output message="tns:Quotation_CreateSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Quotation_GetPdf">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets a quotation as a PDF-file.&lt;br /&gt;Parameters: quotationHandle: Handle for the quotation.</wsdl:documentation>
      <wsdl:input message="tns:Quotation_GetPdfSoapIn" />
      <wsdl:output message="tns:Quotation_GetPdfSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Quotation_GetAll">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns handles for all quotations.</wsdl:documentation>
      <wsdl:input message="tns:Quotation_GetAllSoapIn" />
      <wsdl:output message="tns:Quotation_GetAllSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Quotation_GetAllCurrent">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns handles for all quotations.</wsdl:documentation>
      <wsdl:input message="tns:Quotation_GetAllCurrentSoapIn" />
      <wsdl:output message="tns:Quotation_GetAllCurrentSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Quotation_FindByOtherReference">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns handles for the quotations with a given other reference.&lt;br /&gt;Parameters: otherReference: The other reference to search for.</wsdl:documentation>
      <wsdl:input message="tns:Quotation_FindByOtherReferenceSoapIn" />
      <wsdl:output message="tns:Quotation_FindByOtherReferenceSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Quotation_FindByNumber">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns a handle for the quotation with a given number.&lt;br /&gt;Parameters: number: The number to search for.</wsdl:documentation>
      <wsdl:input message="tns:Quotation_FindByNumberSoapIn" />
      <wsdl:output message="tns:Quotation_FindByNumberSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Quotation_FindByNumberInterval">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns an array with handles for the quotations with numbers in the given interval.&lt;br /&gt;Parameters: minNumber: The start of the interval. maxNumber: The end of the interval.</wsdl:documentation>
      <wsdl:input message="tns:Quotation_FindByNumberIntervalSoapIn" />
      <wsdl:output message="tns:Quotation_FindByNumberIntervalSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Quotation_FindByDateInterval">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns handles for quotations in a given interval of days.&lt;br /&gt;Parameters: first: First day in interval. last: Last day in interval.</wsdl:documentation>
      <wsdl:input message="tns:Quotation_FindByDateIntervalSoapIn" />
      <wsdl:output message="tns:Quotation_FindByDateIntervalSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Quotation_GetAllUpdated">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Return handles for all quotations from date. FromDate is based on CET.</wsdl:documentation>
      <wsdl:input message="tns:Quotation_GetAllUpdatedSoapIn" />
      <wsdl:output message="tns:Quotation_GetAllUpdatedSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Quotation_GetLines">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets handles for lines of a quotation.&lt;br /&gt;Parameters: quotationHandle: Handle for the quotation.</wsdl:documentation>
      <wsdl:input message="tns:Quotation_GetLinesSoapIn" />
      <wsdl:output message="tns:Quotation_GetLinesSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Quotation_RegisterAsSent">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Registers a quotation as sent.&lt;br /&gt;Parameters: quotationHandle: Handle for the quotation.</wsdl:documentation>
      <wsdl:input message="tns:Quotation_RegisterAsSentSoapIn" />
      <wsdl:output message="tns:Quotation_RegisterAsSentSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Quotation_CancelSentStatus">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Cancels sent status of a quotation.&lt;br /&gt;Parameters: quotationHandle: Handle for the quotation.</wsdl:documentation>
      <wsdl:input message="tns:Quotation_CancelSentStatusSoapIn" />
      <wsdl:output message="tns:Quotation_CancelSentStatusSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Quotation_UpgradeToOrder">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Upgrades a quotation to an order.&lt;br /&gt;Parameters: quotationHandle: Handle for the quotation.</wsdl:documentation>
      <wsdl:input message="tns:Quotation_UpgradeToOrderSoapIn" />
      <wsdl:output message="tns:Quotation_UpgradeToOrderSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Quotation_Delete">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Deletes a quotation.&lt;br /&gt;Parameters: quotationHandle: Handle for the quotation.</wsdl:documentation>
      <wsdl:input message="tns:Quotation_DeleteSoapIn" />
      <wsdl:output message="tns:Quotation_DeleteSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Quotation_GetDebtor">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets a handle for the debtor of the quotation.&lt;br /&gt;Parameters: quotationHandle: Handle for the quotation.</wsdl:documentation>
      <wsdl:input message="tns:Quotation_GetDebtorSoapIn" />
      <wsdl:output message="tns:Quotation_GetDebtorSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Quotation_SetDebtor">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Sets a handle for the debtor of the quotation.&lt;br /&gt;Parameters: quotationHandle: Handle for the quotation. valueHandle: Handle for the new debtor of the quotation.</wsdl:documentation>
      <wsdl:input message="tns:Quotation_SetDebtorSoapIn" />
      <wsdl:output message="tns:Quotation_SetDebtorSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Quotation_GetNumber">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the number of a quotation.&lt;br /&gt;Parameters: quotationHandle: Handle for the quotation.</wsdl:documentation>
      <wsdl:input message="tns:Quotation_GetNumberSoapIn" />
      <wsdl:output message="tns:Quotation_GetNumberSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Quotation_GetDebtorName">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the debtor number of an quotation.&lt;br /&gt;Parameters: quotationHandle: Handle for the quotation.</wsdl:documentation>
      <wsdl:input message="tns:Quotation_GetDebtorNameSoapIn" />
      <wsdl:output message="tns:Quotation_GetDebtorNameSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Quotation_SetDebtorName">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Sets the debtor number of an quotation.&lt;br /&gt;Parameters: quotationHandle: Handle for the quotation. value: The new debtor number of the quotation.</wsdl:documentation>
      <wsdl:input message="tns:Quotation_SetDebtorNameSoapIn" />
      <wsdl:output message="tns:Quotation_SetDebtorNameSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Quotation_GetDebtorAddress">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the debtor address of an quotation.&lt;br /&gt;Parameters: quotationHandle: Handle for the quotation.</wsdl:documentation>
      <wsdl:input message="tns:Quotation_GetDebtorAddressSoapIn" />
      <wsdl:output message="tns:Quotation_GetDebtorAddressSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Quotation_SetDebtorAddress">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Sets the debtor address of an quotation.&lt;br /&gt;Parameters: quotationHandle: Handle for the quotation. value: The new debtor address of the quotation.</wsdl:documentation>
      <wsdl:input message="tns:Quotation_SetDebtorAddressSoapIn" />
      <wsdl:output message="tns:Quotation_SetDebtorAddressSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Quotation_GetDebtorPostalCode">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the debtor postal code of an quotation.&lt;br /&gt;Parameters: quotationHandle: Handle for the quotation.</wsdl:documentation>
      <wsdl:input message="tns:Quotation_GetDebtorPostalCodeSoapIn" />
      <wsdl:output message="tns:Quotation_GetDebtorPostalCodeSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Quotation_SetDebtorPostalCode">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Sets the debtor postal code of an quotation.&lt;br /&gt;Parameters: quotationHandle: Handle for the quotation. value: The new debtor postal code of the quotation.</wsdl:documentation>
      <wsdl:input message="tns:Quotation_SetDebtorPostalCodeSoapIn" />
      <wsdl:output message="tns:Quotation_SetDebtorPostalCodeSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Quotation_GetDebtorCity">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the debtor city of an quotation.&lt;br /&gt;Parameters: quotationHandle: Handle for the quotation.</wsdl:documentation>
      <wsdl:input message="tns:Quotation_GetDebtorCitySoapIn" />
      <wsdl:output message="tns:Quotation_GetDebtorCitySoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Quotation_SetDebtorCity">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Sets the debtor city of an quotation.&lt;br /&gt;Parameters: quotationHandle: Handle for the quotation. value: The new debtor city of the quotation.</wsdl:documentation>
      <wsdl:input message="tns:Quotation_SetDebtorCitySoapIn" />
      <wsdl:output message="tns:Quotation_SetDebtorCitySoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Quotation_GetDebtorCountry">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the debtor country of an quotation.&lt;br /&gt;Parameters: quotationHandle: Handle for the quotation.</wsdl:documentation>
      <wsdl:input message="tns:Quotation_GetDebtorCountrySoapIn" />
      <wsdl:output message="tns:Quotation_GetDebtorCountrySoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Quotation_SetDebtorCountry">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Sets the debtor country of an quotation.&lt;br /&gt;Parameters: quotationHandle: Handle for the quotation. value: The new debtor country of the quotation.</wsdl:documentation>
      <wsdl:input message="tns:Quotation_SetDebtorCountrySoapIn" />
      <wsdl:output message="tns:Quotation_SetDebtorCountrySoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Quotation_GetDebtorEan">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the debtor EAN of an quotation.&lt;br /&gt;Parameters: quotationHandle: Handle for the quotation.</wsdl:documentation>
      <wsdl:input message="tns:Quotation_GetDebtorEanSoapIn" />
      <wsdl:output message="tns:Quotation_GetDebtorEanSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Quotation_SetDebtorEan">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Sets the debtor EAN of an quotation.&lt;br /&gt;Parameters: quotationHandle: Handle for the quotation. value: The new debtor EAN of the quotation.</wsdl:documentation>
      <wsdl:input message="tns:Quotation_SetDebtorEanSoapIn" />
      <wsdl:output message="tns:Quotation_SetDebtorEanSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Quotation_GetPublicEntryNumber">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the public entry numer of an quotation.&lt;br /&gt;Parameters: quotationHandle: Handle for the quotation.</wsdl:documentation>
      <wsdl:input message="tns:Quotation_GetPublicEntryNumberSoapIn" />
      <wsdl:output message="tns:Quotation_GetPublicEntryNumberSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Quotation_SetPublicEntryNumber">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Sets the public entry number of an quotation.&lt;br /&gt;Parameters: quotationHandle: Handle for the quotation. value: The new public entry number of the quotation.</wsdl:documentation>
      <wsdl:input message="tns:Quotation_SetPublicEntryNumberSoapIn" />
      <wsdl:output message="tns:Quotation_SetPublicEntryNumberSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Quotation_GetAttention">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets a handle for the attention of an quotation.&lt;br /&gt;Parameters: quotationHandle: Handle for the quotation.</wsdl:documentation>
      <wsdl:input message="tns:Quotation_GetAttentionSoapIn" />
      <wsdl:output message="tns:Quotation_GetAttentionSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="PriceGroup_FindByName">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns handles for the price groups with the given name.&lt;br /&gt;Parameters: name: The name to search for.</wsdl:documentation>
      <wsdl:input message="tns:PriceGroup_FindByNameSoapIn" />
      <wsdl:output message="tns:PriceGroup_FindByNameSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="PriceGroup_Delete">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Deletes a PriceGroup.&lt;br /&gt;Parameters: priceGroupHandle: Handle for the PriceGroup.</wsdl:documentation>
      <wsdl:input message="tns:PriceGroup_DeleteSoapIn" />
      <wsdl:output message="tns:PriceGroup_DeleteSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="PriceGroup_GetPrice">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns the price for the product in the PriceGroup.&lt;br /&gt;If no special price is found then the sales price is returned instead.&lt;br /&gt;Parameters: productHandle: The product to return the price for.</wsdl:documentation>
      <wsdl:input message="tns:PriceGroup_GetPriceSoapIn" />
      <wsdl:output message="tns:PriceGroup_GetPriceSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Product_CreateFromData">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Creates a new product from a data object.&lt;br /&gt;Parameters: data: The data object that specifies the properties of the new product.</wsdl:documentation>
      <wsdl:input message="tns:Product_CreateFromDataSoapIn" />
      <wsdl:output message="tns:Product_CreateFromDataSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Product_CreateFromDataArray">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Creates new products from data objects.&lt;br /&gt;Parameters: dataArray: The array of data objects that specifies the properties of the new products.</wsdl:documentation>
      <wsdl:input message="tns:Product_CreateFromDataArraySoapIn" />
      <wsdl:output message="tns:Product_CreateFromDataArraySoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Product_UpdateFromDataArray">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Update products from data objects.&lt;br /&gt;Parameters: dataArray: The array of data objects.</wsdl:documentation>
      <wsdl:input message="tns:Product_UpdateFromDataArraySoapIn" />
      <wsdl:output message="tns:Product_UpdateFromDataArraySoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Product_UpdateFromData">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Updates a product from a data object.&lt;br /&gt;Parameters: data: The data object.</wsdl:documentation>
      <wsdl:input message="tns:Product_UpdateFromDataSoapIn" />
      <wsdl:output message="tns:Product_UpdateFromDataSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Product_GetData">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns an product data object for a given product.&lt;br /&gt;Parameters: entityHandle: A handle for the product.</wsdl:documentation>
      <wsdl:input message="tns:Product_GetDataSoapIn" />
      <wsdl:output message="tns:Product_GetDataSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Product_GetDataArray">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns product data objects for a given set of product handles.&lt;br /&gt;Parameters: entityHandles: An array of the product handles.</wsdl:documentation>
      <wsdl:input message="tns:Product_GetDataArraySoapIn" />
      <wsdl:output message="tns:Product_GetDataArraySoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Product_GetNumber">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the number of a product.&lt;br /&gt;Parameters: productHandle: Handle for the product.</wsdl:documentation>
      <wsdl:input message="tns:Product_GetNumberSoapIn" />
      <wsdl:output message="tns:Product_GetNumberSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Product_GetProductGroup">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets a handle for the product group of a product.&lt;br /&gt;Parameters: productHandle: Handle for the product.</wsdl:documentation>
      <wsdl:input message="tns:Product_GetProductGroupSoapIn" />
      <wsdl:output message="tns:Product_GetProductGroupSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Product_SetProductGroup">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Sets the product group of a product.&lt;br /&gt;Parameters: productHandle: Handle for the product. valueHandle: Handle for new product group of the product.</wsdl:documentation>
      <wsdl:input message="tns:Product_SetProductGroupSoapIn" />
      <wsdl:output message="tns:Product_SetProductGroupSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Product_GetName">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the name of a product.&lt;br /&gt;Parameters: productHandle: Handle for the product.</wsdl:documentation>
      <wsdl:input message="tns:Product_GetNameSoapIn" />
      <wsdl:output message="tns:Product_GetNameSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Product_SetName">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Sets the name of a product.&lt;br /&gt;Parameters: productHandle: Handle for the product. value: The new name of the product.</wsdl:documentation>
      <wsdl:input message="tns:Product_SetNameSoapIn" />
      <wsdl:output message="tns:Product_SetNameSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Product_GetDescription">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the description of a product.&lt;br /&gt;Parameters: productHandle: Handle for the product.</wsdl:documentation>
      <wsdl:input message="tns:Product_GetDescriptionSoapIn" />
      <wsdl:output message="tns:Product_GetDescriptionSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Product_SetDescription">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Sets the description of a product.&lt;br /&gt;Parameters: productHandle: Handle for the product. value: The new description of the product.</wsdl:documentation>
      <wsdl:input message="tns:Product_SetDescriptionSoapIn" />
      <wsdl:output message="tns:Product_SetDescriptionSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Product_SetBarCode">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Sets the bar code of a product.&lt;br /&gt;Parameters: productHandle: Handle for the product. value: The new bar code of the product.</wsdl:documentation>
      <wsdl:input message="tns:Product_SetBarCodeSoapIn" />
      <wsdl:output message="tns:Product_SetBarCodeSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Product_GetBarCode">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the bar code of a product.&lt;br /&gt;Parameters: productHandle: Handle for the product.</wsdl:documentation>
      <wsdl:input message="tns:Product_GetBarCodeSoapIn" />
      <wsdl:output message="tns:Product_GetBarCodeSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Product_SetSalesPrice">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Sets the sales price of a product.&lt;br /&gt;Parameters: productHandle: Handle for the product. value: The new sales price of the product.</wsdl:documentation>
      <wsdl:input message="tns:Product_SetSalesPriceSoapIn" />
      <wsdl:output message="tns:Product_SetSalesPriceSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Product_GetSalesPrice">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the sales price of a product.&lt;br /&gt;Parameters: productHandle: Handle for the product.</wsdl:documentation>
      <wsdl:input message="tns:Product_GetSalesPriceSoapIn" />
      <wsdl:output message="tns:Product_GetSalesPriceSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Product_GetCostPrice">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the cost price of a product.&lt;br /&gt;Parameters: productHandle: Handle for the product.</wsdl:documentation>
      <wsdl:input message="tns:Product_GetCostPriceSoapIn" />
      <wsdl:output message="tns:Product_GetCostPriceSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Product_SetCostPrice">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Sets the cost price of a product.&lt;br /&gt;Parameters: productHandle: Handle for the product. value: The new cost price of the product.</wsdl:documentation>
      <wsdl:input message="tns:Product_SetCostPriceSoapIn" />
      <wsdl:output message="tns:Product_SetCostPriceSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Product_GetRecommendedPrice">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the recommended price of a product.&lt;br /&gt;Parameters: productHandle: Handle for the product.</wsdl:documentation>
      <wsdl:input message="tns:Product_GetRecommendedPriceSoapIn" />
      <wsdl:output message="tns:Product_GetRecommendedPriceSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Product_SetRecommendedPrice">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Sets the recommended price of a product.&lt;br /&gt;Parameters: productHandle: Handle for the product. value: The new recommended price of the product.</wsdl:documentation>
      <wsdl:input message="tns:Product_SetRecommendedPriceSoapIn" />
      <wsdl:output message="tns:Product_SetRecommendedPriceSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Product_GetUnit">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets handle for the primary unit of a product.&lt;br /&gt;Parameters: productHandle: Handle for the product.</wsdl:documentation>
      <wsdl:input message="tns:Product_GetUnitSoapIn" />
      <wsdl:output message="tns:Product_GetUnitSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Product_SetUnit">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Sets primary unit of a product.&lt;br /&gt;Parameters: productHandle: Handle for the product. value: Handle for new primary unit of the product.</wsdl:documentation>
      <wsdl:input message="tns:Product_SetUnitSoapIn" />
      <wsdl:output message="tns:Product_SetUnitSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Product_SetIsAccessible">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Sets whether a product is accessible.&lt;br /&gt;Parameters: productHandle: Handle for the product. value: Value that indicates whether the product should be accessible.</wsdl:documentation>
      <wsdl:input message="tns:Product_SetIsAccessibleSoapIn" />
      <wsdl:output message="tns:Product_SetIsAccessibleSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Product_GetIsAccessible">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets whether a product is accessible.&lt;br /&gt;Parameters: productHandle: Handle for the product.</wsdl:documentation>
      <wsdl:input message="tns:Product_GetIsAccessibleSoapIn" />
      <wsdl:output message="tns:Product_GetIsAccessibleSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Product_SetVolume">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Sets the volume of a product.&lt;br /&gt;Parameters: productHandle: Handle for the product. value: The new volume value of the product.</wsdl:documentation>
      <wsdl:input message="tns:Product_SetVolumeSoapIn" />
      <wsdl:output message="tns:Product_SetVolumeSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Product_GetVolume">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the volume of a product.&lt;br /&gt;Parameters: productHandle: Handle for the product.</wsdl:documentation>
      <wsdl:input message="tns:Product_GetVolumeSoapIn" />
      <wsdl:output message="tns:Product_GetVolumeSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Product_GetDepartment">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets a handle for the department of a product. The department is only accessible when there is access to the Dimension add-on module.&lt;br /&gt;Parameters: productHandle: Handle for the product.</wsdl:documentation>
      <wsdl:input message="tns:Product_GetDepartmentSoapIn" />
      <wsdl:output message="tns:Product_GetDepartmentSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Product_SetDepartment">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Sets the department of a product. The department is only accessible when there is access to the Dimension add-on module. The department cannot be set when the distribution key is set.&lt;br /&gt;Parameters: productHandle: Handle for the product. value: Handle for the new department of the product.</wsdl:documentation>
      <wsdl:input message="tns:Product_SetDepartmentSoapIn" />
      <wsdl:output message="tns:Product_SetDepartmentSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Product_GetDistributionKey">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets a handle for the distribution key of a product. The distribution key is only accessible when there is access to the Dimension add-on module.&lt;br /&gt;Parameters: productHandle: Handle for the product.</wsdl:documentation>
      <wsdl:input message="tns:Product_GetDistributionKeySoapIn" />
      <wsdl:output message="tns:Product_GetDistributionKeySoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Product_SetDistributionKey">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Sets the distribution key of the product. The distribution key is only accessible when there is access to the Dimension add-on module. The distribution key cannot be set when the department is set.&lt;br /&gt;Parameters: productHandle: Handle for the product. value: Handle for the new distribution key of the product.</wsdl:documentation>
      <wsdl:input message="tns:Product_SetDistributionKeySoapIn" />
      <wsdl:output message="tns:Product_SetDistributionKeySoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Product_GetInStock">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the quantity in stock of a product. InStock is only accessible when there is access to the Stock add-on module.&lt;br /&gt;Parameters: productHandle: Handle for the product.</wsdl:documentation>
      <wsdl:input message="tns:Product_GetInStockSoapIn" />
      <wsdl:output message="tns:Product_GetInStockSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Product_GetOnOrder">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the quantity in stock that is already used on orders for a product. OnOrder is only accessible when there is access to the Stock add-on module.&lt;br /&gt;Parameters: productHandle: Handle for the product.</wsdl:documentation>
      <wsdl:input message="tns:Product_GetOnOrderSoapIn" />
      <wsdl:output message="tns:Product_GetOnOrderSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Product_GetOrdered">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets quantity ordered from suppliers for a product. Ordered is only accessible when there is access to the Stock add-on module.&lt;br /&gt;Parameters: productHandle: Handle for the product.</wsdl:documentation>
      <wsdl:input message="tns:Product_GetOrderedSoapIn" />
      <wsdl:output message="tns:Product_GetOrderedSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Product_GetAvailable">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the quantity in stock that is not yet used on orders for a product. Available is only accessible when there is access to the Stock add-on module.&lt;br /&gt;Parameters: productHandle: Handle for the product.</wsdl:documentation>
      <wsdl:input message="tns:Product_GetAvailableSoapIn" />
      <wsdl:output message="tns:Product_GetAvailableSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Product_GetInventoryLocationStatus">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns inventory status for a product grouped by inventory location. Products that are not placed on a specific inventory location will be grouped without an InventoryLocationHandle.&lt;br /&gt;Parameters: productHandle: Handle for the product.</wsdl:documentation>
      <wsdl:input message="tns:Product_GetInventoryLocationStatusSoapIn" />
      <wsdl:output message="tns:Product_GetInventoryLocationStatusSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Product_Create">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Creates a new product.&lt;br /&gt;Parameters: number: The number of the new product. productGroupHandle: The product group of the new product. name: The name of the new product.</wsdl:documentation>
      <wsdl:input message="tns:Product_CreateSoapIn" />
      <wsdl:output message="tns:Product_CreateSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Product_GetAll">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns handles for all products.</wsdl:documentation>
      <wsdl:input message="tns:Product_GetAllSoapIn" />
      <wsdl:output message="tns:Product_GetAllSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Product_GetAllAccessible">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns handles for all accessible products.</wsdl:documentation>
      <wsdl:input message="tns:Product_GetAllAccessibleSoapIn" />
      <wsdl:output message="tns:Product_GetAllAccessibleSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Product_GetAllUpdated">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Return handles for all products from date. fromDate is based on CET. includeCalculatedProperties, when set to True, includes products with only stock status updated.</wsdl:documentation>
      <wsdl:input message="tns:Product_GetAllUpdatedSoapIn" />
      <wsdl:output message="tns:Product_GetAllUpdatedSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Product_FindByNumber">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns handle for the product with a given number.&lt;br /&gt;Parameters: name: The number to search for.</wsdl:documentation>
      <wsdl:input message="tns:Product_FindByNumberSoapIn" />
      <wsdl:output message="tns:Product_FindByNumberSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Product_FindByNumberList">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns an array with handles for the products corresponding to the given product numbers. If a product with a given number does not exist or if no number is given then the array contains nothing at that index.&lt;br /&gt;Parameters: numbers: The numbers to search for.</wsdl:documentation>
      <wsdl:input message="tns:Product_FindByNumberListSoapIn" />
      <wsdl:output message="tns:Product_FindByNumberListSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Product_FindByName">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns handles for the products with a given name.&lt;br /&gt;Parameters: name: The name to search for.</wsdl:documentation>
      <wsdl:input message="tns:Product_FindByNameSoapIn" />
      <wsdl:output message="tns:Product_FindByNameSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Product_FindByBarCode">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns handles for the products with a given bar code.&lt;br /&gt;Parameters: barCode: The bar code to search for.</wsdl:documentation>
      <wsdl:input message="tns:Product_FindByBarCodeSoapIn" />
      <wsdl:output message="tns:Product_FindByBarCodeSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Product_Delete">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Deletes a product.&lt;br /&gt;Parameters: productHandle: Handle for the product.</wsdl:documentation>
      <wsdl:input message="tns:Product_DeleteSoapIn" />
      <wsdl:output message="tns:Product_DeleteSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="ProductGroup_CreateFromData">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Creates a new product group from a data object. Please be aware that the InventoryWithdrawal boolean is read-only.&lt;br /&gt;Parameters: data: The data object that specifies the properties of the new product group.</wsdl:documentation>
      <wsdl:input message="tns:ProductGroup_CreateFromDataSoapIn" />
      <wsdl:output message="tns:ProductGroup_CreateFromDataSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="ProductGroup_CreateFromDataArray">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Creates new product groups from data objects.&lt;br /&gt;Parameters: dataArray: The array of data objects that specifies the properties of the new product groups.</wsdl:documentation>
      <wsdl:input message="tns:ProductGroup_CreateFromDataArraySoapIn" />
      <wsdl:output message="tns:ProductGroup_CreateFromDataArraySoapOut" />
    </wsdl:operation>
    <wsdl:operation name="ProductGroup_UpdateFromDataArray">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Update product groups from data objects.&lt;br /&gt;Parameters: dataArray: The array of data objects.</wsdl:documentation>
      <wsdl:input message="tns:ProductGroup_UpdateFromDataArraySoapIn" />
      <wsdl:output message="tns:ProductGroup_UpdateFromDataArraySoapOut" />
    </wsdl:operation>
    <wsdl:operation name="ProductGroup_UpdateFromData">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Updates a product group from a data object.&lt;br /&gt;Parameters: data: The data object.</wsdl:documentation>
      <wsdl:input message="tns:ProductGroup_UpdateFromDataSoapIn" />
      <wsdl:output message="tns:ProductGroup_UpdateFromDataSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="ProductGroup_GetData">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns an product group data object for a given product group.&lt;br /&gt;Parameters: entityHandle: A handle for the product group.</wsdl:documentation>
      <wsdl:input message="tns:ProductGroup_GetDataSoapIn" />
      <wsdl:output message="tns:ProductGroup_GetDataSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="ProductGroup_GetDataArray">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns product group data objects for a given set of product group handles.&lt;br /&gt;Parameters: entityHandles: An array of the product group handles.</wsdl:documentation>
      <wsdl:input message="tns:ProductGroup_GetDataArraySoapIn" />
      <wsdl:output message="tns:ProductGroup_GetDataArraySoapOut" />
    </wsdl:operation>
    <wsdl:operation name="ProductGroup_GetNumber">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the number of a product group.&lt;br /&gt;Parameters: productGroupHandle: Handle for the product group.</wsdl:documentation>
      <wsdl:input message="tns:ProductGroup_GetNumberSoapIn" />
      <wsdl:output message="tns:ProductGroup_GetNumberSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="ProductGroup_GetName">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the name of a product group.&lt;br /&gt;Parameters: productGroupHandle: Handle for the product group.</wsdl:documentation>
      <wsdl:input message="tns:ProductGroup_GetNameSoapIn" />
      <wsdl:output message="tns:ProductGroup_GetNameSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="ProductGroup_SetName">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Sets the name of a product group.&lt;br /&gt;Parameters: productGroupHandle: Handle for the product group. value: The new name of the product group.</wsdl:documentation>
      <wsdl:input message="tns:ProductGroup_SetNameSoapIn" />
      <wsdl:output message="tns:ProductGroup_SetNameSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="ProductGroup_GetAccountForVatLiableDebtorInvoicesCurrent">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets a handle for the account to use for products of the product group on invoices for VAT liable debtors.&lt;br /&gt;Parameters: productGroupHandle: Handle for the product group.</wsdl:documentation>
      <wsdl:input message="tns:ProductGroup_GetAccountForVatLiableDebtorInvoicesCurrentSoapIn" />
      <wsdl:output message="tns:ProductGroup_GetAccountForVatLiableDebtorInvoicesCurrentSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="ProductGroup_SetAccountForVatLiableDebtorInvoicesCurrent">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Sets the the account to use for products of the product group on invoices for VAT liable debtors.&lt;br /&gt;Parameters: productGroupHandle: Handle for the product group. valueHandle: Handle for account.</wsdl:documentation>
      <wsdl:input message="tns:ProductGroup_SetAccountForVatLiableDebtorInvoicesCurrentSoapIn" />
      <wsdl:output message="tns:ProductGroup_SetAccountForVatLiableDebtorInvoicesCurrentSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="ProductGroup_GetAccountForVatExemptDebtorInvoicesCurrent">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets a handle for the account to use for products of the product group on invoices for VAT exempt debtors.&lt;br /&gt;Parameters: productGroupHandle: Handle for the product group.</wsdl:documentation>
      <wsdl:input message="tns:ProductGroup_GetAccountForVatExemptDebtorInvoicesCurrentSoapIn" />
      <wsdl:output message="tns:ProductGroup_GetAccountForVatExemptDebtorInvoicesCurrentSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="ProductGroup_SetAccountForVatExemptDebtorInvoicesCurrent">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Sets the the account to use for products of the product group on invoices for VAT exempt debtors.&lt;br /&gt;Parameters: productGroupHandle: Handle for the product group. valueHandle: Handle for account.</wsdl:documentation>
      <wsdl:input message="tns:ProductGroup_SetAccountForVatExemptDebtorInvoicesCurrentSoapIn" />
      <wsdl:output message="tns:ProductGroup_SetAccountForVatExemptDebtorInvoicesCurrentSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="ProductGroup_SetAccrual">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Sets the accrual account of a product group.&lt;br /&gt;Parameters: productGroupHandle: Handle for the product group. valueHandle: Handle for new accrual account of the product group.</wsdl:documentation>
      <wsdl:input message="tns:ProductGroup_SetAccrualSoapIn" />
      <wsdl:output message="tns:ProductGroup_SetAccrualSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="ProductGroup_GetAccrual">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets a handle for the accrual account of a product group.&lt;br /&gt;Parameters: productGroupHandle: Handle for the product group.</wsdl:documentation>
      <wsdl:input message="tns:ProductGroup_GetAccrualSoapIn" />
      <wsdl:output message="tns:ProductGroup_GetAccrualSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="ProductGroup_Create">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Creates a new product group.&lt;br /&gt;Parameters: number: The number of the new product group. name: The name of the new product group. accountForVatLiableDebtorInvoicesCurrent : The account to use for products on invoices with VAT liable debtors.</wsdl:documentation>
      <wsdl:input message="tns:ProductGroup_CreateSoapIn" />
      <wsdl:output message="tns:ProductGroup_CreateSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="ProductGroup_GetAll">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns handles for all product groups.</wsdl:documentation>
      <wsdl:input message="tns:ProductGroup_GetAllSoapIn" />
      <wsdl:output message="tns:ProductGroup_GetAllSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="ProductGroup_FindByNumber">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns a handle for the product group with a given number.&lt;br /&gt;Parameters: number: The number to search for.</wsdl:documentation>
      <wsdl:input message="tns:ProductGroup_FindByNumberSoapIn" />
      <wsdl:output message="tns:ProductGroup_FindByNumberSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="ProductGroup_FindByNumberList">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns an array with handles for the product groups corresponding to the given product group numbers. If a product group with a given number does not exist then the array contains nothing at that index.&lt;br /&gt;Parameters: numbers: The numbers to search for.</wsdl:documentation>
      <wsdl:input message="tns:ProductGroup_FindByNumberListSoapIn" />
      <wsdl:output message="tns:ProductGroup_FindByNumberListSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="ProductGroup_FindByName">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns handles for the product groups with a given name.&lt;br /&gt;Parameter: name: The name to search for.</wsdl:documentation>
      <wsdl:input message="tns:ProductGroup_FindByNameSoapIn" />
      <wsdl:output message="tns:ProductGroup_FindByNameSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="ProductGroup_GetProducts">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets handles for products of a product group.&lt;br /&gt;Parameters: productGroupHandle: Handle for the product group.</wsdl:documentation>
      <wsdl:input message="tns:ProductGroup_GetProductsSoapIn" />
      <wsdl:output message="tns:ProductGroup_GetProductsSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="ProductGroup_Delete">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Deletes a product group.&lt;br /&gt;Parameters: productGroupHandle: Handle for the product group.</wsdl:documentation>
      <wsdl:input message="tns:ProductGroup_DeleteSoapIn" />
      <wsdl:output message="tns:ProductGroup_DeleteSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="ProductPrice_CreateFromData">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Creates a new product price from a data object.&lt;br /&gt;Parameters: data: The data object that specifies the properties of the new product price.</wsdl:documentation>
      <wsdl:input message="tns:ProductPrice_CreateFromDataSoapIn" />
      <wsdl:output message="tns:ProductPrice_CreateFromDataSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="ProductPrice_CreateFromDataArray">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Creates new product prices from data objects.&lt;br /&gt;Parameters: dataArray: The array of data objects that specifies the properties of the new product prices.</wsdl:documentation>
      <wsdl:input message="tns:ProductPrice_CreateFromDataArraySoapIn" />
      <wsdl:output message="tns:ProductPrice_CreateFromDataArraySoapOut" />
    </wsdl:operation>
    <wsdl:operation name="ProductPrice_UpdateFromDataArray">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Update product price entities from data objects.&lt;br /&gt;Parameters: dataArray: The array of data objects.</wsdl:documentation>
      <wsdl:input message="tns:ProductPrice_UpdateFromDataArraySoapIn" />
      <wsdl:output message="tns:ProductPrice_UpdateFromDataArraySoapOut" />
    </wsdl:operation>
    <wsdl:operation name="ProductPrice_UpdateFromData">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Updates a product price from a data object.&lt;br /&gt;Parameters: data: The data object.</wsdl:documentation>
      <wsdl:input message="tns:ProductPrice_UpdateFromDataSoapIn" />
      <wsdl:output message="tns:ProductPrice_UpdateFromDataSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="ProductPrice_GetData">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns an product price data object for a given product price.&lt;br /&gt;Parameters: entityHandle: A handle for the product price.</wsdl:documentation>
      <wsdl:input message="tns:ProductPrice_GetDataSoapIn" />
      <wsdl:output message="tns:ProductPrice_GetDataSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="ProductPrice_GetDataArray">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns product price data objects for a given set of product price handles.&lt;br /&gt;Parameters: entityHandles: An array of the product price handles.</wsdl:documentation>
      <wsdl:input message="tns:ProductPrice_GetDataArraySoapIn" />
      <wsdl:output message="tns:ProductPrice_GetDataArraySoapOut" />
    </wsdl:operation>
    <wsdl:operation name="ProductPrice_Create">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Creates a new product price.&lt;br /&gt;Parameters: product: Handle for the product of the new product price. currency: Handle for the currency of the new product price. price: The price of the new product price.</wsdl:documentation>
      <wsdl:input message="tns:ProductPrice_CreateSoapIn" />
      <wsdl:output message="tns:ProductPrice_CreateSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="ProductPrice_FindByProductAndCurrency">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns a handle for the product price for a given product and currency.&lt;br /&gt;Parameters: product: Product to search for. currency: Currency to search for.</wsdl:documentation>
      <wsdl:input message="tns:ProductPrice_FindByProductAndCurrencySoapIn" />
      <wsdl:output message="tns:ProductPrice_FindByProductAndCurrencySoapOut" />
    </wsdl:operation>
    <wsdl:operation name="ProductPrice_FindByProductListAndCurrency">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns a list of handles for the product prices matching a given product list and currency.&lt;br /&gt;Parameters: productHandles: Products to search for. currencyHandle: Currency to search for.</wsdl:documentation>
      <wsdl:input message="tns:ProductPrice_FindByProductListAndCurrencySoapIn" />
      <wsdl:output message="tns:ProductPrice_FindByProductListAndCurrencySoapOut" />
    </wsdl:operation>
    <wsdl:operation name="ProductPrice_FindByProductList">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns a list of handles for the product prices matching a given product list. ProductPrice handles will be returned for each currency that is defined.&lt;br /&gt;Parameters: productHandles: Products to search for.</wsdl:documentation>
      <wsdl:input message="tns:ProductPrice_FindByProductListSoapIn" />
      <wsdl:output message="tns:ProductPrice_FindByProductListSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="ProductPrice_FindByCurrency">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns a list of handles for the product prices matching a given currency.&lt;br /&gt;Parameters: currencyHandle: Currency to search for.</wsdl:documentation>
      <wsdl:input message="tns:ProductPrice_FindByCurrencySoapIn" />
      <wsdl:output message="tns:ProductPrice_FindByCurrencySoapOut" />
    </wsdl:operation>
    <wsdl:operation name="ProductPrice_Delete">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Deletes a product price.&lt;br /&gt;Parameters: productPriceHandle: Handle for the product price.</wsdl:documentation>
      <wsdl:input message="tns:ProductPrice_DeleteSoapIn" />
      <wsdl:output message="tns:ProductPrice_DeleteSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="ProductPrice_GetProduct">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets a handle for the product of a product price.&lt;br /&gt;Parameters: productPriceHandle: Handle for the product price.</wsdl:documentation>
      <wsdl:input message="tns:ProductPrice_GetProductSoapIn" />
      <wsdl:output message="tns:ProductPrice_GetProductSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="ProductPrice_GetCurrency">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets a handle for the currency of a product price.&lt;br /&gt;Parameters: productPriceHandle: Handle for the product price.</wsdl:documentation>
      <wsdl:input message="tns:ProductPrice_GetCurrencySoapIn" />
      <wsdl:output message="tns:ProductPrice_GetCurrencySoapOut" />
    </wsdl:operation>
    <wsdl:operation name="ProductPrice_GetPrice">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the price of a product price.&lt;br /&gt;Parameters: productPriceHandle: Handle for the product price.</wsdl:documentation>
      <wsdl:input message="tns:ProductPrice_GetPriceSoapIn" />
      <wsdl:output message="tns:ProductPrice_GetPriceSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Order_GetLayout">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets a handle for the layout of an order.&lt;br /&gt;Parameters: orderHandle: Handle for the order.</wsdl:documentation>
      <wsdl:input message="tns:Order_GetLayoutSoapIn" />
      <wsdl:output message="tns:Order_GetLayoutSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Order_SetLayout">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Sets the layout of an order.&lt;br /&gt;Parameters: orderHandle: Handle for the order. valueHandle: Handle for new layout of the order.</wsdl:documentation>
      <wsdl:input message="tns:Order_SetLayoutSoapIn" />
      <wsdl:output message="tns:Order_SetLayoutSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Order_GetDeliveryLocation">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets a handle for the delivery location of an order.&lt;br /&gt;Parameters: orderHandle: Handle for the order.</wsdl:documentation>
      <wsdl:input message="tns:Order_GetDeliveryLocationSoapIn" />
      <wsdl:output message="tns:Order_GetDeliveryLocationSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Order_SetDeliveryLocation">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Sets the delivery location of an order.&lt;br /&gt;Parameters: orderHandle: Handle for the order. valueHandle: Handle for new delivery location of the order.</wsdl:documentation>
      <wsdl:input message="tns:Order_SetDeliveryLocationSoapIn" />
      <wsdl:output message="tns:Order_SetDeliveryLocationSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Order_GetDeliveryAddress">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the delivery address of an order.&lt;br /&gt;Parameters: orderHandle: Handle for the order.</wsdl:documentation>
      <wsdl:input message="tns:Order_GetDeliveryAddressSoapIn" />
      <wsdl:output message="tns:Order_GetDeliveryAddressSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Order_SetDeliveryAddress">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Sets the delivery address of an order.&lt;br /&gt;Parameters: orderHandle: Handle for the order. value: The new delivery address of the order.</wsdl:documentation>
      <wsdl:input message="tns:Order_SetDeliveryAddressSoapIn" />
      <wsdl:output message="tns:Order_SetDeliveryAddressSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Order_GetDeliveryPostalCode">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the delivery postal code of an order.&lt;br /&gt;Parameters: orderHandle: Handle for the order.</wsdl:documentation>
      <wsdl:input message="tns:Order_GetDeliveryPostalCodeSoapIn" />
      <wsdl:output message="tns:Order_GetDeliveryPostalCodeSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Order_SetDeliveryPostalCode">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Sets the delivery postal code of an order.&lt;br /&gt;Parameters: orderHandle: Handle for the order. value: The new delivery postal code of the order.</wsdl:documentation>
      <wsdl:input message="tns:Order_SetDeliveryPostalCodeSoapIn" />
      <wsdl:output message="tns:Order_SetDeliveryPostalCodeSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Order_GetDeliveryCity">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the delivery city of an order.&lt;br /&gt;Parameters: orderHandle: Handle for the order.</wsdl:documentation>
      <wsdl:input message="tns:Order_GetDeliveryCitySoapIn" />
      <wsdl:output message="tns:Order_GetDeliveryCitySoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Order_SetDeliveryCity">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Sets the delivery city of an order.&lt;br /&gt;Parameters: orderHandle: Handle for the order. value: The new delivery city of the order.</wsdl:documentation>
      <wsdl:input message="tns:Order_SetDeliveryCitySoapIn" />
      <wsdl:output message="tns:Order_SetDeliveryCitySoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Order_GetDeliveryCountry">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the delivery country of an order.&lt;br /&gt;Parameters: orderHandle: Handle for the order.</wsdl:documentation>
      <wsdl:input message="tns:Order_GetDeliveryCountrySoapIn" />
      <wsdl:output message="tns:Order_GetDeliveryCountrySoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Order_SetDeliveryCountry">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Sets the delivery country of an order.&lt;br /&gt;Parameters: orderHandle: Handle for the order. value: The new delivery country of the order.</wsdl:documentation>
      <wsdl:input message="tns:Order_SetDeliveryCountrySoapIn" />
      <wsdl:output message="tns:Order_SetDeliveryCountrySoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Order_GetTermsOfDelivery">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the terms of delivery of an order.&lt;br /&gt;Parameters: orderHandle: Handle for the order.</wsdl:documentation>
      <wsdl:input message="tns:Order_GetTermsOfDeliverySoapIn" />
      <wsdl:output message="tns:Order_GetTermsOfDeliverySoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Order_SetTermsOfDelivery">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Sets the terms of delivery of an order.&lt;br /&gt;Parameters: orderHandle: Handle for the order. value: The new terms of delivery of the order.</wsdl:documentation>
      <wsdl:input message="tns:Order_SetTermsOfDeliverySoapIn" />
      <wsdl:output message="tns:Order_SetTermsOfDeliverySoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Order_GetDeliveryDate">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the delivery date of an order.&lt;br /&gt;Parameters: orderHandle: Handle for the order.</wsdl:documentation>
      <wsdl:input message="tns:Order_GetDeliveryDateSoapIn" />
      <wsdl:output message="tns:Order_GetDeliveryDateSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Order_SetDeliveryDate">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Sets the delivery date of an order.&lt;br /&gt;Parameters: orderHandle: Handle for the order. value: The new delivery date of the order.</wsdl:documentation>
      <wsdl:input message="tns:Order_SetDeliveryDateSoapIn" />
      <wsdl:output message="tns:Order_SetDeliveryDateSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Order_GetHeading">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the heading of an order.&lt;br /&gt;Parameters: orderHandle: Handle for the order.</wsdl:documentation>
      <wsdl:input message="tns:Order_GetHeadingSoapIn" />
      <wsdl:output message="tns:Order_GetHeadingSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Order_SetHeading">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Sets the heading of an order.&lt;br /&gt;Parameters: orderHandle: Handle for the order. value: The new heading of the order.</wsdl:documentation>
      <wsdl:input message="tns:Order_SetHeadingSoapIn" />
      <wsdl:output message="tns:Order_SetHeadingSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Order_GetTextLine1">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the primary line of text of an order.&lt;br /&gt;Parameters: orderHandle: Handle for the order.</wsdl:documentation>
      <wsdl:input message="tns:Order_GetTextLine1SoapIn" />
      <wsdl:output message="tns:Order_GetTextLine1SoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Order_SetTextLine1">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Sets the primary line of text of an order.&lt;br /&gt;Parameters: orderHandle: Handle for the order. value: The new primary line of text of the order.</wsdl:documentation>
      <wsdl:input message="tns:Order_SetTextLine1SoapIn" />
      <wsdl:output message="tns:Order_SetTextLine1SoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Order_GetTextLine2">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the secondary line of text of an order.&lt;br /&gt;Parameters: orderHandle: Handle for the order.</wsdl:documentation>
      <wsdl:input message="tns:Order_GetTextLine2SoapIn" />
      <wsdl:output message="tns:Order_GetTextLine2SoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Order_SetTextLine2">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Sets the secondary line of text of an order.&lt;br /&gt;Parameters: orderHandle: Handle for the order. value: The new secondary line of text of the order.</wsdl:documentation>
      <wsdl:input message="tns:Order_SetTextLine2SoapIn" />
      <wsdl:output message="tns:Order_SetTextLine2SoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Order_GetOtherReference">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the other reference of an order.&lt;br /&gt;Parameters: orderHandle: Handle for the order.</wsdl:documentation>
      <wsdl:input message="tns:Order_GetOtherReferenceSoapIn" />
      <wsdl:output message="tns:Order_GetOtherReferenceSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Order_SetOtherReference">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Sets the other reference of an order.&lt;br /&gt;Parameters: orderHandle: Handle for the order. value: The new other reference of the order.</wsdl:documentation>
      <wsdl:input message="tns:Order_SetOtherReferenceSoapIn" />
      <wsdl:output message="tns:Order_SetOtherReferenceSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Order_GetIsArchived">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets thether an order is archived.&lt;br /&gt;Parameters: orderHandle: Handle for the order.</wsdl:documentation>
      <wsdl:input message="tns:Order_GetIsArchivedSoapIn" />
      <wsdl:output message="tns:Order_GetIsArchivedSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Order_GetIsSent">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets whether an order is sent.&lt;br /&gt;Parameters: orderHandle: Handle for the order.</wsdl:documentation>
      <wsdl:input message="tns:Order_GetIsSentSoapIn" />
      <wsdl:output message="tns:Order_GetIsSentSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Order_GetNetAmount">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the total amount for all the lines without VAT of an order (in the currency of the order).&lt;br /&gt;Parameters: orderHandle: Handle for the order.</wsdl:documentation>
      <wsdl:input message="tns:Order_GetNetAmountSoapIn" />
      <wsdl:output message="tns:Order_GetNetAmountSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Order_GetVatAmount">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the total VAT amount for all the lines of an order (in the currency of the order).&lt;br /&gt;Parameters: orderHandle: Handle for the order.</wsdl:documentation>
      <wsdl:input message="tns:Order_GetVatAmountSoapIn" />
      <wsdl:output message="tns:Order_GetVatAmountSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Order_GetGrossAmount">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the total gross amount for all the lines of an order (in the currency of the order).&lt;br /&gt;Parameters: orderHandle: Handle for the order.</wsdl:documentation>
      <wsdl:input message="tns:Order_GetGrossAmountSoapIn" />
      <wsdl:output message="tns:Order_GetGrossAmountSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Order_GetMargin">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the margin of an order (in the currency of the order).&lt;br /&gt;Parameters: orderHandle: Handle for the order.</wsdl:documentation>
      <wsdl:input message="tns:Order_GetMarginSoapIn" />
      <wsdl:output message="tns:Order_GetMarginSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Order_GetMarginAsPercent">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the margin of an order as percent.&lt;br /&gt;Parameters: orderHandle: Handle for the order.</wsdl:documentation>
      <wsdl:input message="tns:Order_GetMarginAsPercentSoapIn" />
      <wsdl:output message="tns:Order_GetMarginAsPercentSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Order_GetRoundingAmount">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the rounding amount for all lines of the order (in the currency of the order).&lt;br /&gt;Parameters: orderHandle: Handle for the order.</wsdl:documentation>
      <wsdl:input message="tns:Order_GetRoundingAmountSoapIn" />
      <wsdl:output message="tns:Order_GetRoundingAmountSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Order_GetDebtorCounty">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">DEPRECATED! Gets the DebtorCounty of an order. (UK only)&lt;br /&gt;Parameters: orderHandle: Handle for the order.</wsdl:documentation>
      <wsdl:input message="tns:Order_GetDebtorCountySoapIn" />
      <wsdl:output message="tns:Order_GetDebtorCountySoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Order_SetDebtorCounty">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">DEPRECATED! Sets the DebtorCounty of an order. (UK only)&lt;br /&gt;Parameters: orderHandle: Handle for the order. value: The new DebtorCounty of the order.</wsdl:documentation>
      <wsdl:input message="tns:Order_SetDebtorCountySoapIn" />
      <wsdl:output message="tns:Order_SetDebtorCountySoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Order_GetDeliveryCounty">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">DEPRECATED! Gets the DeliveryCounty of an order. (UK only)&lt;br /&gt;Parameters: orderHandle: Handle for the order.</wsdl:documentation>
      <wsdl:input message="tns:Order_GetDeliveryCountySoapIn" />
      <wsdl:output message="tns:Order_GetDeliveryCountySoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Order_SetDeliveryCounty">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">DEPRECATED! Sets the DeliveryCounty of an order. (UK only)&lt;br /&gt;Parameters: orderHandle: Handle for the order. value: The new DeliveryCounty of the order.</wsdl:documentation>
      <wsdl:input message="tns:Order_SetDeliveryCountySoapIn" />
      <wsdl:output message="tns:Order_SetDeliveryCountySoapOut" />
    </wsdl:operation>
    <wsdl:operation name="OrderLine_CreateFromData">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Creates a new order line from a data object.&lt;br /&gt;Parameters: data: The data object that specifies the properties of the new order line.</wsdl:documentation>
      <wsdl:input message="tns:OrderLine_CreateFromDataSoapIn" />
      <wsdl:output message="tns:OrderLine_CreateFromDataSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="OrderLine_CreateFromDataArray">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Creates new order lines from data objects.&lt;br /&gt;Parameters: dataArray: The array of data objects that specifies the properties of the new order lines.</wsdl:documentation>
      <wsdl:input message="tns:OrderLine_CreateFromDataArraySoapIn" />
      <wsdl:output message="tns:OrderLine_CreateFromDataArraySoapOut" />
    </wsdl:operation>
    <wsdl:operation name="OrderLine_UpdateFromDataArray">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Update order lines from data objects.&lt;br /&gt;Parameters: dataArray: The array of data objects.</wsdl:documentation>
      <wsdl:input message="tns:OrderLine_UpdateFromDataArraySoapIn" />
      <wsdl:output message="tns:OrderLine_UpdateFromDataArraySoapOut" />
    </wsdl:operation>
    <wsdl:operation name="OrderLine_UpdateFromData">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Updates an order line from a data object.&lt;br /&gt;Parameters: data: The data object.</wsdl:documentation>
      <wsdl:input message="tns:OrderLine_UpdateFromDataSoapIn" />
      <wsdl:output message="tns:OrderLine_UpdateFromDataSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="OrderLine_GetData">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns an order line data object for a given order line.&lt;br /&gt;Parameters: entityHandle: A handle for the order line.</wsdl:documentation>
      <wsdl:input message="tns:OrderLine_GetDataSoapIn" />
      <wsdl:output message="tns:OrderLine_GetDataSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="OrderLine_GetDataArray">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns order line data objects for a given set of order line handles.&lt;br /&gt;Parameters: entityHandles: An array of the order line handles.</wsdl:documentation>
      <wsdl:input message="tns:OrderLine_GetDataArraySoapIn" />
      <wsdl:output message="tns:OrderLine_GetDataArraySoapOut" />
    </wsdl:operation>
    <wsdl:operation name="OrderLine_GetNumber">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the number of an order line.&lt;br /&gt;Parameters: orderLineHandle: Handle for the order line.</wsdl:documentation>
      <wsdl:input message="tns:OrderLine_GetNumberSoapIn" />
      <wsdl:output message="tns:OrderLine_GetNumberSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="OrderLine_GetOrder">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets a handle for the order of an order line.&lt;br /&gt;Parameters: orderLineHandle: Handle for the order line.</wsdl:documentation>
      <wsdl:input message="tns:OrderLine_GetOrderSoapIn" />
      <wsdl:output message="tns:OrderLine_GetOrderSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="OrderLine_GetDescription">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the description of an order line.&lt;br /&gt;Parameters: orderLineHandle: Handle for the order line.</wsdl:documentation>
      <wsdl:input message="tns:OrderLine_GetDescriptionSoapIn" />
      <wsdl:output message="tns:OrderLine_GetDescriptionSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="OrderLine_SetDescription">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Sets the description of an order line.&lt;br /&gt;Parameters: orderLineHandle: Handle for the order line. value: The new description of the order line.</wsdl:documentation>
      <wsdl:input message="tns:OrderLine_SetDescriptionSoapIn" />
      <wsdl:output message="tns:OrderLine_SetDescriptionSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="OrderLine_GetDeliveryDate">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the delivery date of an order line.&lt;br /&gt;Parameters: orderLineHandle: Handle for the order line.</wsdl:documentation>
      <wsdl:input message="tns:OrderLine_GetDeliveryDateSoapIn" />
      <wsdl:output message="tns:OrderLine_GetDeliveryDateSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="OrderLine_SetDeliveryDate">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Sets the delivery date of an order line.&lt;br /&gt;Parameters: orderLineHandle: Handle for the order line. value: The new delivery date of the order line.</wsdl:documentation>
      <wsdl:input message="tns:OrderLine_SetDeliveryDateSoapIn" />
      <wsdl:output message="tns:OrderLine_SetDeliveryDateSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="OrderLine_GetUnit">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets handle for primary unit of an order line.&lt;br /&gt;Parameters: orderLineHandle: Handle for the order line.</wsdl:documentation>
      <wsdl:input message="tns:OrderLine_GetUnitSoapIn" />
      <wsdl:output message="tns:OrderLine_GetUnitSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="OrderLine_SetUnit">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Sets primary unit of an order line.&lt;br /&gt;Parameters: orderLineHandle: Handle for the order line. valueHandle: Handle for new primary unit of the order line.</wsdl:documentation>
      <wsdl:input message="tns:OrderLine_SetUnitSoapIn" />
      <wsdl:output message="tns:OrderLine_SetUnitSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="OrderLine_SetProduct">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Sets product of an order line. Setting the product also sets the unit cost price to the cost price of the product. The product must be set before setting the quantity and the unit net price.&lt;br /&gt;Parameters: orderLineHandle: Handle for the order line. valueHandle: Handle for new product of the order line.</wsdl:documentation>
      <wsdl:input message="tns:OrderLine_SetProductSoapIn" />
      <wsdl:output message="tns:OrderLine_SetProductSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="OrderLine_GetProduct">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets handle for product of an order line.&lt;br /&gt;Parameters: orderLineHandle: Handle for the order line.</wsdl:documentation>
      <wsdl:input message="tns:OrderLine_GetProductSoapIn" />
      <wsdl:output message="tns:OrderLine_GetProductSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="OrderLine_GetQuantity">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets primary quantity of an order line.&lt;br /&gt;Parameters: orderLineHandle: Handle for the order line.</wsdl:documentation>
      <wsdl:input message="tns:OrderLine_GetQuantitySoapIn" />
      <wsdl:output message="tns:OrderLine_GetQuantitySoapOut" />
    </wsdl:operation>
    <wsdl:operation name="OrderLine_SetQuantity">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Sets primary quantity of an order line. The product of the order line must be set before setting this property.&lt;br /&gt;Parameters: orderLineHandle: Handle for the order line. valueHandle: Handle for primary quantity of the order line.</wsdl:documentation>
      <wsdl:input message="tns:OrderLine_SetQuantitySoapIn" />
      <wsdl:output message="tns:OrderLine_SetQuantitySoapOut" />
    </wsdl:operation>
    <wsdl:operation name="OrderLine_GetUnitNetPrice">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets price per unit without VAT of an order line (in the currency of the order).&lt;br /&gt;Parameters: orderLineHandle: Handle for the order line.</wsdl:documentation>
      <wsdl:input message="tns:OrderLine_GetUnitNetPriceSoapIn" />
      <wsdl:output message="tns:OrderLine_GetUnitNetPriceSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="OrderLine_SetUnitNetPrice">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Sets price per unit without VAT of an order line (in the currency of the order). The product of the order line must be set before setting this property.&lt;br /&gt;Parameters: orderLineHandle: Handle for the order line. value: The new price per unit without VAT of the order line.</wsdl:documentation>
      <wsdl:input message="tns:OrderLine_SetUnitNetPriceSoapIn" />
      <wsdl:output message="tns:OrderLine_SetUnitNetPriceSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="OrderLine_SetUnitCostPrice">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Sets cost price per unit on an order line. The product of the order line must be set before setting this property.&lt;br /&gt;Parameters: orderLineHandle: Handle for the order line. value: The new cost price per unit.</wsdl:documentation>
      <wsdl:input message="tns:OrderLine_SetUnitCostPriceSoapIn" />
      <wsdl:output message="tns:OrderLine_SetUnitCostPriceSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="OrderLine_GetDiscountAsPercent">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets discount of an order line as percent.&lt;br /&gt;Parameters: orderLineHandle: Handle for the order line.</wsdl:documentation>
      <wsdl:input message="tns:OrderLine_GetDiscountAsPercentSoapIn" />
      <wsdl:output message="tns:OrderLine_GetDiscountAsPercentSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="OrderLine_SetDiscountAsPercent">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Sets discount of an order line as percent.&lt;br /&gt;Parameters: orderLineHandle: Handle for the order line. value: The new discount as percent of the order line.</wsdl:documentation>
      <wsdl:input message="tns:OrderLine_SetDiscountAsPercentSoapIn" />
      <wsdl:output message="tns:OrderLine_SetDiscountAsPercentSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="OrderLine_GetUnitCostPrice">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the cost price per unit witout VAT of an order line (in the default currency).&lt;br /&gt;Parameters: orderLineHandle: Handle for the order line.</wsdl:documentation>
      <wsdl:input message="tns:OrderLine_GetUnitCostPriceSoapIn" />
      <wsdl:output message="tns:OrderLine_GetUnitCostPriceSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="OrderLine_GetTotalNetAmount">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the total amount without VAT of an order line (in the currency of the order).&lt;br /&gt;Parameters: orderLineHandle: Handle for the order line.</wsdl:documentation>
      <wsdl:input message="tns:OrderLine_GetTotalNetAmountSoapIn" />
      <wsdl:output message="tns:OrderLine_GetTotalNetAmountSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="OrderLine_GetTotalMargin">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the margin of an order line (in the currency of the order).&lt;br /&gt;Parameters: orderLineHandle: Handle for the order line.</wsdl:documentation>
      <wsdl:input message="tns:OrderLine_GetTotalMarginSoapIn" />
      <wsdl:output message="tns:OrderLine_GetTotalMarginSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="OrderLine_GetMarginAsPercent">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the margin as percent of an order line.&lt;br /&gt;Parameters: orderLineHandle: Handle for the order line.</wsdl:documentation>
      <wsdl:input message="tns:OrderLine_GetMarginAsPercentSoapIn" />
      <wsdl:output message="tns:OrderLine_GetMarginAsPercentSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="OrderLine_GetDepartment">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets a handle for the department of an order line. The department is only accessible when there is access to the Dimension add-on module.&lt;br /&gt;Parameters: orderLineHandle: Handle for the order line.</wsdl:documentation>
      <wsdl:input message="tns:OrderLine_GetDepartmentSoapIn" />
      <wsdl:output message="tns:OrderLine_GetDepartmentSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="OrderLine_SetDepartment">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Sets the department of an order line. The department is only accessible when there is access to the Dimension add-on module. The department cannot be set when the distribution key is set.&lt;br /&gt;Parameters: orderLineHandle: Handle for the order line. value: Handle for the new department of the order line.</wsdl:documentation>
      <wsdl:input message="tns:OrderLine_SetDepartmentSoapIn" />
      <wsdl:output message="tns:OrderLine_SetDepartmentSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="OrderLine_SetDistributionKey">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Sets the distribution key of an order line. The distribution key is only accessible when there is access to the Dimension add-on module. The distribution key cannot be set when the department is set.&lt;br /&gt;Parameters: orderLineHandle: Handle for the order line. value: Handle for the new distribution key of the order line.</wsdl:documentation>
      <wsdl:input message="tns:OrderLine_SetDistributionKeySoapIn" />
      <wsdl:output message="tns:OrderLine_SetDistributionKeySoapOut" />
    </wsdl:operation>
    <wsdl:operation name="OrderLine_GetDistributionKey">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets a handle for the distribution key of an order line. The distribution key is only accessible when there is access to the Dimension add-on module.&lt;br /&gt;Parameters: orderLineHandle: Handle for the order line.</wsdl:documentation>
      <wsdl:input message="tns:OrderLine_GetDistributionKeySoapIn" />
      <wsdl:output message="tns:OrderLine_GetDistributionKeySoapOut" />
    </wsdl:operation>
    <wsdl:operation name="OrderLine_Create">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Creates a new order line.&lt;br /&gt;Parameters: orderHandle: Handle for a order.</wsdl:documentation>
      <wsdl:input message="tns:OrderLine_CreateSoapIn" />
      <wsdl:output message="tns:OrderLine_CreateSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="OrderLine_GetAll">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns handles for all order lines.</wsdl:documentation>
      <wsdl:input message="tns:OrderLine_GetAllSoapIn" />
      <wsdl:output message="tns:OrderLine_GetAllSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="OrderLine_FindByProduct">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns handles for order lines that uses a given product.&lt;br /&gt;Parameters: product: The product to search for.</wsdl:documentation>
      <wsdl:input message="tns:OrderLine_FindByProductSoapIn" />
      <wsdl:output message="tns:OrderLine_FindByProductSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="OrderLine_FindByProductList">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns handles for order lines that uses a given set of products.&lt;br /&gt;Parameters: products: The products to search for.</wsdl:documentation>
      <wsdl:input message="tns:OrderLine_FindByProductListSoapIn" />
      <wsdl:output message="tns:OrderLine_FindByProductListSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="OrderLine_Delete">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Deletes an order line.&lt;br /&gt;Parameters: orderLineHandle: Handle for the order line.</wsdl:documentation>
      <wsdl:input message="tns:OrderLine_DeleteSoapIn" />
      <wsdl:output message="tns:OrderLine_DeleteSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="PriceGroup_CreateFromData">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Creates a new PriceGroup from a data object.&lt;br /&gt;Parameters: data: The data object that specifies the properties of the new PriceGroup.</wsdl:documentation>
      <wsdl:input message="tns:PriceGroup_CreateFromDataSoapIn" />
      <wsdl:output message="tns:PriceGroup_CreateFromDataSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="PriceGroup_CreateFromDataArray">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Creates new PriceGroups from data objects.&lt;br /&gt;Parameters: dataArray: The array of data objects that specifies the properties of the new PriceGroups.</wsdl:documentation>
      <wsdl:input message="tns:PriceGroup_CreateFromDataArraySoapIn" />
      <wsdl:output message="tns:PriceGroup_CreateFromDataArraySoapOut" />
    </wsdl:operation>
    <wsdl:operation name="PriceGroup_UpdateFromDataArray">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Update PriceGroups from data objects.&lt;br /&gt;Parameters: dataArray: The array of data objects.</wsdl:documentation>
      <wsdl:input message="tns:PriceGroup_UpdateFromDataArraySoapIn" />
      <wsdl:output message="tns:PriceGroup_UpdateFromDataArraySoapOut" />
    </wsdl:operation>
    <wsdl:operation name="PriceGroup_UpdateFromData">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Updates a PriceGroup from a data object.&lt;br /&gt;Parameters: data: The data object.</wsdl:documentation>
      <wsdl:input message="tns:PriceGroup_UpdateFromDataSoapIn" />
      <wsdl:output message="tns:PriceGroup_UpdateFromDataSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="PriceGroup_GetData">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns an PriceGroup data object for a given PriceGroup.&lt;br /&gt;Parameters: entityHandle: A handle for the PriceGroup.</wsdl:documentation>
      <wsdl:input message="tns:PriceGroup_GetDataSoapIn" />
      <wsdl:output message="tns:PriceGroup_GetDataSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="PriceGroup_GetDataArray">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns PriceGroup data objects for a given set of PriceGroup handles.&lt;br /&gt;Parameters: entityHandles: An array of the PriceGroup handles.</wsdl:documentation>
      <wsdl:input message="tns:PriceGroup_GetDataArraySoapIn" />
      <wsdl:output message="tns:PriceGroup_GetDataArraySoapOut" />
    </wsdl:operation>
    <wsdl:operation name="PriceGroup_Create">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Creates a new PriceGroup.&lt;br /&gt;Parameters: name: The name of the new PriceGroup.</wsdl:documentation>
      <wsdl:input message="tns:PriceGroup_CreateSoapIn" />
      <wsdl:output message="tns:PriceGroup_CreateSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="PriceGroup_GetNumber">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the number of a price group.&lt;br /&gt;Parameters: PriceGroupHandle: Handle for the price group.</wsdl:documentation>
      <wsdl:input message="tns:PriceGroup_GetNumberSoapIn" />
      <wsdl:output message="tns:PriceGroup_GetNumberSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="PriceGroup_GetName">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the name of a price group.&lt;br /&gt;Parameters: priceGroupHandle: Handle for the price group.</wsdl:documentation>
      <wsdl:input message="tns:PriceGroup_GetNameSoapIn" />
      <wsdl:output message="tns:PriceGroup_GetNameSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="PriceGroup_SetName">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Sets the name of a price group.&lt;br /&gt;Parameters: priceGroupHandle: Handle for the price group. value: The new name of the price group.</wsdl:documentation>
      <wsdl:input message="tns:PriceGroup_SetNameSoapIn" />
      <wsdl:output message="tns:PriceGroup_SetNameSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="PriceGroup_GetAll">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Return handles for all price groups.</wsdl:documentation>
      <wsdl:input message="tns:PriceGroup_GetAllSoapIn" />
      <wsdl:output message="tns:PriceGroup_GetAllSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="PriceGroup_FindByNumber">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns a handle for the price group with the given number.&lt;br /&gt;Parameters: number: The number to search for.</wsdl:documentation>
      <wsdl:input message="tns:PriceGroup_FindByNumberSoapIn" />
      <wsdl:output message="tns:PriceGroup_FindByNumberSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="PriceGroup_FindByNumberList">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns an array with handles for price groups corresponding to the given price group numbers. If a price group with a given number does not exist or if no number is given then the array contains nothing at that index.&lt;br /&gt;Parameters: numbers: The numbers to search for.</wsdl:documentation>
      <wsdl:input message="tns:PriceGroup_FindByNumberListSoapIn" />
      <wsdl:output message="tns:PriceGroup_FindByNumberListSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="MileageEntry_GetData">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns a mileage entry data object for a given mileage entry.&lt;br /&gt;Parameters: entityHandle: A handle for the mileage entry.</wsdl:documentation>
      <wsdl:input message="tns:MileageEntry_GetDataSoapIn" />
      <wsdl:output message="tns:MileageEntry_GetDataSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="MileageEntry_GetDataArray">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns mileage entries data objects for a given set of mileage entry handles.&lt;br /&gt;Parameters: entityHandles: An array of the mileage entries handles.</wsdl:documentation>
      <wsdl:input message="tns:MileageEntry_GetDataArraySoapIn" />
      <wsdl:output message="tns:MileageEntry_GetDataArraySoapOut" />
    </wsdl:operation>
    <wsdl:operation name="MileageEntry_Create">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Creates a new mileage entry.&lt;br /&gt;Parameters: project: The project of the new mileage entry. activity: The activity of the new mileage entry. employee: The employee of the new mileage entry. date: The date of the new mileage entry. text: The text of the new mileage entry. numberOfHours: The number of hours of the new mileage entry.</wsdl:documentation>
      <wsdl:input message="tns:MileageEntry_CreateSoapIn" />
      <wsdl:output message="tns:MileageEntry_CreateSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="MileageEntry_GetAll">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns handles for all mileage entries.</wsdl:documentation>
      <wsdl:input message="tns:MileageEntry_GetAllSoapIn" />
      <wsdl:output message="tns:MileageEntry_GetAllSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="MileageEntry_Delete">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Deletes a mileage entry.&lt;br /&gt;Parameters: mileageEntryHandle: Handle for the mileage entry.</wsdl:documentation>
      <wsdl:input message="tns:MileageEntry_DeleteSoapIn" />
      <wsdl:output message="tns:MileageEntry_DeleteSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="MileageEntry_GetId">
      <wsdl:input message="tns:MileageEntry_GetIdSoapIn" />
      <wsdl:output message="tns:MileageEntry_GetIdSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="MileageEntry_GetProject">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets handle for the project of a mileage entry.&lt;br /&gt;Parameters: mileageEntryHandle: Handle for the mileage entry.</wsdl:documentation>
      <wsdl:input message="tns:MileageEntry_GetProjectSoapIn" />
      <wsdl:output message="tns:MileageEntry_GetProjectSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="MileageEntry_SetProject">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Sets the project of a mileage entry.&lt;br /&gt;Parameters: mileageEntryHandle: Handle for the mileage entry. value: new project value.</wsdl:documentation>
      <wsdl:input message="tns:MileageEntry_SetProjectSoapIn" />
      <wsdl:output message="tns:MileageEntry_SetProjectSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="MileageEntry_GetEmployee">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets a handle for the employee of a mileage entry.&lt;br /&gt;Parameters: mileageEntryHandle: Handle for the mileage entry.</wsdl:documentation>
      <wsdl:input message="tns:MileageEntry_GetEmployeeSoapIn" />
      <wsdl:output message="tns:MileageEntry_GetEmployeeSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="MileageEntry_SetEmployee">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Sets the employee of a mileage entry.&lt;br /&gt;Parameters: mileageEntryHandle: Handle for the mileage entry. value: new employee value.</wsdl:documentation>
      <wsdl:input message="tns:MileageEntry_SetEmployeeSoapIn" />
      <wsdl:output message="tns:MileageEntry_SetEmployeeSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="MileageEntry_GetDate">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the date of a mileage entry.&lt;br /&gt;Parameters: mileageEntryHandle: Handle for the mileage entry.</wsdl:documentation>
      <wsdl:input message="tns:MileageEntry_GetDateSoapIn" />
      <wsdl:output message="tns:MileageEntry_GetDateSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="MileageEntry_GetSalesPrice">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the sales price of the mileage entry.&lt;br /&gt;Parameters: mileageEntryHandle: Handle for the mileage entry.</wsdl:documentation>
      <wsdl:input message="tns:MileageEntry_GetSalesPriceSoapIn" />
      <wsdl:output message="tns:MileageEntry_GetSalesPriceSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="MileageEntry_GetCostPrice">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the cost price of the mileage entry.&lt;br /&gt;Parameters: mileageEntryHandle: Handle for the mileage entry.</wsdl:documentation>
      <wsdl:input message="tns:MileageEntry_GetCostPriceSoapIn" />
      <wsdl:output message="tns:MileageEntry_GetCostPriceSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="MileageEntry_GetCostRate">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the cost rate used by a mileage entry.&lt;br /&gt;Parameters: mileageEntryHandle: Handle for the mileage entry.</wsdl:documentation>
      <wsdl:input message="tns:MileageEntry_GetCostRateSoapIn" />
      <wsdl:output message="tns:MileageEntry_GetCostRateSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="MileageEntry_GetSalesRate">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the sales rate used by a mileage entry.&lt;br /&gt;Parameters: mileageEntryHandle: Handle for the mileage entry.</wsdl:documentation>
      <wsdl:input message="tns:MileageEntry_GetSalesRateSoapIn" />
      <wsdl:output message="tns:MileageEntry_GetSalesRateSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="MileageEntry_SetDate">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Sets the date of a mileage entry.&lt;br /&gt;Parameters: mileageEntryHandle: Handle for the mileage entry. value: new date value.</wsdl:documentation>
      <wsdl:input message="tns:MileageEntry_SetDateSoapIn" />
      <wsdl:output message="tns:MileageEntry_SetDateSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="MileageEntry_GetStartLocation">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the start location of a mileage entry.&lt;br /&gt;Parameters: mileageEntryHandle: Handle for the mileage entry.</wsdl:documentation>
      <wsdl:input message="tns:MileageEntry_GetStartLocationSoapIn" />
      <wsdl:output message="tns:MileageEntry_GetStartLocationSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="MileageEntry_SetStartLocation">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Sets the start location of a mileage entry.&lt;br /&gt;Parameters: mileageEntryHandle: Handle for the mileage entry. value: new start location value.</wsdl:documentation>
      <wsdl:input message="tns:MileageEntry_SetStartLocationSoapIn" />
      <wsdl:output message="tns:MileageEntry_SetStartLocationSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="MileageEntry_GetEndLocation">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the end location of a mileage entry.&lt;br /&gt;Parameters: mileageEntryHandle: Handle for the mileage entry.</wsdl:documentation>
      <wsdl:input message="tns:MileageEntry_GetEndLocationSoapIn" />
      <wsdl:output message="tns:MileageEntry_GetEndLocationSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="MileageEntry_SetEndLocation">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Sets the end location of a mileage entry.&lt;br /&gt;Parameters: mileageEntryHandle: Handle for the mileage entry. value: new end location value.</wsdl:documentation>
      <wsdl:input message="tns:MileageEntry_SetEndLocationSoapIn" />
      <wsdl:output message="tns:MileageEntry_SetEndLocationSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="MileageEntry_GetDistance">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the distance of a mileage entry.&lt;br /&gt;Parameters: mileageEntryHandle: Handle for the mileage entry.</wsdl:documentation>
      <wsdl:input message="tns:MileageEntry_GetDistanceSoapIn" />
      <wsdl:output message="tns:MileageEntry_GetDistanceSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="MileageEntry_SetDistance">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Sets the distance of a mileage entry.&lt;br /&gt;Parameters: mileageEntryHandle: Handle for the mileage entry. value: new distance value.</wsdl:documentation>
      <wsdl:input message="tns:MileageEntry_SetDistanceSoapIn" />
      <wsdl:output message="tns:MileageEntry_SetDistanceSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="MileageEntry_GetApproved">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets whether the mileage entry is approved.&lt;br /&gt;Parameters: mileageEntryHandle: Handle for the mileage entry.</wsdl:documentation>
      <wsdl:input message="tns:MileageEntry_GetApprovedSoapIn" />
      <wsdl:output message="tns:MileageEntry_GetApprovedSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="MileageEntry_ApproveEntries">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Approves the given entries.&lt;br /&gt;Parameters: mileageEntryHandles: Handles for the mileage entries.</wsdl:documentation>
      <wsdl:input message="tns:MileageEntry_ApproveEntriesSoapIn" />
      <wsdl:output message="tns:MileageEntry_ApproveEntriesSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Order_CreateFromData">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Creates a new order from a data object.&lt;br /&gt;Parameters: data: The data object that specifies the properties of the new order.</wsdl:documentation>
      <wsdl:input message="tns:Order_CreateFromDataSoapIn" />
      <wsdl:output message="tns:Order_CreateFromDataSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Order_CreateFromDataArray">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Creates new orders from data objects.&lt;br /&gt;Parameters: dataArray: The array of data objects that specifies the properties of the new orders.</wsdl:documentation>
      <wsdl:input message="tns:Order_CreateFromDataArraySoapIn" />
      <wsdl:output message="tns:Order_CreateFromDataArraySoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Order_UpdateFromDataArray">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Update orders from data objects.&lt;br /&gt;Parameters: dataArray: The array of data objects.</wsdl:documentation>
      <wsdl:input message="tns:Order_UpdateFromDataArraySoapIn" />
      <wsdl:output message="tns:Order_UpdateFromDataArraySoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Order_UpdateFromData">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Updates an order from a data object.&lt;br /&gt;Parameters: data: The data object.</wsdl:documentation>
      <wsdl:input message="tns:Order_UpdateFromDataSoapIn" />
      <wsdl:output message="tns:Order_UpdateFromDataSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Order_GetData">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns an order data object for a given order.&lt;br /&gt;Parameters: entityHandle: A handle for the order.</wsdl:documentation>
      <wsdl:input message="tns:Order_GetDataSoapIn" />
      <wsdl:output message="tns:Order_GetDataSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Order_GetDataArray">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns order data objects for a given set of order handles.&lt;br /&gt;Parameters: entityHandles: An array of the order handles.</wsdl:documentation>
      <wsdl:input message="tns:Order_GetDataArraySoapIn" />
      <wsdl:output message="tns:Order_GetDataArraySoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Order_Create">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Creates a new order. The debtor properties of the new order are set to those of the debtor.&lt;br /&gt;Parameters: Handle for the debtr of the new order.</wsdl:documentation>
      <wsdl:input message="tns:Order_CreateSoapIn" />
      <wsdl:output message="tns:Order_CreateSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Order_GetPdf">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets an order as a PDF-file.&lt;br /&gt;Parameters: orderHandle: Handle for the order.</wsdl:documentation>
      <wsdl:input message="tns:Order_GetPdfSoapIn" />
      <wsdl:output message="tns:Order_GetPdfSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Order_GetAll">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns handles for all orders.</wsdl:documentation>
      <wsdl:input message="tns:Order_GetAllSoapIn" />
      <wsdl:output message="tns:Order_GetAllSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Order_GetAllCurrent">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns handles for all current orders.</wsdl:documentation>
      <wsdl:input message="tns:Order_GetAllCurrentSoapIn" />
      <wsdl:output message="tns:Order_GetAllCurrentSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Order_FindByOtherReference">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns handles for the orders with a given other reference.&lt;br /&gt;Parameters: otherReference: The other reference to search for.</wsdl:documentation>
      <wsdl:input message="tns:Order_FindByOtherReferenceSoapIn" />
      <wsdl:output message="tns:Order_FindByOtherReferenceSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Order_FindByNumber">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns a handle for the order with a given number.&lt;br /&gt;Parameters: number: The number to search for.</wsdl:documentation>
      <wsdl:input message="tns:Order_FindByNumberSoapIn" />
      <wsdl:output message="tns:Order_FindByNumberSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Order_FindByNumberInterval">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns an array with handles for the orders with numbers in the given interval.&lt;br /&gt;Parameters: minNumber: The start of the interval. maxNumber: The end of the interval.</wsdl:documentation>
      <wsdl:input message="tns:Order_FindByNumberIntervalSoapIn" />
      <wsdl:output message="tns:Order_FindByNumberIntervalSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Order_FindByDateInterval">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns handles for orders in a given interval of days.&lt;br /&gt;Parameters: first: First day in interval. last: Last day in interval.</wsdl:documentation>
      <wsdl:input message="tns:Order_FindByDateIntervalSoapIn" />
      <wsdl:output message="tns:Order_FindByDateIntervalSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Order_GetAllUpdated">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Return handles for all orders from date. FromDate is based on CET.</wsdl:documentation>
      <wsdl:input message="tns:Order_GetAllUpdatedSoapIn" />
      <wsdl:output message="tns:Order_GetAllUpdatedSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Order_GetLines">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets handles for lines of an order.&lt;br /&gt;Parameters: orderHandle: Handle for the order.</wsdl:documentation>
      <wsdl:input message="tns:Order_GetLinesSoapIn" />
      <wsdl:output message="tns:Order_GetLinesSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Order_RegisterAsSent">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Registers an order as sent.&lt;br /&gt;Parameters: orderHandle: Handle for the order.</wsdl:documentation>
      <wsdl:input message="tns:Order_RegisterAsSentSoapIn" />
      <wsdl:output message="tns:Order_RegisterAsSentSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Order_CancelSentStatus">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Cancels sent status of an order.&lt;br /&gt;Parameters: orderHandle: Handle for the order.</wsdl:documentation>
      <wsdl:input message="tns:Order_CancelSentStatusSoapIn" />
      <wsdl:output message="tns:Order_CancelSentStatusSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Order_UpgradeToInvoice">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Upgrades an order to a current invoice.&lt;br /&gt;Parameters: orderHandle: Handle for the order.</wsdl:documentation>
      <wsdl:input message="tns:Order_UpgradeToInvoiceSoapIn" />
      <wsdl:output message="tns:Order_UpgradeToInvoiceSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Order_Delete">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Deletes an order.&lt;br /&gt;Parameters: orderHandle: Handle for the order.</wsdl:documentation>
      <wsdl:input message="tns:Order_DeleteSoapIn" />
      <wsdl:output message="tns:Order_DeleteSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Order_GetDebtor">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets a handle for the debtor of the order.&lt;br /&gt;Parameters: orderHandle: Handle for the order.</wsdl:documentation>
      <wsdl:input message="tns:Order_GetDebtorSoapIn" />
      <wsdl:output message="tns:Order_GetDebtorSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Order_SetDebtor">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Sets a handle for the debtor of the order.&lt;br /&gt;Parameters: orderHandle: Handle for the order. valueHandle: Handle for the new debtor of the order.</wsdl:documentation>
      <wsdl:input message="tns:Order_SetDebtorSoapIn" />
      <wsdl:output message="tns:Order_SetDebtorSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Order_GetNumber">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the number of an order.&lt;br /&gt;Parameters: orderHandle: Handle for the order.</wsdl:documentation>
      <wsdl:input message="tns:Order_GetNumberSoapIn" />
      <wsdl:output message="tns:Order_GetNumberSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Order_GetDebtorName">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the debtor number of an order.&lt;br /&gt;Parameters: orderHandle: Handle for the order.</wsdl:documentation>
      <wsdl:input message="tns:Order_GetDebtorNameSoapIn" />
      <wsdl:output message="tns:Order_GetDebtorNameSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Order_SetDebtorName">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Sets the debtor number of an order.&lt;br /&gt;Parameters: orderHandle: Handle for the order. value: The new debtor number of the order.</wsdl:documentation>
      <wsdl:input message="tns:Order_SetDebtorNameSoapIn" />
      <wsdl:output message="tns:Order_SetDebtorNameSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Order_GetDebtorAddress">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the debtor address of an order.&lt;br /&gt;Parameters: orderHandle: Handle for the order.</wsdl:documentation>
      <wsdl:input message="tns:Order_GetDebtorAddressSoapIn" />
      <wsdl:output message="tns:Order_GetDebtorAddressSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Order_SetDebtorAddress">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Sets the debtor address of an order.&lt;br /&gt;Parameters: orderHandle: Handle for the order. value: The new debtor address of the order.</wsdl:documentation>
      <wsdl:input message="tns:Order_SetDebtorAddressSoapIn" />
      <wsdl:output message="tns:Order_SetDebtorAddressSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Order_GetDebtorPostalCode">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the debtor postal code of an order.&lt;br /&gt;Parameters: orderHandle: Handle for the order.</wsdl:documentation>
      <wsdl:input message="tns:Order_GetDebtorPostalCodeSoapIn" />
      <wsdl:output message="tns:Order_GetDebtorPostalCodeSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Order_SetDebtorPostalCode">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Sets the debtor postal code of an order.&lt;br /&gt;Parameters: orderHandle: Handle for the order. value: The new debtor postal code of the order.</wsdl:documentation>
      <wsdl:input message="tns:Order_SetDebtorPostalCodeSoapIn" />
      <wsdl:output message="tns:Order_SetDebtorPostalCodeSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Order_GetDebtorCity">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the debtor city of an order.&lt;br /&gt;Parameters: orderHandle: Handle for the order.</wsdl:documentation>
      <wsdl:input message="tns:Order_GetDebtorCitySoapIn" />
      <wsdl:output message="tns:Order_GetDebtorCitySoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Order_SetDebtorCity">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Sets the debtor city of an order.&lt;br /&gt;Parameters: orderHandle: Handle for the order. value: The new debtor city of the order.</wsdl:documentation>
      <wsdl:input message="tns:Order_SetDebtorCitySoapIn" />
      <wsdl:output message="tns:Order_SetDebtorCitySoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Order_GetDebtorCountry">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the debtor country of an order.&lt;br /&gt;Parameters: orderHandle: Handle for the order.</wsdl:documentation>
      <wsdl:input message="tns:Order_GetDebtorCountrySoapIn" />
      <wsdl:output message="tns:Order_GetDebtorCountrySoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Order_SetDebtorCountry">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Sets the debtor country of an order.&lt;br /&gt;Parameters: orderHandle: Handle for the order. value: The new debtor country of the order.</wsdl:documentation>
      <wsdl:input message="tns:Order_SetDebtorCountrySoapIn" />
      <wsdl:output message="tns:Order_SetDebtorCountrySoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Order_GetDebtorEan">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the debtor EAN of an order.&lt;br /&gt;Parameters: orderHandle: Handle for the order.</wsdl:documentation>
      <wsdl:input message="tns:Order_GetDebtorEanSoapIn" />
      <wsdl:output message="tns:Order_GetDebtorEanSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Order_SetDebtorEan">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Sets the debtor EAN of an order.&lt;br /&gt;Parameters: orderHandle: Handle for the order. value: The new debtor EAN of the order.</wsdl:documentation>
      <wsdl:input message="tns:Order_SetDebtorEanSoapIn" />
      <wsdl:output message="tns:Order_SetDebtorEanSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Order_GetProject">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets a handle for the project related to the order.&lt;br /&gt;Parameters: orderHandle: Handle for the order.</wsdl:documentation>
      <wsdl:input message="tns:Order_GetProjectSoapIn" />
      <wsdl:output message="tns:Order_GetProjectSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Order_SetProject">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Sets a handle for the project related to the order.&lt;br /&gt;Parameters: orderHandle: Handle for the order. projectHandle: handle for the project.</wsdl:documentation>
      <wsdl:input message="tns:Order_SetProjectSoapIn" />
      <wsdl:output message="tns:Order_SetProjectSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Order_GetPublicEntryNumber">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the public entry numer of an order.&lt;br /&gt;Parameters: orderHandle: Handle for the order.</wsdl:documentation>
      <wsdl:input message="tns:Order_GetPublicEntryNumberSoapIn" />
      <wsdl:output message="tns:Order_GetPublicEntryNumberSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Order_SetPublicEntryNumber">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Sets the public entry number of an order.&lt;br /&gt;Parameters: orderHandle: Handle for the order. value: The new public entry number of the order.</wsdl:documentation>
      <wsdl:input message="tns:Order_SetPublicEntryNumberSoapIn" />
      <wsdl:output message="tns:Order_SetPublicEntryNumberSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Order_GetAttention">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets a handle for the attention of an order.&lt;br /&gt;Parameters: orderHandle: Handle for the order.</wsdl:documentation>
      <wsdl:input message="tns:Order_GetAttentionSoapIn" />
      <wsdl:output message="tns:Order_GetAttentionSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Order_SetAttention">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Sets the attention of an order.&lt;br /&gt;Parameters: orderHandle: Handle for the order. valueHandle: Handle for new attention of the order.</wsdl:documentation>
      <wsdl:input message="tns:Order_SetAttentionSoapIn" />
      <wsdl:output message="tns:Order_SetAttentionSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Order_GetYourReference">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets a handle for the attention of the debtor of an order.&lt;br /&gt;Parameters: orderHandle: Handle for the order.</wsdl:documentation>
      <wsdl:input message="tns:Order_GetYourReferenceSoapIn" />
      <wsdl:output message="tns:Order_GetYourReferenceSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Order_SetYourReference">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Sets the attention for the debtor of an order.&lt;br /&gt;Parameters: orderHandle: Handle for the order. valueHandle: Handle for the new reference for the debtor.</wsdl:documentation>
      <wsdl:input message="tns:Order_SetYourReferenceSoapIn" />
      <wsdl:output message="tns:Order_SetYourReferenceSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Order_GetOurReference">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets a handle for the primary reference of the creditor of an order.&lt;br /&gt;Parameters: orderHandle: Handle for the order.</wsdl:documentation>
      <wsdl:input message="tns:Order_GetOurReferenceSoapIn" />
      <wsdl:output message="tns:Order_GetOurReferenceSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Order_SetOurReference">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Sets the primary reference of the creditor of an order.&lt;br /&gt;Parameters: orderHandle: Handle for the order. valueHandle: Handle for new primary reference of the creditor of the order.</wsdl:documentation>
      <wsdl:input message="tns:Order_SetOurReferenceSoapIn" />
      <wsdl:output message="tns:Order_SetOurReferenceSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Order_GetOurReference2">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets a handle for the secondary reference of the creditor of an order.&lt;br /&gt;Parameters: orderHandle: Handle for the order.</wsdl:documentation>
      <wsdl:input message="tns:Order_GetOurReference2SoapIn" />
      <wsdl:output message="tns:Order_GetOurReference2SoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Order_SetOurReference2">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Sets the secondary reference of the creditor of an order.&lt;br /&gt;Parameters: orderHandle: Handle for the order. valueHandle: Handle for new secondary reference of the creditor of the order.</wsdl:documentation>
      <wsdl:input message="tns:Order_SetOurReference2SoapIn" />
      <wsdl:output message="tns:Order_SetOurReference2SoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Order_GetDate">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the date of an order.&lt;br /&gt;Parameters: orderHandle: Handle for the order.</wsdl:documentation>
      <wsdl:input message="tns:Order_GetDateSoapIn" />
      <wsdl:output message="tns:Order_GetDateSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Order_SetDate">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Sets the date of an order. The due date is calculated accordingly as specified by the term of payment.&lt;br /&gt;Parameters: orderHandle: Handle for the order. value: The new date of the order.</wsdl:documentation>
      <wsdl:input message="tns:Order_SetDateSoapIn" />
      <wsdl:output message="tns:Order_SetDateSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Order_GetTermOfPayment">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets a handle for the term of payment of an order.&lt;br /&gt;Parameters: orderHandle: Handle for the order.</wsdl:documentation>
      <wsdl:input message="tns:Order_GetTermOfPaymentSoapIn" />
      <wsdl:output message="tns:Order_GetTermOfPaymentSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Order_SetTermOfPayment">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Sets the term of payment of an order. The due date is calculated accordingly.&lt;br /&gt;Parameters: orderHandle: Handle for the order. valueHandle: Handle for new term of payment of the order.</wsdl:documentation>
      <wsdl:input message="tns:Order_SetTermOfPaymentSoapIn" />
      <wsdl:output message="tns:Order_SetTermOfPaymentSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Order_GetDueDate">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the due date of an order.&lt;br /&gt;Parameters: orderHandle: Handle for the order.</wsdl:documentation>
      <wsdl:input message="tns:Order_GetDueDateSoapIn" />
      <wsdl:output message="tns:Order_GetDueDateSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Order_SetDueDate">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Sets the due date of an order. It is only allowed to set the due date to an actual date when the type of TermOfPayment is set to DueDate.&lt;br /&gt;Parameters: orderHandle: Handle for the order. value: The new due date of the order.</wsdl:documentation>
      <wsdl:input message="tns:Order_SetDueDateSoapIn" />
      <wsdl:output message="tns:Order_SetDueDateSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Order_GetCurrency">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets a handle for the currency of an order.&lt;br /&gt;Parameters: orderHandle: Handle for the order.</wsdl:documentation>
      <wsdl:input message="tns:Order_GetCurrencySoapIn" />
      <wsdl:output message="tns:Order_GetCurrencySoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Order_SetCurrency">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Sets the currency of an order. The value may not be null.&lt;br /&gt;Parameters: orderHandle: Handle for the order. valueHandle: Handle for new currency of the order.</wsdl:documentation>
      <wsdl:input message="tns:Order_SetCurrencySoapIn" />
      <wsdl:output message="tns:Order_SetCurrencySoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Order_GetExchangeRate">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the exchange rate of an order.&lt;br /&gt;Parameters: orderHandle: Handle for the order.</wsdl:documentation>
      <wsdl:input message="tns:Order_GetExchangeRateSoapIn" />
      <wsdl:output message="tns:Order_GetExchangeRateSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Order_SetExchangeRate">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Sets the exchange rate of an order. The values on the lines are not updated when setting this property.&lt;br /&gt;Parameters: orderHandle: Handle for the order. value: The new exchange of the order.</wsdl:documentation>
      <wsdl:input message="tns:Order_SetExchangeRateSoapIn" />
      <wsdl:output message="tns:Order_SetExchangeRateSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Order_GetIsVatIncluded">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets whether the order has VAT included.&lt;br /&gt;Parameters: orderHandle: Handle for the order.</wsdl:documentation>
      <wsdl:input message="tns:Order_GetIsVatIncludedSoapIn" />
      <wsdl:output message="tns:Order_GetIsVatIncludedSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Order_SetIsVatIncluded">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Sets whether the order has VAT included.&lt;br /&gt;Parameters: orderHandle: Handle for the order. value: The new value indicating whether the order should include VAT.</wsdl:documentation>
      <wsdl:input message="tns:Order_SetIsVatIncludedSoapIn" />
      <wsdl:output message="tns:Order_SetIsVatIncludedSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Order_GetVatZone">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the current VAT zone of the Order.&lt;br /&gt;Parameters: orderHandle: Handle for the order.</wsdl:documentation>
      <wsdl:input message="tns:Order_GetVatZoneSoapIn" />
      <wsdl:output message="tns:Order_GetVatZoneSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Order_SetVatZone">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Sets the VAT zone of the Order.&lt;br /&gt;Parameters: orderHandle: Handle for the order. valueHandle: Handle to the new VAT zone of the Order.</wsdl:documentation>
      <wsdl:input message="tns:Order_SetVatZoneSoapIn" />
      <wsdl:output message="tns:Order_SetVatZoneSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Invoice_GetDebtorEan">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the debtor EAN for an invoice.&lt;br /&gt;Parameters: invoiceHandle: Handle for the invoice.</wsdl:documentation>
      <wsdl:input message="tns:Invoice_GetDebtorEanSoapIn" />
      <wsdl:output message="tns:Invoice_GetDebtorEanSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Invoice_GetPublicEntryNumber">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the public entry number an invoice.&lt;br /&gt;Parameters: invoiceHandle: Handle for the invoice.</wsdl:documentation>
      <wsdl:input message="tns:Invoice_GetPublicEntryNumberSoapIn" />
      <wsdl:output message="tns:Invoice_GetPublicEntryNumberSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Invoice_GetAttention">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets a handle for the attention of an invoice.&lt;br /&gt;Parameters: invoiceHandle: Handle for the invoice.</wsdl:documentation>
      <wsdl:input message="tns:Invoice_GetAttentionSoapIn" />
      <wsdl:output message="tns:Invoice_GetAttentionSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Invoice_GetYourReference">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets a handle for the reference of the debtor of an invoice.&lt;br /&gt;Parameters: invoiceHandle: Handle for the invoice.</wsdl:documentation>
      <wsdl:input message="tns:Invoice_GetYourReferenceSoapIn" />
      <wsdl:output message="tns:Invoice_GetYourReferenceSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Invoice_GetOurReference">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets a handle for the primary reference of the creditor of an invoice.&lt;br /&gt;Parameters: invoiceHandle: Handle for the invoice.</wsdl:documentation>
      <wsdl:input message="tns:Invoice_GetOurReferenceSoapIn" />
      <wsdl:output message="tns:Invoice_GetOurReferenceSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Invoice_GetOurReference2">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets a handle for the secodary reference of the creditor of an invoice.&lt;br /&gt;Parameters: invoiceHandle: Handle for the invoice.</wsdl:documentation>
      <wsdl:input message="tns:Invoice_GetOurReference2SoapIn" />
      <wsdl:output message="tns:Invoice_GetOurReference2SoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Invoice_GetTermOfPayment">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets a handle for the term of payment of an invoice.&lt;br /&gt;Parameters: invoiceHandle: Handle for the invoice.</wsdl:documentation>
      <wsdl:input message="tns:Invoice_GetTermOfPaymentSoapIn" />
      <wsdl:output message="tns:Invoice_GetTermOfPaymentSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Invoice_GetCurrency">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets a handle for the currency of an invoice.&lt;br /&gt;Parameters: invoiceHandle: Handle for the invoice.</wsdl:documentation>
      <wsdl:input message="tns:Invoice_GetCurrencySoapIn" />
      <wsdl:output message="tns:Invoice_GetCurrencySoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Invoice_GetIsVatIncluded">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets whether the invoice has VAT included.&lt;br /&gt;Parameters: invoiceHandle: Handle for the invoice.</wsdl:documentation>
      <wsdl:input message="tns:Invoice_GetIsVatIncludedSoapIn" />
      <wsdl:output message="tns:Invoice_GetIsVatIncludedSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Invoice_GetLayout">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets a handle for the layout of the invoice.&lt;br /&gt;Parameters: invoiceHandle: Handle for the invoice.</wsdl:documentation>
      <wsdl:input message="tns:Invoice_GetLayoutSoapIn" />
      <wsdl:output message="tns:Invoice_GetLayoutSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Invoice_GetDeliveryLocation">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets a handle for the delivery location of the invoice.&lt;br /&gt;Parameters: invoiceHandle: Handle for the invoice.</wsdl:documentation>
      <wsdl:input message="tns:Invoice_GetDeliveryLocationSoapIn" />
      <wsdl:output message="tns:Invoice_GetDeliveryLocationSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Invoice_GetDeliveryAddress">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the delivery address of the invoice.&lt;br /&gt;Parameters: invoiceHandle: Handle for the invoice.</wsdl:documentation>
      <wsdl:input message="tns:Invoice_GetDeliveryAddressSoapIn" />
      <wsdl:output message="tns:Invoice_GetDeliveryAddressSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Invoice_GetDeliveryPostalCode">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the delivery postal code of the invoice.&lt;br /&gt;Parameters: invoiceHandle: Handle for the invoice.</wsdl:documentation>
      <wsdl:input message="tns:Invoice_GetDeliveryPostalCodeSoapIn" />
      <wsdl:output message="tns:Invoice_GetDeliveryPostalCodeSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Invoice_GetDeliveryCity">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the delivery city of the invoice.&lt;br /&gt;Parameters: invoiceHandle: Handle for the invoice.</wsdl:documentation>
      <wsdl:input message="tns:Invoice_GetDeliveryCitySoapIn" />
      <wsdl:output message="tns:Invoice_GetDeliveryCitySoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Invoice_GetDeliveryCountry">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the delivery country of the invoice.&lt;br /&gt;Parameters: invoiceHandle: Handle for the invoice.</wsdl:documentation>
      <wsdl:input message="tns:Invoice_GetDeliveryCountrySoapIn" />
      <wsdl:output message="tns:Invoice_GetDeliveryCountrySoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Invoice_GetTermsOfDelivery">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the terms of delivery of the invoice.&lt;br /&gt;Parameters: invoiceHandle: Handle for the invoice.</wsdl:documentation>
      <wsdl:input message="tns:Invoice_GetTermsOfDeliverySoapIn" />
      <wsdl:output message="tns:Invoice_GetTermsOfDeliverySoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Invoice_GetDeliveryDate">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the delivery date of the invoice.&lt;br /&gt;Parameters: invoiceHandle: Handle for the invoice.</wsdl:documentation>
      <wsdl:input message="tns:Invoice_GetDeliveryDateSoapIn" />
      <wsdl:output message="tns:Invoice_GetDeliveryDateSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Invoice_GetDate">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the date of the invoice.&lt;br /&gt;Parameters: invoiceHandle: Handle for the invoice.</wsdl:documentation>
      <wsdl:input message="tns:Invoice_GetDateSoapIn" />
      <wsdl:output message="tns:Invoice_GetDateSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Invoice_GetDueDate">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the due date of the invoice.&lt;br /&gt;Parameters: invoiceHandle: Handle for the invoice.</wsdl:documentation>
      <wsdl:input message="tns:Invoice_GetDueDateSoapIn" />
      <wsdl:output message="tns:Invoice_GetDueDateSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Invoice_GetHeading">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the heading of the invoice.&lt;br /&gt;Parameters: invoiceHandle: Handle for the invoice.</wsdl:documentation>
      <wsdl:input message="tns:Invoice_GetHeadingSoapIn" />
      <wsdl:output message="tns:Invoice_GetHeadingSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Invoice_GetTextLine1">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the primary line of text of the invoice.&lt;br /&gt;Parameters: invoiceHandle: Handle for the invoice.</wsdl:documentation>
      <wsdl:input message="tns:Invoice_GetTextLine1SoapIn" />
      <wsdl:output message="tns:Invoice_GetTextLine1SoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Invoice_GetTextLine2">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the secondary line of text of the invoice.&lt;br /&gt;Parameters: invoiceHandle: Handle for the invoice.</wsdl:documentation>
      <wsdl:input message="tns:Invoice_GetTextLine2SoapIn" />
      <wsdl:output message="tns:Invoice_GetTextLine2SoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Invoice_GetOtherReference">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the other reference of the invoice.&lt;br /&gt;Parameters: invoiceHandle: Handle for the invoice.</wsdl:documentation>
      <wsdl:input message="tns:Invoice_GetOtherReferenceSoapIn" />
      <wsdl:output message="tns:Invoice_GetOtherReferenceSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Invoice_GetOrderNumber">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the order number of the invoice.&lt;br /&gt;Parameters: invoiceHandle: Handle for the invoice.</wsdl:documentation>
      <wsdl:input message="tns:Invoice_GetOrderNumberSoapIn" />
      <wsdl:output message="tns:Invoice_GetOrderNumberSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Invoice_GetNetAmount">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the total amount for all lines without VAT of the invoice (in the currency of the invoice).&lt;br /&gt;Parameters: invoiceHandle: Handle for the invoice.</wsdl:documentation>
      <wsdl:input message="tns:Invoice_GetNetAmountSoapIn" />
      <wsdl:output message="tns:Invoice_GetNetAmountSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Invoice_GetVatAmount">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the total VAT amount for all lines of the invoice (in the currency of the invoice).&lt;br /&gt;Parameters: invoiceHandle: Handle for the invoice.</wsdl:documentation>
      <wsdl:input message="tns:Invoice_GetVatAmountSoapIn" />
      <wsdl:output message="tns:Invoice_GetVatAmountSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Invoice_GetGrossAmount">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the total gross amount for all lines of the invoice (in the currency of the invoice).&lt;br /&gt;Parameters: invoiceHandle: Handle for the invoice.</wsdl:documentation>
      <wsdl:input message="tns:Invoice_GetGrossAmountSoapIn" />
      <wsdl:output message="tns:Invoice_GetGrossAmountSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Invoice_GetRemainder">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the remainder of the invoice (in the currency of the invoice).&lt;br /&gt;Parameters: invoiceHandle: Handle for the invoice.</wsdl:documentation>
      <wsdl:input message="tns:Invoice_GetRemainderSoapIn" />
      <wsdl:output message="tns:Invoice_GetRemainderSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Invoice_GetRemainderDefaultCurrency">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the remainder of the invoice (in the default currency).&lt;br /&gt;Parameters: invoiceHandle: Handle for the invoice.</wsdl:documentation>
      <wsdl:input message="tns:Invoice_GetRemainderDefaultCurrencySoapIn" />
      <wsdl:output message="tns:Invoice_GetRemainderDefaultCurrencySoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Invoice_GetRoundingAmount">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the rounding amount for all lines of the invoice (in the currency of the invoice).&lt;br /&gt;Parameters: invoiceHandle: Handle for the invoice.</wsdl:documentation>
      <wsdl:input message="tns:Invoice_GetRoundingAmountSoapIn" />
      <wsdl:output message="tns:Invoice_GetRoundingAmountSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Invoice_GetDebtorCounty">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">DEPRECATED! Gets the DebtorCounty of an invoice. (UK only)&lt;br /&gt;Parameters: InvoiceHandle: Handle for the Invoice.</wsdl:documentation>
      <wsdl:input message="tns:Invoice_GetDebtorCountySoapIn" />
      <wsdl:output message="tns:Invoice_GetDebtorCountySoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Invoice_GetDeliveryCounty">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">DEPRECATED! Gets the DeliveryCounty of an invoice. (UK only)&lt;br /&gt;Parameters: InvoiceHandle: Handle for the Invoice.</wsdl:documentation>
      <wsdl:input message="tns:Invoice_GetDeliveryCountySoapIn" />
      <wsdl:output message="tns:Invoice_GetDeliveryCountySoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Invoice_GetNetAmountDefaultCurrency">
      <wsdl:input message="tns:Invoice_GetNetAmountDefaultCurrencySoapIn" />
      <wsdl:output message="tns:Invoice_GetNetAmountDefaultCurrencySoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Invoice_GetDeductionAmount">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the deduction amount of the invoice.&lt;br /&gt;Parameters: invoiceHandle: Handle for the invoice.</wsdl:documentation>
      <wsdl:input message="tns:Invoice_GetDeductionAmountSoapIn" />
      <wsdl:output message="tns:Invoice_GetDeductionAmountSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Invoice_GetAll">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns handles for all invoices.</wsdl:documentation>
      <wsdl:input message="tns:Invoice_GetAllSoapIn" />
      <wsdl:output message="tns:Invoice_GetAllSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Invoice_FindByNumber">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns a handle for the invoice with the given number.&lt;br /&gt;Parameters: number: The number to search for.</wsdl:documentation>
      <wsdl:input message="tns:Invoice_FindByNumberSoapIn" />
      <wsdl:output message="tns:Invoice_FindByNumberSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Invoice_FindByNumberList">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns an array with handles for the invoices corresponding to the given invoice numbers. If a invoice with a given number does not exist then the array contains nothing at that index.&lt;br /&gt;Parameters: numbers: The numbers to search for.</wsdl:documentation>
      <wsdl:input message="tns:Invoice_FindByNumberListSoapIn" />
      <wsdl:output message="tns:Invoice_FindByNumberListSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Invoice_FindByNumberInterval">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns an array with handles for the invoices with invoice numbers in the given interval.&lt;br /&gt;Parameters: minNumber: The start of the interval. maxNumber: The end of the interval.</wsdl:documentation>
      <wsdl:input message="tns:Invoice_FindByNumberIntervalSoapIn" />
      <wsdl:output message="tns:Invoice_FindByNumberIntervalSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Invoice_FindByDateInterval">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns handles for invoices in a given interval of days.&lt;br /&gt;Parameters: first: First day in interval. last: Last day in interval.</wsdl:documentation>
      <wsdl:input message="tns:Invoice_FindByDateIntervalSoapIn" />
      <wsdl:output message="tns:Invoice_FindByDateIntervalSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Invoice_FindByOurReference">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns handles for invoices which have the given employee as OurReference.&lt;br /&gt;Parameters: ourReferenceHandle: The employee to search for.</wsdl:documentation>
      <wsdl:input message="tns:Invoice_FindByOurReferenceSoapIn" />
      <wsdl:output message="tns:Invoice_FindByOurReferenceSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Invoice_FindByOtherReference">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns handles for the invoices with a given other reference.&lt;br /&gt;Parameters: otherReference: The other reference to search for.</wsdl:documentation>
      <wsdl:input message="tns:Invoice_FindByOtherReferenceSoapIn" />
      <wsdl:output message="tns:Invoice_FindByOtherReferenceSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Invoice_FindByOrderNumber">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns handles for the invoices with a given order number.&lt;br /&gt;Parameters: orderNumber: The number to search for.</wsdl:documentation>
      <wsdl:input message="tns:Invoice_FindByOrderNumberSoapIn" />
      <wsdl:output message="tns:Invoice_FindByOrderNumberSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Invoice_GetLines">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets handles for the lines of the invoice.&lt;br /&gt;Parameters: invoiceHandle: Handle for the invoice.</wsdl:documentation>
      <wsdl:input message="tns:Invoice_GetLinesSoapIn" />
      <wsdl:output message="tns:Invoice_GetLinesSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Invoice_GetPdf">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets an invoice as a PDF-file.&lt;br /&gt;Parameters: invoiceHandle: Handle for the invoice.</wsdl:documentation>
      <wsdl:input message="tns:Invoice_GetPdfSoapIn" />
      <wsdl:output message="tns:Invoice_GetPdfSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Invoice_GetOioXml">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets an OIO XML string representing an invoice.&lt;br /&gt;Parameters: invoiceHandle: Handle for the invoice.</wsdl:documentation>
      <wsdl:input message="tns:Invoice_GetOioXmlSoapIn" />
      <wsdl:output message="tns:Invoice_GetOioXmlSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="InvoiceLine_GetData">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns an invoice line data object for a given invoice line.&lt;br /&gt;Parameters: entityHandle: A handle for the invoice line.</wsdl:documentation>
      <wsdl:input message="tns:InvoiceLine_GetDataSoapIn" />
      <wsdl:output message="tns:InvoiceLine_GetDataSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="InvoiceLine_GetDataArray">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns invoice line data objects for a given set of invoice line handles.&lt;br /&gt;Parameters: entityHandles: An array of the invoice line handles.</wsdl:documentation>
      <wsdl:input message="tns:InvoiceLine_GetDataArraySoapIn" />
      <wsdl:output message="tns:InvoiceLine_GetDataArraySoapOut" />
    </wsdl:operation>
    <wsdl:operation name="InvoiceLine_GetNumber">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the number of an invoice line.&lt;br /&gt;Parameters: invoiceLineHandle: Handle for the invoice line.</wsdl:documentation>
      <wsdl:input message="tns:InvoiceLine_GetNumberSoapIn" />
      <wsdl:output message="tns:InvoiceLine_GetNumberSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="InvoiceLine_GetInvoice">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets a handle for the invoice of an invoice line.&lt;br /&gt;Parameters: invoiceLineHandle: Handle for the invoice line.</wsdl:documentation>
      <wsdl:input message="tns:InvoiceLine_GetInvoiceSoapIn" />
      <wsdl:output message="tns:InvoiceLine_GetInvoiceSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="InvoiceLine_GetDescription">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets description of an invoice line.&lt;br /&gt;Parameters: invoiceLineHandle: Handle for the invoice line.</wsdl:documentation>
      <wsdl:input message="tns:InvoiceLine_GetDescriptionSoapIn" />
      <wsdl:output message="tns:InvoiceLine_GetDescriptionSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="InvoiceLine_GetDeliveryDate">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets delivery date of an invoice line.&lt;br /&gt;Parameters: invoiceLineHandle: Handle for the invoice line.</wsdl:documentation>
      <wsdl:input message="tns:InvoiceLine_GetDeliveryDateSoapIn" />
      <wsdl:output message="tns:InvoiceLine_GetDeliveryDateSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="InvoiceLine_GetUnit">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets a handle for the primary unit of an invoice line.&lt;br /&gt;Parameters: invoiceLineHandle: Handle for the invoice line.</wsdl:documentation>
      <wsdl:input message="tns:InvoiceLine_GetUnitSoapIn" />
      <wsdl:output message="tns:InvoiceLine_GetUnitSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="InvoiceLine_GetProduct">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets a handle for the product of an invoice line.&lt;br /&gt;Parameters: invoiceLineHandle: Handle for the invoice line.</wsdl:documentation>
      <wsdl:input message="tns:InvoiceLine_GetProductSoapIn" />
      <wsdl:output message="tns:InvoiceLine_GetProductSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="InvoiceLine_GetQuantity">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the primary quantity of an invoice line.&lt;br /&gt;Parameters: invoiceLineHandle: Handle for the invoice line.</wsdl:documentation>
      <wsdl:input message="tns:InvoiceLine_GetQuantitySoapIn" />
      <wsdl:output message="tns:InvoiceLine_GetQuantitySoapOut" />
    </wsdl:operation>
    <wsdl:operation name="InvoiceLine_GetUnitNetPrice">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the price per unit without VAT of an invoice line (in the currency of the invoice).&lt;br /&gt;Parameters: invoiceLineHandle: Handle for the invoice line.</wsdl:documentation>
      <wsdl:input message="tns:InvoiceLine_GetUnitNetPriceSoapIn" />
      <wsdl:output message="tns:InvoiceLine_GetUnitNetPriceSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="InvoiceLine_GetDiscountAsPercent">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the discount of an invoice line as percent.&lt;br /&gt;Parameters: invoiceLineHandle: Handle for the invoice line.</wsdl:documentation>
      <wsdl:input message="tns:InvoiceLine_GetDiscountAsPercentSoapIn" />
      <wsdl:output message="tns:InvoiceLine_GetDiscountAsPercentSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="InvoiceLine_GetUnitCostPrice">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the cost price per unit without VAT of an invoice line (in the default currency).&lt;br /&gt;Parameters: invoiceLineHandle: Handle for the invoice line.</wsdl:documentation>
      <wsdl:input message="tns:InvoiceLine_GetUnitCostPriceSoapIn" />
      <wsdl:output message="tns:InvoiceLine_GetUnitCostPriceSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="InvoiceLine_GetVatRate">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the VAT rate of an invoice line.&lt;br /&gt;Parameters: invoiceLineHandle: Handle for the invoice line.</wsdl:documentation>
      <wsdl:input message="tns:InvoiceLine_GetVatRateSoapIn" />
      <wsdl:output message="tns:InvoiceLine_GetVatRateSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="InvoiceLine_GetVatAmount">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the VAT amount of the invoice line (in the currency of the invoice).&lt;br /&gt;Parameters: invoiceLineHandle: Handle for the invoice line.</wsdl:documentation>
      <wsdl:input message="tns:InvoiceLine_GetVatAmountSoapIn" />
      <wsdl:output message="tns:InvoiceLine_GetVatAmountSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="InvoiceLine_GetTotalNetAmount">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the total amount of an invoice line without VAT (in the currency of the invoice).&lt;br /&gt;Parameters: invoiceLineHandle: Handle for the invoice line.</wsdl:documentation>
      <wsdl:input message="tns:InvoiceLine_GetTotalNetAmountSoapIn" />
      <wsdl:output message="tns:InvoiceLine_GetTotalNetAmountSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="InvoiceLine_GetDepartment">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets a handle for the department of an invoice line. The department is only accessible when there is access to the Dimension add-on module.&lt;br /&gt;Parameters: invoiceLineHandle: Handle for the invoice line.</wsdl:documentation>
      <wsdl:input message="tns:InvoiceLine_GetDepartmentSoapIn" />
      <wsdl:output message="tns:InvoiceLine_GetDepartmentSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="InvoiceLine_GetDistributionKey">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets a handle for the distribution key of an invoice line. The distribution key is only accessible when there is access to the Dimension add-on module.&lt;br /&gt;Parameters: invoiceLineHandle: Handle for the invoice line.</wsdl:documentation>
      <wsdl:input message="tns:InvoiceLine_GetDistributionKeySoapIn" />
      <wsdl:output message="tns:InvoiceLine_GetDistributionKeySoapOut" />
    </wsdl:operation>
    <wsdl:operation name="InvoiceLine_FindByProduct">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns handles for invoice lines that uses a given product.&lt;br /&gt;Parameters: product: The product to search for.</wsdl:documentation>
      <wsdl:input message="tns:InvoiceLine_FindByProductSoapIn" />
      <wsdl:output message="tns:InvoiceLine_FindByProductSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="InvoiceLine_FindByProductList">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns handles for invoice lines that uses a given set of products.&lt;br /&gt;Parameters: products: The products to search for.</wsdl:documentation>
      <wsdl:input message="tns:InvoiceLine_FindByProductListSoapIn" />
      <wsdl:output message="tns:InvoiceLine_FindByProductListSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="InvoiceLine_FindByInvoiceNumberInterval">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns handles for invoice lines for a given invoice number interval.&lt;br /&gt;Parameters: fromInvoiceNumber: The minimum invoice number to search for. toInvoiceNumber: The maximum invoice number to search for.</wsdl:documentation>
      <wsdl:input message="tns:InvoiceLine_FindByInvoiceNumberIntervalSoapIn" />
      <wsdl:output message="tns:InvoiceLine_FindByInvoiceNumberIntervalSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="InventoryLocation_GetData">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns a inventory location data object for a given inventory location.&lt;br /&gt;Parameters: entityHandle: A handle for the inventory location.</wsdl:documentation>
      <wsdl:input message="tns:InventoryLocation_GetDataSoapIn" />
      <wsdl:output message="tns:InventoryLocation_GetDataSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="InventoryLocation_GetDataArray">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns location objects for a given set of location handles.&lt;br /&gt;Parameters: entityHandles: An array of the location handles.</wsdl:documentation>
      <wsdl:input message="tns:InventoryLocation_GetDataArraySoapIn" />
      <wsdl:output message="tns:InventoryLocation_GetDataArraySoapOut" />
    </wsdl:operation>
    <wsdl:operation name="InventoryLocation_GetAll">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Return handles for all locations.</wsdl:documentation>
      <wsdl:input message="tns:InventoryLocation_GetAllSoapIn" />
      <wsdl:output message="tns:InventoryLocation_GetAllSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="InventoryLocation_FindByName">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns a handle for the inventory location with the given name.&lt;br /&gt;Parameters: name: The name to search for.</wsdl:documentation>
      <wsdl:input message="tns:InventoryLocation_FindByNameSoapIn" />
      <wsdl:output message="tns:InventoryLocation_FindByNameSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="InventoryLocation_FindByNumber">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns a handle for the inventory location with the given number.&lt;br /&gt;Parameters: number: The number to search for.</wsdl:documentation>
      <wsdl:input message="tns:InventoryLocation_FindByNumberSoapIn" />
      <wsdl:output message="tns:InventoryLocation_FindByNumberSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="InventoryLocation_FindByNumberList">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns a handle for the inventory locations that match the numbers in the given array.&lt;br /&gt;Parameters: numbers: The numbers to search for.</wsdl:documentation>
      <wsdl:input message="tns:InventoryLocation_FindByNumberListSoapIn" />
      <wsdl:output message="tns:InventoryLocation_FindByNumberListSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="InventoryLocation_GetNumber">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the number of an inventory location.&lt;br /&gt;Parameters: InventoryLocationHandle: Handle for the inventory location.</wsdl:documentation>
      <wsdl:input message="tns:InventoryLocation_GetNumberSoapIn" />
      <wsdl:output message="tns:InventoryLocation_GetNumberSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="InventoryLocation_GetName">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the name of an inventory location.&lt;br /&gt;Parameters: InventoryLocationHandle: Handle for the inventory location.</wsdl:documentation>
      <wsdl:input message="tns:InventoryLocation_GetNameSoapIn" />
      <wsdl:output message="tns:InventoryLocation_GetNameSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="KeyFigureCode_GetData">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns a key figure code data object for a given key figure code.&lt;br /&gt;Parameters: entityHandle: A handle for the key figure code.</wsdl:documentation>
      <wsdl:input message="tns:KeyFigureCode_GetDataSoapIn" />
      <wsdl:output message="tns:KeyFigureCode_GetDataSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="KeyFigureCode_GetDataArray">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns key figure code objects for a given set of key figure code handles.&lt;br /&gt;Parameters: entityHandles: An array of the key figure code handles.</wsdl:documentation>
      <wsdl:input message="tns:KeyFigureCode_GetDataArraySoapIn" />
      <wsdl:output message="tns:KeyFigureCode_GetDataArraySoapOut" />
    </wsdl:operation>
    <wsdl:operation name="KeyFigureCode_GetAll">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Return handles for all key figure codes.</wsdl:documentation>
      <wsdl:input message="tns:KeyFigureCode_GetAllSoapIn" />
      <wsdl:output message="tns:KeyFigureCode_GetAllSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="KeyFigureCode_FindByName">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns a handle for the key figure code with the given name.&lt;br /&gt;Parameters: name: The name to search for.</wsdl:documentation>
      <wsdl:input message="tns:KeyFigureCode_FindByNameSoapIn" />
      <wsdl:output message="tns:KeyFigureCode_FindByNameSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="KeyFigureCode_FindByNumber">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns a handle for the key figure code with the given number.&lt;br /&gt;Parameters: number: The number to search for.</wsdl:documentation>
      <wsdl:input message="tns:KeyFigureCode_FindByNumberSoapIn" />
      <wsdl:output message="tns:KeyFigureCode_FindByNumberSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="KeyFigureCode_GetAccounts">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets handles for all accounts linked to the key figure code.&lt;br /&gt;Parameters: keyFigureCodeHandle: Handle for the key figure code.</wsdl:documentation>
      <wsdl:input message="tns:KeyFigureCode_GetAccountsSoapIn" />
      <wsdl:output message="tns:KeyFigureCode_GetAccountsSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="KeyFigureCode_GetNumber">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the number of a key figure code.&lt;br /&gt;Parameters: keyFigureCodeHandle: Handle for the key figure code.</wsdl:documentation>
      <wsdl:input message="tns:KeyFigureCode_GetNumberSoapIn" />
      <wsdl:output message="tns:KeyFigureCode_GetNumberSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="KeyFigureCode_GetName">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the name of a key figure code.&lt;br /&gt;Parameters: keyFigureCodeHandle: Handle for the key figure code.</wsdl:documentation>
      <wsdl:input message="tns:KeyFigureCode_GetNameSoapIn" />
      <wsdl:output message="tns:KeyFigureCode_GetNameSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="MileageEntry_CreateFromData">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Creates a new mileage entry from a data object.&lt;br /&gt;Parameters: data: The data object that specifies the properties of the new mileage entry.</wsdl:documentation>
      <wsdl:input message="tns:MileageEntry_CreateFromDataSoapIn" />
      <wsdl:output message="tns:MileageEntry_CreateFromDataSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="MileageEntry_CreateFromDataArray">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Creates new mileage entries from data objects.&lt;br /&gt;Parameters: dataArray: The array of data objects that specifies the properties of the new mileage entries.</wsdl:documentation>
      <wsdl:input message="tns:MileageEntry_CreateFromDataArraySoapIn" />
      <wsdl:output message="tns:MileageEntry_CreateFromDataArraySoapOut" />
    </wsdl:operation>
    <wsdl:operation name="MileageEntry_UpdateFromDataArray">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Update mileage entries from data objects.&lt;br /&gt;Parameters: dataArray: The array of data objects.</wsdl:documentation>
      <wsdl:input message="tns:MileageEntry_UpdateFromDataArraySoapIn" />
      <wsdl:output message="tns:MileageEntry_UpdateFromDataArraySoapOut" />
    </wsdl:operation>
    <wsdl:operation name="MileageEntry_UpdateFromData">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Updates a mileage entry from a data object.&lt;br /&gt;Parameters: data: The data object.</wsdl:documentation>
      <wsdl:input message="tns:MileageEntry_UpdateFromDataSoapIn" />
      <wsdl:output message="tns:MileageEntry_UpdateFromDataSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Employee_UpdateFromData">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Updates an employee from a data object.&lt;br /&gt;Parameters: data: The data object.</wsdl:documentation>
      <wsdl:input message="tns:Employee_UpdateFromDataSoapIn" />
      <wsdl:output message="tns:Employee_UpdateFromDataSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Employee_GetData">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns an employee data object for a given employee.&lt;br /&gt;Parameters: entityHandle: A handle for the employee.</wsdl:documentation>
      <wsdl:input message="tns:Employee_GetDataSoapIn" />
      <wsdl:output message="tns:Employee_GetDataSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Employee_GetDataArray">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns employee data objects for a given set of employee handles.&lt;br /&gt;Parameters: entityHandles: An array of the employee handles.</wsdl:documentation>
      <wsdl:input message="tns:Employee_GetDataArraySoapIn" />
      <wsdl:output message="tns:Employee_GetDataArraySoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Employee_GetType">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Retrieve the type of an employee as the enum EmployeeType.</wsdl:documentation>
      <wsdl:input message="tns:Employee_GetTypeSoapIn" />
      <wsdl:output message="tns:Employee_GetTypeSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Employee_GetNumber">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the number of an employee.&lt;br /&gt;Parameters: employeeHandle: Handle for the employee.</wsdl:documentation>
      <wsdl:input message="tns:Employee_GetNumberSoapIn" />
      <wsdl:output message="tns:Employee_GetNumberSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Employee_GetGroup">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets handle for the group of an employee.&lt;br /&gt;Parameters: employeeHandle: Handle for the employee.</wsdl:documentation>
      <wsdl:input message="tns:Employee_GetGroupSoapIn" />
      <wsdl:output message="tns:Employee_GetGroupSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Employee_SetGroup">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Sets handle for the group of an employee.&lt;br /&gt;Parameters: employeeHandle: Handle for the employee. valueHandle: Handle for new group of the employee.</wsdl:documentation>
      <wsdl:input message="tns:Employee_SetGroupSoapIn" />
      <wsdl:output message="tns:Employee_SetGroupSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Employee_GetName">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets name of an employee.&lt;br /&gt;Parameters: employeeHandle: Handle for the employee.</wsdl:documentation>
      <wsdl:input message="tns:Employee_GetNameSoapIn" />
      <wsdl:output message="tns:Employee_GetNameSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Employee_SetName">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Sets name of an employee.&lt;br /&gt;Parameters: employeeHandle: Handle for the employee. value: The new name of the employee. The value may not be null.</wsdl:documentation>
      <wsdl:input message="tns:Employee_SetNameSoapIn" />
      <wsdl:output message="tns:Employee_SetNameSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Employee_Create">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Creates an employee.&lt;br /&gt;Parameters: number: The number of the new employee. group: Handle for the group of the new employee. name: The name of the new employee.</wsdl:documentation>
      <wsdl:input message="tns:Employee_CreateSoapIn" />
      <wsdl:output message="tns:Employee_CreateSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Employee_GetAll">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns handles for all employees.</wsdl:documentation>
      <wsdl:input message="tns:Employee_GetAllSoapIn" />
      <wsdl:output message="tns:Employee_GetAllSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Employee_FindByNumber">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">The returns handle for the employee with a given number.&lt;br &gt;Parameters: The number to search for.</wsdl:documentation>
      <wsdl:input message="tns:Employee_FindByNumberSoapIn" />
      <wsdl:output message="tns:Employee_FindByNumberSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Employee_FindByNumberList">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns an array with handles for the employees corresponding to the given product numbers. If an employee with a given number does not exist then the array contains nothing at that index.&lt;br /&gt;Parameters: numbers: The numbers to search for.</wsdl:documentation>
      <wsdl:input message="tns:Employee_FindByNumberListSoapIn" />
      <wsdl:output message="tns:Employee_FindByNumberListSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Employee_FindByName">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns handles for employees with a given name.&lt;br /&gt;Parameters: name: The name to search for.</wsdl:documentation>
      <wsdl:input message="tns:Employee_FindByNameSoapIn" />
      <wsdl:output message="tns:Employee_FindByNameSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Employee_Delete">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Deletes an employee.&lt;br /&gt;Parameters: employeeHandle: Handle for the employee.</wsdl:documentation>
      <wsdl:input message="tns:Employee_DeleteSoapIn" />
      <wsdl:output message="tns:Employee_DeleteSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Employee_GetTimeEntries">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets handles for the time entries of the employee.&lt;br /&gt;Parameters: employeeHandle: Handle for the employee.</wsdl:documentation>
      <wsdl:input message="tns:Employee_GetTimeEntriesSoapIn" />
      <wsdl:output message="tns:Employee_GetTimeEntriesSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Employee_GetTimeEntriesOnCurrentUser">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets handles for the time entries of the logged in employee.</wsdl:documentation>
      <wsdl:input message="tns:Employee_GetTimeEntriesOnCurrentUserSoapIn" />
      <wsdl:output message="tns:Employee_GetTimeEntriesOnCurrentUserSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Employee_GetProjectsOnCurrentUser">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets handles for the projects the logged in employee can register time on.</wsdl:documentation>
      <wsdl:input message="tns:Employee_GetProjectsOnCurrentUserSoapIn" />
      <wsdl:output message="tns:Employee_GetProjectsOnCurrentUserSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Employee_GetActivitiesOnCurrentUserForProject">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets handles for the activities the logged in employee can use to register time on the given project.</wsdl:documentation>
      <wsdl:input message="tns:Employee_GetActivitiesOnCurrentUserForProjectSoapIn" />
      <wsdl:output message="tns:Employee_GetActivitiesOnCurrentUserForProjectSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Employee_GetTimeEntriesByDate">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets handles for the time entries of the employee within an interval.&lt;br /&gt;Parameters: from: First day in interval. to: Last day in interval.</wsdl:documentation>
      <wsdl:input message="tns:Employee_GetTimeEntriesByDateSoapIn" />
      <wsdl:output message="tns:Employee_GetTimeEntriesByDateSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Employee_GetTimeEntriesOnCurrentUserByDate">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets handles for the time entries of the logged in employee within an interval.&lt;br /&gt;Parameters: from: First day in interval. to: Last day in interval.</wsdl:documentation>
      <wsdl:input message="tns:Employee_GetTimeEntriesOnCurrentUserByDateSoapIn" />
      <wsdl:output message="tns:Employee_GetTimeEntriesOnCurrentUserByDateSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Employee_GetMileageEntriesByDate">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets handles for the mileage entries of the employee within an interval.&lt;br /&gt;Parameters: from: First day in interval. to: Last day in interval.</wsdl:documentation>
      <wsdl:input message="tns:Employee_GetMileageEntriesByDateSoapIn" />
      <wsdl:output message="tns:Employee_GetMileageEntriesByDateSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Employee_GetSalesPrice">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Get sales price for a given employee on the current date.</wsdl:documentation>
      <wsdl:input message="tns:Employee_GetSalesPriceSoapIn" />
      <wsdl:output message="tns:Employee_GetSalesPriceSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Employee_GetCostPrice">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Get costprice for a given employee on the current date.</wsdl:documentation>
      <wsdl:input message="tns:Employee_GetCostPriceSoapIn" />
      <wsdl:output message="tns:Employee_GetCostPriceSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Employee_GetSalesPriceByDate">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the sales price for the given Employee.&lt;br/&gt;Parameters: employeeHandle: Handle for the employee. date: The sales price from the given date for the employee.</wsdl:documentation>
      <wsdl:input message="tns:Employee_GetSalesPriceByDateSoapIn" />
      <wsdl:output message="tns:Employee_GetSalesPriceByDateSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Employee_GetCostPriceByDate">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the cost price for the given Employee.&lt;br/&gt;Parameters: employeeHandle: Handle for the employee. date: The cost price from the given date for the employee.</wsdl:documentation>
      <wsdl:input message="tns:Employee_GetCostPriceByDateSoapIn" />
      <wsdl:output message="tns:Employee_GetCostPriceByDateSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Employee_SetCostPriceBefore">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Sets the cost price before of an employee.&lt;br /&gt;Parameters: employeeHandle: Handle for the employee. value: The new cost price before of the employee. The value may be null.</wsdl:documentation>
      <wsdl:input message="tns:Employee_SetCostPriceBeforeSoapIn" />
      <wsdl:output message="tns:Employee_SetCostPriceBeforeSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Employee_SetCostPriceAfter">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Sets the cost price after of an employee.&lt;br /&gt;Parameters: employeeHandle: Handle for the employee. value: The new cost price after of the employee. The value may be null.</wsdl:documentation>
      <wsdl:input message="tns:Employee_SetCostPriceAfterSoapIn" />
      <wsdl:output message="tns:Employee_SetCostPriceAfterSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Employee_SetSalesPriceBefore">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Sets the sales price before of an employee.&lt;br /&gt;Parameters: employeeHandle: Handle for the employee. value: The new sales price before of the employee. The value may be null.</wsdl:documentation>
      <wsdl:input message="tns:Employee_SetSalesPriceBeforeSoapIn" />
      <wsdl:output message="tns:Employee_SetSalesPriceBeforeSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Employee_SetSalesPriceAfter">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Sets the sales price after of an employee.&lt;br /&gt;Parameters: employeeHandle: Handle for the employee. value: The new sales price after of the employee. The value may be null.</wsdl:documentation>
      <wsdl:input message="tns:Employee_SetSalesPriceAfterSoapIn" />
      <wsdl:output message="tns:Employee_SetSalesPriceAfterSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Employee_GetCostPriceBefore">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the cost price before of an employee.&lt;br /&gt;Parameters: employeeHandle: Handle for the employee. value: The new cost price before of the employee. The value may be null.</wsdl:documentation>
      <wsdl:input message="tns:Employee_GetCostPriceBeforeSoapIn" />
      <wsdl:output message="tns:Employee_GetCostPriceBeforeSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Employee_GetCostPriceAfter">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the cost price after of an employee.&lt;br /&gt;Parameters: employeeHandle: Handle for the employee. value: The new cost price after of the employee. The value may be null.</wsdl:documentation>
      <wsdl:input message="tns:Employee_GetCostPriceAfterSoapIn" />
      <wsdl:output message="tns:Employee_GetCostPriceAfterSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Employee_GetSalesPriceBefore">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the sales price before of an employee.&lt;br /&gt;Parameters: employeeHandle: Handle for the employee.</wsdl:documentation>
      <wsdl:input message="tns:Employee_GetSalesPriceBeforeSoapIn" />
      <wsdl:output message="tns:Employee_GetSalesPriceBeforeSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Employee_GetSalesPriceAfter">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the sales price after of an employee.&lt;br /&gt;Parameters: employeeHandle: Handle for the employee.</wsdl:documentation>
      <wsdl:input message="tns:Employee_GetSalesPriceAfterSoapIn" />
      <wsdl:output message="tns:Employee_GetSalesPriceAfterSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Employee_SetCutoffDate">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Sets the cutoff date of an employee.&lt;br /&gt;Parameters: employeeHandle: Handle for the employee. value: The cutoff date for the employee. The value may be null.</wsdl:documentation>
      <wsdl:input message="tns:Employee_SetCutoffDateSoapIn" />
      <wsdl:output message="tns:Employee_SetCutoffDateSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Employee_GetCutoffDate">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the cutoff date of an employee.&lt;br /&gt;Parameters: employeeHandle: Handle for the employee.</wsdl:documentation>
      <wsdl:input message="tns:Employee_GetCutoffDateSoapIn" />
      <wsdl:output message="tns:Employee_GetCutoffDateSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="EmployeeGroup_CreateFromData">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Creates a new employee group from a data object.&lt;br /&gt;Parameters: data: The data object that specifies the properties of the new employee group.</wsdl:documentation>
      <wsdl:input message="tns:EmployeeGroup_CreateFromDataSoapIn" />
      <wsdl:output message="tns:EmployeeGroup_CreateFromDataSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="EmployeeGroup_CreateFromDataArray">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Creates new employee groups from data objects.&lt;br /&gt;Parameters: dataArray: The array of data objects that specifies the properties of the new employee groups.</wsdl:documentation>
      <wsdl:input message="tns:EmployeeGroup_CreateFromDataArraySoapIn" />
      <wsdl:output message="tns:EmployeeGroup_CreateFromDataArraySoapOut" />
    </wsdl:operation>
    <wsdl:operation name="EmployeeGroup_UpdateFromDataArray">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Update employee groups from data objects.&lt;br /&gt;Parameters: dataArray: The array of data objects.</wsdl:documentation>
      <wsdl:input message="tns:EmployeeGroup_UpdateFromDataArraySoapIn" />
      <wsdl:output message="tns:EmployeeGroup_UpdateFromDataArraySoapOut" />
    </wsdl:operation>
    <wsdl:operation name="EmployeeGroup_UpdateFromData">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Updates an employee group from a data object.&lt;br /&gt;Parameters: data: The data object.</wsdl:documentation>
      <wsdl:input message="tns:EmployeeGroup_UpdateFromDataSoapIn" />
      <wsdl:output message="tns:EmployeeGroup_UpdateFromDataSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="EmployeeGroup_GetData">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns a employee group data object for a given debtor.&lt;br /&gt;Parameters: entityHandle: A handle for the employee group.</wsdl:documentation>
      <wsdl:input message="tns:EmployeeGroup_GetDataSoapIn" />
      <wsdl:output message="tns:EmployeeGroup_GetDataSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="EmployeeGroup_GetDataArray">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns employee group data objects for a given set of employee group handles.&lt;br /&gt;Parameters: entityHandles: An array of the employee group handles.</wsdl:documentation>
      <wsdl:input message="tns:EmployeeGroup_GetDataArraySoapIn" />
      <wsdl:output message="tns:EmployeeGroup_GetDataArraySoapOut" />
    </wsdl:operation>
    <wsdl:operation name="EmployeeGroup_GetNumber">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the number of an employee group.&lt;br /&gt;Parameters: employeeGroupHandle: Handle for the employee group.</wsdl:documentation>
      <wsdl:input message="tns:EmployeeGroup_GetNumberSoapIn" />
      <wsdl:output message="tns:EmployeeGroup_GetNumberSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="EmployeeGroup_GetName">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the name of an employee group.&lt;br /&gt;Parameters: employeeGroupHandle: Handle for the employee group.</wsdl:documentation>
      <wsdl:input message="tns:EmployeeGroup_GetNameSoapIn" />
      <wsdl:output message="tns:EmployeeGroup_GetNameSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="EmployeeGroup_SetName">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Sets the name of an employee group.&lt;br /&gt;Parameters: employeeGroupHandle: Handle for the employee group. value: The new name of the employee group.</wsdl:documentation>
      <wsdl:input message="tns:EmployeeGroup_SetNameSoapIn" />
      <wsdl:output message="tns:EmployeeGroup_SetNameSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="EmployeeGroup_Create">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Creates an emplyee group.&lt;br /&gt;Parameters: number: Number of new employee group. name: Name of new employee group.</wsdl:documentation>
      <wsdl:input message="tns:EmployeeGroup_CreateSoapIn" />
      <wsdl:output message="tns:EmployeeGroup_CreateSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="EmployeeGroup_GetAll">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns handles for all employee groups.</wsdl:documentation>
      <wsdl:input message="tns:EmployeeGroup_GetAllSoapIn" />
      <wsdl:output message="tns:EmployeeGroup_GetAllSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="EmployeeGroup_FindByNumber">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns handle for employee group with a given number.&lt;br /&gt;Parameters: number: The number to search for.</wsdl:documentation>
      <wsdl:input message="tns:EmployeeGroup_FindByNumberSoapIn" />
      <wsdl:output message="tns:EmployeeGroup_FindByNumberSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="EmployeeGroup_FindByNumberList">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns an array with handles for the products corresponding to the given product numbers. If a product with a given number does not exist then the array contains nothing at that index.&lt;br /&gt;Parameters: numbers: The numbers to search for.</wsdl:documentation>
      <wsdl:input message="tns:EmployeeGroup_FindByNumberListSoapIn" />
      <wsdl:output message="tns:EmployeeGroup_FindByNumberListSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="EmployeeGroup_FindByName">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns handles for employee groups with a given name.&lt;br /&gt;Parameters: name: The name to search for.</wsdl:documentation>
      <wsdl:input message="tns:EmployeeGroup_FindByNameSoapIn" />
      <wsdl:output message="tns:EmployeeGroup_FindByNameSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="EmployeeGroup_GetEmployees">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets handles for employees in an employee group.&lt;br /&gt;Parameters: employeeGroupHandle: Handle for the employee group.</wsdl:documentation>
      <wsdl:input message="tns:EmployeeGroup_GetEmployeesSoapIn" />
      <wsdl:output message="tns:EmployeeGroup_GetEmployeesSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="EmployeeGroup_Delete">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Deletes an employee group.&lt;br /&gt;Parameters: Handle for employee group to be deleted.</wsdl:documentation>
      <wsdl:input message="tns:EmployeeGroup_DeleteSoapIn" />
      <wsdl:output message="tns:EmployeeGroup_DeleteSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Entry_GetData">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns an entry data object for a given entry.&lt;br /&gt;Parameters: entityHandle: A handle for the entry.</wsdl:documentation>
      <wsdl:input message="tns:Entry_GetDataSoapIn" />
      <wsdl:output message="tns:Entry_GetDataSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Entry_GetDataArray">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns entry data objects for a given set of entry handles.&lt;br /&gt;Parameters: entityHandles: An array of the entry handles.</wsdl:documentation>
      <wsdl:input message="tns:Entry_GetDataArraySoapIn" />
      <wsdl:output message="tns:Entry_GetDataArraySoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Entry_GetLastUsedSerialNumber">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns the last used serial number, or 0 if no serial numbers exists.</wsdl:documentation>
      <wsdl:input message="tns:Entry_GetLastUsedSerialNumberSoapIn" />
      <wsdl:output message="tns:Entry_GetLastUsedSerialNumberSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Entry_FindBySerialNumberInterval">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns an array of handles for the entries with numbers in the given interval.&lt;br /&gt;Parameters: minNumber: The start of the interval. maxNumber: The end of the interval.</wsdl:documentation>
      <wsdl:input message="tns:Entry_FindBySerialNumberIntervalSoapIn" />
      <wsdl:output message="tns:Entry_FindBySerialNumberIntervalSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Entry_FindByDateInterval">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns an array of handles for the entries within the given time interval.&lt;br /&gt;Parameters: fromDate: First day in interval. toDate: Last day in interval.</wsdl:documentation>
      <wsdl:input message="tns:Entry_FindByDateIntervalSoapIn" />
      <wsdl:output message="tns:Entry_FindByDateIntervalSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Entry_GetSerialNumber">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the number of an entry.&lt;br /&gt;Parameters: entryHandle: Handle for the entry.</wsdl:documentation>
      <wsdl:input message="tns:Entry_GetSerialNumberSoapIn" />
      <wsdl:output message="tns:Entry_GetSerialNumberSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Entry_GetAccount">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Get handle for account of an entry.&lt;br /&gt;Parameters: entryHandle: Handle for the entry.</wsdl:documentation>
      <wsdl:input message="tns:Entry_GetAccountSoapIn" />
      <wsdl:output message="tns:Entry_GetAccountSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Entry_GetAmount">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the amount of an entry.&lt;br /&gt;Parameters: entryHandle: Handle for the entry.</wsdl:documentation>
      <wsdl:input message="tns:Entry_GetAmountSoapIn" />
      <wsdl:output message="tns:Entry_GetAmountSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Entry_GetAmountDefaultCurrency">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the amount (in default currency) of an entry.&lt;br /&gt;Parameters: entryHandle: Handle for the entry.</wsdl:documentation>
      <wsdl:input message="tns:Entry_GetAmountDefaultCurrencySoapIn" />
      <wsdl:output message="tns:Entry_GetAmountDefaultCurrencySoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Entry_GetUnit1">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets a handle for the unit1 of an entry. The unit1 is only accessible when there is access to the Dimension add-on module.&lt;br /&gt;Parameters: entryHandle: Handle for the entry.</wsdl:documentation>
      <wsdl:input message="tns:Entry_GetUnit1SoapIn" />
      <wsdl:output message="tns:Entry_GetUnit1SoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Entry_GetUnit2">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets a handle for the unit2 of an entry. The unit2 is only accessible when there is access to the Dimension add-on module.&lt;br /&gt;Parameters: entryHandle: Handle for the entry.</wsdl:documentation>
      <wsdl:input message="tns:Entry_GetUnit2SoapIn" />
      <wsdl:output message="tns:Entry_GetUnit2SoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Entry_GetQuantity1">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the quantity1 of an entry. The quantity1 is only accessible when there is access to the Dimension add-on module.&lt;br /&gt;Parameters: entryHandle: Handle for the entry.</wsdl:documentation>
      <wsdl:input message="tns:Entry_GetQuantity1SoapIn" />
      <wsdl:output message="tns:Entry_GetQuantity1SoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Entry_GetQuantity2">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the quantity2 of an entry. The quantity2 is only accessible when there is access to the Dimension add-on module.&lt;br /&gt;Parameters: entryHandle: Handle for the entry.</wsdl:documentation>
      <wsdl:input message="tns:Entry_GetQuantity2SoapIn" />
      <wsdl:output message="tns:Entry_GetQuantity2SoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Entry_GetCurrency">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the currency of the entry.&lt;br /&gt;Parameters: entryHandle: Handle for the entry.</wsdl:documentation>
      <wsdl:input message="tns:Entry_GetCurrencySoapIn" />
      <wsdl:output message="tns:Entry_GetCurrencySoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Entry_GetDate">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the date of the entry.&lt;br /&gt;Parameters: entryHandle: Handle for the entry.</wsdl:documentation>
      <wsdl:input message="tns:Entry_GetDateSoapIn" />
      <wsdl:output message="tns:Entry_GetDateSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Entry_GetText">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the text of the entry.&lt;br /&gt;Parameters: entryHandle: Handle for the entry.</wsdl:documentation>
      <wsdl:input message="tns:Entry_GetTextSoapIn" />
      <wsdl:output message="tns:Entry_GetTextSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Entry_GetType">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the entry type of entry.&lt;br /&gt;</wsdl:documentation>
      <wsdl:input message="tns:Entry_GetTypeSoapIn" />
      <wsdl:output message="tns:Entry_GetTypeSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Entry_GetDepartment">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets a handle for the department of an entry. The department is only accessible when there is access to the Dimension add-on module.&lt;br /&gt;Parameters: entryHandle: Handle for the entry.</wsdl:documentation>
      <wsdl:input message="tns:Entry_GetDepartmentSoapIn" />
      <wsdl:output message="tns:Entry_GetDepartmentSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Entry_GetDistributionKey">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets a handle for the distribution key of an entry. The distribution key is only accessible when there is access to the Dimension add-on module.&lt;br /&gt;Parameters: entryHandle: Handle for the entry.</wsdl:documentation>
      <wsdl:input message="tns:Entry_GetDistributionKeySoapIn" />
      <wsdl:output message="tns:Entry_GetDistributionKeySoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Entry_GetVatAccount">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets a handle for the VAT account of an entry.&lt;br /&gt;Parameters: entryHandle: Handle for the entry.</wsdl:documentation>
      <wsdl:input message="tns:Entry_GetVatAccountSoapIn" />
      <wsdl:output message="tns:Entry_GetVatAccountSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Entry_GetVoucherNumber">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the voucher number of the entry.&lt;br /&gt;Parameters: entryHandle: Handle for the entry.</wsdl:documentation>
      <wsdl:input message="tns:Entry_GetVoucherNumberSoapIn" />
      <wsdl:output message="tns:Entry_GetVoucherNumberSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Entry_GetProject">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets handle for the project of the entry.&lt;br /&gt;Parameters: entryHandle: Handle for the entry.</wsdl:documentation>
      <wsdl:input message="tns:Entry_GetProjectSoapIn" />
      <wsdl:output message="tns:Entry_GetProjectSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Entry_GetDocument">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the scanned document of the entry.&lt;br /&gt;Parameters: entryHandle: Handle for the entry.</wsdl:documentation>
      <wsdl:input message="tns:Entry_GetDocumentSoapIn" />
      <wsdl:output message="tns:Entry_GetDocumentSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Invoice_GetData">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns an invoice data object for a given invoice.&lt;br /&gt;Parameters: entityHandle: A handle for the invoice.</wsdl:documentation>
      <wsdl:input message="tns:Invoice_GetDataSoapIn" />
      <wsdl:output message="tns:Invoice_GetDataSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Invoice_GetDataArray">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns invoice data objects for a given set of invoice handles.&lt;br /&gt;Parameters: entityHandles: An array of the invoice handles.</wsdl:documentation>
      <wsdl:input message="tns:Invoice_GetDataArraySoapIn" />
      <wsdl:output message="tns:Invoice_GetDataArraySoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Invoice_GetNumber">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the number of an invoice.&lt;br /&gt;Parameters: invoiceHandle: Handle for the invoice.</wsdl:documentation>
      <wsdl:input message="tns:Invoice_GetNumberSoapIn" />
      <wsdl:output message="tns:Invoice_GetNumberSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Invoice_GetDebtor">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets a handle for the debtor for an invoice.&lt;br /&gt;Parameters: invoiceHandle: Handle for the invoice.</wsdl:documentation>
      <wsdl:input message="tns:Invoice_GetDebtorSoapIn" />
      <wsdl:output message="tns:Invoice_GetDebtorSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Invoice_GetProject">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets a handle for the project for an invoice.&lt;br /&gt;Parameters: invoiceHandle: Handle for the invoice.</wsdl:documentation>
      <wsdl:input message="tns:Invoice_GetProjectSoapIn" />
      <wsdl:output message="tns:Invoice_GetProjectSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Invoice_GetDebtorName">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the name for an invoice.&lt;br /&gt;Parameters: invoiceHandle: Handle for the invoice.</wsdl:documentation>
      <wsdl:input message="tns:Invoice_GetDebtorNameSoapIn" />
      <wsdl:output message="tns:Invoice_GetDebtorNameSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Invoice_GetDebtorAddress">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the debtor address for an invoice.&lt;br /&gt;Parameters: invoiceHandle: Handle for the invoice.</wsdl:documentation>
      <wsdl:input message="tns:Invoice_GetDebtorAddressSoapIn" />
      <wsdl:output message="tns:Invoice_GetDebtorAddressSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Invoice_GetDebtorPostalCode">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the debtor postal code for an invoice.&lt;br /&gt;Parameters: invoiceHandle: Handle for the invoice.</wsdl:documentation>
      <wsdl:input message="tns:Invoice_GetDebtorPostalCodeSoapIn" />
      <wsdl:output message="tns:Invoice_GetDebtorPostalCodeSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Invoice_GetDebtorCity">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the debtor city for an invoice.&lt;br /&gt;Parameters: invoiceHandle: Handle for the invoice.</wsdl:documentation>
      <wsdl:input message="tns:Invoice_GetDebtorCitySoapIn" />
      <wsdl:output message="tns:Invoice_GetDebtorCitySoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Invoice_GetDebtorCountry">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the debtor country for an invoice.&lt;br /&gt;Parameters: invoiceHandle: Handle for the invoice.</wsdl:documentation>
      <wsdl:input message="tns:Invoice_GetDebtorCountrySoapIn" />
      <wsdl:output message="tns:Invoice_GetDebtorCountrySoapOut" />
    </wsdl:operation>
    <wsdl:operation name="DebtorGroup_Create">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Creates a new debtor group.</wsdl:documentation>
      <wsdl:input message="tns:DebtorGroup_CreateSoapIn" />
      <wsdl:output message="tns:DebtorGroup_CreateSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="DebtorGroup_GetAll">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns handles for all debtor groups.</wsdl:documentation>
      <wsdl:input message="tns:DebtorGroup_GetAllSoapIn" />
      <wsdl:output message="tns:DebtorGroup_GetAllSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="DebtorGroup_FindByNumber">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns handles for the debtor group with a given number.</wsdl:documentation>
      <wsdl:input message="tns:DebtorGroup_FindByNumberSoapIn" />
      <wsdl:output message="tns:DebtorGroup_FindByNumberSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="DebtorGroup_FindByNumberList">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns an array with handles for the debtor groups corresponding to the given debtor group numbers. If a debtor group with a given number does not exist then the array contains nothing at that index.&lt;br /&gt;Parameters: numbers: The numbers to search for.</wsdl:documentation>
      <wsdl:input message="tns:DebtorGroup_FindByNumberListSoapIn" />
      <wsdl:output message="tns:DebtorGroup_FindByNumberListSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="DebtorGroup_FindByName">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns handles for all debtor groups with a given name.</wsdl:documentation>
      <wsdl:input message="tns:DebtorGroup_FindByNameSoapIn" />
      <wsdl:output message="tns:DebtorGroup_FindByNameSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="DebtorGroup_GetDebtors">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets handles for debtors of a debtor group.&lt;br /&gt;Parameters: debtorGroupHandle: Handle for the debtor group.</wsdl:documentation>
      <wsdl:input message="tns:DebtorGroup_GetDebtorsSoapIn" />
      <wsdl:output message="tns:DebtorGroup_GetDebtorsSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="DeliveryLocation_CreateFromData">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Creates a new delivery location contact from a data object.&lt;br /&gt;Parameters: data: The data object that specifies the properties of the new delivery location.</wsdl:documentation>
      <wsdl:input message="tns:DeliveryLocation_CreateFromDataSoapIn" />
      <wsdl:output message="tns:DeliveryLocation_CreateFromDataSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="DeliveryLocation_CreateFromDataArray">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Creates new delivery locations from data objects.&lt;br /&gt;Parameters: dataArray: The array of data objects that specifies the properties of the new delivery locations.</wsdl:documentation>
      <wsdl:input message="tns:DeliveryLocation_CreateFromDataArraySoapIn" />
      <wsdl:output message="tns:DeliveryLocation_CreateFromDataArraySoapOut" />
    </wsdl:operation>
    <wsdl:operation name="DeliveryLocation_UpdateFromDataArray">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Update delivery locations from data objects.&lt;br /&gt;Parameters: dataArray: The array of data objects.</wsdl:documentation>
      <wsdl:input message="tns:DeliveryLocation_UpdateFromDataArraySoapIn" />
      <wsdl:output message="tns:DeliveryLocation_UpdateFromDataArraySoapOut" />
    </wsdl:operation>
    <wsdl:operation name="DeliveryLocation_UpdateFromData">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Updates a delivery location from a data object.&lt;br /&gt;Parameters: data: The data object.</wsdl:documentation>
      <wsdl:input message="tns:DeliveryLocation_UpdateFromDataSoapIn" />
      <wsdl:output message="tns:DeliveryLocation_UpdateFromDataSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="DeliveryLocation_GetData">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns a delivery location data object for a given delivery location.&lt;br /&gt;Parameters: entityHandle: A handle for the delivery location.</wsdl:documentation>
      <wsdl:input message="tns:DeliveryLocation_GetDataSoapIn" />
      <wsdl:output message="tns:DeliveryLocation_GetDataSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="DeliveryLocation_GetDataArray">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns delivery location data objects for a given set of delivery location handles.&lt;br /&gt;Parameters: entityHandles: An array of the delivery location handles.</wsdl:documentation>
      <wsdl:input message="tns:DeliveryLocation_GetDataArraySoapIn" />
      <wsdl:output message="tns:DeliveryLocation_GetDataArraySoapOut" />
    </wsdl:operation>
    <wsdl:operation name="DeliveryLocation_GetDebtor">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets a handle for the debtor of a delivery location.&lt;br /&gt;Parameters: deliveryLocationHandle: Handle for the delivery location.</wsdl:documentation>
      <wsdl:input message="tns:DeliveryLocation_GetDebtorSoapIn" />
      <wsdl:output message="tns:DeliveryLocation_GetDebtorSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="DeliveryLocation_GetNumber">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the number of a delivery location.&lt;br /&gt;Parameters: deliveryLocationHandle: Handle for the delivery location.</wsdl:documentation>
      <wsdl:input message="tns:DeliveryLocation_GetNumberSoapIn" />
      <wsdl:output message="tns:DeliveryLocation_GetNumberSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="DeliveryLocation_GetAddress">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the address of a delivery location.&lt;br /&gt;Parameters: deliveryLocationHandle: Handle for the delivery location.</wsdl:documentation>
      <wsdl:input message="tns:DeliveryLocation_GetAddressSoapIn" />
      <wsdl:output message="tns:DeliveryLocation_GetAddressSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="DeliveryLocation_SetAddress">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Sets the address of a delivery location.&lt;br /&gt;Parameters: deliveryLocationHandle: Handle for the delivery location. value: The new address of the delivery location.</wsdl:documentation>
      <wsdl:input message="tns:DeliveryLocation_SetAddressSoapIn" />
      <wsdl:output message="tns:DeliveryLocation_SetAddressSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="DeliveryLocation_GetPostalCode">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the postal code of a delivery location.&lt;br /&gt;Parameters: deliveryLocationHandle: Handle for the delivery location.</wsdl:documentation>
      <wsdl:input message="tns:DeliveryLocation_GetPostalCodeSoapIn" />
      <wsdl:output message="tns:DeliveryLocation_GetPostalCodeSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="DeliveryLocation_SetPostalCode">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Sets the postal code of a delivery location.&lt;br /&gt;Parameters: deliveryLocationHandle: Handle for the delivery location. value: The new postal code of the delivery location.</wsdl:documentation>
      <wsdl:input message="tns:DeliveryLocation_SetPostalCodeSoapIn" />
      <wsdl:output message="tns:DeliveryLocation_SetPostalCodeSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="DeliveryLocation_GetCity">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the city of a delivery location.&lt;br /&gt;Parameters: deliveryLocationHandle: Handle for the delivery location.</wsdl:documentation>
      <wsdl:input message="tns:DeliveryLocation_GetCitySoapIn" />
      <wsdl:output message="tns:DeliveryLocation_GetCitySoapOut" />
    </wsdl:operation>
    <wsdl:operation name="DeliveryLocation_SetCity">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Sets the city of a delivery location.&lt;br /&gt;Parameters: deliveryLocationHandle: Handle for the delivery location. value: The new city of the delivery location.</wsdl:documentation>
      <wsdl:input message="tns:DeliveryLocation_SetCitySoapIn" />
      <wsdl:output message="tns:DeliveryLocation_SetCitySoapOut" />
    </wsdl:operation>
    <wsdl:operation name="DeliveryLocation_SetCountry">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Sets the country of a delivery location.&lt;br /&gt;Parameters: deliveryLocationHandle: Handle for the delivery location. value: The new country of the delivery location.</wsdl:documentation>
      <wsdl:input message="tns:DeliveryLocation_SetCountrySoapIn" />
      <wsdl:output message="tns:DeliveryLocation_SetCountrySoapOut" />
    </wsdl:operation>
    <wsdl:operation name="DeliveryLocation_GetCountry">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the country of a delivery location.&lt;br /&gt;Parameters: deliveryLocationHandle: Handle for the delivery location.</wsdl:documentation>
      <wsdl:input message="tns:DeliveryLocation_GetCountrySoapIn" />
      <wsdl:output message="tns:DeliveryLocation_GetCountrySoapOut" />
    </wsdl:operation>
    <wsdl:operation name="DeliveryLocation_SetTermsOfDelivery">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Sets the terms of delivery of a delivery location.&lt;br /&gt;Parameters: deliveryLocationHandle: Handle for the delivery location. value: The new terms of delivery of the delivery location.</wsdl:documentation>
      <wsdl:input message="tns:DeliveryLocation_SetTermsOfDeliverySoapIn" />
      <wsdl:output message="tns:DeliveryLocation_SetTermsOfDeliverySoapOut" />
    </wsdl:operation>
    <wsdl:operation name="DeliveryLocation_GetTermsOfDelivery">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the terms of delivery of a delivery location.&lt;br /&gt;Parameters: deliveryLocationHandle: Handle for the delivery location.</wsdl:documentation>
      <wsdl:input message="tns:DeliveryLocation_GetTermsOfDeliverySoapIn" />
      <wsdl:output message="tns:DeliveryLocation_GetTermsOfDeliverySoapOut" />
    </wsdl:operation>
    <wsdl:operation name="DeliveryLocation_GetIsAccessible">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets whether a delivery location is accessible.&lt;br /&gt;Parameters: deliveryLocationHandle: Handle for the delivery location.</wsdl:documentation>
      <wsdl:input message="tns:DeliveryLocation_GetIsAccessibleSoapIn" />
      <wsdl:output message="tns:DeliveryLocation_GetIsAccessibleSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="DeliveryLocation_SetIsAccessible">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Sets whether a delivery location is accessible.&lt;br /&gt;Parameters: deliveryLocationHandle: Handle for the delivery location. value: Value that indicates whether the delivery location should be accessible.</wsdl:documentation>
      <wsdl:input message="tns:DeliveryLocation_SetIsAccessibleSoapIn" />
      <wsdl:output message="tns:DeliveryLocation_SetIsAccessibleSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="DeliveryLocation_GetExternalId">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the external ID of a delivery location.&lt;br /&gt;Parameters: deliveryLocationHandle: Handle for the delivery location.</wsdl:documentation>
      <wsdl:input message="tns:DeliveryLocation_GetExternalIdSoapIn" />
      <wsdl:output message="tns:DeliveryLocation_GetExternalIdSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="DeliveryLocation_SetExternalId">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Sets the external ID of a delivery location.&lt;br /&gt;Parameters: deliveryLocationHandle: Handle for the delivery location. value: The new external ID of the delivery location.</wsdl:documentation>
      <wsdl:input message="tns:DeliveryLocation_SetExternalIdSoapIn" />
      <wsdl:output message="tns:DeliveryLocation_SetExternalIdSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="DeliveryLocation_GetCounty">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">DEPRECATED! Gets the County of a delivery location. (UK only)&lt;br /&gt;Parameters: deliveryLocationHandle: Handle for the deliveryLocation.</wsdl:documentation>
      <wsdl:input message="tns:DeliveryLocation_GetCountySoapIn" />
      <wsdl:output message="tns:DeliveryLocation_GetCountySoapOut" />
    </wsdl:operation>
    <wsdl:operation name="DeliveryLocation_SetCounty">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">DEPRECATED! Sets the County of a delivery location. (UK only)&lt;br /&gt;Parameters: deliveryLocationHandle: Handle for the deliveryLocation. value: The new County of the deliveryLocation.</wsdl:documentation>
      <wsdl:input message="tns:DeliveryLocation_SetCountySoapIn" />
      <wsdl:output message="tns:DeliveryLocation_SetCountySoapOut" />
    </wsdl:operation>
    <wsdl:operation name="DeliveryLocation_Create">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Creates a new delivery location.</wsdl:documentation>
      <wsdl:input message="tns:DeliveryLocation_CreateSoapIn" />
      <wsdl:output message="tns:DeliveryLocation_CreateSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="DeliveryLocation_GetAll">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns handles for all delivery locations.</wsdl:documentation>
      <wsdl:input message="tns:DeliveryLocation_GetAllSoapIn" />
      <wsdl:output message="tns:DeliveryLocation_GetAllSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="DeliveryLocation_FindByExternalId">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns handles for all delivery location with a given external ID.&lt;br /&gt;Parameters: externalId: The external ID to search for.</wsdl:documentation>
      <wsdl:input message="tns:DeliveryLocation_FindByExternalIdSoapIn" />
      <wsdl:output message="tns:DeliveryLocation_FindByExternalIdSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="DeliveryLocation_Delete">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Deletes a delivery location</wsdl:documentation>
      <wsdl:input message="tns:DeliveryLocation_DeleteSoapIn" />
      <wsdl:output message="tns:DeliveryLocation_DeleteSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Department_CreateFromData">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Creates a new department from a data object.&lt;br /&gt;Parameters: data: The data object that specifies the properties of the new department.</wsdl:documentation>
      <wsdl:input message="tns:Department_CreateFromDataSoapIn" />
      <wsdl:output message="tns:Department_CreateFromDataSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Department_CreateFromDataArray">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Creates new departments from data objects.&lt;br /&gt;Parameters: dataArray: The array of data objects that specifies the properties of the new departments.</wsdl:documentation>
      <wsdl:input message="tns:Department_CreateFromDataArraySoapIn" />
      <wsdl:output message="tns:Department_CreateFromDataArraySoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Department_UpdateFromDataArray">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Update departments from data objects.&lt;br /&gt;Parameters: dataArray: The array of data objects.</wsdl:documentation>
      <wsdl:input message="tns:Department_UpdateFromDataArraySoapIn" />
      <wsdl:output message="tns:Department_UpdateFromDataArraySoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Department_UpdateFromData">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Updates a department from a data object.&lt;br /&gt;Parameters: data: The data object.</wsdl:documentation>
      <wsdl:input message="tns:Department_UpdateFromDataSoapIn" />
      <wsdl:output message="tns:Department_UpdateFromDataSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Department_GetData">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns a department data object for a given department.&lt;br /&gt;Parameters: entityHandle: A handle for the department.</wsdl:documentation>
      <wsdl:input message="tns:Department_GetDataSoapIn" />
      <wsdl:output message="tns:Department_GetDataSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Department_GetDataArray">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns department data objects for a given set of department handles.&lt;br /&gt;Parameters: entityHandles: An array of the department handles.</wsdl:documentation>
      <wsdl:input message="tns:Department_GetDataArraySoapIn" />
      <wsdl:output message="tns:Department_GetDataArraySoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Department_Create">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Creates a new department.</wsdl:documentation>
      <wsdl:input message="tns:Department_CreateSoapIn" />
      <wsdl:output message="tns:Department_CreateSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Department_GetAll">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns handles for all departments.</wsdl:documentation>
      <wsdl:input message="tns:Department_GetAllSoapIn" />
      <wsdl:output message="tns:Department_GetAllSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Department_FindByNumber">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns a handle for the department with the given number.&lt;br /&gt;Parameters: number: The number to search for.</wsdl:documentation>
      <wsdl:input message="tns:Department_FindByNumberSoapIn" />
      <wsdl:output message="tns:Department_FindByNumberSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Department_FindByNumberList">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns an array with handles for the departments corresponding to the given numbers. If a department with a given number does not exist then the array contains nothing at that index.&lt;br /&gt;Parameters: numbers: The numbers to search for.</wsdl:documentation>
      <wsdl:input message="tns:Department_FindByNumberListSoapIn" />
      <wsdl:output message="tns:Department_FindByNumberListSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Department_FindByName">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns a handle for the department with a given name.&lt;br /&gt;Parameters: name: The name to search for.</wsdl:documentation>
      <wsdl:input message="tns:Department_FindByNameSoapIn" />
      <wsdl:output message="tns:Department_FindByNameSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Department_GetAllUpdated">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Return handles for all departments from date. fromDate is based on CET. includeCalculatedProperties is reserved for future usage and should be set to false for now.</wsdl:documentation>
      <wsdl:input message="tns:Department_GetAllUpdatedSoapIn" />
      <wsdl:output message="tns:Department_GetAllUpdatedSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Department_Delete">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Deletes a department.&lt;br /&gt;Parameters: departmentHandle: Handle for the department.</wsdl:documentation>
      <wsdl:input message="tns:Department_DeleteSoapIn" />
      <wsdl:output message="tns:Department_DeleteSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Department_GetNumber">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the number of a department.&lt;br /&gt;Parameters: departmentHandle: Handle for the department.</wsdl:documentation>
      <wsdl:input message="tns:Department_GetNumberSoapIn" />
      <wsdl:output message="tns:Department_GetNumberSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Department_GetName">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the name of a department.&lt;br /&gt;Parameters: departmentHandle: Handle for the department.</wsdl:documentation>
      <wsdl:input message="tns:Department_GetNameSoapIn" />
      <wsdl:output message="tns:Department_GetNameSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Department_GetIsAccessible">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the accessibility of a department.&lt;br /&gt;Parameters: departmentHandle: Handle for the department.</wsdl:documentation>
      <wsdl:input message="tns:Department_GetIsAccessibleSoapIn" />
      <wsdl:output message="tns:Department_GetIsAccessibleSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Department_SetName">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Sets the name of a department.&lt;br /&gt;Parameters: departmentHandle: Handle for the department. value: The new name for the department.</wsdl:documentation>
      <wsdl:input message="tns:Department_SetNameSoapIn" />
      <wsdl:output message="tns:Department_SetNameSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Department_SetIsAccessible">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Sets the accessibility of a department.&lt;br /&gt;Parameters: departmentHandle: Handle for the department. value: True if accessible, false if not.</wsdl:documentation>
      <wsdl:input message="tns:Department_SetIsAccessibleSoapIn" />
      <wsdl:output message="tns:Department_SetIsAccessibleSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="DistributionKey_UpdateFromDataArray">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Update distribution keys from data objects.&lt;br /&gt;Parameters: dataArray: The array of data objects.</wsdl:documentation>
      <wsdl:input message="tns:DistributionKey_UpdateFromDataArraySoapIn" />
      <wsdl:output message="tns:DistributionKey_UpdateFromDataArraySoapOut" />
    </wsdl:operation>
    <wsdl:operation name="DistributionKey_UpdateFromData">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Updates a distribution key from a data object.&lt;br /&gt;Parameters: data: The data object.</wsdl:documentation>
      <wsdl:input message="tns:DistributionKey_UpdateFromDataSoapIn" />
      <wsdl:output message="tns:DistributionKey_UpdateFromDataSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="DistributionKey_GetData">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns a distribution key data object for a given distribution key.&lt;br /&gt;Parameters: entityHandle: A handle for the distribution key.</wsdl:documentation>
      <wsdl:input message="tns:DistributionKey_GetDataSoapIn" />
      <wsdl:output message="tns:DistributionKey_GetDataSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="DistributionKey_GetDataArray">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns distribution key data objects for a given set of distribution key handles.&lt;br /&gt;Parameters: entityHandles: An array of the distribution key handles.</wsdl:documentation>
      <wsdl:input message="tns:DistributionKey_GetDataArraySoapIn" />
      <wsdl:output message="tns:DistributionKey_GetDataArraySoapOut" />
    </wsdl:operation>
    <wsdl:operation name="DistributionKey_GetAll">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Return handles for all distributions keys.</wsdl:documentation>
      <wsdl:input message="tns:DistributionKey_GetAllSoapIn" />
      <wsdl:output message="tns:DistributionKey_GetAllSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="DistributionKey_FindByNumber">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns a handle for the distribution key with the given number.&lt;br /&gt;Parameters: number: The number to search for.</wsdl:documentation>
      <wsdl:input message="tns:DistributionKey_FindByNumberSoapIn" />
      <wsdl:output message="tns:DistributionKey_FindByNumberSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="DistributionKey_FindByNumberList">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns an array with handles for the distribution keys corresponding to the given numbers. If a distribution key with a given number does not exist then the array contains nothing at that index.&lt;br /&gt;Parameters: numbers: The numbers to search for.</wsdl:documentation>
      <wsdl:input message="tns:DistributionKey_FindByNumberListSoapIn" />
      <wsdl:output message="tns:DistributionKey_FindByNumberListSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="DistributionKey_FindByName">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns handles for the distribution keys with the given name.&lt;br /&gt;Parameters: name: The name to search for.</wsdl:documentation>
      <wsdl:input message="tns:DistributionKey_FindByNameSoapIn" />
      <wsdl:output message="tns:DistributionKey_FindByNameSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="DistributionKey_GetDepartments">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the departments of a distribution key.&lt;br /&gt;Parameters: distributionKeyHandle: Handle for the distribution key.</wsdl:documentation>
      <wsdl:input message="tns:DistributionKey_GetDepartmentsSoapIn" />
      <wsdl:output message="tns:DistributionKey_GetDepartmentsSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="DistributionKey_GetPercentages">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the percentage distributions for the departments of a distribution key.&lt;br /&gt;Parameters: distributionKeyHandle: Handle for the distribution key.</wsdl:documentation>
      <wsdl:input message="tns:DistributionKey_GetPercentagesSoapIn" />
      <wsdl:output message="tns:DistributionKey_GetPercentagesSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="DistributionKey_GetNumber">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the number of a distribution key.&lt;br /&gt;Parameters: distributionKeyHandle: Handle for the distribution key.</wsdl:documentation>
      <wsdl:input message="tns:DistributionKey_GetNumberSoapIn" />
      <wsdl:output message="tns:DistributionKey_GetNumberSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="DistributionKey_GetName">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the name of a distribution key.&lt;br /&gt;Parameters: distributionKeyHandle: Handle for the distribution key.</wsdl:documentation>
      <wsdl:input message="tns:DistributionKey_GetNameSoapIn" />
      <wsdl:output message="tns:DistributionKey_GetNameSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="DistributionKey_SetName">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Sets the name of a distribution key.&lt;br /&gt;Parameters: distributionKeyHandle: Handle for the distribution key. value: The new name of the distribution key.</wsdl:documentation>
      <wsdl:input message="tns:DistributionKey_SetNameSoapIn" />
      <wsdl:output message="tns:DistributionKey_SetNameSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="DistributionKey_GetIsAccessible">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets whether a distributionkey is accessible.&lt;br /&gt;Parameters: accountHandle: Handle for the account.</wsdl:documentation>
      <wsdl:input message="tns:DistributionKey_GetIsAccessibleSoapIn" />
      <wsdl:output message="tns:DistributionKey_GetIsAccessibleSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="DistributionKey_SetIsAccessible">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Sets whether a distributionkey is accessible.&lt;br /&gt;Parameters: accountHandle: Handle for the account. value: Value that indicates whether the account should be accessible.</wsdl:documentation>
      <wsdl:input message="tns:DistributionKey_SetIsAccessibleSoapIn" />
      <wsdl:output message="tns:DistributionKey_SetIsAccessibleSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="DocumentArchiveCategory_CreateFromData">
      <wsdl:input message="tns:DocumentArchiveCategory_CreateFromDataSoapIn" />
      <wsdl:output message="tns:DocumentArchiveCategory_CreateFromDataSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="DocumentArchiveCategory_CreateFromDataArray">
      <wsdl:input message="tns:DocumentArchiveCategory_CreateFromDataArraySoapIn" />
      <wsdl:output message="tns:DocumentArchiveCategory_CreateFromDataArraySoapOut" />
    </wsdl:operation>
    <wsdl:operation name="DocumentArchiveCategory_UpdateFromDataArray">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Update DocumentArchiveCategories from data objects.&lt;br /&gt;Parameters: dataArray: The array of data objects.</wsdl:documentation>
      <wsdl:input message="tns:DocumentArchiveCategory_UpdateFromDataArraySoapIn" />
      <wsdl:output message="tns:DocumentArchiveCategory_UpdateFromDataArraySoapOut" />
    </wsdl:operation>
    <wsdl:operation name="DocumentArchiveCategory_UpdateFromData">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Updates a DocumentArchiveCategory from a data object.&lt;br /&gt;Parameters: data: The data object.</wsdl:documentation>
      <wsdl:input message="tns:DocumentArchiveCategory_UpdateFromDataSoapIn" />
      <wsdl:output message="tns:DocumentArchiveCategory_UpdateFromDataSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="DocumentArchiveCategory_GetData">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns a DocumentArchiveCategory data object for a given DocumentArchiveCategory.&lt;br /&gt;Parameters: entityHandle: A handle for the DocumentArchiveCategory.</wsdl:documentation>
      <wsdl:input message="tns:DocumentArchiveCategory_GetDataSoapIn" />
      <wsdl:output message="tns:DocumentArchiveCategory_GetDataSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="DocumentArchiveCategory_GetDataArray">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns DocumentArchiveCategory data objects for a given set of DocumentArchiveCategory handles.&lt;br /&gt;Parameters: entityHandles: An array of the DocumentArchiveCategory handles.</wsdl:documentation>
      <wsdl:input message="tns:DocumentArchiveCategory_GetDataArraySoapIn" />
      <wsdl:output message="tns:DocumentArchiveCategory_GetDataArraySoapOut" />
    </wsdl:operation>
    <wsdl:operation name="DocumentArchiveCategory_Create">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Creates a new DocumentArchiveCategory.&lt;br /&gt;Parameters: number: The number of the new DocumentArchiveCategory. name: The name of the new DocumentArchiveCategory.</wsdl:documentation>
      <wsdl:input message="tns:DocumentArchiveCategory_CreateSoapIn" />
      <wsdl:output message="tns:DocumentArchiveCategory_CreateSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="DocumentArchiveCategory_GetAll">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns handles for all DocumentArchiveCategories.</wsdl:documentation>
      <wsdl:input message="tns:DocumentArchiveCategory_GetAllSoapIn" />
      <wsdl:output message="tns:DocumentArchiveCategory_GetAllSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="DocumentArchiveCategory_FindByNumber">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns a handle for the scanned document with a given number.&lt;br /&gt;Parameters: number: The number to search for.</wsdl:documentation>
      <wsdl:input message="tns:DocumentArchiveCategory_FindByNumberSoapIn" />
      <wsdl:output message="tns:DocumentArchiveCategory_FindByNumberSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="DocumentArchiveCategory_FindByName">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns handles for the document archive categories with a given name.&lt;br /&gt;Parameter: name: The name to search for.</wsdl:documentation>
      <wsdl:input message="tns:DocumentArchiveCategory_FindByNameSoapIn" />
      <wsdl:output message="tns:DocumentArchiveCategory_FindByNameSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="DocumentArchiveCategory_GetDocuments">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets all documents in this category.&lt;br /&gt;Parameters: invoiceHandle: Handle for the DocumentArchiveCategory.</wsdl:documentation>
      <wsdl:input message="tns:DocumentArchiveCategory_GetDocumentsSoapIn" />
      <wsdl:output message="tns:DocumentArchiveCategory_GetDocumentsSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="DocumentArchiveCategory_Delete">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Deletes a category.&lt;br /&gt;Parameters: documentArchiveCategoryHandle: Handle for the category.</wsdl:documentation>
      <wsdl:input message="tns:DocumentArchiveCategory_DeleteSoapIn" />
      <wsdl:output message="tns:DocumentArchiveCategory_DeleteSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="DocumentArchiveCategory_GetNumber">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the number of a DocumentArchiveCategory.&lt;br /&gt;Parameters: DocumentArchiveCategoryHandle: Handle for the DocumentArchiveCategory.</wsdl:documentation>
      <wsdl:input message="tns:DocumentArchiveCategory_GetNumberSoapIn" />
      <wsdl:output message="tns:DocumentArchiveCategory_GetNumberSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="DocumentArchiveCategory_GetName">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the name of a DocumentArchiveCategory.&lt;br /&gt;Parameters: DocumentArchiveCategoryHandle: Handle for the DocumentArchiveCategory.</wsdl:documentation>
      <wsdl:input message="tns:DocumentArchiveCategory_GetNameSoapIn" />
      <wsdl:output message="tns:DocumentArchiveCategory_GetNameSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="DocumentArchiveCategory_SetName">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Sets the name of a DocumentArchiveCategory.&lt;br /&gt;Parameters: documentArchiveCategoryHandle: Handle for the DocumentArchiveCategory. value: new name of the DocumentArchiveCategory.</wsdl:documentation>
      <wsdl:input message="tns:DocumentArchiveCategory_SetNameSoapIn" />
      <wsdl:output message="tns:DocumentArchiveCategory_SetNameSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Employee_CreateFromData">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Creates a new employee from a data object.&lt;br /&gt;Parameters: data: The data object that specifies the properties of the new employee.</wsdl:documentation>
      <wsdl:input message="tns:Employee_CreateFromDataSoapIn" />
      <wsdl:output message="tns:Employee_CreateFromDataSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Employee_CreateFromDataArray">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Creates new employees from data objects.&lt;br /&gt;Parameters: dataArray: The array of data objects that specifies the properties of the new employees.</wsdl:documentation>
      <wsdl:input message="tns:Employee_CreateFromDataArraySoapIn" />
      <wsdl:output message="tns:Employee_CreateFromDataArraySoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Employee_UpdateFromDataArray">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Update employees from data objects.&lt;br /&gt;Parameters: dataArray: The array of data objects.</wsdl:documentation>
      <wsdl:input message="tns:Employee_UpdateFromDataArraySoapIn" />
      <wsdl:output message="tns:Employee_UpdateFromDataArraySoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Debtor_GetOurReference">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets a handle for 'our reference' of a debtor.&lt;br /&gt;Parameters: debtorHandle: Handle for the debtor.</wsdl:documentation>
      <wsdl:input message="tns:Debtor_GetOurReferenceSoapIn" />
      <wsdl:output message="tns:Debtor_GetOurReferenceSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Debtor_SetOurReference">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Sets 'our reference' of a debtor.&lt;br /&gt;Parameters: debtorHandle: Handle for the debtor. valueHandle: Handle for 'our reference' of the debtor.</wsdl:documentation>
      <wsdl:input message="tns:Debtor_SetOurReferenceSoapIn" />
      <wsdl:output message="tns:Debtor_SetOurReferenceSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Debtor_GetBalance">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the current balance of the debtor.&lt;br /&gt;Parameters: debtorHandle: Handle for the Debtor.</wsdl:documentation>
      <wsdl:input message="tns:Debtor_GetBalanceSoapIn" />
      <wsdl:output message="tns:Debtor_GetBalanceSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Debtor_GetNextAvailableNumber">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns the next available debtor number.</wsdl:documentation>
      <wsdl:input message="tns:Debtor_GetNextAvailableNumberSoapIn" />
      <wsdl:output message="tns:Debtor_GetNextAvailableNumberSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Debtor_Create">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Creates a new debtor.</wsdl:documentation>
      <wsdl:input message="tns:Debtor_CreateSoapIn" />
      <wsdl:output message="tns:Debtor_CreateSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Debtor_GetAll">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Return handles for all debtors</wsdl:documentation>
      <wsdl:input message="tns:Debtor_GetAllSoapIn" />
      <wsdl:output message="tns:Debtor_GetAllSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Debtor_GetAllUpdated">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Return handles for all debtors from date. fromDate is based on CET. includeCalculatedProperties is reserved for future usage and should be set to false for now.</wsdl:documentation>
      <wsdl:input message="tns:Debtor_GetAllUpdatedSoapIn" />
      <wsdl:output message="tns:Debtor_GetAllUpdatedSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Debtor_FindByNumber">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns handle for debtor with a given number.</wsdl:documentation>
      <wsdl:input message="tns:Debtor_FindByNumberSoapIn" />
      <wsdl:output message="tns:Debtor_FindByNumberSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Debtor_FindByNumberList">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns an array with handles for the debtors corresponding to the given debtor numbers. If a debtort with a given number does not exist or if no number is given then the array contains nothing at that index.&lt;br /&gt;Parameters: numbers: The numbers to search for.</wsdl:documentation>
      <wsdl:input message="tns:Debtor_FindByNumberListSoapIn" />
      <wsdl:output message="tns:Debtor_FindByNumberListSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Debtor_FindByName">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns handles for debtors with a given name.&lt;br /&gt;Parameters: The name to search for.</wsdl:documentation>
      <wsdl:input message="tns:Debtor_FindByNameSoapIn" />
      <wsdl:output message="tns:Debtor_FindByNameSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Debtor_FindByPartialName">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns handles for debtors with a given partial name.&lt;br /&gt;Parameters: The partial name to search for. Asterisks (*) may be used as wildcards.</wsdl:documentation>
      <wsdl:input message="tns:Debtor_FindByPartialNameSoapIn" />
      <wsdl:output message="tns:Debtor_FindByPartialNameSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Debtor_FindByEmail">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns handle for debtors with a given email.&lt;br /&gt;Parameters: The email to search for.</wsdl:documentation>
      <wsdl:input message="tns:Debtor_FindByEmailSoapIn" />
      <wsdl:output message="tns:Debtor_FindByEmailSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Debtor_FindByEan">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns handles for debtors with a given EAN.&lt;br /&gt;Parameters: The EAN to search for.</wsdl:documentation>
      <wsdl:input message="tns:Debtor_FindByEanSoapIn" />
      <wsdl:output message="tns:Debtor_FindByEanSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Debtor_FindByCINumber">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns handles for debtors with a given Corporate Identification Number.&lt;br /&gt;Parameters: The Corporate Identification Number to search for.</wsdl:documentation>
      <wsdl:input message="tns:Debtor_FindByCINumberSoapIn" />
      <wsdl:output message="tns:Debtor_FindByCINumberSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Debtor_FindByTelephoneAndFaxNumber">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns handle for debtors with a given telephone and fax number.&lt;br /&gt;Parameters: The telephone and fax number to search for.</wsdl:documentation>
      <wsdl:input message="tns:Debtor_FindByTelephoneAndFaxNumberSoapIn" />
      <wsdl:output message="tns:Debtor_FindByTelephoneAndFaxNumberSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Debtor_GetDeliveryLocations">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets handles for delivery locations of a debtor.&lt;br /&gt;Parameters: debtorHandle: Handle for the debtor.</wsdl:documentation>
      <wsdl:input message="tns:Debtor_GetDeliveryLocationsSoapIn" />
      <wsdl:output message="tns:Debtor_GetDeliveryLocationsSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Debtor_GetDebtorContacts">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets handles for debtor contacts of a debtor.&lt;br /&gt;Parameters: debtorHandle: Handle for the debtor.</wsdl:documentation>
      <wsdl:input message="tns:Debtor_GetDebtorContactsSoapIn" />
      <wsdl:output message="tns:Debtor_GetDebtorContactsSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Debtor_GetInvoices">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets handles for the invoices of a debtor.&lt;br /&gt;Parameters: debtorHandle: Handle for the debtor.</wsdl:documentation>
      <wsdl:input message="tns:Debtor_GetInvoicesSoapIn" />
      <wsdl:output message="tns:Debtor_GetInvoicesSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Debtor_GetOrders">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets handles for the orders of a debtor.&lt;br /&gt;Parameters: debtorHandle: Handle for the debtor.</wsdl:documentation>
      <wsdl:input message="tns:Debtor_GetOrdersSoapIn" />
      <wsdl:output message="tns:Debtor_GetOrdersSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Debtor_GetCurrentInvoices">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets handles for the current invoices of a debtor.&lt;br /&gt;Parameters: debtorHandle: Handle for the debtor.</wsdl:documentation>
      <wsdl:input message="tns:Debtor_GetCurrentInvoicesSoapIn" />
      <wsdl:output message="tns:Debtor_GetCurrentInvoicesSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Debtor_GetQuotations">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets handles for the quotations of a debtor.&lt;br /&gt;Parameters: debtorHandle: Handle for the debtor.</wsdl:documentation>
      <wsdl:input message="tns:Debtor_GetQuotationsSoapIn" />
      <wsdl:output message="tns:Debtor_GetQuotationsSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Debtor_GetEntries">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets handles for the entries of the debtor.&lt;br /&gt;Parameters: debtorHandle: Handle for the debtor.</wsdl:documentation>
      <wsdl:input message="tns:Debtor_GetEntriesSoapIn" />
      <wsdl:output message="tns:Debtor_GetEntriesSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Debtor_GetOpenEntries">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets handles for the open entries of the debtor.&lt;br /&gt;Parameters: debtorHandle: Handle for the debtor.</wsdl:documentation>
      <wsdl:input message="tns:Debtor_GetOpenEntriesSoapIn" />
      <wsdl:output message="tns:Debtor_GetOpenEntriesSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Debtor_GetSubscribers">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets handles for the subscribers of the debtor.&lt;br /&gt;Parameters: debtorHandle: Handle for the debtor.</wsdl:documentation>
      <wsdl:input message="tns:Debtor_GetSubscribersSoapIn" />
      <wsdl:output message="tns:Debtor_GetSubscribersSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Debtor_Delete">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Deletes a debtor.&lt;br /&gt;Parameters: debtorHandle: Handle for debtor.</wsdl:documentation>
      <wsdl:input message="tns:Debtor_DeleteSoapIn" />
      <wsdl:output message="tns:Debtor_DeleteSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="DebtorContact_CreateFromData">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Creates a new debtor contact from a data object.&lt;br /&gt;Parameters: data: The data object that specifies the properties of the new debtor contact.</wsdl:documentation>
      <wsdl:input message="tns:DebtorContact_CreateFromDataSoapIn" />
      <wsdl:output message="tns:DebtorContact_CreateFromDataSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="DebtorContact_CreateFromDataArray">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Creates new debtor contacts from data objects.&lt;br /&gt;Parameters: dataArray: The array of data objects that specifies the properties of the new debtor contacts.</wsdl:documentation>
      <wsdl:input message="tns:DebtorContact_CreateFromDataArraySoapIn" />
      <wsdl:output message="tns:DebtorContact_CreateFromDataArraySoapOut" />
    </wsdl:operation>
    <wsdl:operation name="DebtorContact_UpdateFromDataArray">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Update debtor contacts from data objects.&lt;br /&gt;Parameters: dataArray: The array of data objects.</wsdl:documentation>
      <wsdl:input message="tns:DebtorContact_UpdateFromDataArraySoapIn" />
      <wsdl:output message="tns:DebtorContact_UpdateFromDataArraySoapOut" />
    </wsdl:operation>
    <wsdl:operation name="DebtorContact_UpdateFromData">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Updates a debtor contact from a data object.&lt;br /&gt;Parameters: data: The data object.</wsdl:documentation>
      <wsdl:input message="tns:DebtorContact_UpdateFromDataSoapIn" />
      <wsdl:output message="tns:DebtorContact_UpdateFromDataSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="DebtorContact_GetData">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns a debtor contact data object for a given debtor contact.&lt;br /&gt;Parameters: entityHandle: A handle for the debtor contact.</wsdl:documentation>
      <wsdl:input message="tns:DebtorContact_GetDataSoapIn" />
      <wsdl:output message="tns:DebtorContact_GetDataSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="DebtorContact_GetDataArray">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns debtor contact data objects for a given set of debtor contact handles.&lt;br /&gt;Parameters: entityHandles: An array of the debtor contact handles.</wsdl:documentation>
      <wsdl:input message="tns:DebtorContact_GetDataArraySoapIn" />
      <wsdl:output message="tns:DebtorContact_GetDataArraySoapOut" />
    </wsdl:operation>
    <wsdl:operation name="DebtorContact_GetDebtor">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets a handle for the debtor of a debtor contact.&lt;br /&gt;Parameters: debtorContactHandle: Handle for the debtor contact.</wsdl:documentation>
      <wsdl:input message="tns:DebtorContact_GetDebtorSoapIn" />
      <wsdl:output message="tns:DebtorContact_GetDebtorSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="DebtorContact_SetName">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Sets the name of a debtor contact.&lt;br /&gt;Parameters: debtorContactHandle: Handle for the debtor contact. value: The new name of the debtor contact.</wsdl:documentation>
      <wsdl:input message="tns:DebtorContact_SetNameSoapIn" />
      <wsdl:output message="tns:DebtorContact_SetNameSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="DebtorContact_GetName">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the name of a debtor contact.&lt;br /&gt;Parameters: debtorContactHandle: Handle for the debtor contact.</wsdl:documentation>
      <wsdl:input message="tns:DebtorContact_GetNameSoapIn" />
      <wsdl:output message="tns:DebtorContact_GetNameSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="DebtorContact_GetNumber">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the number of a debtor contact.&lt;br /&gt;Parameters: debtorContactHandle: Handle for the debtor contact.</wsdl:documentation>
      <wsdl:input message="tns:DebtorContact_GetNumberSoapIn" />
      <wsdl:output message="tns:DebtorContact_GetNumberSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="DebtorContact_GetTelephoneNumber">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the telephone number of a debtor contact.&lt;br /&gt;Parameters: debtorContactHandle: Handle for the debtor contact.</wsdl:documentation>
      <wsdl:input message="tns:DebtorContact_GetTelephoneNumberSoapIn" />
      <wsdl:output message="tns:DebtorContact_GetTelephoneNumberSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="DebtorContact_SetTelephoneNumber">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Sets the telephone number of a debtor contact.&lt;br /&gt;Parameters: debtorContactHandle: Handle for the debtor contact. value: The new telephone number of the debtor contact.</wsdl:documentation>
      <wsdl:input message="tns:DebtorContact_SetTelephoneNumberSoapIn" />
      <wsdl:output message="tns:DebtorContact_SetTelephoneNumberSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="DebtorContact_GetEmail">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the email of a debtor contact.&lt;br /&gt;Parameters: debtorContactHandle: Handle for the debtor contact.</wsdl:documentation>
      <wsdl:input message="tns:DebtorContact_GetEmailSoapIn" />
      <wsdl:output message="tns:DebtorContact_GetEmailSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="DebtorContact_SetEmail">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Sets the email of a debtor contact.&lt;br /&gt;Parameters: debtorContactHandle: Handle for the debtor contact. value: The new email of the debtor contact.</wsdl:documentation>
      <wsdl:input message="tns:DebtorContact_SetEmailSoapIn" />
      <wsdl:output message="tns:DebtorContact_SetEmailSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="DebtorContact_SetComments">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Sets the comments of a debtor contact.&lt;br /&gt;Parameters: debtorContactHandle: Handle for the debtor contact. value: The new comments of the debtor contact.</wsdl:documentation>
      <wsdl:input message="tns:DebtorContact_SetCommentsSoapIn" />
      <wsdl:output message="tns:DebtorContact_SetCommentsSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="DebtorContact_GetComments">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the comments of a debtor contact.&lt;br /&gt;Parameters: debtorContactHandle: Handle for the debtor contact.</wsdl:documentation>
      <wsdl:input message="tns:DebtorContact_GetCommentsSoapIn" />
      <wsdl:output message="tns:DebtorContact_GetCommentsSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="DebtorContact_GetExternalId">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the external ID of a debtor contact.&lt;br /&gt;Parameters: debtorContactHandle: Handle for the debtor contact.</wsdl:documentation>
      <wsdl:input message="tns:DebtorContact_GetExternalIdSoapIn" />
      <wsdl:output message="tns:DebtorContact_GetExternalIdSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="DebtorContact_SetExternalId">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Sets the external ID of a debtor contact.&lt;br /&gt;Parameters: debtorContactHandle: Handle for the debtor contact. value: The new external ID of the debtor contact.</wsdl:documentation>
      <wsdl:input message="tns:DebtorContact_SetExternalIdSoapIn" />
      <wsdl:output message="tns:DebtorContact_SetExternalIdSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="DebtorContact_SetIsToReceiveEmailCopyOfOrder">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Sets whether the debtor contact is to receive a copy of orders by email.&lt;br /&gt;Parameters: debtorContactHandle: Handle for the debtor contact. value: The new value indicating whether the debtor contact is to receive a copy of orders by email.</wsdl:documentation>
      <wsdl:input message="tns:DebtorContact_SetIsToReceiveEmailCopyOfOrderSoapIn" />
      <wsdl:output message="tns:DebtorContact_SetIsToReceiveEmailCopyOfOrderSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="DebtorContact_GetIsToReceiveEmailCopyOfOrder">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets whether the debtor contact is to receive a copy of orders by email.&lt;br /&gt;Parameters: debtorContactHandle: Handle for the debtor contact.</wsdl:documentation>
      <wsdl:input message="tns:DebtorContact_GetIsToReceiveEmailCopyOfOrderSoapIn" />
      <wsdl:output message="tns:DebtorContact_GetIsToReceiveEmailCopyOfOrderSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="DebtorContact_GetIsToReceiveEmailCopyOfInvoice">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets whether the debtor contact is to receive a copy of invoices by email.&lt;br /&gt;Parameters: debtorContactHandle: Handle for the debtor contact.</wsdl:documentation>
      <wsdl:input message="tns:DebtorContact_GetIsToReceiveEmailCopyOfInvoiceSoapIn" />
      <wsdl:output message="tns:DebtorContact_GetIsToReceiveEmailCopyOfInvoiceSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="DebtorContact_SetIsToReceiveEmailCopyOfInvoice">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Sets whether the debtor contact is to receive a copy of invoices by email.&lt;br /&gt;Parameters: debtorContactHandle: Handle for the debtor contact. value: The new value indicating whether the debtor contact is to receive a copy of invoices by email.</wsdl:documentation>
      <wsdl:input message="tns:DebtorContact_SetIsToReceiveEmailCopyOfInvoiceSoapIn" />
      <wsdl:output message="tns:DebtorContact_SetIsToReceiveEmailCopyOfInvoiceSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="DebtorContact_Create">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Creates a new debtor contact.</wsdl:documentation>
      <wsdl:input message="tns:DebtorContact_CreateSoapIn" />
      <wsdl:output message="tns:DebtorContact_CreateSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="DebtorContact_GetAll">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns handles for all debtor contacts.</wsdl:documentation>
      <wsdl:input message="tns:DebtorContact_GetAllSoapIn" />
      <wsdl:output message="tns:DebtorContact_GetAllSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="DebtorContact_FindByName">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns handles for debtor contacts with a given name.</wsdl:documentation>
      <wsdl:input message="tns:DebtorContact_FindByNameSoapIn" />
      <wsdl:output message="tns:DebtorContact_FindByNameSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="DebtorContact_FindByExternalId">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns handles for debtor contacts with a external ID.</wsdl:documentation>
      <wsdl:input message="tns:DebtorContact_FindByExternalIdSoapIn" />
      <wsdl:output message="tns:DebtorContact_FindByExternalIdSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="DebtorContact_Delete">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Deletes adebtor contact.&lt;br /&gt;Parameters: debtorContactHandle: Handle for the debtor contact.</wsdl:documentation>
      <wsdl:input message="tns:DebtorContact_DeleteSoapIn" />
      <wsdl:output message="tns:DebtorContact_DeleteSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="DebtorEntry_GetData">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns a debtor entry data object for a given debtor entry.&lt;br /&gt;Parameters: entityHandle: A handle for the debtor entry.</wsdl:documentation>
      <wsdl:input message="tns:DebtorEntry_GetDataSoapIn" />
      <wsdl:output message="tns:DebtorEntry_GetDataSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="DebtorEntry_GetDataArray">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns debtor entry data objects for a given set of debtor entry handles.&lt;br /&gt;Parameters: entityHandles: An array of the debtor entry handles.</wsdl:documentation>
      <wsdl:input message="tns:DebtorEntry_GetDataArraySoapIn" />
      <wsdl:output message="tns:DebtorEntry_GetDataArraySoapOut" />
    </wsdl:operation>
    <wsdl:operation name="DebtorEntry_GetSerialNumber">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the number of the debtor entry.&lt;br /&gt;Parameters: debtorentryHandle: Handle for the debtor entry.</wsdl:documentation>
      <wsdl:input message="tns:DebtorEntry_GetSerialNumberSoapIn" />
      <wsdl:output message="tns:DebtorEntry_GetSerialNumberSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="DebtorEntry_GetType">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the entry type of the debtor entry.&lt;br /&gt;</wsdl:documentation>
      <wsdl:input message="tns:DebtorEntry_GetTypeSoapIn" />
      <wsdl:output message="tns:DebtorEntry_GetTypeSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="DebtorEntry_GetDate">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the date of the debtor entry.&lt;br /&gt;</wsdl:documentation>
      <wsdl:input message="tns:DebtorEntry_GetDateSoapIn" />
      <wsdl:output message="tns:DebtorEntry_GetDateSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="DebtorEntry_GetDebtor">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the debtor of the debtor entry.&lt;br /&gt;</wsdl:documentation>
      <wsdl:input message="tns:DebtorEntry_GetDebtorSoapIn" />
      <wsdl:output message="tns:DebtorEntry_GetDebtorSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="DebtorEntry_GetAccount">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the account of the debtor entry.&lt;br /&gt;</wsdl:documentation>
      <wsdl:input message="tns:DebtorEntry_GetAccountSoapIn" />
      <wsdl:output message="tns:DebtorEntry_GetAccountSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="DebtorEntry_GetVoucherNumber">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the voucher number of the debtor entry.&lt;br /&gt;</wsdl:documentation>
      <wsdl:input message="tns:DebtorEntry_GetVoucherNumberSoapIn" />
      <wsdl:output message="tns:DebtorEntry_GetVoucherNumberSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="DebtorEntry_GetText">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the text of the debtor entry.&lt;br /&gt;</wsdl:documentation>
      <wsdl:input message="tns:DebtorEntry_GetTextSoapIn" />
      <wsdl:output message="tns:DebtorEntry_GetTextSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="DebtorEntry_GetAmountDefaultCurrency">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the amount of the debtor entry in the default currency.&lt;br /&gt;</wsdl:documentation>
      <wsdl:input message="tns:DebtorEntry_GetAmountDefaultCurrencySoapIn" />
      <wsdl:output message="tns:DebtorEntry_GetAmountDefaultCurrencySoapOut" />
    </wsdl:operation>
    <wsdl:operation name="DebtorEntry_GetAllOpenEntries">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets all open debtor entries for all debtors.&lt;br /&gt;</wsdl:documentation>
      <wsdl:input message="tns:DebtorEntry_GetAllOpenEntriesSoapIn" />
      <wsdl:output message="tns:DebtorEntry_GetAllOpenEntriesSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="DebtorEntry_GetCurrency">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the currency of the debtor entry.&lt;br /&gt;</wsdl:documentation>
      <wsdl:input message="tns:DebtorEntry_GetCurrencySoapIn" />
      <wsdl:output message="tns:DebtorEntry_GetCurrencySoapOut" />
    </wsdl:operation>
    <wsdl:operation name="DebtorEntry_GetAmount">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the currency amount of the debtor entry.&lt;br /&gt;</wsdl:documentation>
      <wsdl:input message="tns:DebtorEntry_GetAmountSoapIn" />
      <wsdl:output message="tns:DebtorEntry_GetAmountSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="DebtorEntry_GetInvoiceNumber">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the invoice number of the debtor entry.&lt;br /&gt;</wsdl:documentation>
      <wsdl:input message="tns:DebtorEntry_GetInvoiceNumberSoapIn" />
      <wsdl:output message="tns:DebtorEntry_GetInvoiceNumberSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="DebtorEntry_GetDueDate">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the due date of the debtor entry.&lt;br /&gt;</wsdl:documentation>
      <wsdl:input message="tns:DebtorEntry_GetDueDateSoapIn" />
      <wsdl:output message="tns:DebtorEntry_GetDueDateSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="DebtorEntry_GetRemainder">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the currency remainder of the debtor entry.&lt;br /&gt;</wsdl:documentation>
      <wsdl:input message="tns:DebtorEntry_GetRemainderSoapIn" />
      <wsdl:output message="tns:DebtorEntry_GetRemainderSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="DebtorEntry_GetRemainderDefaultCurrency">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the remainder of the debtor entry in the default currency.&lt;br /&gt;</wsdl:documentation>
      <wsdl:input message="tns:DebtorEntry_GetRemainderDefaultCurrencySoapIn" />
      <wsdl:output message="tns:DebtorEntry_GetRemainderDefaultCurrencySoapOut" />
    </wsdl:operation>
    <wsdl:operation name="DebtorEntry_FindBySerialNumber">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns an array of handles for the debtor entries with numbers in the given interval.&lt;br /&gt;Parameters: from: The beginning of the interval. to: the end of the interval.</wsdl:documentation>
      <wsdl:input message="tns:DebtorEntry_FindBySerialNumberSoapIn" />
      <wsdl:output message="tns:DebtorEntry_FindBySerialNumberSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="DebtorEntry_FindByInvoiceNumber">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns handles for debtor entries for a given invoice number interval.&lt;br /&gt;Parameters: from: The minimum invoice number to search for. to: The maximum invoice number to search for.</wsdl:documentation>
      <wsdl:input message="tns:DebtorEntry_FindByInvoiceNumberSoapIn" />
      <wsdl:output message="tns:DebtorEntry_FindByInvoiceNumberSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="DebtorEntry_MatchEntries">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Matches the entries passed to the function. No return value.&lt;br /&gt;Parameters: entries: The debtor entries to be matched.</wsdl:documentation>
      <wsdl:input message="tns:DebtorEntry_MatchEntriesSoapIn" />
      <wsdl:output message="tns:DebtorEntry_MatchEntriesSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="DebtorGroup_CreateFromData">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Creates a new debtor group from a data object.&lt;br /&gt;Parameters: data: The data object that specifies the properties of the new debtor group.</wsdl:documentation>
      <wsdl:input message="tns:DebtorGroup_CreateFromDataSoapIn" />
      <wsdl:output message="tns:DebtorGroup_CreateFromDataSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="DebtorGroup_CreateFromDataArray">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Creates new debtor groups from data objects.&lt;br /&gt;Parameters: dataArray: The array of data objects that specifies the properties of the new debtor groups.</wsdl:documentation>
      <wsdl:input message="tns:DebtorGroup_CreateFromDataArraySoapIn" />
      <wsdl:output message="tns:DebtorGroup_CreateFromDataArraySoapOut" />
    </wsdl:operation>
    <wsdl:operation name="DebtorGroup_UpdateFromDataArray">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Update debtor groups from data objects.&lt;br /&gt;Parameters: dataArray: The array of data objects.</wsdl:documentation>
      <wsdl:input message="tns:DebtorGroup_UpdateFromDataArraySoapIn" />
      <wsdl:output message="tns:DebtorGroup_UpdateFromDataArraySoapOut" />
    </wsdl:operation>
    <wsdl:operation name="DebtorGroup_UpdateFromData">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Updates a debtor group from a data object.&lt;br /&gt;Parameters: data: The data object.</wsdl:documentation>
      <wsdl:input message="tns:DebtorGroup_UpdateFromDataSoapIn" />
      <wsdl:output message="tns:DebtorGroup_UpdateFromDataSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="DebtorGroup_GetData">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns a debtor group data object for a given debtor group.&lt;br /&gt;Parameters: entityHandle: A handle for the debtor group.</wsdl:documentation>
      <wsdl:input message="tns:DebtorGroup_GetDataSoapIn" />
      <wsdl:output message="tns:DebtorGroup_GetDataSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="DebtorGroup_GetDataArray">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns debtor group data objects for a given set of debtor group handles.&lt;br /&gt;Parameters: entityHandles: An array of the debtor group handles.</wsdl:documentation>
      <wsdl:input message="tns:DebtorGroup_GetDataArraySoapIn" />
      <wsdl:output message="tns:DebtorGroup_GetDataArraySoapOut" />
    </wsdl:operation>
    <wsdl:operation name="DebtorGroup_GetNumber">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Get the number of a debtor group.&lt;br /&gt;Parameters: debtorGroupHandle: Handle for the debtor group.</wsdl:documentation>
      <wsdl:input message="tns:DebtorGroup_GetNumberSoapIn" />
      <wsdl:output message="tns:DebtorGroup_GetNumberSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="DebtorGroup_GetName">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Get the name of a debtor group.&lt;br /&gt;Parameters: debtorGroupHandle: Handle for the debtor group.</wsdl:documentation>
      <wsdl:input message="tns:DebtorGroup_GetNameSoapIn" />
      <wsdl:output message="tns:DebtorGroup_GetNameSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="DebtorGroup_SetName">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Set the name of a debtor group.&lt;br /&gt;Parameters: debtorGroupHandle: Handle for the debtor group. value: The new name of the debtor group.</wsdl:documentation>
      <wsdl:input message="tns:DebtorGroup_SetNameSoapIn" />
      <wsdl:output message="tns:DebtorGroup_SetNameSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="DebtorGroup_SetLayout">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Sets the layout of a debtor group. The value may be omitted.&lt;br /&gt;Parameters: debtorGroupHandle: Handle for the debtor group. valueHandle: Handle for new layout of a debtor group.</wsdl:documentation>
      <wsdl:input message="tns:DebtorGroup_SetLayoutSoapIn" />
      <wsdl:output message="tns:DebtorGroup_SetLayoutSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="DebtorGroup_GetLayout">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets a handle for the layout of a debtor group.&lt;br /&gt;Parameters: debtorGroupHandle: Handle for the debtor group.</wsdl:documentation>
      <wsdl:input message="tns:DebtorGroup_GetLayoutSoapIn" />
      <wsdl:output message="tns:DebtorGroup_GetLayoutSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="DebtorGroup_GetAccount">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Get handle for account of a debtor group.&lt;br /&gt;Parameters: debtorGroupHandle: Handle for the debtor group.</wsdl:documentation>
      <wsdl:input message="tns:DebtorGroup_GetAccountSoapIn" />
      <wsdl:output message="tns:DebtorGroup_GetAccountSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="DebtorGroup_SetAccount">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Set the account of a debtor group.&lt;br /&gt;Parameters: debtorGroupHandle: Handle for the debtor group. valueHandle: New handle for new account of the debtor group.</wsdl:documentation>
      <wsdl:input message="tns:DebtorGroup_SetAccountSoapIn" />
      <wsdl:output message="tns:DebtorGroup_SetAccountSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="QuotationLine_SetInventoryLocation">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Sets the inventory location of a quotation line. The inventory location is only accessible when there is access to the Stock add-on module.&lt;br /&gt;Parameters: quotationLineHandle: Handle for the current invoice line. value: Handle for the new inventory location of the quotation line.</wsdl:documentation>
      <wsdl:input message="tns:QuotationLine_SetInventoryLocationSoapIn" />
      <wsdl:output message="tns:QuotationLine_SetInventoryLocationSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoiceLine_Create">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Creates a new current invoice line.&lt;br /&gt;Parameters: invoiceHandle: Handle for a current invoice.</wsdl:documentation>
      <wsdl:input message="tns:CurrentInvoiceLine_CreateSoapIn" />
      <wsdl:output message="tns:CurrentInvoiceLine_CreateSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoiceLine_FindByProduct">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns handles for current invoice lines that uses a given products.&lt;br /&gt;Parameters: product: The product to search for.</wsdl:documentation>
      <wsdl:input message="tns:CurrentInvoiceLine_FindByProductSoapIn" />
      <wsdl:output message="tns:CurrentInvoiceLine_FindByProductSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoiceLine_FindByProductList">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns handles for current invoice lines that uses a given set of products.&lt;br /&gt;Parameters: products: The products to search for.</wsdl:documentation>
      <wsdl:input message="tns:CurrentInvoiceLine_FindByProductListSoapIn" />
      <wsdl:output message="tns:CurrentInvoiceLine_FindByProductListSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoiceLine_Delete">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Deletes a current invoice line.&lt;br /&gt;Parameters: currentInvoiceLineHandle: Handle for the current invoice line.</wsdl:documentation>
      <wsdl:input message="tns:CurrentInvoiceLine_DeleteSoapIn" />
      <wsdl:output message="tns:CurrentInvoiceLine_DeleteSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CurrentSupplierInvoice_CreateFromData">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Creates a new current supplier invoice from a data object.&lt;br /&gt;Parameters: data: The data object that specifies the properties of the new current supplier invoice.</wsdl:documentation>
      <wsdl:input message="tns:CurrentSupplierInvoice_CreateFromDataSoapIn" />
      <wsdl:output message="tns:CurrentSupplierInvoice_CreateFromDataSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CurrentSupplierInvoice_CreateFromDataArray">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Creates new current supplier invoices from data objects.&lt;br /&gt;Parameters: dataArray: The array of data objects that specifies the properties of the new current supplier invoices.</wsdl:documentation>
      <wsdl:input message="tns:CurrentSupplierInvoice_CreateFromDataArraySoapIn" />
      <wsdl:output message="tns:CurrentSupplierInvoice_CreateFromDataArraySoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CurrentSupplierInvoice_UpdateFromDataArray">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Update current supplier invoices from data objects.&lt;br /&gt;Parameters: dataArray: The array of data objects.</wsdl:documentation>
      <wsdl:input message="tns:CurrentSupplierInvoice_UpdateFromDataArraySoapIn" />
      <wsdl:output message="tns:CurrentSupplierInvoice_UpdateFromDataArraySoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CurrentSupplierInvoice_UpdateFromData">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Updates a current supplier invoice from a data object.&lt;br /&gt;Parameters: data: The data object.</wsdl:documentation>
      <wsdl:input message="tns:CurrentSupplierInvoice_UpdateFromDataSoapIn" />
      <wsdl:output message="tns:CurrentSupplierInvoice_UpdateFromDataSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CurrentSupplierInvoice_GetData">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns a current supplier invoice data object for a given current supplier invoice.&lt;br /&gt;Parameters: entityHandle: A handle for the current supplier invoice.</wsdl:documentation>
      <wsdl:input message="tns:CurrentSupplierInvoice_GetDataSoapIn" />
      <wsdl:output message="tns:CurrentSupplierInvoice_GetDataSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CurrentSupplierInvoice_GetDataArray">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns current supplier invoice data objects for a given set of current invoice handles.&lt;br /&gt;Parameters: entityHandles: An array of the current supplier invoice handles.</wsdl:documentation>
      <wsdl:input message="tns:CurrentSupplierInvoice_GetDataArraySoapIn" />
      <wsdl:output message="tns:CurrentSupplierInvoice_GetDataArraySoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CurrentSupplierInvoice_Create">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Creates a new current supplier invoice.&lt;br /&gt;Parameters: creditor: Handle for a creditor.</wsdl:documentation>
      <wsdl:input message="tns:CurrentSupplierInvoice_CreateSoapIn" />
      <wsdl:output message="tns:CurrentSupplierInvoice_CreateSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CurrentSupplierInvoice_GetAll">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns handles for all current supplier invoices.</wsdl:documentation>
      <wsdl:input message="tns:CurrentSupplierInvoice_GetAllSoapIn" />
      <wsdl:output message="tns:CurrentSupplierInvoice_GetAllSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CurrentSupplierInvoice_GetLines">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets handles for the lines of a current supplier invoice.&lt;br /&gt;Parameters: currentSupplierInvoiceHandle: Handle for the current supplier invoice.</wsdl:documentation>
      <wsdl:input message="tns:CurrentSupplierInvoice_GetLinesSoapIn" />
      <wsdl:output message="tns:CurrentSupplierInvoice_GetLinesSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CurrentSupplierInvoice_TotalAmount">
      <wsdl:input message="tns:CurrentSupplierInvoice_TotalAmountSoapIn" />
      <wsdl:output message="tns:CurrentSupplierInvoice_TotalAmountSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CurrentSupplierInvoice_GetId">
      <wsdl:input message="tns:CurrentSupplierInvoice_GetIdSoapIn" />
      <wsdl:output message="tns:CurrentSupplierInvoice_GetIdSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CurrentSupplierInvoice_GetCreditor">
      <wsdl:input message="tns:CurrentSupplierInvoice_GetCreditorSoapIn" />
      <wsdl:output message="tns:CurrentSupplierInvoice_GetCreditorSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CurrentSupplierInvoice_SetCreditor">
      <wsdl:input message="tns:CurrentSupplierInvoice_SetCreditorSoapIn" />
      <wsdl:output message="tns:CurrentSupplierInvoice_SetCreditorSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CurrentSupplierInvoiceLine_CreateFromData">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Creates a new current supplier invoice line from a data object.&lt;br /&gt;Parameters: data: The data object that specifies the properties of the new current supplier invoice line.</wsdl:documentation>
      <wsdl:input message="tns:CurrentSupplierInvoiceLine_CreateFromDataSoapIn" />
      <wsdl:output message="tns:CurrentSupplierInvoiceLine_CreateFromDataSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CurrentSupplierInvoiceLine_CreateFromDataArray">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Creates new current supplier invoice lines from data objects.&lt;br /&gt;Parameters: dataArray: The array of data objects that specifies the properties of the new current supplier invoice lines.</wsdl:documentation>
      <wsdl:input message="tns:CurrentSupplierInvoiceLine_CreateFromDataArraySoapIn" />
      <wsdl:output message="tns:CurrentSupplierInvoiceLine_CreateFromDataArraySoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CurrentSupplierInvoiceLine_UpdateFromDataArray">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Update current supplier invoice lines from data objects.&lt;br /&gt;Parameters: dataArray: The array of data objects.</wsdl:documentation>
      <wsdl:input message="tns:CurrentSupplierInvoiceLine_UpdateFromDataArraySoapIn" />
      <wsdl:output message="tns:CurrentSupplierInvoiceLine_UpdateFromDataArraySoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CurrentSupplierInvoiceLine_UpdateFromData">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Updates a current supplier invoice line from a data object.&lt;br /&gt;Parameters: data: The data object.</wsdl:documentation>
      <wsdl:input message="tns:CurrentSupplierInvoiceLine_UpdateFromDataSoapIn" />
      <wsdl:output message="tns:CurrentSupplierInvoiceLine_UpdateFromDataSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CurrentSupplierInvoiceLine_GetData">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns a current supplier invoice line data object for a given current supplier invoice line.&lt;br /&gt;Parameters: entityHandle: A handle for the current supplier invoice line.</wsdl:documentation>
      <wsdl:input message="tns:CurrentSupplierInvoiceLine_GetDataSoapIn" />
      <wsdl:output message="tns:CurrentSupplierInvoiceLine_GetDataSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CurrentSupplierInvoiceLine_GetDataArray">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns current supplier invoice line data objects for current supplier invoice lines.&lt;br /&gt;Parameters: entityHandles: The array of current supplier invoice line handles.</wsdl:documentation>
      <wsdl:input message="tns:CurrentSupplierInvoiceLine_GetDataArraySoapIn" />
      <wsdl:output message="tns:CurrentSupplierInvoiceLine_GetDataArraySoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CurrentSupplierInvoiceLine_GetInvoice">
      <wsdl:input message="tns:CurrentSupplierInvoiceLine_GetInvoiceSoapIn" />
      <wsdl:output message="tns:CurrentSupplierInvoiceLine_GetInvoiceSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CurrentSupplierInvoiceLine_SetProduct">
      <wsdl:input message="tns:CurrentSupplierInvoiceLine_SetProductSoapIn" />
      <wsdl:output message="tns:CurrentSupplierInvoiceLine_SetProductSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CurrentSupplierInvoiceLine_GetProduct">
      <wsdl:input message="tns:CurrentSupplierInvoiceLine_GetProductSoapIn" />
      <wsdl:output message="tns:CurrentSupplierInvoiceLine_GetProductSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CurrentSupplierInvoiceLine_SetQuantity">
      <wsdl:input message="tns:CurrentSupplierInvoiceLine_SetQuantitySoapIn" />
      <wsdl:output message="tns:CurrentSupplierInvoiceLine_SetQuantitySoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CurrentSupplierInvoiceLine_GetQuantity">
      <wsdl:input message="tns:CurrentSupplierInvoiceLine_GetQuantitySoapIn" />
      <wsdl:output message="tns:CurrentSupplierInvoiceLine_GetQuantitySoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CurrentSupplierInvoiceLine_GetUnitPrice">
      <wsdl:input message="tns:CurrentSupplierInvoiceLine_GetUnitPriceSoapIn" />
      <wsdl:output message="tns:CurrentSupplierInvoiceLine_GetUnitPriceSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CurrentSupplierInvoiceLine_SetUnitPrice">
      <wsdl:input message="tns:CurrentSupplierInvoiceLine_SetUnitPriceSoapIn" />
      <wsdl:output message="tns:CurrentSupplierInvoiceLine_SetUnitPriceSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CurrentSupplierInvoiceLine_Create">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Creates a new current invoice line.&lt;br /&gt;Parameters: invoiceHandle: Handle for a current supplier invoice. productHandle: Handle for a product</wsdl:documentation>
      <wsdl:input message="tns:CurrentSupplierInvoiceLine_CreateSoapIn" />
      <wsdl:output message="tns:CurrentSupplierInvoiceLine_CreateSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Debtor_CreateFromData">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Creates a new debtor from a data object.&lt;br /&gt;Parameters: data: The data object that specifies the properties of the new debtor.</wsdl:documentation>
      <wsdl:input message="tns:Debtor_CreateFromDataSoapIn" />
      <wsdl:output message="tns:Debtor_CreateFromDataSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Debtor_CreateFromDataArray">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Creates new debtors from data objects.&lt;br /&gt;Parameters: dataArray: The array of data objects that specifies the properties of the new debtors.</wsdl:documentation>
      <wsdl:input message="tns:Debtor_CreateFromDataArraySoapIn" />
      <wsdl:output message="tns:Debtor_CreateFromDataArraySoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Debtor_UpdateFromDataArray">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Update debtors from data objects.&lt;br /&gt;Parameters: dataArray: The array of data objects.</wsdl:documentation>
      <wsdl:input message="tns:Debtor_UpdateFromDataArraySoapIn" />
      <wsdl:output message="tns:Debtor_UpdateFromDataArraySoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Debtor_UpdateFromData">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Updates a debtor from a data object.&lt;br /&gt;Parameters: data: The data object.</wsdl:documentation>
      <wsdl:input message="tns:Debtor_UpdateFromDataSoapIn" />
      <wsdl:output message="tns:Debtor_UpdateFromDataSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Debtor_GetData">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns a debtor data object for a given debtor.&lt;br /&gt;Parameters: entityHandle: A handle for the debtor.</wsdl:documentation>
      <wsdl:input message="tns:Debtor_GetDataSoapIn" />
      <wsdl:output message="tns:Debtor_GetDataSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Debtor_GetDataArray">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns debtor data objects for a given set of debtor handles.&lt;br /&gt;Parameters: entityHandles: An array of the debtor handles.</wsdl:documentation>
      <wsdl:input message="tns:Debtor_GetDataArraySoapIn" />
      <wsdl:output message="tns:Debtor_GetDataArraySoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Debtor_GetNumber">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the number of a debtor.&lt;br /&gt;Parameters: debtorHandle: Handle for the debtor.</wsdl:documentation>
      <wsdl:input message="tns:Debtor_GetNumberSoapIn" />
      <wsdl:output message="tns:Debtor_GetNumberSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Debtor_SetDebtorGroup">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Sets the debtor group of a debtor.&lt;br /&gt;Parameters: debtorHandle: Handle for the debtor. valueHandle: Handle for new debtor group of the debtor.</wsdl:documentation>
      <wsdl:input message="tns:Debtor_SetDebtorGroupSoapIn" />
      <wsdl:output message="tns:Debtor_SetDebtorGroupSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Debtor_GetDebtorGroup">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets handle for debtor group of a debtor.&lt;br /&gt;Parameters: debtorHandle: Handle for the debtor.</wsdl:documentation>
      <wsdl:input message="tns:Debtor_GetDebtorGroupSoapIn" />
      <wsdl:output message="tns:Debtor_GetDebtorGroupSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Debtor_GetName">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the name of a debtor.&lt;br /&gt;Parameters: debtorHandle: Handle for the debtor.</wsdl:documentation>
      <wsdl:input message="tns:Debtor_GetNameSoapIn" />
      <wsdl:output message="tns:Debtor_GetNameSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Debtor_SetName">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Sets the name of a debtor.&lt;br /&gt;Parameters: debtorHandle: Handle for the debtor. value: The new name of the debtor.</wsdl:documentation>
      <wsdl:input message="tns:Debtor_SetNameSoapIn" />
      <wsdl:output message="tns:Debtor_SetNameSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Debtor_SetVatZone">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Sets vat zone of a debtor.&lt;br /&gt;Parameters: debtorHandle: Handle for the debtor. value: Handle for new vat zone of the debtor.</wsdl:documentation>
      <wsdl:input message="tns:Debtor_SetVatZoneSoapIn" />
      <wsdl:output message="tns:Debtor_SetVatZoneSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Debtor_GetVatZone">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets handle for vat zone of a debtor.&lt;br /&gt;Parameters: debtorHandle: Handle for the debtor.</wsdl:documentation>
      <wsdl:input message="tns:Debtor_GetVatZoneSoapIn" />
      <wsdl:output message="tns:Debtor_GetVatZoneSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Debtor_GetCurrency">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets currency of a debtor.&lt;br /&gt;Parameters: debtorHandle: Handle for the debtor.</wsdl:documentation>
      <wsdl:input message="tns:Debtor_GetCurrencySoapIn" />
      <wsdl:output message="tns:Debtor_GetCurrencySoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Debtor_SetCurrency">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Sets currency of a debtor.&lt;br /&gt;Parameters: debtorHandle: Handle for the debtor. value: Handle for new currency of the debtor.</wsdl:documentation>
      <wsdl:input message="tns:Debtor_SetCurrencySoapIn" />
      <wsdl:output message="tns:Debtor_SetCurrencySoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Debtor_SetPriceGroup">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Sets the price group of a debtor.&lt;br /&gt;Parameters: debtorHandle: Handle for the debtor. value: Handle for the new price group of the debtor.</wsdl:documentation>
      <wsdl:input message="tns:Debtor_SetPriceGroupSoapIn" />
      <wsdl:output message="tns:Debtor_SetPriceGroupSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Debtor_GetPriceGroup">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the price group of a debtor.&lt;br /&gt;Parameters: debtorHandle: Handle for the debtor.</wsdl:documentation>
      <wsdl:input message="tns:Debtor_GetPriceGroupSoapIn" />
      <wsdl:output message="tns:Debtor_GetPriceGroupSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Debtor_SetIsAccessible">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Sets whether a debtor is accessible.&lt;br /&gt;Parameters: debtorHandle: Handle for the debtor. value: Value that indicates whether the debtor should be accessible.</wsdl:documentation>
      <wsdl:input message="tns:Debtor_SetIsAccessibleSoapIn" />
      <wsdl:output message="tns:Debtor_SetIsAccessibleSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Debtor_GetIsAccessible">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets whether a debtor is accessible.&lt;br /&gt;Parameters: debtorHandle: Handle for the debtor.</wsdl:documentation>
      <wsdl:input message="tns:Debtor_GetIsAccessibleSoapIn" />
      <wsdl:output message="tns:Debtor_GetIsAccessibleSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Debtor_GetEan">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets EAN of a debtor.&lt;br /&gt;Parameters: debtorHandle: Handle for the debtor.</wsdl:documentation>
      <wsdl:input message="tns:Debtor_GetEanSoapIn" />
      <wsdl:output message="tns:Debtor_GetEanSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Debtor_SetEan">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Sets EAN of a debtor.&lt;br /&gt;Parameters: debtorHandle: Handle for the debtor. value: The new EAN of the debtor.</wsdl:documentation>
      <wsdl:input message="tns:Debtor_SetEanSoapIn" />
      <wsdl:output message="tns:Debtor_SetEanSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Debtor_GetPublicEntryNumber">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the public entry number of a debtor.&lt;br /&gt;Parameters: debtorHandle: Handle for the debtor.</wsdl:documentation>
      <wsdl:input message="tns:Debtor_GetPublicEntryNumberSoapIn" />
      <wsdl:output message="tns:Debtor_GetPublicEntryNumberSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Debtor_SetPublicEntryNumber">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Sets the public entry number of a debtor.&lt;br /&gt;Parameters: debtorHandle: Handle for the debtor. value: The new public entry number of the debtor.</wsdl:documentation>
      <wsdl:input message="tns:Debtor_SetPublicEntryNumberSoapIn" />
      <wsdl:output message="tns:Debtor_SetPublicEntryNumberSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Debtor_GetEmail">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Get the email of a debtor.&lt;br /&gt;Parameters: debtorHandle: Handle for the debtor.</wsdl:documentation>
      <wsdl:input message="tns:Debtor_GetEmailSoapIn" />
      <wsdl:output message="tns:Debtor_GetEmailSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Debtor_SetEmail">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Set the email of a debtor.&lt;br /&gt;Parameters: debtorHandle: Handle for the debtor. value: The new email of the debtor.</wsdl:documentation>
      <wsdl:input message="tns:Debtor_SetEmailSoapIn" />
      <wsdl:output message="tns:Debtor_SetEmailSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Debtor_SetTelephoneAndFaxNumber">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Sets the telephone and fax number of a debtor.&lt;br /&gt;Parameters: debtorHandle: Handle for the debtor. value: The new telephone and fax number of the debtor.</wsdl:documentation>
      <wsdl:input message="tns:Debtor_SetTelephoneAndFaxNumberSoapIn" />
      <wsdl:output message="tns:Debtor_SetTelephoneAndFaxNumberSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Debtor_GetTelephoneAndFaxNumber">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the telephone and fax number of a debtor.&lt;br /&gt;Parameters: debtorHandle: Handle for the debtor.</wsdl:documentation>
      <wsdl:input message="tns:Debtor_GetTelephoneAndFaxNumberSoapIn" />
      <wsdl:output message="tns:Debtor_GetTelephoneAndFaxNumberSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Debtor_SetWebsite">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Sets the website of a debtor.&lt;br /&gt;Parameters: debtorHandle: Handle for the debtor. value: The new website of the debtor.</wsdl:documentation>
      <wsdl:input message="tns:Debtor_SetWebsiteSoapIn" />
      <wsdl:output message="tns:Debtor_SetWebsiteSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Debtor_GetWebsite">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the website of a debtor.&lt;br /&gt;Parameters: debtorHandle: Handle for the debtor.</wsdl:documentation>
      <wsdl:input message="tns:Debtor_GetWebsiteSoapIn" />
      <wsdl:output message="tns:Debtor_GetWebsiteSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Debtor_GetAddress">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the address of a debtor.&lt;br /&gt;Parameters: debtorHandle: Handle for the debtor.</wsdl:documentation>
      <wsdl:input message="tns:Debtor_GetAddressSoapIn" />
      <wsdl:output message="tns:Debtor_GetAddressSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Debtor_SetAddress">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Sets the address of a debtor.&lt;br /&gt;Parameters: debtorHandle: Handle for the debtor. value: The new address of the debtor.</wsdl:documentation>
      <wsdl:input message="tns:Debtor_SetAddressSoapIn" />
      <wsdl:output message="tns:Debtor_SetAddressSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Debtor_GetPostalCode">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the postal code of a debtor.&lt;br /&gt;Parameters: debtorHandle: Handle for the debtor.</wsdl:documentation>
      <wsdl:input message="tns:Debtor_GetPostalCodeSoapIn" />
      <wsdl:output message="tns:Debtor_GetPostalCodeSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Debtor_SetPostalCode">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Sets the postal code of a debtor.&lt;br /&gt;Parameters: debtorHandle: Handle for the debtor. value: The new postal code of the debtor.</wsdl:documentation>
      <wsdl:input message="tns:Debtor_SetPostalCodeSoapIn" />
      <wsdl:output message="tns:Debtor_SetPostalCodeSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Debtor_GetCity">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the city of a debtor.&lt;br /&gt;Parameters: debtorHandle: Handle for the debtor.</wsdl:documentation>
      <wsdl:input message="tns:Debtor_GetCitySoapIn" />
      <wsdl:output message="tns:Debtor_GetCitySoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Debtor_SetCity">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Sets the city of a debtor.&lt;br /&gt;Parameters: debtorHandle: Handle for the debtor. value: The new city of the debtor.</wsdl:documentation>
      <wsdl:input message="tns:Debtor_SetCitySoapIn" />
      <wsdl:output message="tns:Debtor_SetCitySoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Debtor_SetCountry">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Sets the country of a debtor.&lt;br /&gt;Parameters: debtorHandle: Handle for the debtor. value: The new country of the debtor.</wsdl:documentation>
      <wsdl:input message="tns:Debtor_SetCountrySoapIn" />
      <wsdl:output message="tns:Debtor_SetCountrySoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Debtor_GetCountry">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the country of a debtor.&lt;br /&gt;Parameters: debtorHandle: Handle for the debtor.</wsdl:documentation>
      <wsdl:input message="tns:Debtor_GetCountrySoapIn" />
      <wsdl:output message="tns:Debtor_GetCountrySoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Debtor_SetCreditMaximum">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Sets the credit maximum of a debtor.&lt;br /&gt;Parameters: debtorHandle: Handle for the debtor. value: The new credit maximum of the debtor.</wsdl:documentation>
      <wsdl:input message="tns:Debtor_SetCreditMaximumSoapIn" />
      <wsdl:output message="tns:Debtor_SetCreditMaximumSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Debtor_GetCreditMaximum">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the credit maximum of a debtor.&lt;br /&gt;Parameters: debtorHandle: Handle for the debtor.</wsdl:documentation>
      <wsdl:input message="tns:Debtor_GetCreditMaximumSoapIn" />
      <wsdl:output message="tns:Debtor_GetCreditMaximumSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Debtor_GetVatNumber">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the VatNumber of a debtor. (SE,UK only)&lt;br /&gt;Parameters: debtorHandle: Handle for the debtor.</wsdl:documentation>
      <wsdl:input message="tns:Debtor_GetVatNumberSoapIn" />
      <wsdl:output message="tns:Debtor_GetVatNumberSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Debtor_SetVatNumber">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Sets the VatNumber of a debtor. (SE,UK only)&lt;br /&gt;Parameters: debtorHandle: Handle for the debtor. value: The new VatNumber of the debtor.</wsdl:documentation>
      <wsdl:input message="tns:Debtor_SetVatNumberSoapIn" />
      <wsdl:output message="tns:Debtor_SetVatNumberSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Debtor_GetCounty">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">DEPRECATED! Gets the County of a debtor. (UK only)&lt;br /&gt;Parameters: debtorHandle: Handle for the debtor.</wsdl:documentation>
      <wsdl:input message="tns:Debtor_GetCountySoapIn" />
      <wsdl:output message="tns:Debtor_GetCountySoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Debtor_SetCounty">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">DEPRECATED! Sets the County of a debtor. (UK only)&lt;br /&gt;Parameters: debtorHandle: Handle for the debtor. value: The new County of the debtor.</wsdl:documentation>
      <wsdl:input message="tns:Debtor_SetCountySoapIn" />
      <wsdl:output message="tns:Debtor_SetCountySoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Debtor_GetCINumber">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the Corporate Identification Number of a debtor.&lt;br /&gt;Parameters: debtorHandle: Handle for the debtor.</wsdl:documentation>
      <wsdl:input message="tns:Debtor_GetCINumberSoapIn" />
      <wsdl:output message="tns:Debtor_GetCINumberSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Debtor_SetCINumber">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Sets the Corporate Identification Number of a debtor.&lt;br /&gt;Parameters: debtorHandle: Handle for the debtor. value: The new Corporate Identification Number of the debtor.</wsdl:documentation>
      <wsdl:input message="tns:Debtor_SetCINumberSoapIn" />
      <wsdl:output message="tns:Debtor_SetCINumberSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Debtor_SetTermOfPayment">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Sets the term of payment of a debtor. The value may not be omitted.&lt;br /&gt;Parameters: debtorHandle: Handle for the debtor. value: Handle for new term of payment of a debtor.</wsdl:documentation>
      <wsdl:input message="tns:Debtor_SetTermOfPaymentSoapIn" />
      <wsdl:output message="tns:Debtor_SetTermOfPaymentSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Debtor_GetTermOfPayment">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets a handle for the term of payment of a debtor.&lt;br /&gt;Parameters: debtorHandle: Handle for the debtor.</wsdl:documentation>
      <wsdl:input message="tns:Debtor_GetTermOfPaymentSoapIn" />
      <wsdl:output message="tns:Debtor_GetTermOfPaymentSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Debtor_SetLayout">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Sets the layout of a debtor. The value may be omitted.&lt;br /&gt;Parameters: debtorHandle: Handle for the debtor. valueHandle: Handle for new layout of a debtor.</wsdl:documentation>
      <wsdl:input message="tns:Debtor_SetLayoutSoapIn" />
      <wsdl:output message="tns:Debtor_SetLayoutSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Debtor_GetLayout">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets a handle for the layout of a debtor.&lt;br /&gt;Parameters: debtorHandle: Handle for the debtor.</wsdl:documentation>
      <wsdl:input message="tns:Debtor_GetLayoutSoapIn" />
      <wsdl:output message="tns:Debtor_GetLayoutSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Debtor_GetAttention">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets a handle for the attention of a debtor.&lt;br /&gt;Parameters: debtorHandle: Handle for the debtor.</wsdl:documentation>
      <wsdl:input message="tns:Debtor_GetAttentionSoapIn" />
      <wsdl:output message="tns:Debtor_GetAttentionSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Debtor_SetAttention">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Sets attention of a debtor.&lt;br /&gt;Parameters: debtorHandle: Handle for the debtor. valueHandle: Handle for new attention of the debtor.</wsdl:documentation>
      <wsdl:input message="tns:Debtor_SetAttentionSoapIn" />
      <wsdl:output message="tns:Debtor_SetAttentionSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Debtor_SetYourReference">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Sets 'your reference' of a debtor.&lt;br /&gt;Parameters: debtorHandle: Handle for the debtor. valueHandle: Handle for 'your reference' of the debtor.</wsdl:documentation>
      <wsdl:input message="tns:Debtor_SetYourReferenceSoapIn" />
      <wsdl:output message="tns:Debtor_SetYourReferenceSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Debtor_GetYourReference">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets a handle for 'your reference' of a debtor.&lt;br /&gt;Parameters: debtorHandle: Handle for the debtor.</wsdl:documentation>
      <wsdl:input message="tns:Debtor_GetYourReferenceSoapIn" />
      <wsdl:output message="tns:Debtor_GetYourReferenceSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoice_GetDate">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the date of a current invoice.&lt;br /&gt;Parameters: currentInvoiceHandle: Handle for the current invoice.</wsdl:documentation>
      <wsdl:input message="tns:CurrentInvoice_GetDateSoapIn" />
      <wsdl:output message="tns:CurrentInvoice_GetDateSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoice_SetDate">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Set the date of a current invoice. The due date is calculated accordingly as specified by the term of payment.&lt;br /&gt;Parameters: currentInvoiceHandle: Handle for the current invoice. value: The new date of the current invoice.</wsdl:documentation>
      <wsdl:input message="tns:CurrentInvoice_SetDateSoapIn" />
      <wsdl:output message="tns:CurrentInvoice_SetDateSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoice_GetTermOfPayment">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets a handle for the term of payment of a current invoice.&lt;br /&gt;Parameters: currentInvoiceHandle: Handle for the current invoice.</wsdl:documentation>
      <wsdl:input message="tns:CurrentInvoice_GetTermOfPaymentSoapIn" />
      <wsdl:output message="tns:CurrentInvoice_GetTermOfPaymentSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoice_SetTermOfPayment">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Set the term of payment of a current invoice. The due date is calculated accordingly.&lt;br /&gt;Parameters: currentInvoiceHandle: Handle for the current invoice. valueHandle: Handle for the new term of payment of the current invoice.</wsdl:documentation>
      <wsdl:input message="tns:CurrentInvoice_SetTermOfPaymentSoapIn" />
      <wsdl:output message="tns:CurrentInvoice_SetTermOfPaymentSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoice_GetDueDate">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the due date of a current invoice.&lt;br /&gt;Parameters: currentInvoiceHandle: Handle for the current invoice.</wsdl:documentation>
      <wsdl:input message="tns:CurrentInvoice_GetDueDateSoapIn" />
      <wsdl:output message="tns:CurrentInvoice_GetDueDateSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoice_SetDueDate">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Set the due date of a current invoice. It is only allowed to set the due date to an actual date when the type of TermOfPayment is set to DueDate.&lt;br /&gt;Parameters: currentInvoiceHandle: Handle for the current invoice. value: The new due date of the current invoice.</wsdl:documentation>
      <wsdl:input message="tns:CurrentInvoice_SetDueDateSoapIn" />
      <wsdl:output message="tns:CurrentInvoice_SetDueDateSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoice_GetCurrency">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the currency of a current invoice.&lt;br /&gt;Parameters: currentInvoiceHandle: Handle for the current invoice.</wsdl:documentation>
      <wsdl:input message="tns:CurrentInvoice_GetCurrencySoapIn" />
      <wsdl:output message="tns:CurrentInvoice_GetCurrencySoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoice_SetCurrency">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Set the currency of a current invoice.&lt;br /&gt;Parameters: currentInvoiceHandle: Handle for the current invoice. valueHandle: Handle for the new currency of the current invoice.</wsdl:documentation>
      <wsdl:input message="tns:CurrentInvoice_SetCurrencySoapIn" />
      <wsdl:output message="tns:CurrentInvoice_SetCurrencySoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoice_GetExchangeRate">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the exchange rate of a current invoice.&lt;br /&gt;Parameters: currentInvoiceHandle: Handle for the current invoice.</wsdl:documentation>
      <wsdl:input message="tns:CurrentInvoice_GetExchangeRateSoapIn" />
      <wsdl:output message="tns:CurrentInvoice_GetExchangeRateSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoice_SetExchangeRate">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Set the exchange rate of a current invoice.&lt;br /&gt;Parameters: currentInvoiceHandle: Handle for the current invoice. valueHandle: New exchange of the current invoice.</wsdl:documentation>
      <wsdl:input message="tns:CurrentInvoice_SetExchangeRateSoapIn" />
      <wsdl:output message="tns:CurrentInvoice_SetExchangeRateSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoice_GetIsVatIncluded">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets whether the current invoice has VAT included.&lt;br /&gt;Parameters: currentInvoiceHandle: Handle for the current invoice.</wsdl:documentation>
      <wsdl:input message="tns:CurrentInvoice_GetIsVatIncludedSoapIn" />
      <wsdl:output message="tns:CurrentInvoice_GetIsVatIncludedSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoice_SetIsVatIncluded">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Set whether the current invoice has VAT included.&lt;br /&gt;Parameters: currentInvoiceHandle: Handle for the current invoice. valueHandle: Handle for the new layout of the current invoice. value: value indicating whether the current invoice includes VAT or not.</wsdl:documentation>
      <wsdl:input message="tns:CurrentInvoice_SetIsVatIncludedSoapIn" />
      <wsdl:output message="tns:CurrentInvoice_SetIsVatIncludedSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoice_GetVatZone">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the current VAT zone of the CurrentInvoice.&lt;br /&gt;Parameters: currentInvoiceHandle: Handle for the current invoice.</wsdl:documentation>
      <wsdl:input message="tns:CurrentInvoice_GetVatZoneSoapIn" />
      <wsdl:output message="tns:CurrentInvoice_GetVatZoneSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoice_SetVatZone">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Set the VAT zone of the CurrentInvoice.&lt;br /&gt;Parameters: currentInvoiceHandle: Handle for the current invoice. valueHandle: Handle for the new VAT zone of the current invoice.</wsdl:documentation>
      <wsdl:input message="tns:CurrentInvoice_SetVatZoneSoapIn" />
      <wsdl:output message="tns:CurrentInvoice_SetVatZoneSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoice_GetLayout">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets a handle for the layout of a current invoice.&lt;br /&gt;Parameters: currentInvoiceHandle: Handle for the current invoice.</wsdl:documentation>
      <wsdl:input message="tns:CurrentInvoice_GetLayoutSoapIn" />
      <wsdl:output message="tns:CurrentInvoice_GetLayoutSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoice_SetLayout">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Set the layout of a current invoice.&lt;br /&gt;Parameters: currentInvoiceHandle: Handle for the current invoice. valueHandle: Handle for the new layout of the current invoice.</wsdl:documentation>
      <wsdl:input message="tns:CurrentInvoice_SetLayoutSoapIn" />
      <wsdl:output message="tns:CurrentInvoice_SetLayoutSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoice_GetDeliveryLocation">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets a handle for the delivery location of a current invoice.&lt;br /&gt;Parameters: currentInvoiceHandle: Handle for the current invoice.</wsdl:documentation>
      <wsdl:input message="tns:CurrentInvoice_GetDeliveryLocationSoapIn" />
      <wsdl:output message="tns:CurrentInvoice_GetDeliveryLocationSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoice_SetDeliveryLocation">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Set the delivery location of a current invoice.&lt;br /&gt;Parameters: currentInvoiceHandle: Handle for the current invoice. valueHandle: Handle for the new delivery location of the current invoice.</wsdl:documentation>
      <wsdl:input message="tns:CurrentInvoice_SetDeliveryLocationSoapIn" />
      <wsdl:output message="tns:CurrentInvoice_SetDeliveryLocationSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoice_GetDeliveryAddress">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the delivery address of a current invoice.&lt;br /&gt;Parameters: currentInvoiceHandle: Handle for the current invoice.</wsdl:documentation>
      <wsdl:input message="tns:CurrentInvoice_GetDeliveryAddressSoapIn" />
      <wsdl:output message="tns:CurrentInvoice_GetDeliveryAddressSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoice_SetDeliveryAddress">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Set the delivery address of a current invoice.&lt;br /&gt;Parameters: currentInvoiceHandle: Handle for the current invoice. value: The new delivery address of the current invoice.</wsdl:documentation>
      <wsdl:input message="tns:CurrentInvoice_SetDeliveryAddressSoapIn" />
      <wsdl:output message="tns:CurrentInvoice_SetDeliveryAddressSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoice_GetDeliveryPostalCode">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the delivery postal code of a current invoice.&lt;br /&gt;Parameters: currentInvoiceHandle: Handle for the current invoice.</wsdl:documentation>
      <wsdl:input message="tns:CurrentInvoice_GetDeliveryPostalCodeSoapIn" />
      <wsdl:output message="tns:CurrentInvoice_GetDeliveryPostalCodeSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoice_SetDeliveryPostalCode">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Set the delivery postal code of a current invoice.&lt;br /&gt;Parameters: currentInvoiceHandle: Handle for the current invoice. value: The new delivery postal code of the current invoice.</wsdl:documentation>
      <wsdl:input message="tns:CurrentInvoice_SetDeliveryPostalCodeSoapIn" />
      <wsdl:output message="tns:CurrentInvoice_SetDeliveryPostalCodeSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoice_GetDeliveryCity">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the delivery city of a current invoice.&lt;br /&gt;Parameters: currentInvoiceHandle: Handle for the current invoice.</wsdl:documentation>
      <wsdl:input message="tns:CurrentInvoice_GetDeliveryCitySoapIn" />
      <wsdl:output message="tns:CurrentInvoice_GetDeliveryCitySoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoice_SetDeliveryCity">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Set the delivery city of a current invoice.&lt;br /&gt;Parameters: currentInvoiceHandle: Handle for the current invoice. value: The new delivery city of the current invoice.</wsdl:documentation>
      <wsdl:input message="tns:CurrentInvoice_SetDeliveryCitySoapIn" />
      <wsdl:output message="tns:CurrentInvoice_SetDeliveryCitySoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoice_GetDeliveryCountry">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the delivery country of a current invoice.&lt;br /&gt;Parameters: currentInvoiceHandle: Handle for the current invoice.</wsdl:documentation>
      <wsdl:input message="tns:CurrentInvoice_GetDeliveryCountrySoapIn" />
      <wsdl:output message="tns:CurrentInvoice_GetDeliveryCountrySoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoice_SetDeliveryCountry">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Set the delivery country of a current invoice.&lt;br /&gt;Parameters: currentInvoiceHandle: Handle for the current invoice. value: The new delivery country of the current invoice.</wsdl:documentation>
      <wsdl:input message="tns:CurrentInvoice_SetDeliveryCountrySoapIn" />
      <wsdl:output message="tns:CurrentInvoice_SetDeliveryCountrySoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoice_GetTermsOfDelivery">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the terms of delivery of a current invoice.&lt;br /&gt;Parameters: currentInvoiceHandle: Handle for the current invoice.</wsdl:documentation>
      <wsdl:input message="tns:CurrentInvoice_GetTermsOfDeliverySoapIn" />
      <wsdl:output message="tns:CurrentInvoice_GetTermsOfDeliverySoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoice_SetTermsOfDelivery">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Sets the terms of delivery of a current invoice.&lt;br /&gt;Parameters: currentInvoiceHandle: Handle for the currentInvoice. value: The new terms of delivery of the current invoice.</wsdl:documentation>
      <wsdl:input message="tns:CurrentInvoice_SetTermsOfDeliverySoapIn" />
      <wsdl:output message="tns:CurrentInvoice_SetTermsOfDeliverySoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoice_GetDeliveryDate">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the delivery date of a current invoice.&lt;br /&gt;Parameters: currentInvoiceHandle: Handle for the current invoice.</wsdl:documentation>
      <wsdl:input message="tns:CurrentInvoice_GetDeliveryDateSoapIn" />
      <wsdl:output message="tns:CurrentInvoice_GetDeliveryDateSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoice_SetDeliveryDate">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Set the delivery date of a current invoice.&lt;br /&gt;Parameters: currentInvoiceHandle: Handle for the current invoice. value: The new delivery date of the current invoice.</wsdl:documentation>
      <wsdl:input message="tns:CurrentInvoice_SetDeliveryDateSoapIn" />
      <wsdl:output message="tns:CurrentInvoice_SetDeliveryDateSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoice_GetHeading">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the heading of a current invoice.&lt;br /&gt;Parameters: currentInvoiceHandle: Handle for the current invoice.</wsdl:documentation>
      <wsdl:input message="tns:CurrentInvoice_GetHeadingSoapIn" />
      <wsdl:output message="tns:CurrentInvoice_GetHeadingSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoice_SetHeading">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Set the heading of a current invoice.&lt;br /&gt;Parameters: currentInvoiceHandle: Handle for the current invoice. value: The new heading of the current invoice.</wsdl:documentation>
      <wsdl:input message="tns:CurrentInvoice_SetHeadingSoapIn" />
      <wsdl:output message="tns:CurrentInvoice_SetHeadingSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoice_GetTextLine1">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the primary line of text of a current invoice.&lt;br /&gt;Parameters: currentInvoiceHandle: Handle for the current invoice.</wsdl:documentation>
      <wsdl:input message="tns:CurrentInvoice_GetTextLine1SoapIn" />
      <wsdl:output message="tns:CurrentInvoice_GetTextLine1SoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoice_SetTextLine1">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Set the primary line of a current invoice.&lt;br /&gt;Parameters: currentInvoiceHandle: Handle for the current invoice. value: The new primary line of text of the current invoice.</wsdl:documentation>
      <wsdl:input message="tns:CurrentInvoice_SetTextLine1SoapIn" />
      <wsdl:output message="tns:CurrentInvoice_SetTextLine1SoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoice_GetTextLine2">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the secondary line of text of a current invoice.&lt;br /&gt;Parameters: currentInvoiceHandle: Handle for the current invoice.</wsdl:documentation>
      <wsdl:input message="tns:CurrentInvoice_GetTextLine2SoapIn" />
      <wsdl:output message="tns:CurrentInvoice_GetTextLine2SoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoice_SetTextLine2">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Set the secondary line of a current invoice.&lt;br /&gt;Parameters: currentInvoiceHandle: Handle for the current invoice. value: The new secondary line of text of the current invoice.</wsdl:documentation>
      <wsdl:input message="tns:CurrentInvoice_SetTextLine2SoapIn" />
      <wsdl:output message="tns:CurrentInvoice_SetTextLine2SoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoice_GetOtherReference">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the other reference of a current invoice.&lt;br /&gt;Parameters: currentInvoiceHandle: Handle for the current invoice.</wsdl:documentation>
      <wsdl:input message="tns:CurrentInvoice_GetOtherReferenceSoapIn" />
      <wsdl:output message="tns:CurrentInvoice_GetOtherReferenceSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoice_SetOtherReference">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Set the other reference of a current invoice.&lt;br /&gt;Parameters: currentInvoiceHandle: Handle for the current invoice. value: The new other reference of the current invoice.</wsdl:documentation>
      <wsdl:input message="tns:CurrentInvoice_SetOtherReferenceSoapIn" />
      <wsdl:output message="tns:CurrentInvoice_SetOtherReferenceSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoice_GetNetAmount">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the total amount for all the lines without VAT if the current invoice (in the currency of that current invoice).&lt;br /&gt;Parameters: currentInvoiceHandle: Handle for the current invoice.</wsdl:documentation>
      <wsdl:input message="tns:CurrentInvoice_GetNetAmountSoapIn" />
      <wsdl:output message="tns:CurrentInvoice_GetNetAmountSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoice_GetVatAmount">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the total VAT amount for all the lines of a current invoice (in the currency of that current invoice).&lt;br /&gt;Parameters: currentInvoiceHandle: Handle for the current invoice.</wsdl:documentation>
      <wsdl:input message="tns:CurrentInvoice_GetVatAmountSoapIn" />
      <wsdl:output message="tns:CurrentInvoice_GetVatAmountSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoice_GetGrossAmount">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the total gross amount for all the lines of a current invoice (in the currency of that current invoice).&lt;br /&gt;Parameters: currentInvoiceHandle: Handle for the current invoice.</wsdl:documentation>
      <wsdl:input message="tns:CurrentInvoice_GetGrossAmountSoapIn" />
      <wsdl:output message="tns:CurrentInvoice_GetGrossAmountSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoice_GetMargin">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the margin of a current invoice (in the currency of that current invoice).&lt;br /&gt;Parameters: currentInvoiceHandle: Handle for the current invoice.</wsdl:documentation>
      <wsdl:input message="tns:CurrentInvoice_GetMarginSoapIn" />
      <wsdl:output message="tns:CurrentInvoice_GetMarginSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoice_GetMarginAsPercent">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the margin of a current invoice as percent.&lt;br /&gt;Parameters: currentInvoiceHandle: Handle for the current invoice.</wsdl:documentation>
      <wsdl:input message="tns:CurrentInvoice_GetMarginAsPercentSoapIn" />
      <wsdl:output message="tns:CurrentInvoice_GetMarginAsPercentSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoice_GetRoundingAmount">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the rounding amount for all lines of the current invoice (in the currency of the invoice).&lt;br /&gt;Parameters: currentInvoiceHandle: Handle for the current invoice.</wsdl:documentation>
      <wsdl:input message="tns:CurrentInvoice_GetRoundingAmountSoapIn" />
      <wsdl:output message="tns:CurrentInvoice_GetRoundingAmountSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoice_GetDebtorCounty">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">DEPRECATED! Gets the DebtorCounty of a current invoice. (UK only)&lt;br /&gt;Parameters: currentInvoiceHandle: Handle for the currentInvoice.</wsdl:documentation>
      <wsdl:input message="tns:CurrentInvoice_GetDebtorCountySoapIn" />
      <wsdl:output message="tns:CurrentInvoice_GetDebtorCountySoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoice_SetDebtorCounty">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">DEPRECATED! Sets the DebtorCounty of a current invoice. (UK only)&lt;br /&gt;Parameters: currentInvoiceHandle: Handle for the currentInvoice. value: The new DebtorCounty of the currentInvoice.</wsdl:documentation>
      <wsdl:input message="tns:CurrentInvoice_SetDebtorCountySoapIn" />
      <wsdl:output message="tns:CurrentInvoice_SetDebtorCountySoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoice_GetDeliveryCounty">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">DEPRECATED! Gets the DeliveryCounty of a current invoice. (UK only)&lt;br /&gt;Parameters: currentInvoiceHandle: Handle for the currentInvoice.</wsdl:documentation>
      <wsdl:input message="tns:CurrentInvoice_GetDeliveryCountySoapIn" />
      <wsdl:output message="tns:CurrentInvoice_GetDeliveryCountySoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoice_SetDeliveryCounty">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">DEPRECATED! Sets the DeliveryCounty of a current invoice. (UK only)&lt;br /&gt;Parameters: currentInvoiceHandle: Handle for the currentInvoice. value: The new DeliveryCounty of the currentInvoice.</wsdl:documentation>
      <wsdl:input message="tns:CurrentInvoice_SetDeliveryCountySoapIn" />
      <wsdl:output message="tns:CurrentInvoice_SetDeliveryCountySoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoice_GetDeductionAmount">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the deduction amount of the current invoice.&lt;br /&gt;Parameters: currentInvoiceHandle: Handle for the current invoice.</wsdl:documentation>
      <wsdl:input message="tns:CurrentInvoice_GetDeductionAmountSoapIn" />
      <wsdl:output message="tns:CurrentInvoice_GetDeductionAmountSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoiceLine_CreateFromData">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Creates a new current invoice line from a data object.&lt;br /&gt;Parameters: data: The data object that specifies the properties of the new current invoice line.</wsdl:documentation>
      <wsdl:input message="tns:CurrentInvoiceLine_CreateFromDataSoapIn" />
      <wsdl:output message="tns:CurrentInvoiceLine_CreateFromDataSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoiceLine_CreateFromDataArray">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Creates new current invoice lines from data objects.&lt;br /&gt;Parameters: dataArray: The array of data objects that specifies the properties of the new current invoice lines.</wsdl:documentation>
      <wsdl:input message="tns:CurrentInvoiceLine_CreateFromDataArraySoapIn" />
      <wsdl:output message="tns:CurrentInvoiceLine_CreateFromDataArraySoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoiceLine_UpdateFromDataArray">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Update current invoice lines from data objects.&lt;br /&gt;Parameters: dataArray: The array of data objects.</wsdl:documentation>
      <wsdl:input message="tns:CurrentInvoiceLine_UpdateFromDataArraySoapIn" />
      <wsdl:output message="tns:CurrentInvoiceLine_UpdateFromDataArraySoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoiceLine_UpdateFromData">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Updates a current invoice line from a data object.&lt;br /&gt;Parameters: data: The data object.</wsdl:documentation>
      <wsdl:input message="tns:CurrentInvoiceLine_UpdateFromDataSoapIn" />
      <wsdl:output message="tns:CurrentInvoiceLine_UpdateFromDataSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoiceLine_GetData">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns a current invoice line data object for a given current invoice line.&lt;br /&gt;Parameters: entityHandle: A handle for the current invoice line.</wsdl:documentation>
      <wsdl:input message="tns:CurrentInvoiceLine_GetDataSoapIn" />
      <wsdl:output message="tns:CurrentInvoiceLine_GetDataSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoiceLine_GetDataArray">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns current invoice line data objects for current invoice lines.&lt;br /&gt;Parameters: entityHandles: The array of current invoice line handles.</wsdl:documentation>
      <wsdl:input message="tns:CurrentInvoiceLine_GetDataArraySoapIn" />
      <wsdl:output message="tns:CurrentInvoiceLine_GetDataArraySoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoiceLine_GetNumber">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the number of a current invoice line.&lt;br /&gt;Parameters: currentInvoiceLineHandle: Handle for the current invoice line.</wsdl:documentation>
      <wsdl:input message="tns:CurrentInvoiceLine_GetNumberSoapIn" />
      <wsdl:output message="tns:CurrentInvoiceLine_GetNumberSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoiceLine_GetInvoice">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets a handle for the current invoice of a current invoice line.&lt;br /&gt;Parameters: currentInvoiceLineHandle: Handle for the current invoice line.</wsdl:documentation>
      <wsdl:input message="tns:CurrentInvoiceLine_GetInvoiceSoapIn" />
      <wsdl:output message="tns:CurrentInvoiceLine_GetInvoiceSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoiceLine_GetDescription">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the description of a current invoice line.&lt;br /&gt;Parameters: currentInvoiceLineHandle: Handle for the current invoice line.</wsdl:documentation>
      <wsdl:input message="tns:CurrentInvoiceLine_GetDescriptionSoapIn" />
      <wsdl:output message="tns:CurrentInvoiceLine_GetDescriptionSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoiceLine_SetDescription">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Sets the description of a current invoice line.&lt;br /&gt;Parameters: currentInvoiceLineHandle: Handle for the current invoice line. value: The new description of the current invoice line.</wsdl:documentation>
      <wsdl:input message="tns:CurrentInvoiceLine_SetDescriptionSoapIn" />
      <wsdl:output message="tns:CurrentInvoiceLine_SetDescriptionSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoiceLine_GetDeliveryDate">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the delivery date of a current invoice line.&lt;br /&gt;Parameters: currentInvoiceLineHandle: Handle for the current invoice line.</wsdl:documentation>
      <wsdl:input message="tns:CurrentInvoiceLine_GetDeliveryDateSoapIn" />
      <wsdl:output message="tns:CurrentInvoiceLine_GetDeliveryDateSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoiceLine_SetDeliveryDate">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Sets the delivery date of a current invoice line.&lt;br /&gt;Parameters: currentInvoiceLineHandle: Handle for the current invoice line. value: The new delivery date of the current invoice line.</wsdl:documentation>
      <wsdl:input message="tns:CurrentInvoiceLine_SetDeliveryDateSoapIn" />
      <wsdl:output message="tns:CurrentInvoiceLine_SetDeliveryDateSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoiceLine_GetUnit">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets a handle for the primary unit of a current invoice line.&lt;br /&gt;Parameters: currentInvoiceLineHandle: Handle for the current invoice line.</wsdl:documentation>
      <wsdl:input message="tns:CurrentInvoiceLine_GetUnitSoapIn" />
      <wsdl:output message="tns:CurrentInvoiceLine_GetUnitSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoiceLine_SetUnit">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Sets the primary unit of a current invoice line.&lt;br /&gt;Parameters: currentInvoiceLineHandle: Handle for the current invoice line. valueHandle: Handle for the new primary unit of the current invoice line.</wsdl:documentation>
      <wsdl:input message="tns:CurrentInvoiceLine_SetUnitSoapIn" />
      <wsdl:output message="tns:CurrentInvoiceLine_SetUnitSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoiceLine_SetProduct">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Sets the product of a current invoice line. Setting the product also sets the unit cost price to the cost price of the product. The product must be set before setting the quantity and the unit net price.&lt;br /&gt;Parameters: currentInvoiceLineHandle: Handle for the current invoice line. valueHandle: Handle for the new product of the current invoice line.</wsdl:documentation>
      <wsdl:input message="tns:CurrentInvoiceLine_SetProductSoapIn" />
      <wsdl:output message="tns:CurrentInvoiceLine_SetProductSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoiceLine_GetProduct">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets a handle for the product of a current invoice line.&lt;br /&gt;Parameters: currentInvoiceLineHandle: Handle for the current invoice line.</wsdl:documentation>
      <wsdl:input message="tns:CurrentInvoiceLine_GetProductSoapIn" />
      <wsdl:output message="tns:CurrentInvoiceLine_GetProductSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoiceLine_SetQuantity">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Sets the primary quantity of a current invoice line. The product of the current invoice line must be set before setting this property.&lt;br /&gt;Parameters: currentInvoiceLineHandle: Handle for the current invoice line. value: The new primary quantity of the current invoice line.</wsdl:documentation>
      <wsdl:input message="tns:CurrentInvoiceLine_SetQuantitySoapIn" />
      <wsdl:output message="tns:CurrentInvoiceLine_SetQuantitySoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoiceLine_GetQuantity">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the primary quantity of a current invoice line.&lt;br /&gt;Parameters: currentInvoiceLineHandle: Handle for the current invoice line.</wsdl:documentation>
      <wsdl:input message="tns:CurrentInvoiceLine_GetQuantitySoapIn" />
      <wsdl:output message="tns:CurrentInvoiceLine_GetQuantitySoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoiceLine_GetUnitNetPrice">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the price per unit without VAT of a current invoice line (in the currency of its current invoice).&lt;br /&gt;Parameters: currentInvoiceLineHandle: Handle for the current invoice line.</wsdl:documentation>
      <wsdl:input message="tns:CurrentInvoiceLine_GetUnitNetPriceSoapIn" />
      <wsdl:output message="tns:CurrentInvoiceLine_GetUnitNetPriceSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoiceLine_SetUnitNetPrice">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Sets the price per unit without VAT of a current invoice line (in the currency of its current invoice). The product of the current invoice line must be set before setting this property.&lt;br /&gt;Parameters: currentInvoiceLineHandle: Handle for the current invoice line. value: The new price per unit of the current invoice line.</wsdl:documentation>
      <wsdl:input message="tns:CurrentInvoiceLine_SetUnitNetPriceSoapIn" />
      <wsdl:output message="tns:CurrentInvoiceLine_SetUnitNetPriceSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoiceLine_SetUnitCostPrice">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Sets the cost price per unit on a current invoice line if allowed.&lt;br /&gt;Parameters: currentInvoiceLineHandle: Handle for the current invoice line. value: The new cost price per unit of the current invoice line.</wsdl:documentation>
      <wsdl:input message="tns:CurrentInvoiceLine_SetUnitCostPriceSoapIn" />
      <wsdl:output message="tns:CurrentInvoiceLine_SetUnitCostPriceSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoiceLine_GetDiscountAsPercent">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the discount of a current invoice line as percent.&lt;br /&gt;Parameters: currentInvoiceLineHandle: Handle for the current invoice line.</wsdl:documentation>
      <wsdl:input message="tns:CurrentInvoiceLine_GetDiscountAsPercentSoapIn" />
      <wsdl:output message="tns:CurrentInvoiceLine_GetDiscountAsPercentSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoiceLine_SetDiscountAsPercent">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Sets the discount of a current invoice line as percent.&lt;br /&gt;Parameters: currentInvoiceLineHandle: Handle for the current invoice line. value: The new discount of the current invoice line as percent.</wsdl:documentation>
      <wsdl:input message="tns:CurrentInvoiceLine_SetDiscountAsPercentSoapIn" />
      <wsdl:output message="tns:CurrentInvoiceLine_SetDiscountAsPercentSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoiceLine_GetUnitCostPrice">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the cost price per unit without VAT of a current invoice line (in the default currency).&lt;br /&gt;Parameters: currentInvoiceLineHandle: Handle for the current invoice line.</wsdl:documentation>
      <wsdl:input message="tns:CurrentInvoiceLine_GetUnitCostPriceSoapIn" />
      <wsdl:output message="tns:CurrentInvoiceLine_GetUnitCostPriceSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoiceLine_GetTotalNetAmount">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the total amount without VAT of a current invoice line (in the currency of its current invoice).&lt;br /&gt;Parameters: currentInvoiceLineHandle: Handle for the current invoice line.</wsdl:documentation>
      <wsdl:input message="tns:CurrentInvoiceLine_GetTotalNetAmountSoapIn" />
      <wsdl:output message="tns:CurrentInvoiceLine_GetTotalNetAmountSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoiceLine_GetTotalMargin">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the margin of a current invoice line (in the currency of its current invoice).&lt;br /&gt;Parameters: currentInvoiceLineHandle: Handle for the current invoice line.</wsdl:documentation>
      <wsdl:input message="tns:CurrentInvoiceLine_GetTotalMarginSoapIn" />
      <wsdl:output message="tns:CurrentInvoiceLine_GetTotalMarginSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoiceLine_GetMarginAsPercent">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the margin of a current invoice as percent.&lt;br /&gt;Parameters: currentInvoiceLineHandle: Handle for the current invoice line.</wsdl:documentation>
      <wsdl:input message="tns:CurrentInvoiceLine_GetMarginAsPercentSoapIn" />
      <wsdl:output message="tns:CurrentInvoiceLine_GetMarginAsPercentSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoiceLine_SetDepartment">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Sets the department of a current invoice line. The department is only accessible when there is access to the Dimension add-on module. The department cannot be set when the distribution key is set.&lt;br /&gt;Parameters: currentInvoiceLineHandle: Handle for the current invoice line. value: Handle for the new department of the current invoice line.</wsdl:documentation>
      <wsdl:input message="tns:CurrentInvoiceLine_SetDepartmentSoapIn" />
      <wsdl:output message="tns:CurrentInvoiceLine_SetDepartmentSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoiceLine_GetDepartment">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets a handle for the department of a current invoice line. The department is only accessible when there is access to the Dimension add-on module.&lt;br /&gt;Parameters: currentInvoiceLineHandle: Handle for the current invoice line.</wsdl:documentation>
      <wsdl:input message="tns:CurrentInvoiceLine_GetDepartmentSoapIn" />
      <wsdl:output message="tns:CurrentInvoiceLine_GetDepartmentSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoiceLine_GetDistributionKey">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets a handle for the distribution key of a current invoice line. The distribution key is only accessible when there is access to the Dimension add-on module.&lt;br /&gt;Parameters: currentInvoiceLineHandle: Handle for the current invoice line.</wsdl:documentation>
      <wsdl:input message="tns:CurrentInvoiceLine_GetDistributionKeySoapIn" />
      <wsdl:output message="tns:CurrentInvoiceLine_GetDistributionKeySoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoiceLine_SetDistributionKey">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Sets the distribution key of a current invoice line. The distribution key is only accessible when there is access to the Dimension add-on module. The distribution key cannot be set when the department is set.&lt;br /&gt;Parameters: currentInvoiceLineHandle: Handle for the current invoice line. value: Handle for the new distribution key of the current invoice line.</wsdl:documentation>
      <wsdl:input message="tns:CurrentInvoiceLine_SetDistributionKeySoapIn" />
      <wsdl:output message="tns:CurrentInvoiceLine_SetDistributionKeySoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoiceLine_GetInventoryLocation">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets a handle for the inventory location of a current invoice line. The inventory location is only accessible when there is access to the Stock add-on module.&lt;br /&gt;Parameters: currentInvoiceLineHandle: Handle for the current invoice line.</wsdl:documentation>
      <wsdl:input message="tns:CurrentInvoiceLine_GetInventoryLocationSoapIn" />
      <wsdl:output message="tns:CurrentInvoiceLine_GetInventoryLocationSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoiceLine_SetInventoryLocation">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Sets the inventory location of a current invoice line. The inventory location is only accessible when there is access to the Stock add-on module.&lt;br /&gt;Parameters: currentInvoiceLineHandle: Handle for the current invoice line. value: Handle for the new inventory location of the current invoice line.</wsdl:documentation>
      <wsdl:input message="tns:CurrentInvoiceLine_SetInventoryLocationSoapIn" />
      <wsdl:output message="tns:CurrentInvoiceLine_SetInventoryLocationSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="OrderLine_GetInventoryLocation">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets a handle for the inventory location of an order line. The inventory location is only accessible when there is access to the Stock add-on module.&lt;br /&gt;Parameters: orderLineHandle: Handle for the order line.</wsdl:documentation>
      <wsdl:input message="tns:OrderLine_GetInventoryLocationSoapIn" />
      <wsdl:output message="tns:OrderLine_GetInventoryLocationSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="OrderLine_SetInventoryLocation">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Sets the inventory location of a order line. The inventory location is only accessible when there is access to the Stock add-on module.&lt;br /&gt;Parameters: orderLineHandle: Handle for the order line. value: Handle for the new inventory location of the order line.</wsdl:documentation>
      <wsdl:input message="tns:OrderLine_SetInventoryLocationSoapIn" />
      <wsdl:output message="tns:OrderLine_SetInventoryLocationSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="QuotationLine_GetInventoryLocation">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets a handle for the inventory location of a quotation line. The inventory location is only accessible when there is access to the Stock add-on module.&lt;br /&gt;Parameters: quotationLineHandle: Handle for the quotation line.</wsdl:documentation>
      <wsdl:input message="tns:QuotationLine_GetInventoryLocationSoapIn" />
      <wsdl:output message="tns:QuotationLine_GetInventoryLocationSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CreditorEntry_GetAccount">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the account of the creditor entry.&lt;br /&gt;</wsdl:documentation>
      <wsdl:input message="tns:CreditorEntry_GetAccountSoapIn" />
      <wsdl:output message="tns:CreditorEntry_GetAccountSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CreditorEntry_GetVoucherNumber">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the voucher number of the creditor entry.&lt;br /&gt;</wsdl:documentation>
      <wsdl:input message="tns:CreditorEntry_GetVoucherNumberSoapIn" />
      <wsdl:output message="tns:CreditorEntry_GetVoucherNumberSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CreditorEntry_GetText">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the text of the creditor entry.&lt;br /&gt;</wsdl:documentation>
      <wsdl:input message="tns:CreditorEntry_GetTextSoapIn" />
      <wsdl:output message="tns:CreditorEntry_GetTextSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CreditorEntry_GetAmountDefaultCurrency">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the amount of the creditor entry in the default currency.&lt;br /&gt;</wsdl:documentation>
      <wsdl:input message="tns:CreditorEntry_GetAmountDefaultCurrencySoapIn" />
      <wsdl:output message="tns:CreditorEntry_GetAmountDefaultCurrencySoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CreditorEntry_GetCurrency">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the currency of the creditor entry.&lt;br /&gt;</wsdl:documentation>
      <wsdl:input message="tns:CreditorEntry_GetCurrencySoapIn" />
      <wsdl:output message="tns:CreditorEntry_GetCurrencySoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CreditorEntry_GetAmount">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the currency amount of the creditor entry.&lt;br /&gt;</wsdl:documentation>
      <wsdl:input message="tns:CreditorEntry_GetAmountSoapIn" />
      <wsdl:output message="tns:CreditorEntry_GetAmountSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CreditorEntry_GetInvoiceNumber">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the invoice number of the creditor entry.&lt;br /&gt;</wsdl:documentation>
      <wsdl:input message="tns:CreditorEntry_GetInvoiceNumberSoapIn" />
      <wsdl:output message="tns:CreditorEntry_GetInvoiceNumberSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CreditorEntry_GetDueDate">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the due date of the creditor entry.&lt;br /&gt;</wsdl:documentation>
      <wsdl:input message="tns:CreditorEntry_GetDueDateSoapIn" />
      <wsdl:output message="tns:CreditorEntry_GetDueDateSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CreditorEntry_GetRemainder">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the currency remainder of the creditor entry.&lt;br /&gt;</wsdl:documentation>
      <wsdl:input message="tns:CreditorEntry_GetRemainderSoapIn" />
      <wsdl:output message="tns:CreditorEntry_GetRemainderSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CreditorEntry_GetRemainderDefaultCurrency">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the remainder of the creditor entry in the default currency.&lt;br /&gt;</wsdl:documentation>
      <wsdl:input message="tns:CreditorEntry_GetRemainderDefaultCurrencySoapIn" />
      <wsdl:output message="tns:CreditorEntry_GetRemainderDefaultCurrencySoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CreditorEntry_FindBySerialNumber">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns an array of handles for the creditor entries with numbers in the given interval.&lt;br /&gt;Parameters: from: The beginning of the interval. to: the end of the interval.</wsdl:documentation>
      <wsdl:input message="tns:CreditorEntry_FindBySerialNumberSoapIn" />
      <wsdl:output message="tns:CreditorEntry_FindBySerialNumberSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CreditorEntry_FindBySerialNumberTypeAndInvoiceNumber">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns an array of handles for the creditor entries with numbers filtered by serial number, entry type, invoice numbers.&lt;br /&gt;Parameters: fromSerialNumber: The beginning of the interval. Use null to omit this filter. toSerialNumber: the end of the interval. Use null to omit this filter. entryType: Entry type. invoiceNumbers: Invoice Numbers. Array may also contain null as an entry to search for entries with no invoice number. Use null to omit this filter.</wsdl:documentation>
      <wsdl:input message="tns:CreditorEntry_FindBySerialNumberTypeAndInvoiceNumberSoapIn" />
      <wsdl:output message="tns:CreditorEntry_FindBySerialNumberTypeAndInvoiceNumberSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CreditorEntry_FindByInvoiceNumber">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns an array of handles for the creditor entries with the specified invoice number.&lt;br /&gt;Parameters: invoiceNumber: The invoice number to search for.</wsdl:documentation>
      <wsdl:input message="tns:CreditorEntry_FindByInvoiceNumberSoapIn" />
      <wsdl:output message="tns:CreditorEntry_FindByInvoiceNumberSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CreditorEntry_MatchEntries">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Matches the entries passed to the function. No return value.&lt;br /&gt;Parameters: entries: The creditor entries to be matched.</wsdl:documentation>
      <wsdl:input message="tns:CreditorEntry_MatchEntriesSoapIn" />
      <wsdl:output message="tns:CreditorEntry_MatchEntriesSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CreditorGroup_CreateFromData">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Creates a new creditor group from a data object.&lt;br /&gt;Parameters: data: The data object that specifies the properties of the new creditor group.</wsdl:documentation>
      <wsdl:input message="tns:CreditorGroup_CreateFromDataSoapIn" />
      <wsdl:output message="tns:CreditorGroup_CreateFromDataSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CreditorGroup_CreateFromDataArray">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Creates new creditor groups from data objects.&lt;br /&gt;Parameters: dataArray: The array of data objects that specifies the properties of the new creditor groups.</wsdl:documentation>
      <wsdl:input message="tns:CreditorGroup_CreateFromDataArraySoapIn" />
      <wsdl:output message="tns:CreditorGroup_CreateFromDataArraySoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CreditorGroup_UpdateFromDataArray">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Update creditor groups from data objects.&lt;br /&gt;Parameters: dataArray: The array of data objects.</wsdl:documentation>
      <wsdl:input message="tns:CreditorGroup_UpdateFromDataArraySoapIn" />
      <wsdl:output message="tns:CreditorGroup_UpdateFromDataArraySoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CreditorGroup_UpdateFromData">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Updates a creditor group from a data object.&lt;br /&gt;Parameters: data: The data object.</wsdl:documentation>
      <wsdl:input message="tns:CreditorGroup_UpdateFromDataSoapIn" />
      <wsdl:output message="tns:CreditorGroup_UpdateFromDataSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CreditorGroup_GetData">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns a creditor group data object for a given creditor group.&lt;br /&gt;Parameters: entityHandle: A handle for the creditor group.</wsdl:documentation>
      <wsdl:input message="tns:CreditorGroup_GetDataSoapIn" />
      <wsdl:output message="tns:CreditorGroup_GetDataSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CreditorGroup_GetDataArray">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns creditor group data objects for a given set of creditor group handles.&lt;br /&gt;Parameters: entityHandles: An array of the creditor group handles.</wsdl:documentation>
      <wsdl:input message="tns:CreditorGroup_GetDataArraySoapIn" />
      <wsdl:output message="tns:CreditorGroup_GetDataArraySoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CreditorGroup_Create">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Creates a new creditor group.</wsdl:documentation>
      <wsdl:input message="tns:CreditorGroup_CreateSoapIn" />
      <wsdl:output message="tns:CreditorGroup_CreateSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CreditorGroup_GetAll">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns handles for all creditor groups.</wsdl:documentation>
      <wsdl:input message="tns:CreditorGroup_GetAllSoapIn" />
      <wsdl:output message="tns:CreditorGroup_GetAllSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CreditorGroup_FindByNumber">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns a handle for the creditor group with the given number.</wsdl:documentation>
      <wsdl:input message="tns:CreditorGroup_FindByNumberSoapIn" />
      <wsdl:output message="tns:CreditorGroup_FindByNumberSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CreditorGroup_FindByNumberList">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns an array with handles for the creditor groups corresponding to the given creditor group numbers. If a creditor group with a given number does not exist then the array contains nothing at that index.&lt;br /&gt;Parameters: numbers: The numbers to search for.</wsdl:documentation>
      <wsdl:input message="tns:CreditorGroup_FindByNumberListSoapIn" />
      <wsdl:output message="tns:CreditorGroup_FindByNumberListSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CreditorGroup_FindByName">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns handles for all creditor groups with the given name.</wsdl:documentation>
      <wsdl:input message="tns:CreditorGroup_FindByNameSoapIn" />
      <wsdl:output message="tns:CreditorGroup_FindByNameSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CreditorGroup_GetCreditors">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets handles for creditors of a creditor group.&lt;br /&gt;Parameters: creditorGroupHandle: Handle for the creditor group.</wsdl:documentation>
      <wsdl:input message="tns:CreditorGroup_GetCreditorsSoapIn" />
      <wsdl:output message="tns:CreditorGroup_GetCreditorsSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CreditorGroup_GetNumber">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the number of a creditor group.&lt;br /&gt;Parameters: creditorGroupHandle: Handle for the creditor group.</wsdl:documentation>
      <wsdl:input message="tns:CreditorGroup_GetNumberSoapIn" />
      <wsdl:output message="tns:CreditorGroup_GetNumberSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CreditorGroup_GetName">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the name of a creditor group.&lt;br /&gt;Parameters: creditorGroupHandle: Handle for the creditor group.</wsdl:documentation>
      <wsdl:input message="tns:CreditorGroup_GetNameSoapIn" />
      <wsdl:output message="tns:CreditorGroup_GetNameSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CreditorGroup_SetName">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Sets the name of a creditor group.&lt;br /&gt;Parameters: creditorGroupHandle: Handle for the creditor group. value: The new name of the creditor group.</wsdl:documentation>
      <wsdl:input message="tns:CreditorGroup_SetNameSoapIn" />
      <wsdl:output message="tns:CreditorGroup_SetNameSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CreditorGroup_GetAccount">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets a handle for the account of a creditor group.&lt;br /&gt;Parameters: creditorGroupHandle: Handle for the creditor group.</wsdl:documentation>
      <wsdl:input message="tns:CreditorGroup_GetAccountSoapIn" />
      <wsdl:output message="tns:CreditorGroup_GetAccountSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CreditorGroup_SetAccount">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Sets the account of a creditor group.&lt;br /&gt;Parameters: creditorGroupHandle: Handle for the creditor group. valueHandle: A handle for the new account of the creditor group.</wsdl:documentation>
      <wsdl:input message="tns:CreditorGroup_SetAccountSoapIn" />
      <wsdl:output message="tns:CreditorGroup_SetAccountSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Currency_GetData">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns a currency data object for a given currency.&lt;br /&gt;Parameters: entityHandle: A handle for the currency.</wsdl:documentation>
      <wsdl:input message="tns:Currency_GetDataSoapIn" />
      <wsdl:output message="tns:Currency_GetDataSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Currency_GetDataArray">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns currency data objects for a given set of currency handles.&lt;br /&gt;Parameters: entityHandles: An array of the currency handles.</wsdl:documentation>
      <wsdl:input message="tns:Currency_GetDataArraySoapIn" />
      <wsdl:output message="tns:Currency_GetDataArraySoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Currency_GetCode">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the code of a currency.&lt;br /&gt;Parameters: currencyHandle: Handle for the currency.</wsdl:documentation>
      <wsdl:input message="tns:Currency_GetCodeSoapIn" />
      <wsdl:output message="tns:Currency_GetCodeSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Currency_GetAll">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Return handles for all currencies.</wsdl:documentation>
      <wsdl:input message="tns:Currency_GetAllSoapIn" />
      <wsdl:output message="tns:Currency_GetAllSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Currency_FindByCode">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns a handle for the currency with the given code.&lt;br /&gt;Parameters: code: The code to search for.</wsdl:documentation>
      <wsdl:input message="tns:Currency_FindByCodeSoapIn" />
      <wsdl:output message="tns:Currency_FindByCodeSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoice_CreateFromData">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Creates a new current invoice from a data object.&lt;br /&gt;Parameters: data: The data object that specifies the properties of the new current invoice.</wsdl:documentation>
      <wsdl:input message="tns:CurrentInvoice_CreateFromDataSoapIn" />
      <wsdl:output message="tns:CurrentInvoice_CreateFromDataSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoice_CreateFromDataArray">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Creates new current invoices from data objects.&lt;br /&gt;Parameters: dataArray: The array of data objects that specifies the properties of the new current invoices.</wsdl:documentation>
      <wsdl:input message="tns:CurrentInvoice_CreateFromDataArraySoapIn" />
      <wsdl:output message="tns:CurrentInvoice_CreateFromDataArraySoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoice_UpdateFromDataArray">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Update current invoices from data objects.&lt;br /&gt;Parameters: dataArray: The array of data objects.</wsdl:documentation>
      <wsdl:input message="tns:CurrentInvoice_UpdateFromDataArraySoapIn" />
      <wsdl:output message="tns:CurrentInvoice_UpdateFromDataArraySoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoice_UpdateFromData">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Updates a current invoice from a data object.&lt;br /&gt;Parameters: data: The data object.</wsdl:documentation>
      <wsdl:input message="tns:CurrentInvoice_UpdateFromDataSoapIn" />
      <wsdl:output message="tns:CurrentInvoice_UpdateFromDataSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoice_GetData">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns a current invoice data object for a given current invoice.&lt;br /&gt;Parameters: entityHandle: A handle for the current invoice.</wsdl:documentation>
      <wsdl:input message="tns:CurrentInvoice_GetDataSoapIn" />
      <wsdl:output message="tns:CurrentInvoice_GetDataSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoice_GetDataArray">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns current invoice data objects for a given set of current invoice handles.&lt;br /&gt;Parameters: entityHandles: An array of the current invoice handles.</wsdl:documentation>
      <wsdl:input message="tns:CurrentInvoice_GetDataArraySoapIn" />
      <wsdl:output message="tns:CurrentInvoice_GetDataArraySoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoice_Create">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Creates a new current invoice.&lt;br /&gt;Parameters: debtor: Handle for a debitor.</wsdl:documentation>
      <wsdl:input message="tns:CurrentInvoice_CreateSoapIn" />
      <wsdl:output message="tns:CurrentInvoice_CreateSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoice_GetAll">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns handles for all current invoices.</wsdl:documentation>
      <wsdl:input message="tns:CurrentInvoice_GetAllSoapIn" />
      <wsdl:output message="tns:CurrentInvoice_GetAllSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoice_FindByOurReference">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns handles for the current invoices which have the given employee as OurReference.&lt;br /&gt;Parameters: ourReferenceHandle: Handle for the employee to search for.</wsdl:documentation>
      <wsdl:input message="tns:CurrentInvoice_FindByOurReferenceSoapIn" />
      <wsdl:output message="tns:CurrentInvoice_FindByOurReferenceSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoice_FindByOtherReference">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns handles for the current invoices with a given other reference.&lt;br /&gt;Parameters: otherReference: The other reference to search for.</wsdl:documentation>
      <wsdl:input message="tns:CurrentInvoice_FindByOtherReferenceSoapIn" />
      <wsdl:output message="tns:CurrentInvoice_FindByOtherReferenceSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoice_FindByDateInterval">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns handles for current invoices in a given interval of days.&lt;br /&gt;Parameters: first: First day in interval. last: Last day in interval.</wsdl:documentation>
      <wsdl:input message="tns:CurrentInvoice_FindByDateIntervalSoapIn" />
      <wsdl:output message="tns:CurrentInvoice_FindByDateIntervalSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoice_GetAllUpdated">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Return handles for all current invoices from date. FromDate is based on CET.</wsdl:documentation>
      <wsdl:input message="tns:CurrentInvoice_GetAllUpdatedSoapIn" />
      <wsdl:output message="tns:CurrentInvoice_GetAllUpdatedSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoice_GetPdf">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets a current invoice as a PDF file.&lt;br /&gt;Parameters: currentInvoiceHandle: Handle for the current invoice.</wsdl:documentation>
      <wsdl:input message="tns:CurrentInvoice_GetPdfSoapIn" />
      <wsdl:output message="tns:CurrentInvoice_GetPdfSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoice_Book">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Books a current invoice. An invoice number greater than all other invoice numbers will be assigned to the resulting invoice.&lt;br /&gt;Parameters: currentInvoiceHandle: Handle for the current invoice.</wsdl:documentation>
      <wsdl:input message="tns:CurrentInvoice_BookSoapIn" />
      <wsdl:output message="tns:CurrentInvoice_BookSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoice_BookWithNumber">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Books a current invoice.&lt;br /&gt;Parameters: currentInvoiceHandle: Handle for the current invoice. number: The invoice number of the resulting invoice; must be positive and different from all other invoice numbers.</wsdl:documentation>
      <wsdl:input message="tns:CurrentInvoice_BookWithNumberSoapIn" />
      <wsdl:output message="tns:CurrentInvoice_BookWithNumberSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoice_BookAndSendElectronicInvoice">
      <wsdl:input message="tns:CurrentInvoice_BookAndSendElectronicInvoiceSoapIn" />
      <wsdl:output message="tns:CurrentInvoice_BookAndSendElectronicInvoiceSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoice_BookWithNumberAndSendElectronicInvoice">
      <wsdl:input message="tns:CurrentInvoice_BookWithNumberAndSendElectronicInvoiceSoapIn" />
      <wsdl:output message="tns:CurrentInvoice_BookWithNumberAndSendElectronicInvoiceSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoice_Delete">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Deletes a current invoice.&lt;br /&gt;Parameters: currentInvoiceHandle: Handle for the current invoice.</wsdl:documentation>
      <wsdl:input message="tns:CurrentInvoice_DeleteSoapIn" />
      <wsdl:output message="tns:CurrentInvoice_DeleteSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoice_GetLines">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets handles for the lines of a current invoice.&lt;br /&gt;Parameters: currentInvoiceHandle: Handle for the current invoice.</wsdl:documentation>
      <wsdl:input message="tns:CurrentInvoice_GetLinesSoapIn" />
      <wsdl:output message="tns:CurrentInvoice_GetLinesSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoiceLine_FindByCurrentInvoiceList">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets all handles for the lines of the current invoices filtered by a list of current invoices. The returned list is sorted first by the current invoice and then the line numbers both ascending.&lt;br /&gt;Parameters: currentInvoiceHandles: Array of handles for current invoices to filter by.</wsdl:documentation>
      <wsdl:input message="tns:CurrentInvoiceLine_FindByCurrentInvoiceListSoapIn" />
      <wsdl:output message="tns:CurrentInvoiceLine_FindByCurrentInvoiceListSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="OrderLine_FindByOrderList">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets all handles for the lines of the orders filtered by a list of orders. The returned list is sorted first by the order and then the line numbers both ascending.&lt;br /&gt;Parameters: orderHandles: Array of handles for orders to filter by.</wsdl:documentation>
      <wsdl:input message="tns:OrderLine_FindByOrderListSoapIn" />
      <wsdl:output message="tns:OrderLine_FindByOrderListSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="QuotationLine_FindByQuotationList">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets all handles for the lines of the quotations filtered by a list of quotations. The returned list is sorted first by the quotation and then the line numbers both ascending.&lt;br /&gt;Parameters: quotationHandles: Array of handles for quotations to filter by.</wsdl:documentation>
      <wsdl:input message="tns:QuotationLine_FindByQuotationListSoapIn" />
      <wsdl:output message="tns:QuotationLine_FindByQuotationListSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="InvoiceLine_FindByInvoiceList">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets all handles for the lines of the invoices filtered by a list of invoices. The returned list is sorted first by the invoice and then the line numbers both ascending.&lt;br /&gt;Parameters: invoiceHandles: Array of handles for invoices to filter by.</wsdl:documentation>
      <wsdl:input message="tns:InvoiceLine_FindByInvoiceListSoapIn" />
      <wsdl:output message="tns:InvoiceLine_FindByInvoiceListSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoice_GetDebtor">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets handle for the debtor of a current invoice.&lt;br /&gt;Parameters: currentInvoiceHandle: Handle for the current invoice.</wsdl:documentation>
      <wsdl:input message="tns:CurrentInvoice_GetDebtorSoapIn" />
      <wsdl:output message="tns:CurrentInvoice_GetDebtorSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoice_SetDebtor">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Set the debtor of a current invoice.&lt;br /&gt;Parameters: currentInvoiceHandle: Handle for the current invoice. valueHandle: Handle for the new debtor.</wsdl:documentation>
      <wsdl:input message="tns:CurrentInvoice_SetDebtorSoapIn" />
      <wsdl:output message="tns:CurrentInvoice_SetDebtorSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoice_GetProject">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the project of a current invoice.&lt;br /&gt;Parameters: invoiceHandle: Handle for the invoice.</wsdl:documentation>
      <wsdl:input message="tns:CurrentInvoice_GetProjectSoapIn" />
      <wsdl:output message="tns:CurrentInvoice_GetProjectSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoice_SetProject">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Set the project of a current invoice.&lt;br /&gt;Parameters: invoiceHandle: Handle for the invoice.</wsdl:documentation>
      <wsdl:input message="tns:CurrentInvoice_SetProjectSoapIn" />
      <wsdl:output message="tns:CurrentInvoice_SetProjectSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoice_GetDebtorName">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the name of the debtor of a current invoice.&lt;br /&gt;Parameters: currentInvoiceHandle: Handle for the current invoice.</wsdl:documentation>
      <wsdl:input message="tns:CurrentInvoice_GetDebtorNameSoapIn" />
      <wsdl:output message="tns:CurrentInvoice_GetDebtorNameSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoice_SetDebtorName">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Set the name of the debtor of a current invoice.&lt;br /&gt;Parameters: currentInvoiceHandle: Handle for the current invoice. value: The new name of the debtor of the current invoice.</wsdl:documentation>
      <wsdl:input message="tns:CurrentInvoice_SetDebtorNameSoapIn" />
      <wsdl:output message="tns:CurrentInvoice_SetDebtorNameSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoice_GetDebtorAddress">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the address of the debtor of a current invoice.&lt;br /&gt;Parameters: currentInvoiceHandle: Handle for the current invoice.</wsdl:documentation>
      <wsdl:input message="tns:CurrentInvoice_GetDebtorAddressSoapIn" />
      <wsdl:output message="tns:CurrentInvoice_GetDebtorAddressSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoice_SetDebtorAddress">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Set the address of the debtor of a current invoice.&lt;br /&gt;Parameters: currentInvoiceHandle: Handle for the current invoice. value: The new name of the debtor of the current invoice.</wsdl:documentation>
      <wsdl:input message="tns:CurrentInvoice_SetDebtorAddressSoapIn" />
      <wsdl:output message="tns:CurrentInvoice_SetDebtorAddressSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoice_GetDebtorPostalCode">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the postal code of the debtor of a current invoice.&lt;br /&gt;Parameters: currentInvoiceHandle: Handle for the current invoice.</wsdl:documentation>
      <wsdl:input message="tns:CurrentInvoice_GetDebtorPostalCodeSoapIn" />
      <wsdl:output message="tns:CurrentInvoice_GetDebtorPostalCodeSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoice_SetDebtorPostalCode">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Set the postal code of the debtor of a current invoice.&lt;br /&gt;Parameters: currentInvoiceHandle: Handle for the current invoice. value: The new postal code of the debtor of the current invoice.</wsdl:documentation>
      <wsdl:input message="tns:CurrentInvoice_SetDebtorPostalCodeSoapIn" />
      <wsdl:output message="tns:CurrentInvoice_SetDebtorPostalCodeSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoice_GetDebtorCity">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the city of the debtor of a current invoice.&lt;br /&gt;Parameters: currentInvoiceHandle: Handle for the current invoice.</wsdl:documentation>
      <wsdl:input message="tns:CurrentInvoice_GetDebtorCitySoapIn" />
      <wsdl:output message="tns:CurrentInvoice_GetDebtorCitySoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoice_SetDebtorCity">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Set the city of the debtor of a current invoice.&lt;br /&gt;Parameters: currentInvoiceHandle: Handle for the current invoice. value: The new city of the debtor of the current invoice.</wsdl:documentation>
      <wsdl:input message="tns:CurrentInvoice_SetDebtorCitySoapIn" />
      <wsdl:output message="tns:CurrentInvoice_SetDebtorCitySoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoice_GetDebtorCountry">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the country of the debtor of a current invoice.&lt;br /&gt;Parameters: currentInvoiceHandle: Handle for the current invoice.</wsdl:documentation>
      <wsdl:input message="tns:CurrentInvoice_GetDebtorCountrySoapIn" />
      <wsdl:output message="tns:CurrentInvoice_GetDebtorCountrySoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoice_SetDebtorCountry">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Set the country of the debtor of a current invoice.&lt;br /&gt;Parameters: currentInvoiceHandle: Handle for the current invoice. value: The new country of the debtor of the current invoice.</wsdl:documentation>
      <wsdl:input message="tns:CurrentInvoice_SetDebtorCountrySoapIn" />
      <wsdl:output message="tns:CurrentInvoice_SetDebtorCountrySoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoice_GetDebtorEan">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the European Article Number of the debtor of a current invoice.&lt;br /&gt;Parameters: currentInvoiceHandle: Handle for the current invoice.</wsdl:documentation>
      <wsdl:input message="tns:CurrentInvoice_GetDebtorEanSoapIn" />
      <wsdl:output message="tns:CurrentInvoice_GetDebtorEanSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoice_SetDebtorEan">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Set the European Article Number of the debtor of a current invoice.&lt;br /&gt;Parameters: currentInvoiceHandle: Handle for the current invoice. value: The new EAN of the current invoice.</wsdl:documentation>
      <wsdl:input message="tns:CurrentInvoice_SetDebtorEanSoapIn" />
      <wsdl:output message="tns:CurrentInvoice_SetDebtorEanSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoice_GetPublicEntryNumber">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the public entry number of a current invoice.&lt;br /&gt;Parameters: currentInvoiceHandle: Handle for the current invoice.</wsdl:documentation>
      <wsdl:input message="tns:CurrentInvoice_GetPublicEntryNumberSoapIn" />
      <wsdl:output message="tns:CurrentInvoice_GetPublicEntryNumberSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoice_SetPublicEntryNumber">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Set the public entry number of a current invoice.&lt;br /&gt;Parameters: currentInvoiceHandle: Handle for the current invoice. value: The new public entry number of the current invoice.</wsdl:documentation>
      <wsdl:input message="tns:CurrentInvoice_SetPublicEntryNumberSoapIn" />
      <wsdl:output message="tns:CurrentInvoice_SetPublicEntryNumberSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoice_GetAttention">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets a handle for the attention of a current invoice.&lt;br /&gt;Parameters: currentInvoiceHandle: Handle for the current invoice.</wsdl:documentation>
      <wsdl:input message="tns:CurrentInvoice_GetAttentionSoapIn" />
      <wsdl:output message="tns:CurrentInvoice_GetAttentionSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoice_SetAttention">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Set the attention of a current invoice.&lt;br /&gt;Parameters: currentInvoiceHandle: Handle for the current invoice. valueHandle: Handle for the new attention of the current invoice.</wsdl:documentation>
      <wsdl:input message="tns:CurrentInvoice_SetAttentionSoapIn" />
      <wsdl:output message="tns:CurrentInvoice_SetAttentionSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoice_GetYourReference">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets a handle for the reference of the debtor of a current invoice.&lt;br /&gt;Parameters: currentInvoiceHandle: Handle for the current invoice.</wsdl:documentation>
      <wsdl:input message="tns:CurrentInvoice_GetYourReferenceSoapIn" />
      <wsdl:output message="tns:CurrentInvoice_GetYourReferenceSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoice_SetYourReference">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Set the the reference for the debtor of a current invoice.&lt;br /&gt;Parameters: currentInvoiceHandle: Handle for the current invoice. valueHandle: Handle for the new reference for the debtor.</wsdl:documentation>
      <wsdl:input message="tns:CurrentInvoice_SetYourReferenceSoapIn" />
      <wsdl:output message="tns:CurrentInvoice_SetYourReferenceSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoice_GetOurReference">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets a handle for the primary reference of the creditor of a current invoice.&lt;br /&gt;Parameters: currentInvoiceHandle: Handle for the current invoice.</wsdl:documentation>
      <wsdl:input message="tns:CurrentInvoice_GetOurReferenceSoapIn" />
      <wsdl:output message="tns:CurrentInvoice_GetOurReferenceSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoice_SetOurReference">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Set the the primary reference of the creditor of a current invoice.&lt;br /&gt;Parameters: currentInvoiceHandle: Handle for the current invoice. valueHandle: Handle for the new primary reference of the creditor of the current invoice.</wsdl:documentation>
      <wsdl:input message="tns:CurrentInvoice_SetOurReferenceSoapIn" />
      <wsdl:output message="tns:CurrentInvoice_SetOurReferenceSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoice_GetOurReference2">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets a handle for the secondary reference of the creditor of a current invoice.&lt;br /&gt;Parameters: currentInvoiceHandle: Handle for the current invoice.</wsdl:documentation>
      <wsdl:input message="tns:CurrentInvoice_GetOurReference2SoapIn" />
      <wsdl:output message="tns:CurrentInvoice_GetOurReference2SoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoice_SetOurReference2">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Set the the secondary reference of the creditor of a current invoice.&lt;br /&gt;Parameters: currentInvoiceHandle: Handle for the current invoice. valueHandle: Handle for the new secondary reference of the creditor of the current invoice.</wsdl:documentation>
      <wsdl:input message="tns:CurrentInvoice_SetOurReference2SoapIn" />
      <wsdl:output message="tns:CurrentInvoice_SetOurReference2SoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Creditor_UpdateFromDataArray">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Update creditors from data objects.&lt;br /&gt;Parameters: dataArray: The array of data objects.</wsdl:documentation>
      <wsdl:input message="tns:Creditor_UpdateFromDataArraySoapIn" />
      <wsdl:output message="tns:Creditor_UpdateFromDataArraySoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Creditor_UpdateFromData">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Updates a creditor from a data object.&lt;br /&gt;Parameters: data: The data object.</wsdl:documentation>
      <wsdl:input message="tns:Creditor_UpdateFromDataSoapIn" />
      <wsdl:output message="tns:Creditor_UpdateFromDataSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Creditor_GetData">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns a creditor data object for a given creditor.&lt;br /&gt;Parameters: entityHandle: A handle for the creditor.</wsdl:documentation>
      <wsdl:input message="tns:Creditor_GetDataSoapIn" />
      <wsdl:output message="tns:Creditor_GetDataSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Creditor_GetDataArray">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns creditor data objects for a given set of creditor handles.&lt;br /&gt;Parameters: entityHandles: An array of the creditor handles.</wsdl:documentation>
      <wsdl:input message="tns:Creditor_GetDataArraySoapIn" />
      <wsdl:output message="tns:Creditor_GetDataArraySoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Creditor_GetNumber">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the number of a creditor.&lt;br /&gt;Parameters: creditorHandle: Handle for the creditor.</wsdl:documentation>
      <wsdl:input message="tns:Creditor_GetNumberSoapIn" />
      <wsdl:output message="tns:Creditor_GetNumberSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Creditor_GetCreditorGroup">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets a handle for the creditor group of a creditor.&lt;br /&gt;Parameters: creditorHandle: Handle for the creditor.</wsdl:documentation>
      <wsdl:input message="tns:Creditor_GetCreditorGroupSoapIn" />
      <wsdl:output message="tns:Creditor_GetCreditorGroupSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Creditor_SetCreditorGroup">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Sets the creditor group of a creditor.&lt;br /&gt;Parameters: creditorHandle: Handle for the creditor. valueHandle: Handle for the new creditor group of the creditor.</wsdl:documentation>
      <wsdl:input message="tns:Creditor_SetCreditorGroupSoapIn" />
      <wsdl:output message="tns:Creditor_SetCreditorGroupSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Creditor_GetName">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the name of a creditor.&lt;br /&gt;Parameters: creditorHandle: Handle for the creditor.</wsdl:documentation>
      <wsdl:input message="tns:Creditor_GetNameSoapIn" />
      <wsdl:output message="tns:Creditor_GetNameSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Creditor_SetName">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Sets the name of a creditor.&lt;br /&gt;Parameters: creditorHandle: Handle for the creditor. value: The new name of the creditor.</wsdl:documentation>
      <wsdl:input message="tns:Creditor_SetNameSoapIn" />
      <wsdl:output message="tns:Creditor_SetNameSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Creditor_SetVatZone">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Sets vat zone of a creditor.&lt;br /&gt;Parameters: creditorHandle: Handle for the creditor. value: Handle for new vat zone of the creditor.</wsdl:documentation>
      <wsdl:input message="tns:Creditor_SetVatZoneSoapIn" />
      <wsdl:output message="tns:Creditor_SetVatZoneSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Creditor_GetVatZone">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets handle for vat zone of a creditor.&lt;br /&gt;Parameters: creditorHandle: Handle for the creditor.</wsdl:documentation>
      <wsdl:input message="tns:Creditor_GetVatZoneSoapIn" />
      <wsdl:output message="tns:Creditor_GetVatZoneSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Creditor_SetCurrency">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Sets currency of a creditor.&lt;br /&gt;Parameters: creditorHandle: Handle for the creditor. value: Handle for the new currency of the creditor.</wsdl:documentation>
      <wsdl:input message="tns:Creditor_SetCurrencySoapIn" />
      <wsdl:output message="tns:Creditor_SetCurrencySoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Creditor_GetCurrency">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets currency of a creditor.&lt;br /&gt;Parameters: creditorHandle: Handle for the creditor.</wsdl:documentation>
      <wsdl:input message="tns:Creditor_GetCurrencySoapIn" />
      <wsdl:output message="tns:Creditor_GetCurrencySoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Creditor_GetTermOfPayment">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets a handle for the term of payment of a creditor.&lt;br /&gt;Parameters: creditorHandle: Handle for the creditor.</wsdl:documentation>
      <wsdl:input message="tns:Creditor_GetTermOfPaymentSoapIn" />
      <wsdl:output message="tns:Creditor_GetTermOfPaymentSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Creditor_SetTermOfPayment">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Sets the term of payment of a creditor.&lt;br /&gt;Parameters: creditorHandle: Handle for the creditor. value: Handle for the new term of payment of a creditor.</wsdl:documentation>
      <wsdl:input message="tns:Creditor_SetTermOfPaymentSoapIn" />
      <wsdl:output message="tns:Creditor_SetTermOfPaymentSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Creditor_GetIsAccessible">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets whether a creditor is accessible.&lt;br /&gt;Parameters: creditorHandle: Handle for the creditor.</wsdl:documentation>
      <wsdl:input message="tns:Creditor_GetIsAccessibleSoapIn" />
      <wsdl:output message="tns:Creditor_GetIsAccessibleSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Creditor_SetIsAccessible">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Sets whether a creditor is accessible.&lt;br /&gt;Parameters: creditorHandle: Handle for the creditor. value: Value that indicates whether the creditor should be accessible.</wsdl:documentation>
      <wsdl:input message="tns:Creditor_SetIsAccessibleSoapIn" />
      <wsdl:output message="tns:Creditor_SetIsAccessibleSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Creditor_GetCINumber">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the Corporate Identification Number of a creditor.&lt;br /&gt;Parameters: creditorHandle: Handle for the creditor.</wsdl:documentation>
      <wsdl:input message="tns:Creditor_GetCINumberSoapIn" />
      <wsdl:output message="tns:Creditor_GetCINumberSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Creditor_SetCINumber">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Sets the Corporate Identification Number of a creditor.&lt;br /&gt;Parameters: creditorHandle: Handle for the creditor. value: The new Corporate Identification Number of the creditor.</wsdl:documentation>
      <wsdl:input message="tns:Creditor_SetCINumberSoapIn" />
      <wsdl:output message="tns:Creditor_SetCINumberSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Creditor_SetEmail">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Set the e-mail of a creditor.&lt;br /&gt;Parameters: creditorHandle: Handle for the creditor. value: The new email of the creditor.</wsdl:documentation>
      <wsdl:input message="tns:Creditor_SetEmailSoapIn" />
      <wsdl:output message="tns:Creditor_SetEmailSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Creditor_GetEmail">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Get the e-mail of a creditor.&lt;br /&gt;Parameters: creditorHandle: Handle for the creditor.</wsdl:documentation>
      <wsdl:input message="tns:Creditor_GetEmailSoapIn" />
      <wsdl:output message="tns:Creditor_GetEmailSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Creditor_SetAddress">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Sets the address of a creditor.&lt;br /&gt;Parameters: creditorHandle: Handle for the creditor. value: The new address of the creditor.</wsdl:documentation>
      <wsdl:input message="tns:Creditor_SetAddressSoapIn" />
      <wsdl:output message="tns:Creditor_SetAddressSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Creditor_GetAddress">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the address of a creditor.&lt;br /&gt;Parameters: creditorHandle: Handle for the creditor.</wsdl:documentation>
      <wsdl:input message="tns:Creditor_GetAddressSoapIn" />
      <wsdl:output message="tns:Creditor_GetAddressSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Creditor_GetPostalCode">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the postal code of a creditor.&lt;br /&gt;Parameters: creditorHandle: Handle for the creditor.</wsdl:documentation>
      <wsdl:input message="tns:Creditor_GetPostalCodeSoapIn" />
      <wsdl:output message="tns:Creditor_GetPostalCodeSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Creditor_SetPostalCode">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Sets the postal code of a creditor.&lt;br /&gt;Parameters: creditorHandle: Handle for the creditor. value: The new postal code of the creditor.</wsdl:documentation>
      <wsdl:input message="tns:Creditor_SetPostalCodeSoapIn" />
      <wsdl:output message="tns:Creditor_SetPostalCodeSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Creditor_SetCity">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Sets the city of a creditor.&lt;br /&gt;Parameters: creditorHandle: Handle for the creditor. value: The new city of the creditor.</wsdl:documentation>
      <wsdl:input message="tns:Creditor_SetCitySoapIn" />
      <wsdl:output message="tns:Creditor_SetCitySoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Creditor_GetCity">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the city of a creditor.&lt;br /&gt;Parameters: creditorHandle: Handle for the creditor.</wsdl:documentation>
      <wsdl:input message="tns:Creditor_GetCitySoapIn" />
      <wsdl:output message="tns:Creditor_GetCitySoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Creditor_GetCountry">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the country of a creditor.&lt;br /&gt;Parameters: creditorHandle: Handle for the creditor.</wsdl:documentation>
      <wsdl:input message="tns:Creditor_GetCountrySoapIn" />
      <wsdl:output message="tns:Creditor_GetCountrySoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Creditor_SetCountry">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Sets the country of a creditor.&lt;br /&gt;Parameters: creditorHandle: Handle for the creditor. value: The new country of the creditor.</wsdl:documentation>
      <wsdl:input message="tns:Creditor_SetCountrySoapIn" />
      <wsdl:output message="tns:Creditor_SetCountrySoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Creditor_SetBankAccount">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Sets the bank account of a creditor.&lt;br /&gt;Parameters: creditorHandle: Handle for the creditor. value: The new bank account of the creditor.</wsdl:documentation>
      <wsdl:input message="tns:Creditor_SetBankAccountSoapIn" />
      <wsdl:output message="tns:Creditor_SetBankAccountSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Creditor_GetBankAccount">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the bank account of a creditor.&lt;br /&gt;Parameters: creditorHandle: Handle for the creditor.</wsdl:documentation>
      <wsdl:input message="tns:Creditor_GetBankAccountSoapIn" />
      <wsdl:output message="tns:Creditor_GetBankAccountSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Creditor_SetAttention">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Sets the attention of a creditor.&lt;br /&gt;Parameters: creditorHandle: Handle for the creditor. valueHandle: Handle for new attention of the creditor.</wsdl:documentation>
      <wsdl:input message="tns:Creditor_SetAttentionSoapIn" />
      <wsdl:output message="tns:Creditor_SetAttentionSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Creditor_GetAttention">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets a handle for the attention of a creditor.&lt;br /&gt;Parameters: creditorHandle: Handle for the creditor.</wsdl:documentation>
      <wsdl:input message="tns:Creditor_GetAttentionSoapIn" />
      <wsdl:output message="tns:Creditor_GetAttentionSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Creditor_GetYourReference">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets a handle for 'your reference' of a creditor.&lt;br /&gt;Parameters: creditorHandle: Handle for the creditor.</wsdl:documentation>
      <wsdl:input message="tns:Creditor_GetYourReferenceSoapIn" />
      <wsdl:output message="tns:Creditor_GetYourReferenceSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Creditor_SetYourReference">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Sets 'your reference' of a creditor.&lt;br /&gt;Parameters: creditorHandle: Handle for the creditor. valueHandle: Handle for 'your reference' of the creditor.</wsdl:documentation>
      <wsdl:input message="tns:Creditor_SetYourReferenceSoapIn" />
      <wsdl:output message="tns:Creditor_SetYourReferenceSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Creditor_SetOurReference">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Sets 'our reference' of a creditor.&lt;br /&gt;Parameters: creditorHandle: Handle for the creditor. valueHandle: Handle for 'our reference' of the creditor.</wsdl:documentation>
      <wsdl:input message="tns:Creditor_SetOurReferenceSoapIn" />
      <wsdl:output message="tns:Creditor_SetOurReferenceSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Creditor_GetOurReference">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets a handle for 'our reference' of a creditor.&lt;br /&gt;Parameters: creditorHandle: Handle for the creditor.</wsdl:documentation>
      <wsdl:input message="tns:Creditor_GetOurReferenceSoapIn" />
      <wsdl:output message="tns:Creditor_GetOurReferenceSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Creditor_GetDefaultPaymentType">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets a handle for the default payment type of a creditor. To set bank payment type, use CashBookEntry_SetRemittanceInformation.&lt;br /&gt;Parameters: cashBookEntryHandle: Handle for the cash book entry.</wsdl:documentation>
      <wsdl:input message="tns:Creditor_GetDefaultPaymentTypeSoapIn" />
      <wsdl:output message="tns:Creditor_GetDefaultPaymentTypeSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Creditor_GetDefaultPaymentCreditorId">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets a handle for the payment creditor id of a creditor. To set bank payment creditor id, use Creditor_SetRemittanceInformation.&lt;br /&gt;</wsdl:documentation>
      <wsdl:input message="tns:Creditor_GetDefaultPaymentCreditorIdSoapIn" />
      <wsdl:output message="tns:Creditor_GetDefaultPaymentCreditorIdSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Creditor_GetCounty">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">DEPRECATED! Gets the County of a creditor. (UK only)&lt;br /&gt;Parameters: creditorHandle: Handle for the creditor.</wsdl:documentation>
      <wsdl:input message="tns:Creditor_GetCountySoapIn" />
      <wsdl:output message="tns:Creditor_GetCountySoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Creditor_SetCounty">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">DEPRECATED! Sets the County of a creditor. (UK only)&lt;br /&gt;Parameters: creditorHandle: Handle for the creditor. value: The new County of the creditor.</wsdl:documentation>
      <wsdl:input message="tns:Creditor_SetCountySoapIn" />
      <wsdl:output message="tns:Creditor_SetCountySoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Creditor_GetAutoContraAccount">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets a handle for the automatic contra account of a creditor.&lt;br /&gt;Parameters: creditorHandle: Handle for the creditor.</wsdl:documentation>
      <wsdl:input message="tns:Creditor_GetAutoContraAccountSoapIn" />
      <wsdl:output message="tns:Creditor_GetAutoContraAccountSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Creditor_SetAutoContraAccount">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Sets the automatic contra account of a creditor.&lt;br /&gt;Parameters: creditorHandle: Handle for the creditor. valueHandle: Handle for new automatic contra account of the creditor.</wsdl:documentation>
      <wsdl:input message="tns:Creditor_SetAutoContraAccountSoapIn" />
      <wsdl:output message="tns:Creditor_SetAutoContraAccountSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Creditor_Create">
      <wsdl:input message="tns:Creditor_CreateSoapIn" />
      <wsdl:output message="tns:Creditor_CreateSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Creditor_SetRemittanceInformation">
      <wsdl:input message="tns:Creditor_SetRemittanceInformationSoapIn" />
      <wsdl:output message="tns:Creditor_SetRemittanceInformationSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Creditor_GetAll">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Return handles for all creditors</wsdl:documentation>
      <wsdl:input message="tns:Creditor_GetAllSoapIn" />
      <wsdl:output message="tns:Creditor_GetAllSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Creditor_GetAllUpdated">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Return handles for all creditors from date. fromDate is based on CET. includeCalculatedProperties is reserved for future usage and should be set to false for now.</wsdl:documentation>
      <wsdl:input message="tns:Creditor_GetAllUpdatedSoapIn" />
      <wsdl:output message="tns:Creditor_GetAllUpdatedSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Creditor_FindByNumber">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns handle for creditor with a given number.</wsdl:documentation>
      <wsdl:input message="tns:Creditor_FindByNumberSoapIn" />
      <wsdl:output message="tns:Creditor_FindByNumberSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Creditor_FindByNumberList">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns an array with handles for the creditors corresponding to the given creditor numbers. If a creditor with a given number does not exist or if no number is given then the array contains nothing at that index.&lt;br /&gt;Parameters: numbers: The numbers to search for.</wsdl:documentation>
      <wsdl:input message="tns:Creditor_FindByNumberListSoapIn" />
      <wsdl:output message="tns:Creditor_FindByNumberListSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Creditor_FindByName">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns handle for creditors with a given name.&lt;br /&gt;Parameters: The name to search for.</wsdl:documentation>
      <wsdl:input message="tns:Creditor_FindByNameSoapIn" />
      <wsdl:output message="tns:Creditor_FindByNameSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Creditor_GetCreditorContacts">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets handles for creditor contacts of a creditor.&lt;br /&gt;Parameters: creditorHandle: Handle for the creditor.</wsdl:documentation>
      <wsdl:input message="tns:Creditor_GetCreditorContactsSoapIn" />
      <wsdl:output message="tns:Creditor_GetCreditorContactsSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Creditor_Delete">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Deletes a creditor.&lt;br /&gt;Parameters: creditorHandle: Handle for creditor.</wsdl:documentation>
      <wsdl:input message="tns:Creditor_DeleteSoapIn" />
      <wsdl:output message="tns:Creditor_DeleteSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Creditor_GetEntries">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets handles for the entries of the creditor.&lt;br /&gt;Parameters: creditorHandle: Handle for the creditor.</wsdl:documentation>
      <wsdl:input message="tns:Creditor_GetEntriesSoapIn" />
      <wsdl:output message="tns:Creditor_GetEntriesSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Creditor_GetEntriesByVoucherNo">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets handles for the entries of the creditor that match the voucherNo.&lt;br /&gt;Parameters: creditorHandle: Handle for the creditor. voucherNo: The voucher number you wish to filter by.</wsdl:documentation>
      <wsdl:input message="tns:Creditor_GetEntriesByVoucherNoSoapIn" />
      <wsdl:output message="tns:Creditor_GetEntriesByVoucherNoSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Creditor_GetEntriesByInvoiceNo">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets handles for the entries of the creditor that match the invoiceNo.&lt;br /&gt;Parameters: creditorHandle: Handle for the creditor. invoiceNo: The invoice number you wish to filter by.</wsdl:documentation>
      <wsdl:input message="tns:Creditor_GetEntriesByInvoiceNoSoapIn" />
      <wsdl:output message="tns:Creditor_GetEntriesByInvoiceNoSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Creditor_GetEntriesByVoucherNoAndInvoiceNo">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets handles for the entries of the creditor that match both the vouher number and invoice number.&lt;br /&gt;Parameters: creditorHandle: Handle for the creditor. voucherNo: The voucher number you wish to filter by. invoiceNo: The invoice number you wish to filter by.</wsdl:documentation>
      <wsdl:input message="tns:Creditor_GetEntriesByVoucherNoAndInvoiceNoSoapIn" />
      <wsdl:output message="tns:Creditor_GetEntriesByVoucherNoAndInvoiceNoSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Creditor_GetOpenEntries">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets handles for the open entries of the creditor.&lt;br /&gt;Parameters: creditorHandle: Handle for the creditor.</wsdl:documentation>
      <wsdl:input message="tns:Creditor_GetOpenEntriesSoapIn" />
      <wsdl:output message="tns:Creditor_GetOpenEntriesSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CreditorContact_CreateFromData">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Creates a new creditor contact from a data object.&lt;br /&gt;Parameters: data: The data object that specifies the properties of the new creditor contact.</wsdl:documentation>
      <wsdl:input message="tns:CreditorContact_CreateFromDataSoapIn" />
      <wsdl:output message="tns:CreditorContact_CreateFromDataSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CreditorContact_CreateFromDataArray">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Creates new creditor contacts from data objects.&lt;br /&gt;Parameters: dataArray: The array of data objects that specifies the properties of the new creditor contacts.</wsdl:documentation>
      <wsdl:input message="tns:CreditorContact_CreateFromDataArraySoapIn" />
      <wsdl:output message="tns:CreditorContact_CreateFromDataArraySoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CreditorContact_UpdateFromDataArray">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Update creditor contacts from data objects.&lt;br /&gt;Parameters: dataArray: The array of data objects.</wsdl:documentation>
      <wsdl:input message="tns:CreditorContact_UpdateFromDataArraySoapIn" />
      <wsdl:output message="tns:CreditorContact_UpdateFromDataArraySoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CreditorContact_UpdateFromData">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Updates a creditor contact from a data object.&lt;br /&gt;Parameters: data: The data object.</wsdl:documentation>
      <wsdl:input message="tns:CreditorContact_UpdateFromDataSoapIn" />
      <wsdl:output message="tns:CreditorContact_UpdateFromDataSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CreditorContact_GetData">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns a creditor contact data object for a given creditor contact.&lt;br /&gt;Parameters: entityHandle: A handle for the creditor contact.</wsdl:documentation>
      <wsdl:input message="tns:CreditorContact_GetDataSoapIn" />
      <wsdl:output message="tns:CreditorContact_GetDataSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CreditorContact_GetDataArray">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns creditor contact data objects for a given set of creditor contact handles.&lt;br /&gt;Parameters: entityHandles: An array of the creditor contact handles.</wsdl:documentation>
      <wsdl:input message="tns:CreditorContact_GetDataArraySoapIn" />
      <wsdl:output message="tns:CreditorContact_GetDataArraySoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CreditorContact_GetCreditor">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets a handle for the creditor of a creditor contact.&lt;br /&gt;Parameters: creditorContactHandle: Handle for the creditor contact.</wsdl:documentation>
      <wsdl:input message="tns:CreditorContact_GetCreditorSoapIn" />
      <wsdl:output message="tns:CreditorContact_GetCreditorSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CreditorContact_GetName">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the name of a creditor contact.&lt;br /&gt;Parameters: creditorContactHandle: Handle for the creditor contact.</wsdl:documentation>
      <wsdl:input message="tns:CreditorContact_GetNameSoapIn" />
      <wsdl:output message="tns:CreditorContact_GetNameSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CreditorContact_SetName">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Sets the name of a creditor contact.&lt;br /&gt;Parameters: creditorContactHandle: Handle for the creditor contact. value: The new name of the creditor contact.</wsdl:documentation>
      <wsdl:input message="tns:CreditorContact_SetNameSoapIn" />
      <wsdl:output message="tns:CreditorContact_SetNameSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CreditorContact_GetNumber">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the number of a creditor contact.&lt;br /&gt;Parameters: creditorContactHandle: Handle for the creditor contact.</wsdl:documentation>
      <wsdl:input message="tns:CreditorContact_GetNumberSoapIn" />
      <wsdl:output message="tns:CreditorContact_GetNumberSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CreditorContact_SetTelephoneNumber">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Sets the telephone number of a creditor contact.&lt;br /&gt;Parameters: creditorContactHandle: Handle for the creditor contact. value: The new telephone number of the creditor contact.</wsdl:documentation>
      <wsdl:input message="tns:CreditorContact_SetTelephoneNumberSoapIn" />
      <wsdl:output message="tns:CreditorContact_SetTelephoneNumberSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CreditorContact_GetTelephoneNumber">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the telephone number of a creditor contact.&lt;br /&gt;Parameters: creditorContactHandle: Handle for the creditor contact.</wsdl:documentation>
      <wsdl:input message="tns:CreditorContact_GetTelephoneNumberSoapIn" />
      <wsdl:output message="tns:CreditorContact_GetTelephoneNumberSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CreditorContact_SetEmail">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Sets the email of a creditor contact.&lt;br /&gt;Parameters: creditorContactHandle: Handle for the creditor contact. value: The new email of the creditor contact.</wsdl:documentation>
      <wsdl:input message="tns:CreditorContact_SetEmailSoapIn" />
      <wsdl:output message="tns:CreditorContact_SetEmailSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CreditorContact_GetEmail">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the email of a creditor contact.&lt;br /&gt;Parameters: creditorContactHandle: Handle for the creditor contact.</wsdl:documentation>
      <wsdl:input message="tns:CreditorContact_GetEmailSoapIn" />
      <wsdl:output message="tns:CreditorContact_GetEmailSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CreditorContact_GetComments">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the comments of a creditor contact.&lt;br /&gt;Parameters: creditorContactHandle: Handle for the creditor contact.</wsdl:documentation>
      <wsdl:input message="tns:CreditorContact_GetCommentsSoapIn" />
      <wsdl:output message="tns:CreditorContact_GetCommentsSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CreditorContact_SetComments">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Sets the comments of a creditor contact.&lt;br /&gt;Parameters: creditorContactHandle: Handle for the creditor contact. value: The new comments of the creditor contact.</wsdl:documentation>
      <wsdl:input message="tns:CreditorContact_SetCommentsSoapIn" />
      <wsdl:output message="tns:CreditorContact_SetCommentsSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CreditorContact_GetExternalId">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the external ID of a creditor contact.&lt;br /&gt;Parameters: creditorContactHandle: Handle for the creditor contact.</wsdl:documentation>
      <wsdl:input message="tns:CreditorContact_GetExternalIdSoapIn" />
      <wsdl:output message="tns:CreditorContact_GetExternalIdSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CreditorContact_SetExternalId">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Sets the external ID of a creditor contact.&lt;br /&gt;Parameters: creditorContactHandle: Handle for the creditor contact. value: The new external ID of the creditor contact.</wsdl:documentation>
      <wsdl:input message="tns:CreditorContact_SetExternalIdSoapIn" />
      <wsdl:output message="tns:CreditorContact_SetExternalIdSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CreditorContact_Create">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Creates a new creditor contact.</wsdl:documentation>
      <wsdl:input message="tns:CreditorContact_CreateSoapIn" />
      <wsdl:output message="tns:CreditorContact_CreateSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CreditorContact_GetAll">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns handles for all creditor contacts.</wsdl:documentation>
      <wsdl:input message="tns:CreditorContact_GetAllSoapIn" />
      <wsdl:output message="tns:CreditorContact_GetAllSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CreditorContact_FindByName">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns handles for creditor contacts with the given name.</wsdl:documentation>
      <wsdl:input message="tns:CreditorContact_FindByNameSoapIn" />
      <wsdl:output message="tns:CreditorContact_FindByNameSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CreditorContact_Delete">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Deletes a creditor contact.&lt;br /&gt;Parameters: creditorContactHandle: Handle for the creditor contact.</wsdl:documentation>
      <wsdl:input message="tns:CreditorContact_DeleteSoapIn" />
      <wsdl:output message="tns:CreditorContact_DeleteSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CreditorEntry_GetData">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns a creditor entry data object for a given creditor entry.&lt;br /&gt;Parameters: entityHandle: A handle for the creditor entry.</wsdl:documentation>
      <wsdl:input message="tns:CreditorEntry_GetDataSoapIn" />
      <wsdl:output message="tns:CreditorEntry_GetDataSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CreditorEntry_GetDataArray">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns creditor entry data objects for a given set of creditor entry handles.&lt;br /&gt;Parameters: entityHandles: An array of the creditor entry handles.</wsdl:documentation>
      <wsdl:input message="tns:CreditorEntry_GetDataArraySoapIn" />
      <wsdl:output message="tns:CreditorEntry_GetDataArraySoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CreditorEntry_GetSerialNumber">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the number of the creditor entry.&lt;br /&gt;Parameters: creditorentryHandle: Handle for the creditor entry.</wsdl:documentation>
      <wsdl:input message="tns:CreditorEntry_GetSerialNumberSoapIn" />
      <wsdl:output message="tns:CreditorEntry_GetSerialNumberSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CreditorEntry_GetType">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the entry type of the creditor entry.&lt;br /&gt;</wsdl:documentation>
      <wsdl:input message="tns:CreditorEntry_GetTypeSoapIn" />
      <wsdl:output message="tns:CreditorEntry_GetTypeSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CreditorEntry_GetDate">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the date of the creditor entry.&lt;br /&gt;</wsdl:documentation>
      <wsdl:input message="tns:CreditorEntry_GetDateSoapIn" />
      <wsdl:output message="tns:CreditorEntry_GetDateSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CreditorEntry_GetCreditor">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the creditor of the creditor entry.&lt;br /&gt;</wsdl:documentation>
      <wsdl:input message="tns:CreditorEntry_GetCreditorSoapIn" />
      <wsdl:output message="tns:CreditorEntry_GetCreditorSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CashBookEntry_GetDueDate">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the due date of a cash book entry. Due date is only accessible when cash book entry is of type CreditorInvoice.&lt;br /&gt;Parameters: cashBookEntryHandle: Handle for the cash book entry.</wsdl:documentation>
      <wsdl:input message="tns:CashBookEntry_GetDueDateSoapIn" />
      <wsdl:output message="tns:CashBookEntry_GetDueDateSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CashBookEntry_SetDepartment">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Sets the department of a cash book entry. The department is only accessible when there is access to the Dimension add-on module. The department cannot be set when the distribution key is set.&lt;br /&gt;Parameters: cashBookEntryHandle: Handle for the cash book entry. value: Handle for the new department of the cash book entry.</wsdl:documentation>
      <wsdl:input message="tns:CashBookEntry_SetDepartmentSoapIn" />
      <wsdl:output message="tns:CashBookEntry_SetDepartmentSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CashBookEntry_GetDepartment">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets a handle for the department of a cash book entry. The department is only accessible when there is access to the Dimension add-on module.&lt;br /&gt;Parameters: cashBookEntryHandle: Handle for the cash book entry.</wsdl:documentation>
      <wsdl:input message="tns:CashBookEntry_GetDepartmentSoapIn" />
      <wsdl:output message="tns:CashBookEntry_GetDepartmentSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CashBookEntry_GetDistributionKey">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets a handle for the distribution key of a cash book entry. The distribution key is only accessible when there is access to the Dimension add-on module.&lt;br /&gt;Parameters: cashBookEntryHandle: Handle for the cash book entry.</wsdl:documentation>
      <wsdl:input message="tns:CashBookEntry_GetDistributionKeySoapIn" />
      <wsdl:output message="tns:CashBookEntry_GetDistributionKeySoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CashBookEntry_SetDistributionKey">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Sets the distribution key of a cash book entry. The distribution key is only accessible when there is access to the Dimension add-on module. The distribution key cannot be set when the department is set.&lt;br /&gt;Parameters: cashBookEntryHandle: Handle for the cash book entry. value: Handle for the new distribution key of the cash book entry.</wsdl:documentation>
      <wsdl:input message="tns:CashBookEntry_SetDistributionKeySoapIn" />
      <wsdl:output message="tns:CashBookEntry_SetDistributionKeySoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CashBookEntry_GetProject">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets a handle for the project of a cash book entry. To set project use CashBookEntry_SetProjectAndCostType. The project is only accessible when there is access to the Project Management add-on module.&lt;br /&gt;Parameters: cashBookEntryHandle: Handle for the cash book entry.</wsdl:documentation>
      <wsdl:input message="tns:CashBookEntry_GetProjectSoapIn" />
      <wsdl:output message="tns:CashBookEntry_GetProjectSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CashBookEntry_GetCostType">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets a handle for the cost type of a cash book entry. The cost type is only accessible when there is access to the Project Management add-on module. To set cost type use CashBookEntry_SetProjectAndCostType.&lt;br /&gt;Parameters: cashBookEntryHandle: Handle for the cash book entry.</wsdl:documentation>
      <wsdl:input message="tns:CashBookEntry_GetCostTypeSoapIn" />
      <wsdl:output message="tns:CashBookEntry_GetCostTypeSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CashBookEntry_GetBankPaymentType">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets a handle for the bank payment type of a cash book entry. To set bank payment type use CashBookEntry_SetRemittanceInformation.&lt;br /&gt;Parameters: cashBookEntryHandle: Handle for the cash book entry.</wsdl:documentation>
      <wsdl:input message="tns:CashBookEntry_GetBankPaymentTypeSoapIn" />
      <wsdl:output message="tns:CashBookEntry_GetBankPaymentTypeSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CashBookEntry_GetBankPaymentCreditorId">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets a handle for the bank payment creditor id of a cash book entry. To set bank payment creditor id use CashBookEntry_SetRemittanceInformation.&lt;br /&gt;Parameters: cashBookEntryHandle: Handle for the cash book entry.</wsdl:documentation>
      <wsdl:input message="tns:CashBookEntry_GetBankPaymentCreditorIdSoapIn" />
      <wsdl:output message="tns:CashBookEntry_GetBankPaymentCreditorIdSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CashBookEntry_GetBankPaymentCreditorInvoiceId">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets a handle for the bank payment creditor invoice id of a cash book entry. To set bank payment creditor invoice id use CashBookEntry_SetRemittanceInformation.&lt;br /&gt;Parameters: cashBookEntryHandle: Handle for the cash book entry.</wsdl:documentation>
      <wsdl:input message="tns:CashBookEntry_GetBankPaymentCreditorInvoiceIdSoapIn" />
      <wsdl:output message="tns:CashBookEntry_GetBankPaymentCreditorInvoiceIdSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CashBookEntry_GetCapitalise">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the capitalise account of a cash book entry. To set the capitalise account use CashBookEntry_SetAccrualInformation. The capitalise account is only accessible when there is access to the Accruals add-on module.&lt;br /&gt;Parameters: cashBookEntryHandle: Handle for the cash book entry.</wsdl:documentation>
      <wsdl:input message="tns:CashBookEntry_GetCapitaliseSoapIn" />
      <wsdl:output message="tns:CashBookEntry_GetCapitaliseSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CashBookEntry_GetStartDate">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the start date of the accrual in a cash book entry. To set the start date use CashBookEntry_SetAccrualInformation. The start date is only accessible when there is access to the Accruals add-on module.&lt;br /&gt;Parameters: cashBookEntryHandle: Handle for the cash book entry.</wsdl:documentation>
      <wsdl:input message="tns:CashBookEntry_GetStartDateSoapIn" />
      <wsdl:output message="tns:CashBookEntry_GetStartDateSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CashBookEntry_GetEndDate">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the end date of the accrual in a cash book entry. To set the end date use CashBookEntry_SetAccrualInformation. The end date is only accessible when there is access to the Accruals add-on module.&lt;br /&gt;Parameters: cashBookEntryHandle: Handle for the cash book entry.</wsdl:documentation>
      <wsdl:input message="tns:CashBookEntry_GetEndDateSoapIn" />
      <wsdl:output message="tns:CashBookEntry_GetEndDateSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CashBookEntry_SetEmployee">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Sets the employeeNo of a cash book entry.&lt;br /&gt;Parameters: cashBookEntryHandle: Handle for the cash book entry. value: new employeeNo.</wsdl:documentation>
      <wsdl:input message="tns:CashBookEntry_SetEmployeeSoapIn" />
      <wsdl:output message="tns:CashBookEntry_SetEmployeeSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CashBookEntry_GetEmployee">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the employeeNo of a cash book entry.&lt;br /&gt;Parameters: cashBookEntryHandle: Handle for the cash book entry.</wsdl:documentation>
      <wsdl:input message="tns:CashBookEntry_GetEmployeeSoapIn" />
      <wsdl:output message="tns:CashBookEntry_GetEmployeeSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CashBookEntry_Create">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Creates a new cash book entry.&lt;br /&gt;Parameters: type: The type of the cash book entry. cashBook: The cash book of the cash book entry. debtor: The debtor of the cash book entry. creditor: The creditor of the cash book entry. account: The account of the cash book entry. contraAccount: The contra account of the cash book entry. </wsdl:documentation>
      <wsdl:input message="tns:CashBookEntry_CreateSoapIn" />
      <wsdl:output message="tns:CashBookEntry_CreateSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CashBookEntry_CreateDebtorPayment">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Creates a new cash book entry of type DebtorPayment.&lt;br /&gt;Parameters: cashBook: The cash book of the cash book entry. debtor: The debtor of the cash book entry. account: The account of the cash book entry. contraAccount: The contra account of the cash book entry. </wsdl:documentation>
      <wsdl:input message="tns:CashBookEntry_CreateDebtorPaymentSoapIn" />
      <wsdl:output message="tns:CashBookEntry_CreateDebtorPaymentSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CashBookEntry_CreateManualDebtorInvoice">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Creates a new cash book entry of type Manual customer invoice.&lt;br /&gt;Parameters: cashBook: The cash book of the cash book entry. debtor: The debtor of the cash book entry. account: The account of the cash book entry. contraAccount: The contra account of the cash book entry. </wsdl:documentation>
      <wsdl:input message="tns:CashBookEntry_CreateManualDebtorInvoiceSoapIn" />
      <wsdl:output message="tns:CashBookEntry_CreateManualDebtorInvoiceSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CashBookEntry_CreateCreditorPayment">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Creates a new cash book entry of type CreditorPayment.&lt;br /&gt;Parameters: type: cashBook: The cash book of the cash book entry. creditor: The creditor of the cash book entry. contraAccount: The contra account of the cash book entry. </wsdl:documentation>
      <wsdl:input message="tns:CashBookEntry_CreateCreditorPaymentSoapIn" />
      <wsdl:output message="tns:CashBookEntry_CreateCreditorPaymentSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CashBookEntry_CreateCreditorInvoice">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Creates a new cash book entry of type CreditorInvoice.&lt;br /&gt;Parameters: cashBook: The cash book of the cash book entry. creditor: The creditor of the cash book entry. contraAccount: The contra account of the cash book entry. </wsdl:documentation>
      <wsdl:input message="tns:CashBookEntry_CreateCreditorInvoiceSoapIn" />
      <wsdl:output message="tns:CashBookEntry_CreateCreditorInvoiceSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CashBookEntry_CreateFinanceVoucher">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Creates a new cash book entry of type FinanceVoucher.&lt;br /&gt;Parameters: cashBook: The cash book of the cash book entry. account: The account of the cash book entry. contraAccount: The contra account of the cash book entry. </wsdl:documentation>
      <wsdl:input message="tns:CashBookEntry_CreateFinanceVoucherSoapIn" />
      <wsdl:output message="tns:CashBookEntry_CreateFinanceVoucherSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CashBookEntry_Delete">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Deletes a cash book entry.&lt;br /&gt;Parameters: accountHandle: Handle for the cash book entry.</wsdl:documentation>
      <wsdl:input message="tns:CashBookEntry_DeleteSoapIn" />
      <wsdl:output message="tns:CashBookEntry_DeleteSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CashBookEntry_SetProjectAndCostType">
      <wsdl:input message="tns:CashBookEntry_SetProjectAndCostTypeSoapIn" />
      <wsdl:output message="tns:CashBookEntry_SetProjectAndCostTypeSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CashBookEntry_SetRemittanceInformation">
      <wsdl:input message="tns:CashBookEntry_SetRemittanceInformationSoapIn" />
      <wsdl:output message="tns:CashBookEntry_SetRemittanceInformationSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CashBookEntry_SetAccrualInformation">
      <wsdl:input message="tns:CashBookEntry_SetAccrualInformationSoapIn" />
      <wsdl:output message="tns:CashBookEntry_SetAccrualInformationSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Company_UpdateFromDataArray">
      <wsdl:input message="tns:Company_UpdateFromDataArraySoapIn" />
      <wsdl:output message="tns:Company_UpdateFromDataArraySoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Company_UpdateFromData">
      <wsdl:input message="tns:Company_UpdateFromDataSoapIn" />
      <wsdl:output message="tns:Company_UpdateFromDataSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Company_GetData">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns a company data object for a given company.&lt;br /&gt;Parameters: entityHandle: A handle for the company.</wsdl:documentation>
      <wsdl:input message="tns:Company_GetDataSoapIn" />
      <wsdl:output message="tns:Company_GetDataSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Company_GetDataArray">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns company data objects for a given set of company handles.&lt;br /&gt;Parameters: entityHandles: An array of company handles.</wsdl:documentation>
      <wsdl:input message="tns:Company_GetDataArraySoapIn" />
      <wsdl:output message="tns:Company_GetDataArraySoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Company_Get">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns a handle for the company</wsdl:documentation>
      <wsdl:input message="tns:Company_GetSoapIn" />
      <wsdl:output message="tns:Company_GetSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Company_GetNumber">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the agreement number of the Company.&lt;br /&gt;Parameters: companyHandle: Handle for the Company.</wsdl:documentation>
      <wsdl:input message="tns:Company_GetNumberSoapIn" />
      <wsdl:output message="tns:Company_GetNumberSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Company_GetBaseCurrency">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the Currency entity of the Company.&lt;br /&gt;Parameters: companyHandle: Handle for the Company.</wsdl:documentation>
      <wsdl:input message="tns:Company_GetBaseCurrencySoapIn" />
      <wsdl:output message="tns:Company_GetBaseCurrencySoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Company_GetName">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets or sets the Name of the Company.&lt;br /&gt;Parameters: companyHandle: Handle for the Company.</wsdl:documentation>
      <wsdl:input message="tns:Company_GetNameSoapIn" />
      <wsdl:output message="tns:Company_GetNameSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Company_SetName">
      <wsdl:input message="tns:Company_SetNameSoapIn" />
      <wsdl:output message="tns:Company_SetNameSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Company_GetAddress1">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets or sets Address1 of the Company.&lt;br /&gt;Parameters: companyHandle: Handle for the Company.</wsdl:documentation>
      <wsdl:input message="tns:Company_GetAddress1SoapIn" />
      <wsdl:output message="tns:Company_GetAddress1SoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Company_SetAddress1">
      <wsdl:input message="tns:Company_SetAddress1SoapIn" />
      <wsdl:output message="tns:Company_SetAddress1SoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Company_GetAddress2">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets or sets Address2 of the Company.&lt;br /&gt;Parameters: companyHandle: Handle for the Company.</wsdl:documentation>
      <wsdl:input message="tns:Company_GetAddress2SoapIn" />
      <wsdl:output message="tns:Company_GetAddress2SoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Company_SetAddress2">
      <wsdl:input message="tns:Company_SetAddress2SoapIn" />
      <wsdl:output message="tns:Company_SetAddress2SoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Company_GetPostalCode">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets or sets the Postalcode of the Company.&lt;br /&gt;Parameters: companyHandle: Handle for the Company.</wsdl:documentation>
      <wsdl:input message="tns:Company_GetPostalCodeSoapIn" />
      <wsdl:output message="tns:Company_GetPostalCodeSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Company_SetPostalCode">
      <wsdl:input message="tns:Company_SetPostalCodeSoapIn" />
      <wsdl:output message="tns:Company_SetPostalCodeSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Company_GetCity">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets or sets the City of the Company.&lt;br /&gt;Parameters: companyHandle: Handle for the Company.</wsdl:documentation>
      <wsdl:input message="tns:Company_GetCitySoapIn" />
      <wsdl:output message="tns:Company_GetCitySoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Company_SetCity">
      <wsdl:input message="tns:Company_SetCitySoapIn" />
      <wsdl:output message="tns:Company_SetCitySoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Company_GetCounty">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">DEPRECATED! Gets the County of the Company. (UK only)&lt;br /&gt;Parameters: companyHandle: Handle for the Company.</wsdl:documentation>
      <wsdl:input message="tns:Company_GetCountySoapIn" />
      <wsdl:output message="tns:Company_GetCountySoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Company_GetCountry">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets or sets the Country of the Company.&lt;br /&gt;Parameters: companyHandle: Handle for the Company.</wsdl:documentation>
      <wsdl:input message="tns:Company_GetCountrySoapIn" />
      <wsdl:output message="tns:Company_GetCountrySoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Company_GetCustomFields">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns all custom fields for the authorized application and agreement.</wsdl:documentation>
      <wsdl:input message="tns:Company_GetCustomFieldsSoapIn" />
      <wsdl:output message="tns:Company_GetCustomFieldsSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Company_SetCustomFields">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Adds, updates or deletes a batch of custom fields for the authorized application and agreement. &lt;br/&gt;Adds if the data key does not exist. &lt;br/&gt;Updates if the data key exist.&lt;br/&gt;Deletes if the data value is set to null or empty. &lt;br/&gt; Note: It is only per possibly to have 10 custom fields per combination of application and agreement.&lt;br /&gt;Parameters: a custom field with a data key that is not null and not empty.</wsdl:documentation>
      <wsdl:input message="tns:Company_SetCustomFieldsSoapIn" />
      <wsdl:output message="tns:Company_SetCustomFieldsSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Company_DeleteCustomField">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Deletes a custom field based on the provided data key. Note: Will not throw an exception if the provided data key does not exist. &lt;br /&gt;Parameters: a dataKey</wsdl:documentation>
      <wsdl:input message="tns:Company_DeleteCustomFieldSoapIn" />
      <wsdl:output message="tns:Company_DeleteCustomFieldSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Company_SetCountry">
      <wsdl:input message="tns:Company_SetCountrySoapIn" />
      <wsdl:output message="tns:Company_SetCountrySoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Company_GetTelephoneNumber">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets or sets the Telephonenumber of the Company.&lt;br /&gt;Parameters: companyHandle: Handle for the Company.</wsdl:documentation>
      <wsdl:input message="tns:Company_GetTelephoneNumberSoapIn" />
      <wsdl:output message="tns:Company_GetTelephoneNumberSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Company_SetTelephoneNumber">
      <wsdl:input message="tns:Company_SetTelephoneNumberSoapIn" />
      <wsdl:output message="tns:Company_SetTelephoneNumberSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Company_GetFaxNumber">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the Faxnumber of the Company.&lt;br /&gt;Parameters: companyHandle: Handle for the Company.</wsdl:documentation>
      <wsdl:input message="tns:Company_GetFaxNumberSoapIn" />
      <wsdl:output message="tns:Company_GetFaxNumberSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Company_GetMobileNumber">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the Mobilenumber of the Company.&lt;br /&gt;Parameters: companyHandle: Handle for the Company.</wsdl:documentation>
      <wsdl:input message="tns:Company_GetMobileNumberSoapIn" />
      <wsdl:output message="tns:Company_GetMobileNumberSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Company_GetContact">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the Contact of the Company.&lt;br /&gt;Parameters: companyHandle: Handle for the Company.</wsdl:documentation>
      <wsdl:input message="tns:Company_GetContactSoapIn" />
      <wsdl:output message="tns:Company_GetContactSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Company_GetWebSite">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets or sets the Website of the Company.&lt;br /&gt;Parameters: companyHandle: Handle for the Company.</wsdl:documentation>
      <wsdl:input message="tns:Company_GetWebSiteSoapIn" />
      <wsdl:output message="tns:Company_GetWebSiteSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Company_SetWebSite">
      <wsdl:input message="tns:Company_SetWebSiteSoapIn" />
      <wsdl:output message="tns:Company_SetWebSiteSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Company_GetEmail">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets or sets the Email of the Company.&lt;br /&gt;Parameters: companyHandle: Handle for the Company.</wsdl:documentation>
      <wsdl:input message="tns:Company_GetEmailSoapIn" />
      <wsdl:output message="tns:Company_GetEmailSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Company_SetEmail">
      <wsdl:input message="tns:Company_SetEmailSoapIn" />
      <wsdl:output message="tns:Company_SetEmailSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Company_GetCINumber">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets or sets the Corporate Identification Number of the Company.&lt;br /&gt;Parameters: companyHandle: Handle for the Company.</wsdl:documentation>
      <wsdl:input message="tns:Company_GetCINumberSoapIn" />
      <wsdl:output message="tns:Company_GetCINumberSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Company_SetCINumber">
      <wsdl:input message="tns:Company_SetCINumberSoapIn" />
      <wsdl:output message="tns:Company_SetCINumberSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Company_GetVatNumber">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets or sets the VAT number of the Company. (SE,UK,DE,PL,FI only)&lt;br /&gt;Parameters: companyHandle: Handle for the Company.</wsdl:documentation>
      <wsdl:input message="tns:Company_GetVatNumberSoapIn" />
      <wsdl:output message="tns:Company_GetVatNumberSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Company_GetAffiliation">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the affiliation of the Company. (Reviso, e-conomic or Developer)</wsdl:documentation>
      <wsdl:input message="tns:Company_GetAffiliationSoapIn" />
      <wsdl:output message="tns:Company_GetAffiliationSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Company_SetVatNumber">
      <wsdl:input message="tns:Company_SetVatNumberSoapIn" />
      <wsdl:output message="tns:Company_SetVatNumberSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Company_GetSignUpDate">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the Signup Date of the Company.&lt;br /&gt;Parameters: companyHandle: Handle for the Company.</wsdl:documentation>
      <wsdl:input message="tns:Company_GetSignUpDateSoapIn" />
      <wsdl:output message="tns:Company_GetSignUpDateSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CostType_GetData">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns a cost type data object for a given cost type.&lt;br /&gt;Parameters: entityHandle: A handle for the cost type.</wsdl:documentation>
      <wsdl:input message="tns:CostType_GetDataSoapIn" />
      <wsdl:output message="tns:CostType_GetDataSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CostType_GetDataArray">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns cost type data objects for a given set of cost type handles.&lt;br /&gt;Parameters: entityHandles: An array of the cost type handles.</wsdl:documentation>
      <wsdl:input message="tns:CostType_GetDataArraySoapIn" />
      <wsdl:output message="tns:CostType_GetDataArraySoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CostType_GetNumber">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the number of a cost type.&lt;br /&gt;Parameters: costTypeHandle: Handle for the cost type.</wsdl:documentation>
      <wsdl:input message="tns:CostType_GetNumberSoapIn" />
      <wsdl:output message="tns:CostType_GetNumberSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CostType_GetName">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the name of a cost type.&lt;br /&gt;Parameters: costTypeHandle: Handle for the cost type.</wsdl:documentation>
      <wsdl:input message="tns:CostType_GetNameSoapIn" />
      <wsdl:output message="tns:CostType_GetNameSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CostType_GetCostTypeGroup">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets a handle for the CostTypeGroup of a cost type.&lt;br /&gt;Parameters: costTypeHandle: Handle for the cost type.</wsdl:documentation>
      <wsdl:input message="tns:CostType_GetCostTypeGroupSoapIn" />
      <wsdl:output message="tns:CostType_GetCostTypeGroupSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CostType_GetVatAccount">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets a handle for the VAT account of a cost type.&lt;br /&gt;Parameters: costTypeHandle: Handle for the cost type.</wsdl:documentation>
      <wsdl:input message="tns:CostType_GetVatAccountSoapIn" />
      <wsdl:output message="tns:CostType_GetVatAccountSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CostType_GetAll">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Return handles for all cost types.</wsdl:documentation>
      <wsdl:input message="tns:CostType_GetAllSoapIn" />
      <wsdl:output message="tns:CostType_GetAllSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CostType_FindByNumber">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns a handle for the cost type with the given number.&lt;br /&gt;Parameters: number: The number to search for.</wsdl:documentation>
      <wsdl:input message="tns:CostType_FindByNumberSoapIn" />
      <wsdl:output message="tns:CostType_FindByNumberSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CostType_FindByNumberList">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns an array with handles for cost types corresponding to the given cost type numbers. If a cost type with a given number does not exist or if no number is given then the array contains nothing at that index.&lt;br /&gt;Parameters: numbers: The numbers to search for.</wsdl:documentation>
      <wsdl:input message="tns:CostType_FindByNumberListSoapIn" />
      <wsdl:output message="tns:CostType_FindByNumberListSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CostType_FindByName">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns handles for the cost types with the given name.&lt;br /&gt;Parameters: name: The name to search for.</wsdl:documentation>
      <wsdl:input message="tns:CostType_FindByNameSoapIn" />
      <wsdl:output message="tns:CostType_FindByNameSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CostType_GetAllUpdated">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Return handles for all cost types from date. fromDate is based on CET. includeCalculatedProperties is reserved for future usage and should be set to false for now.</wsdl:documentation>
      <wsdl:input message="tns:CostType_GetAllUpdatedSoapIn" />
      <wsdl:output message="tns:CostType_GetAllUpdatedSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CostTypeGroup_GetData">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns an CostTypeGroup data object for a given CostTypeGroup.&lt;br /&gt;Parameters: entityHandle: A handle for the CostTypeGroup.</wsdl:documentation>
      <wsdl:input message="tns:CostTypeGroup_GetDataSoapIn" />
      <wsdl:output message="tns:CostTypeGroup_GetDataSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CostTypeGroup_GetDataArray">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns CostTypeGroup data objects for a given set of CostTypeGroup handles.&lt;br /&gt;Parameters: entityHandles: An array of the CostTypeGroup handles.</wsdl:documentation>
      <wsdl:input message="tns:CostTypeGroup_GetDataArraySoapIn" />
      <wsdl:output message="tns:CostTypeGroup_GetDataArraySoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CostTypeGroup_GetNumber">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the number of a CostTypeGroup.&lt;br /&gt;Parameters: costTypeGroupHandle: Handle for the CostTypeGroup.</wsdl:documentation>
      <wsdl:input message="tns:CostTypeGroup_GetNumberSoapIn" />
      <wsdl:output message="tns:CostTypeGroup_GetNumberSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CostTypeGroup_GetName">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the name of a CostTypeGroup.&lt;br /&gt;Parameters: costTypeGroupHandle: Handle for the CostTypeGroup.</wsdl:documentation>
      <wsdl:input message="tns:CostTypeGroup_GetNameSoapIn" />
      <wsdl:output message="tns:CostTypeGroup_GetNameSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CostTypeGroup_GetAccountOngoing">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets a handle for the ongoing account of a CostTypeGroup.&lt;br /&gt;Parameters: costTypeGroupHandle: Handle for the CostTypeGroup.</wsdl:documentation>
      <wsdl:input message="tns:CostTypeGroup_GetAccountOngoingSoapIn" />
      <wsdl:output message="tns:CostTypeGroup_GetAccountOngoingSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CostTypeGroup_GetAccountClosed">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets a handle for the closed account of a CostTypeGroup.&lt;br /&gt;Parameters: costTypeGroupHandle: Handle for the CostTypeGroup.</wsdl:documentation>
      <wsdl:input message="tns:CostTypeGroup_GetAccountClosedSoapIn" />
      <wsdl:output message="tns:CostTypeGroup_GetAccountClosedSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CostTypeGroup_GetAll">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Return handles for all CostTypeGroups.</wsdl:documentation>
      <wsdl:input message="tns:CostTypeGroup_GetAllSoapIn" />
      <wsdl:output message="tns:CostTypeGroup_GetAllSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CostTypeGroup_FindByNumber">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns a handle for the CostTypeGroup with the given number.&lt;br /&gt;Parameters: number: The number to search for.</wsdl:documentation>
      <wsdl:input message="tns:CostTypeGroup_FindByNumberSoapIn" />
      <wsdl:output message="tns:CostTypeGroup_FindByNumberSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CostTypeGroup_FindByName">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns handles for the CostTypeGroups with the given name.&lt;br /&gt;Parameters: name: The name to search for.</wsdl:documentation>
      <wsdl:input message="tns:CostTypeGroup_FindByNameSoapIn" />
      <wsdl:output message="tns:CostTypeGroup_FindByNameSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Creditor_CreateFromData">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Creates a new creditor from a data object.&lt;br /&gt;Parameters: data: The data object that specifies the properties of the new creditor.</wsdl:documentation>
      <wsdl:input message="tns:Creditor_CreateFromDataSoapIn" />
      <wsdl:output message="tns:Creditor_CreateFromDataSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Creditor_CreateFromDataArray">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Creates new creditor from data objects.&lt;br /&gt;Parameters: dataArray: The array of data objects that specifies the properties of the new creditors.</wsdl:documentation>
      <wsdl:input message="tns:Creditor_CreateFromDataArraySoapIn" />
      <wsdl:output message="tns:Creditor_CreateFromDataArraySoapOut" />
    </wsdl:operation>
    <wsdl:operation name="BudgetFigure_UpdateFromDataArray">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Update budget figures from data objects.&lt;br /&gt;Parameters: dataArray: The array of data objects.</wsdl:documentation>
      <wsdl:input message="tns:BudgetFigure_UpdateFromDataArraySoapIn" />
      <wsdl:output message="tns:BudgetFigure_UpdateFromDataArraySoapOut" />
    </wsdl:operation>
    <wsdl:operation name="BudgetFigure_UpdateFromData">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Updates a budget figure from a data object.&lt;br /&gt;Parameters: data: The data object.</wsdl:documentation>
      <wsdl:input message="tns:BudgetFigure_UpdateFromDataSoapIn" />
      <wsdl:output message="tns:BudgetFigure_UpdateFromDataSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="BudgetFigure_GetData">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns a budget figure data object for a given budgetfigure.&lt;br /&gt;Parameters: entityHandle: A handle for the budget figure.</wsdl:documentation>
      <wsdl:input message="tns:BudgetFigure_GetDataSoapIn" />
      <wsdl:output message="tns:BudgetFigure_GetDataSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="BudgetFigure_GetDataArray">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns budget figure data objects for a given set of budget figure handles.&lt;br /&gt;Parameters: entityHandles: An array of budget figure handles.</wsdl:documentation>
      <wsdl:input message="tns:BudgetFigure_GetDataArraySoapIn" />
      <wsdl:output message="tns:BudgetFigure_GetDataArraySoapOut" />
    </wsdl:operation>
    <wsdl:operation name="BudgetFigure_SetAccount">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Set the account of a budget figure.&lt;br /&gt;Parameters: budgetfigureHandle: Handle for the budget figure. valueHandle: New handle for new account of the budget figure.</wsdl:documentation>
      <wsdl:input message="tns:BudgetFigure_SetAccountSoapIn" />
      <wsdl:output message="tns:BudgetFigure_SetAccountSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="BudgetFigure_GetAccount">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Get handle for account of a budget figure.&lt;br /&gt;Parameters: budgetfigureHandle: Handle for the budget figure.</wsdl:documentation>
      <wsdl:input message="tns:BudgetFigure_GetAccountSoapIn" />
      <wsdl:output message="tns:BudgetFigure_GetAccountSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="BudgetFigure_SetText">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Sets the text of a budget figure.&lt;br /&gt;Parameters: budgetfigureHandle: Handle for the budget figure. value: The new text of the budget figure.</wsdl:documentation>
      <wsdl:input message="tns:BudgetFigure_SetTextSoapIn" />
      <wsdl:output message="tns:BudgetFigure_SetTextSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="BudgetFigure_GetText">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the text of a budget figure.&lt;br /&gt;Parameters: budgetfigureHandle: Handle for the budget figure.</wsdl:documentation>
      <wsdl:input message="tns:BudgetFigure_GetTextSoapIn" />
      <wsdl:output message="tns:BudgetFigure_GetTextSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="BudgetFigure_GetFromDate">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the fromdate of a budget figure.&lt;br /&gt;Parameters: budgetfigureHandle: Handle for the budget figure.</wsdl:documentation>
      <wsdl:input message="tns:BudgetFigure_GetFromDateSoapIn" />
      <wsdl:output message="tns:BudgetFigure_GetFromDateSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="BudgetFigure_SetFromDate">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Sets the fromdate of a budget figure.&lt;br /&gt;Parameters: budgetfigureHandle: Handle for the budget figure. value: The new fromdate of the budget figure.</wsdl:documentation>
      <wsdl:input message="tns:BudgetFigure_SetFromDateSoapIn" />
      <wsdl:output message="tns:BudgetFigure_SetFromDateSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="BudgetFigure_SetToDate">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Sets the todate of a budget figure.&lt;br /&gt;Parameters: budgetfigureHandle: Handle for the budget figure. value: The new todate of the budget figure.</wsdl:documentation>
      <wsdl:input message="tns:BudgetFigure_SetToDateSoapIn" />
      <wsdl:output message="tns:BudgetFigure_SetToDateSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="BudgetFigure_GetToDate">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the todate of a budget figure.&lt;br /&gt;Parameters: budgetfigureHandle: Handle for the budget figure.</wsdl:documentation>
      <wsdl:input message="tns:BudgetFigure_GetToDateSoapIn" />
      <wsdl:output message="tns:BudgetFigure_GetToDateSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="BudgetFigure_GetAmountDefaultCurrency">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the amount of a budget figure.&lt;br /&gt;Parameters: budgetfigureHandle: Handle for the budget figure.</wsdl:documentation>
      <wsdl:input message="tns:BudgetFigure_GetAmountDefaultCurrencySoapIn" />
      <wsdl:output message="tns:BudgetFigure_GetAmountDefaultCurrencySoapOut" />
    </wsdl:operation>
    <wsdl:operation name="BudgetFigure_GetUnit1">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets a handle for the unit1 of a budget figure. The unit1 is only accessible when there is access to the Dimension add-on module.&lt;br /&gt;Parameters: budgetfigureHandle: Handle for the budget figure.</wsdl:documentation>
      <wsdl:input message="tns:BudgetFigure_GetUnit1SoapIn" />
      <wsdl:output message="tns:BudgetFigure_GetUnit1SoapOut" />
    </wsdl:operation>
    <wsdl:operation name="BudgetFigure_GetUnit2">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets a handle for the unit2 of a budget figure. The unit2 is only accessible when there is access to the Dimension add-on module.&lt;br /&gt;Parameters: budgetfigureHandle: Handle for the budget figure.</wsdl:documentation>
      <wsdl:input message="tns:BudgetFigure_GetUnit2SoapIn" />
      <wsdl:output message="tns:BudgetFigure_GetUnit2SoapOut" />
    </wsdl:operation>
    <wsdl:operation name="BudgetFigure_GetQuantity1">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the quantity1 of a budget figure. The quantity1 is only accessible when there is access to the Dimension add-on module.&lt;br /&gt;Parameters: budgetfigureHandle: Handle for the budget figure.</wsdl:documentation>
      <wsdl:input message="tns:BudgetFigure_GetQuantity1SoapIn" />
      <wsdl:output message="tns:BudgetFigure_GetQuantity1SoapOut" />
    </wsdl:operation>
    <wsdl:operation name="BudgetFigure_GetQuantity2">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the quantity2 of a budget figure. The quantity2 is only accessible when there is access to the Dimension add-on module.&lt;br /&gt;Parameters: budgetfigureHandle: Handle for the budget figure.</wsdl:documentation>
      <wsdl:input message="tns:BudgetFigure_GetQuantity2SoapIn" />
      <wsdl:output message="tns:BudgetFigure_GetQuantity2SoapOut" />
    </wsdl:operation>
    <wsdl:operation name="BudgetFigure_SetAmountDefaultCurrency">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Sets the amount of a budget figure.&lt;br /&gt;Parameters: budgetfigureHandle: Handle for the budget figure. value: The new amount of the budget figure.</wsdl:documentation>
      <wsdl:input message="tns:BudgetFigure_SetAmountDefaultCurrencySoapIn" />
      <wsdl:output message="tns:BudgetFigure_SetAmountDefaultCurrencySoapOut" />
    </wsdl:operation>
    <wsdl:operation name="BudgetFigure_SetDepartment">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Sets the department of a budget figure. The department is only accessible when there is access to the Dimension add-on module. The department cannot be set when the distribution key is set.&lt;br /&gt;Parameters: budgetfigureHandle: Handle for the budget figure. value: Handle for the new department of the budget figure.</wsdl:documentation>
      <wsdl:input message="tns:BudgetFigure_SetDepartmentSoapIn" />
      <wsdl:output message="tns:BudgetFigure_SetDepartmentSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="BudgetFigure_GetDepartment">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets a handle for the department of a budget figure. The department is only accessible when there is access to the Dimension add-on module.&lt;br /&gt;Parameters: budgetfigureHandle: Handle for the budget figure.</wsdl:documentation>
      <wsdl:input message="tns:BudgetFigure_GetDepartmentSoapIn" />
      <wsdl:output message="tns:BudgetFigure_GetDepartmentSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="BudgetFigure_SetDistributionKey">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Sets the distribution key of a budget figure. The distribution key is only accessible when there is access to the Dimension add-on module. The distribution key cannot be set when the department is set.&lt;br /&gt;Parameters: budgetfigureHandle: Handle for the budget figure. value: Handle for the new distribution key of the budget figure.</wsdl:documentation>
      <wsdl:input message="tns:BudgetFigure_SetDistributionKeySoapIn" />
      <wsdl:output message="tns:BudgetFigure_SetDistributionKeySoapOut" />
    </wsdl:operation>
    <wsdl:operation name="BudgetFigure_GetDistributionKey">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets a handle for the distribution key of a budget figure. The distribution key is only accessible when there is access to the Dimension add-on module.&lt;br /&gt;Parameters: budgetfigureHandle: Handle for the budget figure.</wsdl:documentation>
      <wsdl:input message="tns:BudgetFigure_GetDistributionKeySoapIn" />
      <wsdl:output message="tns:BudgetFigure_GetDistributionKeySoapOut" />
    </wsdl:operation>
    <wsdl:operation name="BudgetFigure_Create">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Creates a new budget figure.&lt;br /&gt;Parameters: account: The account of the budget figure text: The text of the budget figure fromDate: The start date of the budget figure. toDate: The end date of the budget figure. amountDefaultCurrency: The amount in the default currency of the budget figure.</wsdl:documentation>
      <wsdl:input message="tns:BudgetFigure_CreateSoapIn" />
      <wsdl:output message="tns:BudgetFigure_CreateSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="BudgetFigure_Delete">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Deletes a budget figure.&lt;br /&gt;Parameters: budgetfigureHandle: Handle for the budget figure.</wsdl:documentation>
      <wsdl:input message="tns:BudgetFigure_DeleteSoapIn" />
      <wsdl:output message="tns:BudgetFigure_DeleteSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="BudgetFigure_GetAll">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Return handles for all budget figures.</wsdl:documentation>
      <wsdl:input message="tns:BudgetFigure_GetAllSoapIn" />
      <wsdl:output message="tns:BudgetFigure_GetAllSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="BudgetFigure_FindByDate">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns an array with handles for the budget figures within a time interval.&lt;br /&gt;Parameters: fromDate: First day in the interval. toDate: Last day in the interval.</wsdl:documentation>
      <wsdl:input message="tns:BudgetFigure_FindByDateSoapIn" />
      <wsdl:output message="tns:BudgetFigure_FindByDateSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CashBook_UpdateFromDataArray">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Update cash books from data objects.&lt;br /&gt;Parameters: dataArray: The array of data objects.</wsdl:documentation>
      <wsdl:input message="tns:CashBook_UpdateFromDataArraySoapIn" />
      <wsdl:output message="tns:CashBook_UpdateFromDataArraySoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CashBook_UpdateFromData">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Updates a cash book from a data object.&lt;br /&gt;Parameters: data: The data object.</wsdl:documentation>
      <wsdl:input message="tns:CashBook_UpdateFromDataSoapIn" />
      <wsdl:output message="tns:CashBook_UpdateFromDataSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CashBook_GetData">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns a cash book data object for a given cash book.&lt;br /&gt;Parameters: entityHandle: A handle for the cash book.</wsdl:documentation>
      <wsdl:input message="tns:CashBook_GetDataSoapIn" />
      <wsdl:output message="tns:CashBook_GetDataSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CashBook_GetDataArray">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns cash book data objects for a given set of cash book handles.&lt;br /&gt;Parameters: entityHandles: An array of the cash book handles.</wsdl:documentation>
      <wsdl:input message="tns:CashBook_GetDataArraySoapIn" />
      <wsdl:output message="tns:CashBook_GetDataArraySoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CashBook_GetAll">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Return handles for all cash books.</wsdl:documentation>
      <wsdl:input message="tns:CashBook_GetAllSoapIn" />
      <wsdl:output message="tns:CashBook_GetAllSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CashBook_FindByNumber">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns a handle for the cash book with the given number.&lt;br /&gt;Parameters: number: The number to search for.</wsdl:documentation>
      <wsdl:input message="tns:CashBook_FindByNumberSoapIn" />
      <wsdl:output message="tns:CashBook_FindByNumberSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CashBook_FindByNumberList">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns an array with handles for the cash books corresponding to the given numbers. If a cash book with a given number does not exist then the array contains nothing at that index.&lt;br /&gt;Parameters: numbers: The numbers to search for.</wsdl:documentation>
      <wsdl:input message="tns:CashBook_FindByNumberListSoapIn" />
      <wsdl:output message="tns:CashBook_FindByNumberListSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CashBook_FindByName">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns a handle for the cash book with the given name.&lt;br /&gt;Parameters: name: The name to search for.</wsdl:documentation>
      <wsdl:input message="tns:CashBook_FindByNameSoapIn" />
      <wsdl:output message="tns:CashBook_FindByNameSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CashBook_FindByNameList">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns an array with handles for the cash books corresponding to the given names. If a cash book with a given name does not exist or if no name is given then the array contains nothing at that index.&lt;br /&gt;Parameters: names: The names to search for.</wsdl:documentation>
      <wsdl:input message="tns:CashBook_FindByNameListSoapIn" />
      <wsdl:output message="tns:CashBook_FindByNameListSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CashBook_RegisterPdfVoucher">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Assigns a PDF document to a voucher number.&lt;br /&gt;Parameters: data: PDF document. voucherNumber: Voucher number. entryDate: Entry date.</wsdl:documentation>
      <wsdl:input message="tns:CashBook_RegisterPdfVoucherSoapIn" />
      <wsdl:output message="tns:CashBook_RegisterPdfVoucherSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CashBook_GetNextVoucherNumber">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Get the next available voucher number for the cashbook.</wsdl:documentation>
      <wsdl:input message="tns:CashBook_GetNextVoucherNumberSoapIn" />
      <wsdl:output message="tns:CashBook_GetNextVoucherNumberSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CashBook_GetEntries">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the entries in the cashbook.</wsdl:documentation>
      <wsdl:input message="tns:CashBook_GetEntriesSoapIn" />
      <wsdl:output message="tns:CashBook_GetEntriesSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CashBook_DeleteAllEntries">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Delete all entries from a cash book. Action that cannot be undone.&lt;br /&gt;Parameters: cashBookHandle: Handle for the cash book.</wsdl:documentation>
      <wsdl:input message="tns:CashBook_DeleteAllEntriesSoapIn" />
      <wsdl:output message="tns:CashBook_DeleteAllEntriesSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CashBook_Book">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Books all entries in the cashbook.</wsdl:documentation>
      <wsdl:input message="tns:CashBook_BookSoapIn" />
      <wsdl:output message="tns:CashBook_BookSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CashBook_BookWithDate">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Books entries in the cashbook between fromDate and toDate.&lt;br /&gt;Parameters: fromDate: The fromDate, toDate: The toDate.</wsdl:documentation>
      <wsdl:input message="tns:CashBook_BookWithDateSoapIn" />
      <wsdl:output message="tns:CashBook_BookWithDateSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CashBook_BookWithDateClosedPeriod">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Books entries in the cashbook between fromDate and toDate. Some or all entries are in a closed period.&lt;br /&gt;Parameters: fromDate: The fromDate, toDate: The toDate, accrualDate: The accrualDate, accrualText: The accrualText.</wsdl:documentation>
      <wsdl:input message="tns:CashBook_BookWithDateClosedPeriodSoapIn" />
      <wsdl:output message="tns:CashBook_BookWithDateClosedPeriodSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CashBook_GetNumber">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the number of a cash book.&lt;br /&gt;Parameters: cashBookHandle: Handle for the cash book.</wsdl:documentation>
      <wsdl:input message="tns:CashBook_GetNumberSoapIn" />
      <wsdl:output message="tns:CashBook_GetNumberSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CashBook_GetName">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the name of a cash book.&lt;br /&gt;Parameters: cashBookHandle: Handle for the cash book.</wsdl:documentation>
      <wsdl:input message="tns:CashBook_GetNameSoapIn" />
      <wsdl:output message="tns:CashBook_GetNameSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CashBook_SetName">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Sets the name of a cash book.&lt;br /&gt;Parameters: cashBookHandle: Handle for the cash book. value: The new name.</wsdl:documentation>
      <wsdl:input message="tns:CashBook_SetNameSoapIn" />
      <wsdl:output message="tns:CashBook_SetNameSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CashBookEntry_CreateFromData">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Creates a new cash book entry from a data object.&lt;br /&gt;Parameters: data: The data object that specifies the properties of the new cash book entry.</wsdl:documentation>
      <wsdl:input message="tns:CashBookEntry_CreateFromDataSoapIn" />
      <wsdl:output message="tns:CashBookEntry_CreateFromDataSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Entry_CopyVoucher">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Creates a copy of all the entries that match the same voucher number and date as the selected entry.&lt;br /&gt;Parameters: cashBookEntryHandle: Handle for the cashbook entry that is base for the copy. newVoucherNumber: New voucher number if needed. If left out the voucher number from the entry copied is used. newVoucherDate: New voucher date if needed. If left out the date from the entry copied is used. newText: New text if needed. If left out the text from the entry copied is used. newCashBook: The CashBook to create the new entries on.</wsdl:documentation>
      <wsdl:input message="tns:Entry_CopyVoucherSoapIn" />
      <wsdl:output message="tns:Entry_CopyVoucherSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Entry_ReverseVoucher">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Reverse all the entries that belong to the same voucher and are on the same date as this entry. Reverse creates opposite entries, thus undoing the voucher entries. This is done by multiplying amounts by -1.&lt;br /&gt;Parameters: cashBookEntryHandle: Handle for the cashbook entry that is base for the copy. newVoucherNumber: New voucher number if needed. If left out the voucher number from the entry copied is used. newVoucherDate: New voucher date if needed. If left out the date from the entry copied is used. newText: New text if needed. If left out the text from the entry copied is used. newCashBook: The CashBook to create the new entries on.</wsdl:documentation>
      <wsdl:input message="tns:Entry_ReverseVoucherSoapIn" />
      <wsdl:output message="tns:Entry_ReverseVoucherSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Entry_TurnVoucher">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Turn all the entries that belong to the same voucher and are on the same date as this entry. Turn creates opposite entries, and then proceeds to create entries that have the opposite sign of the voucher entries. This is done by multiplying amounts by -2.&lt;br /&gt;Parameters: cashBookEntryHandle: Handle for the cashbook entry that is base for the copy. newVoucherNumber: New voucher number if needed. If left out the voucher number from the entry copied is used. newVoucherDate: New voucher date if needed. If left out the date from the entry copied is used. newText: New text if needed. If left out the text from the entry copied is used. newCashBook: The CashBook to create the new entries on.</wsdl:documentation>
      <wsdl:input message="tns:Entry_TurnVoucherSoapIn" />
      <wsdl:output message="tns:Entry_TurnVoucherSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CashBookEntry_CreateFromDataArray">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Creates new cash book entries from data objects.&lt;br /&gt;Parameters: dataArray: The array of data objects that specifies the properties of the new cash book entries.</wsdl:documentation>
      <wsdl:input message="tns:CashBookEntry_CreateFromDataArraySoapIn" />
      <wsdl:output message="tns:CashBookEntry_CreateFromDataArraySoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CashBookEntry_UpdateFromDataArray">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Update cash book entries from data objects.&lt;br /&gt;Parameters: dataArray: The array of data objects.</wsdl:documentation>
      <wsdl:input message="tns:CashBookEntry_UpdateFromDataArraySoapIn" />
      <wsdl:output message="tns:CashBookEntry_UpdateFromDataArraySoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CashBookEntry_UpdateFromData">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Updates a cash book entry from a data object.&lt;br /&gt;Parameters: data: The data object.</wsdl:documentation>
      <wsdl:input message="tns:CashBookEntry_UpdateFromDataSoapIn" />
      <wsdl:output message="tns:CashBookEntry_UpdateFromDataSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CashBookEntry_GetData">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns a cash book entry data object for a given cash book entry.&lt;br /&gt;Parameters: entityHandle: A handle for the cash book entry.</wsdl:documentation>
      <wsdl:input message="tns:CashBookEntry_GetDataSoapIn" />
      <wsdl:output message="tns:CashBookEntry_GetDataSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CashBookEntry_GetDataArray">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns cash book entry data objects for a given set of cash book entry handles.&lt;br /&gt;Parameters: entityHandles: An array of the cash book entry handles.</wsdl:documentation>
      <wsdl:input message="tns:CashBookEntry_GetDataArraySoapIn" />
      <wsdl:output message="tns:CashBookEntry_GetDataArraySoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CashBookEntry_GetType">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the type of a cash book entry.&lt;br /&gt;Parameters: cashBookEntryHandle: Handle for the cash book entry.</wsdl:documentation>
      <wsdl:input message="tns:CashBookEntry_GetTypeSoapIn" />
      <wsdl:output message="tns:CashBookEntry_GetTypeSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CashBookEntry_GetCashBook">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the cash book of a cash book entry.&lt;br /&gt;Parameters: cashBookEntryHandle: Handle for the cash book entry.</wsdl:documentation>
      <wsdl:input message="tns:CashBookEntry_GetCashBookSoapIn" />
      <wsdl:output message="tns:CashBookEntry_GetCashBookSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CashBookEntry_SetDebtor">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Sets the debtor of the cash book entry. The debtor is only accessible when the cash book entry is of type DebtorPayment.&lt;br /&gt;Parameters: cashBookEntryHandle: Handle for the cash book entry.</wsdl:documentation>
      <wsdl:input message="tns:CashBookEntry_SetDebtorSoapIn" />
      <wsdl:output message="tns:CashBookEntry_SetDebtorSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CashBookEntry_GetDebtor">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the debtor of a cash book entry. The debtor is only accessible when the cash book entry is of type DebtorPayment.&lt;br /&gt;Parameters: cashBookEntryHandle: Handle for the cash book entry.</wsdl:documentation>
      <wsdl:input message="tns:CashBookEntry_GetDebtorSoapIn" />
      <wsdl:output message="tns:CashBookEntry_GetDebtorSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CashBookEntry_GetCreditor">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the creditor of a cash book entry. The creditor is only accessible when the cash book entry is of type CreditorInvoice or CreditorPayment.&lt;br /&gt;Parameters: cashBookEntryHandle: Handle for the cash book entry.</wsdl:documentation>
      <wsdl:input message="tns:CashBookEntry_GetCreditorSoapIn" />
      <wsdl:output message="tns:CashBookEntry_GetCreditorSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CashBookEntry_SetCreditor">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Sets the creditor of a cash book entry. The creditor is only accessible when the cash book entry is of type CreditorInvoice or CreditorPayment.&lt;br /&gt;Parameters: cashBookEntryHandle: Handle for the cash book entry.</wsdl:documentation>
      <wsdl:input message="tns:CashBookEntry_SetCreditorSoapIn" />
      <wsdl:output message="tns:CashBookEntry_SetCreditorSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CashBookEntry_SetAccount">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Sets the account of a cash book entry. The account is only accessible when the cash book entry is of type FinanceVoucher.&lt;br /&gt;Parameters: cashBookEntryHandle: Handle for the cash book entry.</wsdl:documentation>
      <wsdl:input message="tns:CashBookEntry_SetAccountSoapIn" />
      <wsdl:output message="tns:CashBookEntry_SetAccountSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CashBookEntry_GetAccount">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the account of a cash book entry. The account is only accessible when the cash book entry is of type FinanceVoucher.&lt;br /&gt;Parameters: cashBookEntryHandle: Handle for the cash book entry.</wsdl:documentation>
      <wsdl:input message="tns:CashBookEntry_GetAccountSoapIn" />
      <wsdl:output message="tns:CashBookEntry_GetAccountSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CashBookEntry_GetContraAccount">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the contra account of a cash book entry.&lt;br /&gt;Parameters: cashBookEntryHandle: Handle for the cash book entry.</wsdl:documentation>
      <wsdl:input message="tns:CashBookEntry_GetContraAccountSoapIn" />
      <wsdl:output message="tns:CashBookEntry_GetContraAccountSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CashBookEntry_SetContraAccount">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Sets the contra account of a cash book entry.&lt;br /&gt;Parameters: cashBookEntryHandle: Handle for the cash book entry. valueHandle: handle for the new contra couunt.</wsdl:documentation>
      <wsdl:input message="tns:CashBookEntry_SetContraAccountSoapIn" />
      <wsdl:output message="tns:CashBookEntry_SetContraAccountSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CashBookEntry_SetDate">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Sets the date of a cash book entry.&lt;br /&gt;Parameters: cashBookEntryHandle: Handle for the cash book entry. value: new date value.</wsdl:documentation>
      <wsdl:input message="tns:CashBookEntry_SetDateSoapIn" />
      <wsdl:output message="tns:CashBookEntry_SetDateSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CashBookEntry_GetDate">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the date of a cash book entry.&lt;br /&gt;Parameters: cashBookEntryHandle: Handle for the cash book entry.</wsdl:documentation>
      <wsdl:input message="tns:CashBookEntry_GetDateSoapIn" />
      <wsdl:output message="tns:CashBookEntry_GetDateSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CashBookEntry_SetVoucherNumber">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Sets the voucher number of a cash book entry. The voucher number must be at least 1.&lt;br /&gt;Parameters: cashBookEntryHandle: Handle for the cash book entry. value: new voucher number.</wsdl:documentation>
      <wsdl:input message="tns:CashBookEntry_SetVoucherNumberSoapIn" />
      <wsdl:output message="tns:CashBookEntry_SetVoucherNumberSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CashBookEntry_GetVoucherNumber">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the voucher number of a cash book entry.&lt;br /&gt;Parameters: cashBookEntryHandle: Handle for the cash book entry.</wsdl:documentation>
      <wsdl:input message="tns:CashBookEntry_GetVoucherNumberSoapIn" />
      <wsdl:output message="tns:CashBookEntry_GetVoucherNumberSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CashBookEntry_GetText">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the text of a cash book entry.&lt;br /&gt;Parameters: cashBookEntryHandle: Handle for the cash book entry.</wsdl:documentation>
      <wsdl:input message="tns:CashBookEntry_GetTextSoapIn" />
      <wsdl:output message="tns:CashBookEntry_GetTextSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CashBookEntry_SetText">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Sets the text of a cash book entry.&lt;br /&gt;Parameters: cashBookEntryHandle: Handle for the cash book entry. value: new text value.</wsdl:documentation>
      <wsdl:input message="tns:CashBookEntry_SetTextSoapIn" />
      <wsdl:output message="tns:CashBookEntry_SetTextSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CashBookEntry_GetAmountDefaultCurrency">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the amount (in default currency) of a cash book entry.&lt;br /&gt;Parameters: cashBookEntryHandle: Handle for the cash book entry.</wsdl:documentation>
      <wsdl:input message="tns:CashBookEntry_GetAmountDefaultCurrencySoapIn" />
      <wsdl:output message="tns:CashBookEntry_GetAmountDefaultCurrencySoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CashBookEntry_SetAmountDefaultCurrency">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Sets the amount (in default currency) of a cash book entry.&lt;br /&gt;Parameters: cashBookEntryHandle: Handle for the cash book entry. value: new amount value.</wsdl:documentation>
      <wsdl:input message="tns:CashBookEntry_SetAmountDefaultCurrencySoapIn" />
      <wsdl:output message="tns:CashBookEntry_SetAmountDefaultCurrencySoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CashBookEntry_GetCurrency">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the currency of the cash book entry.&lt;br /&gt;Parameters: cashBookEntryHandle: Handle for the cash book entry.</wsdl:documentation>
      <wsdl:input message="tns:CashBookEntry_GetCurrencySoapIn" />
      <wsdl:output message="tns:CashBookEntry_GetCurrencySoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CashBookEntry_SetCurrency">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Sets the currency of a cash book entry.&lt;br /&gt;Parameters: cashBookEntryHandle: Handle for the cash book entry. valueHandle: Handle for the new currency of the cash book entry.</wsdl:documentation>
      <wsdl:input message="tns:CashBookEntry_SetCurrencySoapIn" />
      <wsdl:output message="tns:CashBookEntry_SetCurrencySoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CashBookEntry_SetAmount">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Sets the amount of a cash book entry.&lt;br /&gt;Parameters: cashBookEntryHandle: Handle for the cash book entry. value: new amount of the cash book entry.</wsdl:documentation>
      <wsdl:input message="tns:CashBookEntry_SetAmountSoapIn" />
      <wsdl:output message="tns:CashBookEntry_SetAmountSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CashBookEntry_GetAmount">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the amount of a cash book entry.&lt;br /&gt;Parameters: cashBookEntryHandle: Handle for the cash book entry.</wsdl:documentation>
      <wsdl:input message="tns:CashBookEntry_GetAmountSoapIn" />
      <wsdl:output message="tns:CashBookEntry_GetAmountSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CashBookEntry_SetVatAccount">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Sets the VAT account of a cash book entry. VAT account is only accessible when cash book entry is of type FinanceVoucher.&lt;br /&gt;Parameters: cashBookEntryHandle: Handle for the cash book entry. valueHandle: new VAT account of the cash book entry.</wsdl:documentation>
      <wsdl:input message="tns:CashBookEntry_SetVatAccountSoapIn" />
      <wsdl:output message="tns:CashBookEntry_SetVatAccountSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CashBookEntry_GetVatAccount">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the VAT account of a cash book entry. VAT account is only accessible when cash book entry is of type FinanceVoucher.&lt;br /&gt;Parameters: cashBookEntryHandle: Handle for the cash book entry.</wsdl:documentation>
      <wsdl:input message="tns:CashBookEntry_GetVatAccountSoapIn" />
      <wsdl:output message="tns:CashBookEntry_GetVatAccountSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CashBookEntry_GetContraVatAccount">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the contra VAT account of a cash book entry.&lt;br /&gt;Parameters: cashBookEntryHandle: Handle for the cash book entry.</wsdl:documentation>
      <wsdl:input message="tns:CashBookEntry_GetContraVatAccountSoapIn" />
      <wsdl:output message="tns:CashBookEntry_GetContraVatAccountSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CashBookEntry_SetContraVatAccount">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Sets the contra VAT account of a cash book entry.&lt;br /&gt;Parameters: cashBookEntryHandle: Handle for the cash book entry. valueHandle: new contra VAT account of the cash book entry.</wsdl:documentation>
      <wsdl:input message="tns:CashBookEntry_SetContraVatAccountSoapIn" />
      <wsdl:output message="tns:CashBookEntry_SetContraVatAccountSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CashBookEntry_SetDebtorInvoiceNumber">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Sets the debtor invoice number of a cash book entry. Debtor invoice number is only accessible when cash book entry is of type DebtorPayment.&lt;br /&gt;Parameters: cashBookEntryHandle: Handle for the cash book entry. value: new debtor invoice number.</wsdl:documentation>
      <wsdl:input message="tns:CashBookEntry_SetDebtorInvoiceNumberSoapIn" />
      <wsdl:output message="tns:CashBookEntry_SetDebtorInvoiceNumberSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CashBookEntry_GetDebtorInvoiceNumber">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the debtor invoice number of a cash book entry. Debtor invoice number is only accessible when cash book entry is of type DebtorPayment.&lt;br /&gt;Parameters: cashBookEntryHandle: Handle for the cash book entry.</wsdl:documentation>
      <wsdl:input message="tns:CashBookEntry_GetDebtorInvoiceNumberSoapIn" />
      <wsdl:output message="tns:CashBookEntry_GetDebtorInvoiceNumberSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CashBookEntry_GetCreditorInvoiceNumber">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the creditor invoice number of a cash book entry. Creditor invoice number is only accessible when cash book entry is of type CreditorInvoice or CreditorPayment.&lt;br /&gt;Parameters: cashBookEntryHandle: Handle for the cash book entry.</wsdl:documentation>
      <wsdl:input message="tns:CashBookEntry_GetCreditorInvoiceNumberSoapIn" />
      <wsdl:output message="tns:CashBookEntry_GetCreditorInvoiceNumberSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CashBookEntry_SetCreditorInvoiceNumber">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Sets the creditor invoice number of a cash book entry. Creditor invoice number is only accessible when cash book entry is of type CreditorInvoice or CreditorPayment.&lt;br /&gt;Parameters: cashBookEntryHandle: Handle for the cash book entry. value: new debtor invoice number.</wsdl:documentation>
      <wsdl:input message="tns:CashBookEntry_SetCreditorInvoiceNumberSoapIn" />
      <wsdl:output message="tns:CashBookEntry_SetCreditorInvoiceNumberSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CashBookEntry_SetDueDate">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Sets the due date of a cash book entry. Due date is only accessible when cash book entry is of type CreditorInvoice.&lt;br /&gt;Parameters: cashBookEntryHandle: Handle for the cash book entry. value: new due date.</wsdl:documentation>
      <wsdl:input message="tns:CashBookEntry_SetDueDateSoapIn" />
      <wsdl:output message="tns:CashBookEntry_SetDueDateSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Account_CreateFromData">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Creates a new account from a data object.&lt;br /&gt;Parameters: data: The data object that specifies the properties of the new account.</wsdl:documentation>
      <wsdl:input message="tns:Account_CreateFromDataSoapIn" />
      <wsdl:output message="tns:Account_CreateFromDataSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Account_CreateFromDataArray">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Creates new accounts from data objects.&lt;br /&gt;Parameters: dataArray: The array of data objects that specifies the properties of the new accounts.</wsdl:documentation>
      <wsdl:input message="tns:Account_CreateFromDataArraySoapIn" />
      <wsdl:output message="tns:Account_CreateFromDataArraySoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Account_UpdateFromDataArray">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Update accounts from data objects.&lt;br /&gt;Parameters: dataArray: The array of data objects.</wsdl:documentation>
      <wsdl:input message="tns:Account_UpdateFromDataArraySoapIn" />
      <wsdl:output message="tns:Account_UpdateFromDataArraySoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Account_UpdateFromData">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Updates an account from a data object.&lt;br /&gt;Parameters: data: The data object.</wsdl:documentation>
      <wsdl:input message="tns:Account_UpdateFromDataSoapIn" />
      <wsdl:output message="tns:Account_UpdateFromDataSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Account_GetData">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns an account data object for a given account.&lt;br /&gt;Parameters: entityHandle: A handle for the account.</wsdl:documentation>
      <wsdl:input message="tns:Account_GetDataSoapIn" />
      <wsdl:output message="tns:Account_GetDataSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Account_GetDataArray">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns account data objects for a given set of account handles.&lt;br /&gt;Parameters: entityHandles: An array of the account handles.</wsdl:documentation>
      <wsdl:input message="tns:Account_GetDataArraySoapIn" />
      <wsdl:output message="tns:Account_GetDataArraySoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Account_Create">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Creates a new account.&lt;br /&gt;Parameters: number: The number of the new account. name: The name of the new account. type: The type of the new account.</wsdl:documentation>
      <wsdl:input message="tns:Account_CreateSoapIn" />
      <wsdl:output message="tns:Account_CreateSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Account_GetAll">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Return handles for all accounts.</wsdl:documentation>
      <wsdl:input message="tns:Account_GetAllSoapIn" />
      <wsdl:output message="tns:Account_GetAllSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Account_GetAllUpdated">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Return handles for all accounts from date. fromDate is based on CET. includeCalculatedProperties is reserved for future usage and should be set to false for now.</wsdl:documentation>
      <wsdl:input message="tns:Account_GetAllUpdatedSoapIn" />
      <wsdl:output message="tns:Account_GetAllUpdatedSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Account_FindByNumber">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns a handle for the account with the given number.&lt;br /&gt;Parameters: number: The number to search for.</wsdl:documentation>
      <wsdl:input message="tns:Account_FindByNumberSoapIn" />
      <wsdl:output message="tns:Account_FindByNumberSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Account_FindByNumberList">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns an array with handles for the accounts corresponding to the given account numbers. If an account with a given number does not exist or if no number is given then the array contains nothing at that index.&lt;br /&gt;Parameters: numbers: The numbers to search for.</wsdl:documentation>
      <wsdl:input message="tns:Account_FindByNumberListSoapIn" />
      <wsdl:output message="tns:Account_FindByNumberListSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Account_FindByName">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns handles for the accounts with the given name.&lt;br /&gt;Parameters: name: The name to search for.</wsdl:documentation>
      <wsdl:input message="tns:Account_FindByNameSoapIn" />
      <wsdl:output message="tns:Account_FindByNameSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Account_GetEntryTotalsPerDate">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns entry totals per day for the specified accounts and date interval.&lt;br /&gt;Parameters: accounts: The accounts for which to return entry totals. first: Start date of interval. last: End date of interval.</wsdl:documentation>
      <wsdl:input message="tns:Account_GetEntryTotalsPerDateSoapIn" />
      <wsdl:output message="tns:Account_GetEntryTotalsPerDateSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Account_GetEntryTotalsPerCalendarMonth">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns entry totals grouped by calendar month for the specified accounts and date interval.&lt;br /&gt;Parameters: accounts: The accounts for which to return entry totals. first: Start date of interval. last: End date of interval.</wsdl:documentation>
      <wsdl:input message="tns:Account_GetEntryTotalsPerCalendarMonthSoapIn" />
      <wsdl:output message="tns:Account_GetEntryTotalsPerCalendarMonthSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Account_GetEntryTotalsPerCalendarYear">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns entry totals grouped by calendar year for the specified accounts and date interval.&lt;br /&gt;Parameters: accounts: The accounts for which to return entry totals. first: Start date of interval. last: End date of interval.</wsdl:documentation>
      <wsdl:input message="tns:Account_GetEntryTotalsPerCalendarYearSoapIn" />
      <wsdl:output message="tns:Account_GetEntryTotalsPerCalendarYearSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Account_GetEntryTotalsByDate">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns entry totals for the specified accounts and date interval.&lt;br /&gt;Parameters: accounts: The accounts for which to return entry totals. first: Start date of interval. last: End date of interval.</wsdl:documentation>
      <wsdl:input message="tns:Account_GetEntryTotalsByDateSoapIn" />
      <wsdl:output message="tns:Account_GetEntryTotalsByDateSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Account_Delete">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Deletes an account.&lt;br /&gt;Parameters: accountHandle: Handle for the account.</wsdl:documentation>
      <wsdl:input message="tns:Account_DeleteSoapIn" />
      <wsdl:output message="tns:Account_DeleteSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Account_GetBudgetFigures">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns an array with handles for the budget figures for the given account.</wsdl:documentation>
      <wsdl:input message="tns:Account_GetBudgetFiguresSoapIn" />
      <wsdl:output message="tns:Account_GetBudgetFiguresSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Account_GetBudgetFiguresByDate">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns an array with handles for the budget figures within the given time interval.&lt;br /&gt;Parameters: fromDate: First day in the interval. toDate: Last day in the interval.</wsdl:documentation>
      <wsdl:input message="tns:Account_GetBudgetFiguresByDateSoapIn" />
      <wsdl:output message="tns:Account_GetBudgetFiguresByDateSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Account_GetEntriesByDate">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns a handle for the entries within the given time interval.&lt;br /&gt;Parameters: First : First day in interval. Last : Last day in interval.</wsdl:documentation>
      <wsdl:input message="tns:Account_GetEntriesByDateSoapIn" />
      <wsdl:output message="tns:Account_GetEntriesByDateSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Account_GetEntriesByNumber">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns an array with handles for the entries with serial numbers in the given interval.&lt;br /&gt;Parameters: minNumber: The start of the interval. maxNumber: The end of the interval.</wsdl:documentation>
      <wsdl:input message="tns:Account_GetEntriesByNumberSoapIn" />
      <wsdl:output message="tns:Account_GetEntriesByNumberSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Account_GetSumIntervals">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns an array with handles for the sum interval for the given account.</wsdl:documentation>
      <wsdl:input message="tns:Account_GetSumIntervalsSoapIn" />
      <wsdl:output message="tns:Account_GetSumIntervalsSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Account_GetNumber">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the number of an account.&lt;br /&gt;Parameters: accountHandle: Handle for the account.</wsdl:documentation>
      <wsdl:input message="tns:Account_GetNumberSoapIn" />
      <wsdl:output message="tns:Account_GetNumberSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Account_GetName">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the name of an account.&lt;br /&gt;Parameters: accountHandle: Handle for the account.</wsdl:documentation>
      <wsdl:input message="tns:Account_GetNameSoapIn" />
      <wsdl:output message="tns:Account_GetNameSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Account_SetName">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Sets the name of an account.&lt;br /&gt;Parameters: accountHandle: Handle for the account. value: The new name of the account.</wsdl:documentation>
      <wsdl:input message="tns:Account_SetNameSoapIn" />
      <wsdl:output message="tns:Account_SetNameSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Account_GetType">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the account type of an account.&lt;br /&gt;Parameters: accountHandle: Handle for the account.</wsdl:documentation>
      <wsdl:input message="tns:Account_GetTypeSoapIn" />
      <wsdl:output message="tns:Account_GetTypeSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Account_SetType">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Sets the account type of an account. This also updates the property TotalFrom.&lt;br /&gt;Parameters: accountHandle: Handle for the account. valueHandle: New account type of the account.</wsdl:documentation>
      <wsdl:input message="tns:Account_SetTypeSoapIn" />
      <wsdl:output message="tns:Account_SetTypeSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Account_GetDebitCredit">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets whether an account is a debit or credit account.&lt;br /&gt;Parameters: accountHandle: Handle for the account.</wsdl:documentation>
      <wsdl:input message="tns:Account_GetDebitCreditSoapIn" />
      <wsdl:output message="tns:Account_GetDebitCreditSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Account_SetDebitCredit">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Sets whether an account is a debit or credit account.&lt;br /&gt;Parameters: accountHandle: Handle for the account. value: Value that indicates whether the account should be a debit or credit account.</wsdl:documentation>
      <wsdl:input message="tns:Account_SetDebitCreditSoapIn" />
      <wsdl:output message="tns:Account_SetDebitCreditSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Account_GetIsAccessible">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets whether an account is accessible.&lt;br /&gt;Parameters: accountHandle: Handle for the account.</wsdl:documentation>
      <wsdl:input message="tns:Account_GetIsAccessibleSoapIn" />
      <wsdl:output message="tns:Account_GetIsAccessibleSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Account_SetIsAccessible">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Sets whether an account is accessible.&lt;br /&gt;Parameters: accountHandle: Handle for the account. value: Value that indicates whether the account should be accessible.</wsdl:documentation>
      <wsdl:input message="tns:Account_SetIsAccessibleSoapIn" />
      <wsdl:output message="tns:Account_SetIsAccessibleSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Account_GetBlockDirectEntries">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets whether an account is blocked for direct entries.&lt;br /&gt;Parameters: accountHandle: Handle for the account.</wsdl:documentation>
      <wsdl:input message="tns:Account_GetBlockDirectEntriesSoapIn" />
      <wsdl:output message="tns:Account_GetBlockDirectEntriesSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Account_SetBlockDirectEntries">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Sets whether an account is blocked for direct entries.&lt;br /&gt;Parameters: accountHandle: Handle for the account. value: Value that indicates whether the account should be blocked for direct entries.</wsdl:documentation>
      <wsdl:input message="tns:Account_SetBlockDirectEntriesSoapIn" />
      <wsdl:output message="tns:Account_SetBlockDirectEntriesSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Account_GetVatAccount">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets a handle for the VAT account of an account.&lt;br /&gt;Parameters: accountHandle: Handle for the account.</wsdl:documentation>
      <wsdl:input message="tns:Account_GetVatAccountSoapIn" />
      <wsdl:output message="tns:Account_GetVatAccountSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Account_SetVatAccount">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Sets the VAT account of an account.&lt;br /&gt;Parameters: accountHandle: Handle for the account. vatAccountHandle: Handle for the new VAT account of the account.</wsdl:documentation>
      <wsdl:input message="tns:Account_SetVatAccountSoapIn" />
      <wsdl:output message="tns:Account_SetVatAccountSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Account_GetContraAccount">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets a handle for the contra account of an account.&lt;br /&gt;Parameters: accountHandle: Handle for the account.</wsdl:documentation>
      <wsdl:input message="tns:Account_GetContraAccountSoapIn" />
      <wsdl:output message="tns:Account_GetContraAccountSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Account_SetContraAccount">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Sets the contra account of an account.&lt;br /&gt;Parameters: accountHandle: Handle for the account. valueHandle: Handle for the new contra account of the account.</wsdl:documentation>
      <wsdl:input message="tns:Account_SetContraAccountSoapIn" />
      <wsdl:output message="tns:Account_SetContraAccountSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Account_GetOpeningAccount">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets a handle for the opening account of an account.&lt;br /&gt;Parameters: accountHandle: Handle for the account.</wsdl:documentation>
      <wsdl:input message="tns:Account_GetOpeningAccountSoapIn" />
      <wsdl:output message="tns:Account_GetOpeningAccountSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Account_SetOpeningAccount">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Sets the opening account of an account.&lt;br /&gt;Parameters: accountHandle: Handle for the account. valueHandle: Handle for the new opening account of the account.</wsdl:documentation>
      <wsdl:input message="tns:Account_SetOpeningAccountSoapIn" />
      <wsdl:output message="tns:Account_SetOpeningAccountSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Account_GetTotalFrom">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets a handle for the first account to sum from if the type of the account is AccountType.TotalFrom.&lt;br /&gt;Parameters: accountHandle: Handle for the account.</wsdl:documentation>
      <wsdl:input message="tns:Account_GetTotalFromSoapIn" />
      <wsdl:output message="tns:Account_GetTotalFromSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Account_SetTotalFrom">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Sets a handle for the first account to sum from if the type of the account is AccountType.TotalFrom. This is only used if the account has account type TotalFrom.&lt;br /&gt;Parameters: accountHandle: Handle for the account. valueHandle: Handle for the new 'total from'-account.</wsdl:documentation>
      <wsdl:input message="tns:Account_SetTotalFromSoapIn" />
      <wsdl:output message="tns:Account_SetTotalFromSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Account_GetBalance">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the balance of an account.&lt;br /&gt;Parameters: accountHandle: Handle for the account.</wsdl:documentation>
      <wsdl:input message="tns:Account_GetBalanceSoapIn" />
      <wsdl:output message="tns:Account_GetBalanceSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Account_GetDepartment">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets a handle for the department of an account. The department is only accessible when there is access to the Dimension add-on module.&lt;br /&gt;Parameters: accountHandle: Handle for the account.</wsdl:documentation>
      <wsdl:input message="tns:Account_GetDepartmentSoapIn" />
      <wsdl:output message="tns:Account_GetDepartmentSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Account_SetDepartment">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Sets the department of an account. The department is only accessible when there is access to the Dimension add-on module. The department cannot be set when the distribution key is set.&lt;br /&gt;Parameters: accountHandle: Handle for the account. value: Handle for the new department of the account.</wsdl:documentation>
      <wsdl:input message="tns:Account_SetDepartmentSoapIn" />
      <wsdl:output message="tns:Account_SetDepartmentSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Account_GetDistributionKey">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets a handle for the distribution key of an account. The distribution key is only accessible when there is access to the Dimension add-on module.&lt;br /&gt;Parameters: acccountHandle: Handle for the account.</wsdl:documentation>
      <wsdl:input message="tns:Account_GetDistributionKeySoapIn" />
      <wsdl:output message="tns:Account_GetDistributionKeySoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Account_SetDistributionKey">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Sets the distribution key of an account. The distribution key is only accessible when there is access to the Dimension add-on module. The distribution key cannot be set when the department is set.&lt;br /&gt;Parameters: accountHandle: Handle for the account. value: Handle for the new distribution key of the account.</wsdl:documentation>
      <wsdl:input message="tns:Account_SetDistributionKeySoapIn" />
      <wsdl:output message="tns:Account_SetDistributionKeySoapOut" />
    </wsdl:operation>
    <wsdl:operation name="AccountingPeriod_GetData">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns an AccountingPeriod data object for a given accounting period.&lt;br /&gt;Parameters: accountingPeriodHandle: A handle for the accounting period.</wsdl:documentation>
      <wsdl:input message="tns:AccountingPeriod_GetDataSoapIn" />
      <wsdl:output message="tns:AccountingPeriod_GetDataSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="AccountingPeriod_GetDataArray">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns AccountingPeriod data objects for a given set of accounting period handles.&lt;br /&gt;Parameters: accountingPeriodHandles: An array of the accounting period handles.</wsdl:documentation>
      <wsdl:input message="tns:AccountingPeriod_GetDataArraySoapIn" />
      <wsdl:output message="tns:AccountingPeriod_GetDataArraySoapOut" />
    </wsdl:operation>
    <wsdl:operation name="AccountingPeriod_GetAll">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns handles for all accounting periods.</wsdl:documentation>
      <wsdl:input message="tns:AccountingPeriod_GetAllSoapIn" />
      <wsdl:output message="tns:AccountingPeriod_GetAllSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="AccountingPeriod_GetAllUpdated">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Return handles for all accounting periods from date. fromDate is based on CET. includeCalculatedProperties is reserved for future usage and should be set to false for now.</wsdl:documentation>
      <wsdl:input message="tns:AccountingPeriod_GetAllUpdatedSoapIn" />
      <wsdl:output message="tns:AccountingPeriod_GetAllUpdatedSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="AccountingPeriod_GetPeriod">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the period of an accounting period.&lt;br /&gt;Parameters: accountingPeriodHandle: Handle for the accounting period.</wsdl:documentation>
      <wsdl:input message="tns:AccountingPeriod_GetPeriodSoapIn" />
      <wsdl:output message="tns:AccountingPeriod_GetPeriodSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="AccountingPeriod_GetAccountingYear">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets a handle for the accounting year of an accounting period.&lt;br /&gt;Parameters: accountingPeriodHandle: Handle for the accountingPeriod.</wsdl:documentation>
      <wsdl:input message="tns:AccountingPeriod_GetAccountingYearSoapIn" />
      <wsdl:output message="tns:AccountingPeriod_GetAccountingYearSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="AccountingPeriod_GetFromDate">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the from-date of the accounting period.&lt;br /&gt;Parameters: accountingPeriodHandle: Handle for the accounting period.</wsdl:documentation>
      <wsdl:input message="tns:AccountingPeriod_GetFromDateSoapIn" />
      <wsdl:output message="tns:AccountingPeriod_GetFromDateSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="AccountingPeriod_GetToDate">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the to-date of the accounting period.&lt;br /&gt;Parameters: accountingPeriodHandle: Handle for the accounting period.</wsdl:documentation>
      <wsdl:input message="tns:AccountingPeriod_GetToDateSoapIn" />
      <wsdl:output message="tns:AccountingPeriod_GetToDateSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="AccountingPeriod_GetStatus">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the status of the accounting period.&lt;br /&gt;</wsdl:documentation>
      <wsdl:input message="tns:AccountingPeriod_GetStatusSoapIn" />
      <wsdl:output message="tns:AccountingPeriod_GetStatusSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="AccountingYear_CreateFromData">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Creates a new AccountingYear from a data object.&lt;br /&gt;Parameters: data: The data object that specifies the properties of the new AccountingYear.</wsdl:documentation>
      <wsdl:input message="tns:AccountingYear_CreateFromDataSoapIn" />
      <wsdl:output message="tns:AccountingYear_CreateFromDataSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="AccountingYear_CreateFromDataArray">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Creates new AccountingYear from data objects.&lt;br /&gt;Parameters: dataArray: The array of data objects that specifies the properties of the new AccountingYear.</wsdl:documentation>
      <wsdl:input message="tns:AccountingYear_CreateFromDataArraySoapIn" />
      <wsdl:output message="tns:AccountingYear_CreateFromDataArraySoapOut" />
    </wsdl:operation>
    <wsdl:operation name="AccountingYear_GetData">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns an AccountingYear data object for a given accounting year.&lt;br /&gt;Parameters: accountingYearHandle: A handle for the accounting year.</wsdl:documentation>
      <wsdl:input message="tns:AccountingYear_GetDataSoapIn" />
      <wsdl:output message="tns:AccountingYear_GetDataSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="AccountingYear_GetDataArray">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns AccountingYear data objects for a given set of accounting year handles.&lt;br /&gt;Parameters: accountingYearHandles: An array of the accounting year handles.</wsdl:documentation>
      <wsdl:input message="tns:AccountingYear_GetDataArraySoapIn" />
      <wsdl:output message="tns:AccountingYear_GetDataArraySoapOut" />
    </wsdl:operation>
    <wsdl:operation name="AccountingYear_GetYear">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the year of an accounting year.&lt;br /&gt;Parameters: accountingYearHandle: Handle for the accounting year.</wsdl:documentation>
      <wsdl:input message="tns:AccountingYear_GetYearSoapIn" />
      <wsdl:output message="tns:AccountingYear_GetYearSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="AccountingYear_GetFromDate">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the from-date of the accounting year.&lt;br /&gt;Parameters: accountingYearHandle: Handle for the accounting year.</wsdl:documentation>
      <wsdl:input message="tns:AccountingYear_GetFromDateSoapIn" />
      <wsdl:output message="tns:AccountingYear_GetFromDateSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="AccountingYear_GetToDate">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the to-date of the accounting year.&lt;br /&gt;Parameters: accountingYearHandle: Handle for the accounting year.</wsdl:documentation>
      <wsdl:input message="tns:AccountingYear_GetToDateSoapIn" />
      <wsdl:output message="tns:AccountingYear_GetToDateSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="AccountingYear_GetIsClosed">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the isClosed boolean of the accounting year.&lt;br /&gt;</wsdl:documentation>
      <wsdl:input message="tns:AccountingYear_GetIsClosedSoapIn" />
      <wsdl:output message="tns:AccountingYear_GetIsClosedSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="AccountingYear_Create">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Creates a new accounting year.&lt;br /&gt;Parameters: fromDate: The from date of the new accounting year. toDate: The to date of the new accounting year.</wsdl:documentation>
      <wsdl:input message="tns:AccountingYear_CreateSoapIn" />
      <wsdl:output message="tns:AccountingYear_CreateSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="AccountingYear_Delete">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Deletes an accounting year.&lt;br /&gt;Parameters: accountingYearHandle: Handle for the accounting year.</wsdl:documentation>
      <wsdl:input message="tns:AccountingYear_DeleteSoapIn" />
      <wsdl:output message="tns:AccountingYear_DeleteSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="AccountingYear_GetAll">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns handles for all accounting years.</wsdl:documentation>
      <wsdl:input message="tns:AccountingYear_GetAllSoapIn" />
      <wsdl:output message="tns:AccountingYear_GetAllSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="AccountingYear_FindByDate">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns an array of handles for the accounting years within the given time interval.&lt;br /&gt;Parameters: fromDate: First day in interval. toDate: Last day in interval.</wsdl:documentation>
      <wsdl:input message="tns:AccountingYear_FindByDateSoapIn" />
      <wsdl:output message="tns:AccountingYear_FindByDateSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="AccountingYear_GetPeriods">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns handles for all accounting periods.</wsdl:documentation>
      <wsdl:input message="tns:AccountingYear_GetPeriodsSoapIn" />
      <wsdl:output message="tns:AccountingYear_GetPeriodsSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Activity_GetData">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns an Activity data object for a given Activity.&lt;br /&gt;Parameters: entityHandle: A handle for the Activity.</wsdl:documentation>
      <wsdl:input message="tns:Activity_GetDataSoapIn" />
      <wsdl:output message="tns:Activity_GetDataSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Activity_GetDataArray">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns Activity data objects for a given set of Activity handles.&lt;br /&gt;Parameters: entityHandles: An array of the Activity handles.</wsdl:documentation>
      <wsdl:input message="tns:Activity_GetDataArraySoapIn" />
      <wsdl:output message="tns:Activity_GetDataArraySoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Activity_GetAll">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns handles for all activities.</wsdl:documentation>
      <wsdl:input message="tns:Activity_GetAllSoapIn" />
      <wsdl:output message="tns:Activity_GetAllSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Activity_FindByNumber">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns a handle for the activity with the given number.&lt;br /&gt;Parameters: number: The number to search for.</wsdl:documentation>
      <wsdl:input message="tns:Activity_FindByNumberSoapIn" />
      <wsdl:output message="tns:Activity_FindByNumberSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Activity_FindByNumberList">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns an array with handles for the activities corresponding to the given numbers. If an activity with a given number does not exist or if no number is given then the array contains null at that index.&lt;br /&gt;Parameters: numbers: The numbers to search for.</wsdl:documentation>
      <wsdl:input message="tns:Activity_FindByNumberListSoapIn" />
      <wsdl:output message="tns:Activity_FindByNumberListSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Activity_GetNumber">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the number of the activity.&lt;br /&gt;Parameters: activityHandle: Handle for the activity.</wsdl:documentation>
      <wsdl:input message="tns:Activity_GetNumberSoapIn" />
      <wsdl:output message="tns:Activity_GetNumberSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Activity_GetName">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the name of the activity.&lt;br /&gt;</wsdl:documentation>
      <wsdl:input message="tns:Activity_GetNameSoapIn" />
      <wsdl:output message="tns:Activity_GetNameSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="BankPaymentType_GetData">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns a bank payment type data object for a given bank payment type.&lt;br /&gt;Parameters: entityHandle: A handle for the bank payment type.</wsdl:documentation>
      <wsdl:input message="tns:BankPaymentType_GetDataSoapIn" />
      <wsdl:output message="tns:BankPaymentType_GetDataSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="BankPaymentType_GetDataArray">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns bank payment type data objects for a given set of bank payment type handles.&lt;br /&gt;Parameters: entityHandles: An array of the bank payment type handles.</wsdl:documentation>
      <wsdl:input message="tns:BankPaymentType_GetDataArraySoapIn" />
      <wsdl:output message="tns:BankPaymentType_GetDataArraySoapOut" />
    </wsdl:operation>
    <wsdl:operation name="BankPaymentType_GetAll">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Return handles for all bank payment types.</wsdl:documentation>
      <wsdl:input message="tns:BankPaymentType_GetAllSoapIn" />
      <wsdl:output message="tns:BankPaymentType_GetAllSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="BankPaymentType_FindByName">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns handles for the bank payment types with the given name.&lt;br /&gt;Parameters: name: The name to search for.</wsdl:documentation>
      <wsdl:input message="tns:BankPaymentType_FindByNameSoapIn" />
      <wsdl:output message="tns:BankPaymentType_FindByNameSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="BankPaymentType_FindByNumber">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns a handle for the bank payment type with the given number.&lt;br /&gt;Parameters: number: The number to search for.</wsdl:documentation>
      <wsdl:input message="tns:BankPaymentType_FindByNumberSoapIn" />
      <wsdl:output message="tns:BankPaymentType_FindByNumberSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="BankPaymentType_FindByNumberList">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns an array with handles for the bank payment types corresponding to the given bank payment type numbers. If a bank payment type with a given number does not exist or if no number is given then the array contains nothing at that index.&lt;br /&gt;Parameters: numbers: The numbers to search for.</wsdl:documentation>
      <wsdl:input message="tns:BankPaymentType_FindByNumberListSoapIn" />
      <wsdl:output message="tns:BankPaymentType_FindByNumberListSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="BankPaymentType_GetNumber">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the number of a bank payment type.&lt;br /&gt;Parameters: bankPaymentTypeHandle: Handle for the bank payment type.</wsdl:documentation>
      <wsdl:input message="tns:BankPaymentType_GetNumberSoapIn" />
      <wsdl:output message="tns:BankPaymentType_GetNumberSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="BankPaymentType_GetName">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the name of a bank payment type.&lt;br /&gt;Parameters: bankPaymentTypeHandle: Handle for the bank payment type.</wsdl:documentation>
      <wsdl:input message="tns:BankPaymentType_GetNameSoapIn" />
      <wsdl:output message="tns:BankPaymentType_GetNameSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="BudgetFigure_CreateFromData">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Creates a new budget figure from a data object.&lt;br /&gt;Parameters: data: The data object that specifies the properties of the new budget figure.</wsdl:documentation>
      <wsdl:input message="tns:BudgetFigure_CreateFromDataSoapIn" />
      <wsdl:output message="tns:BudgetFigure_CreateFromDataSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="BudgetFigure_CreateFromDataArray">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Creates new budget figures from data objects.&lt;br /&gt;Parameters: dataArray: The array of data objects that specifies the properties of the new budget figures.</wsdl:documentation>
      <wsdl:input message="tns:BudgetFigure_CreateFromDataArraySoapIn" />
      <wsdl:output message="tns:BudgetFigure_CreateFromDataArraySoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Connect">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Connects to the server.&lt;br /&gt;Parameters: agreementNumber: The agreement number for the subscription. userName: The user name of the subscription. password: The password for the user name.&lt;br /&gt;&lt;br /&gt;Important: &lt;br /&gt;We strongly advise to use ConnectWithToken instead. The Connect method will eventually be deprecated. Read more about Token authentication here: https://www.e-conomic.com/developer/connect</wsdl:documentation>
      <wsdl:input message="tns:ConnectSoapIn" />
      <wsdl:output message="tns:ConnectSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="ConnectAsAdministrator">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Connects to the server.&lt;br /&gt;Parameters: agreementNumber: The agreement number for the subscription. userName: The user name of the subscription. password: The password for the user name.</wsdl:documentation>
      <wsdl:input message="tns:ConnectAsAdministratorSoapIn" />
      <wsdl:output message="tns:ConnectAsAdministratorSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="ConnectAsAdministratorWithCustomerNumber">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Connects to the server.&lt;br /&gt;Parameters: agreementNumber: The agreement number for the subscription. userName: The user name of the subscription. password: The password for the user name. customerNumber: the internal adminCustomerNumber</wsdl:documentation>
      <wsdl:input message="tns:ConnectAsAdministratorWithCustomerNumberSoapIn" />
      <wsdl:output message="tns:ConnectAsAdministratorWithCustomerNumberSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="ConnectWithToken">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Connects to the server.&lt;br /&gt;Parameters: token: The access token provided. </wsdl:documentation>
      <wsdl:input message="tns:ConnectWithTokenSoapIn" />
      <wsdl:output message="tns:ConnectWithTokenSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Disconnect">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Disconnects from the server.</wsdl:documentation>
      <wsdl:input message="tns:DisconnectSoapIn" />
      <wsdl:output message="tns:DisconnectSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="GetApiInformation">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets information about the e-conomic API.</wsdl:documentation>
      <wsdl:input message="tns:GetApiInformationSoapIn" />
      <wsdl:output message="tns:GetApiInformationSoapOut" />
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:binding name="EconomicWebServiceSoap" type="tns:EconomicWebServiceSoap">
    <soap:binding transport="http://schemas.xmlsoap.org/soap/http" />
    <wsdl:operation name="TermOfPayment_SetDebtor">
      <soap:operation soapAction="http://e-conomic.com/TermOfPayment_SetDebtor" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="TermOfPayment_GetDistributionInPercent">
      <soap:operation soapAction="http://e-conomic.com/TermOfPayment_GetDistributionInPercent" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="TermOfPayment_SetDistributionInPercent">
      <soap:operation soapAction="http://e-conomic.com/TermOfPayment_SetDistributionInPercent" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="TermOfPayment_GetDistributionInPercent2">
      <soap:operation soapAction="http://e-conomic.com/TermOfPayment_GetDistributionInPercent2" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="TimeEntry_ApproveEntries">
      <soap:operation soapAction="http://e-conomic.com/TimeEntry_ApproveEntries" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="TimeEntry_CreateFromData">
      <soap:operation soapAction="http://e-conomic.com/TimeEntry_CreateFromData" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="TimeEntry_CreateFromDataArray">
      <soap:operation soapAction="http://e-conomic.com/TimeEntry_CreateFromDataArray" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="TimeEntry_UpdateFromDataArray">
      <soap:operation soapAction="http://e-conomic.com/TimeEntry_UpdateFromDataArray" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="TimeEntry_UpdateFromData">
      <soap:operation soapAction="http://e-conomic.com/TimeEntry_UpdateFromData" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="TimeEntry_GetData">
      <soap:operation soapAction="http://e-conomic.com/TimeEntry_GetData" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="TimeEntry_GetDataArray">
      <soap:operation soapAction="http://e-conomic.com/TimeEntry_GetDataArray" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="TimeEntry_Create">
      <soap:operation soapAction="http://e-conomic.com/TimeEntry_Create" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="TimeEntry_CreateOnCurrentUser">
      <soap:operation soapAction="http://e-conomic.com/TimeEntry_CreateOnCurrentUser" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="TimeEntry_GetAll">
      <soap:operation soapAction="http://e-conomic.com/TimeEntry_GetAll" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="TimeEntry_GetAllUpdated">
      <soap:operation soapAction="http://e-conomic.com/TimeEntry_GetAllUpdated" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="TimeEntry_FindApprovedByDate">
      <soap:operation soapAction="http://e-conomic.com/TimeEntry_FindApprovedByDate" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="TimeEntry_Delete">
      <soap:operation soapAction="http://e-conomic.com/TimeEntry_Delete" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="TimeEntry_GetId">
      <soap:operation soapAction="http://e-conomic.com/TimeEntry_GetId" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="TimeEntry_GetProject">
      <soap:operation soapAction="http://e-conomic.com/TimeEntry_GetProject" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="TimeEntry_GetActivity">
      <soap:operation soapAction="http://e-conomic.com/TimeEntry_GetActivity" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="TimeEntry_GetEmployee">
      <soap:operation soapAction="http://e-conomic.com/TimeEntry_GetEmployee" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="TimeEntry_GetDate">
      <soap:operation soapAction="http://e-conomic.com/TimeEntry_GetDate" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="TimeEntry_GetText">
      <soap:operation soapAction="http://e-conomic.com/TimeEntry_GetText" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="TimeEntry_SetText">
      <soap:operation soapAction="http://e-conomic.com/TimeEntry_SetText" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="TimeEntry_GetNumberOfHours">
      <soap:operation soapAction="http://e-conomic.com/TimeEntry_GetNumberOfHours" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="TimeEntry_GetSalesPrice">
      <soap:operation soapAction="http://e-conomic.com/TimeEntry_GetSalesPrice" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="TimeEntry_GetCostPrice">
      <soap:operation soapAction="http://e-conomic.com/TimeEntry_GetCostPrice" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="TimeEntry_GetApproved">
      <soap:operation soapAction="http://e-conomic.com/TimeEntry_GetApproved" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Unit_CreateFromData">
      <soap:operation soapAction="http://e-conomic.com/Unit_CreateFromData" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Unit_CreateFromDataArray">
      <soap:operation soapAction="http://e-conomic.com/Unit_CreateFromDataArray" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Unit_UpdateFromDataArray">
      <soap:operation soapAction="http://e-conomic.com/Unit_UpdateFromDataArray" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Unit_UpdateFromData">
      <soap:operation soapAction="http://e-conomic.com/Unit_UpdateFromData" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Unit_GetData">
      <soap:operation soapAction="http://e-conomic.com/Unit_GetData" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Unit_GetDataArray">
      <soap:operation soapAction="http://e-conomic.com/Unit_GetDataArray" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Unit_Create">
      <soap:operation soapAction="http://e-conomic.com/Unit_Create" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Unit_GetAll">
      <soap:operation soapAction="http://e-conomic.com/Unit_GetAll" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Unit_FindByName">
      <soap:operation soapAction="http://e-conomic.com/Unit_FindByName" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Unit_FindByNumber">
      <soap:operation soapAction="http://e-conomic.com/Unit_FindByNumber" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Unit_FindByNumberList">
      <soap:operation soapAction="http://e-conomic.com/Unit_FindByNumberList" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Unit_Delete">
      <soap:operation soapAction="http://e-conomic.com/Unit_Delete" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Unit_GetNumber">
      <soap:operation soapAction="http://e-conomic.com/Unit_GetNumber" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Unit_GetName">
      <soap:operation soapAction="http://e-conomic.com/Unit_GetName" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Unit_SetName">
      <soap:operation soapAction="http://e-conomic.com/Unit_SetName" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="VatAccount_UpdateFromDataArray">
      <soap:operation soapAction="http://e-conomic.com/VatAccount_UpdateFromDataArray" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="VatAccount_UpdateFromData">
      <soap:operation soapAction="http://e-conomic.com/VatAccount_UpdateFromData" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="VatAccount_GetData">
      <soap:operation soapAction="http://e-conomic.com/VatAccount_GetData" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="VatAccount_GetDataArray">
      <soap:operation soapAction="http://e-conomic.com/VatAccount_GetDataArray" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="VatAccount_GetAll">
      <soap:operation soapAction="http://e-conomic.com/VatAccount_GetAll" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="VatAccount_FindByVatCode">
      <soap:operation soapAction="http://e-conomic.com/VatAccount_FindByVatCode" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="VatAccount_GetVatCode">
      <soap:operation soapAction="http://e-conomic.com/VatAccount_GetVatCode" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="VatAccount_GetName">
      <soap:operation soapAction="http://e-conomic.com/VatAccount_GetName" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="VatAccount_GetType">
      <soap:operation soapAction="http://e-conomic.com/VatAccount_GetType" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="VatAccount_GetRateAsPercent">
      <soap:operation soapAction="http://e-conomic.com/VatAccount_GetRateAsPercent" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="VatAccount_GetAccount">
      <soap:operation soapAction="http://e-conomic.com/VatAccount_GetAccount" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="VatAccount_GetContraAccount">
      <soap:operation soapAction="http://e-conomic.com/VatAccount_GetContraAccount" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="ExtendedVatZone_FindByNumber">
      <soap:operation soapAction="http://e-conomic.com/ExtendedVatZone_FindByNumber" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="ExtendedVatZone_GetAll">
      <soap:operation soapAction="http://e-conomic.com/ExtendedVatZone_GetAll" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="ExtendedVatZone_GetData">
      <soap:operation soapAction="http://e-conomic.com/ExtendedVatZone_GetData" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="ExtendedVatZone_GetDataArray">
      <soap:operation soapAction="http://e-conomic.com/ExtendedVatZone_GetDataArray" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="ExtendedVatZone_GetName">
      <soap:operation soapAction="http://e-conomic.com/ExtendedVatZone_GetName" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="ExtendedVatZone_GetNumber">
      <soap:operation soapAction="http://e-conomic.com/ExtendedVatZone_GetNumber" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Debtor_GetExtendedVatZone">
      <soap:operation soapAction="http://e-conomic.com/Debtor_GetExtendedVatZone" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Debtor_SetExtendedVatZone">
      <soap:operation soapAction="http://e-conomic.com/Debtor_SetExtendedVatZone" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="HasInternationalLedger">
      <soap:operation soapAction="http://e-conomic.com/HasInternationalLedger" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Verify_XEconomicAppIdentifier">
      <soap:operation soapAction="http://e-conomic.com/Verify_XEconomicAppIdentifier" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Subscription_GetIncludeName">
      <soap:operation soapAction="http://e-conomic.com/Subscription_GetIncludeName" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Subscription_SetIncludeName">
      <soap:operation soapAction="http://e-conomic.com/Subscription_SetIncludeName" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Subscription_SetSubscriptionInterval">
      <soap:operation soapAction="http://e-conomic.com/Subscription_SetSubscriptionInterval" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Subscription_GetSubscriptionInterval">
      <soap:operation soapAction="http://e-conomic.com/Subscription_GetSubscriptionInterval" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Subscription_GetCalendarYearBasis">
      <soap:operation soapAction="http://e-conomic.com/Subscription_GetCalendarYearBasis" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Subscription_SetCalendarYearBasis">
      <soap:operation soapAction="http://e-conomic.com/Subscription_SetCalendarYearBasis" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Subscription_SetCollection">
      <soap:operation soapAction="http://e-conomic.com/Subscription_SetCollection" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Subscription_GetCollection">
      <soap:operation soapAction="http://e-conomic.com/Subscription_GetCollection" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Subscription_GetAddPeriod">
      <soap:operation soapAction="http://e-conomic.com/Subscription_GetAddPeriod" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Subscription_SetAddPeriod">
      <soap:operation soapAction="http://e-conomic.com/Subscription_SetAddPeriod" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Subscription_SetAllowMoreThanOneForEachDebtor">
      <soap:operation soapAction="http://e-conomic.com/Subscription_SetAllowMoreThanOneForEachDebtor" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Subscription_GetAllowMoreThanOneForEachDebtor">
      <soap:operation soapAction="http://e-conomic.com/Subscription_GetAllowMoreThanOneForEachDebtor" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Subscription_Create">
      <soap:operation soapAction="http://e-conomic.com/Subscription_Create" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Subscription_FindByNumber">
      <soap:operation soapAction="http://e-conomic.com/Subscription_FindByNumber" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Subscription_FindByName">
      <soap:operation soapAction="http://e-conomic.com/Subscription_FindByName" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Subscription_GetSubscriptionLines">
      <soap:operation soapAction="http://e-conomic.com/Subscription_GetSubscriptionLines" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Subscription_GetNextAvailableNumber">
      <soap:operation soapAction="http://e-conomic.com/Subscription_GetNextAvailableNumber" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Subscription_Delete">
      <soap:operation soapAction="http://e-conomic.com/Subscription_Delete" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Subscription_GetSubscribers">
      <soap:operation soapAction="http://e-conomic.com/Subscription_GetSubscribers" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Subscription_GetAll">
      <soap:operation soapAction="http://e-conomic.com/Subscription_GetAll" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="SubscriptionLine_CreateFromData">
      <soap:operation soapAction="http://e-conomic.com/SubscriptionLine_CreateFromData" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="SubscriptionLine_CreateFromDataArray">
      <soap:operation soapAction="http://e-conomic.com/SubscriptionLine_CreateFromDataArray" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="SubscriptionLine_UpdateFromDataArray">
      <soap:operation soapAction="http://e-conomic.com/SubscriptionLine_UpdateFromDataArray" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="SubscriptionLine_UpdateFromData">
      <soap:operation soapAction="http://e-conomic.com/SubscriptionLine_UpdateFromData" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="SubscriptionLine_GetData">
      <soap:operation soapAction="http://e-conomic.com/SubscriptionLine_GetData" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="SubscriptionLine_GetDataArray">
      <soap:operation soapAction="http://e-conomic.com/SubscriptionLine_GetDataArray" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="SubscriptionLine_GetNumber">
      <soap:operation soapAction="http://e-conomic.com/SubscriptionLine_GetNumber" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="SubscriptionLine_GetSubscription">
      <soap:operation soapAction="http://e-conomic.com/SubscriptionLine_GetSubscription" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="SubscriptionLine_GetProduct">
      <soap:operation soapAction="http://e-conomic.com/SubscriptionLine_GetProduct" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="SubscriptionLine_SetProduct">
      <soap:operation soapAction="http://e-conomic.com/SubscriptionLine_SetProduct" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="SubscriptionLine_GetQuantity">
      <soap:operation soapAction="http://e-conomic.com/SubscriptionLine_GetQuantity" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="SubscriptionLine_SetQuantity">
      <soap:operation soapAction="http://e-conomic.com/SubscriptionLine_SetQuantity" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="SubscriptionLine_SetDepartment">
      <soap:operation soapAction="http://e-conomic.com/SubscriptionLine_SetDepartment" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="SubscriptionLine_GetDepartment">
      <soap:operation soapAction="http://e-conomic.com/SubscriptionLine_GetDepartment" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="SubscriptionLine_SetProductName">
      <soap:operation soapAction="http://e-conomic.com/SubscriptionLine_SetProductName" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="SubscriptionLine_GetProductName">
      <soap:operation soapAction="http://e-conomic.com/SubscriptionLine_GetProductName" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="SubscriptionLine_GetSpecialPrice">
      <soap:operation soapAction="http://e-conomic.com/SubscriptionLine_GetSpecialPrice" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="SubscriptionLine_SetSpecialPrice">
      <soap:operation soapAction="http://e-conomic.com/SubscriptionLine_SetSpecialPrice" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="SubscriptionLine_Create">
      <soap:operation soapAction="http://e-conomic.com/SubscriptionLine_Create" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="SubscriptionLine_FindByProduct">
      <soap:operation soapAction="http://e-conomic.com/SubscriptionLine_FindByProduct" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="SubscriptionLine_FindByProductList">
      <soap:operation soapAction="http://e-conomic.com/SubscriptionLine_FindByProductList" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="SubscriptionLine_FindBySubscription">
      <soap:operation soapAction="http://e-conomic.com/SubscriptionLine_FindBySubscription" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="SubscriptionLine_FindBySubscriptonList">
      <soap:operation soapAction="http://e-conomic.com/SubscriptionLine_FindBySubscriptonList" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="SubscriptionLine_GetAll">
      <soap:operation soapAction="http://e-conomic.com/SubscriptionLine_GetAll" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="SubscriptionLine_Delete">
      <soap:operation soapAction="http://e-conomic.com/SubscriptionLine_Delete" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="SumInterval_CreateFromData">
      <soap:operation soapAction="http://e-conomic.com/SumInterval_CreateFromData" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="SumInterval_CreateFromDataArray">
      <soap:operation soapAction="http://e-conomic.com/SumInterval_CreateFromDataArray" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="SumInterval_UpdateFromDataArray">
      <soap:operation soapAction="http://e-conomic.com/SumInterval_UpdateFromDataArray" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="SumInterval_UpdateFromData">
      <soap:operation soapAction="http://e-conomic.com/SumInterval_UpdateFromData" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="SumInterval_GetData">
      <soap:operation soapAction="http://e-conomic.com/SumInterval_GetData" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="SumInterval_GetDataArray">
      <soap:operation soapAction="http://e-conomic.com/SumInterval_GetDataArray" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="SumInterval_Create">
      <soap:operation soapAction="http://e-conomic.com/SumInterval_Create" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="SumInterval_Delete">
      <soap:operation soapAction="http://e-conomic.com/SumInterval_Delete" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="SumInterval_GetAccount">
      <soap:operation soapAction="http://e-conomic.com/SumInterval_GetAccount" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="SumInterval_GetFromAccount">
      <soap:operation soapAction="http://e-conomic.com/SumInterval_GetFromAccount" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="SumInterval_SetFromAccount">
      <soap:operation soapAction="http://e-conomic.com/SumInterval_SetFromAccount" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="SumInterval_GetToAccount">
      <soap:operation soapAction="http://e-conomic.com/SumInterval_GetToAccount" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="SumInterval_SetToAccount">
      <soap:operation soapAction="http://e-conomic.com/SumInterval_SetToAccount" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="TemplateCollection_GetData">
      <soap:operation soapAction="http://e-conomic.com/TemplateCollection_GetData" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="TemplateCollection_GetDataArray">
      <soap:operation soapAction="http://e-conomic.com/TemplateCollection_GetDataArray" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="TemplateCollection_GetAll">
      <soap:operation soapAction="http://e-conomic.com/TemplateCollection_GetAll" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="TemplateCollection_FindByName">
      <soap:operation soapAction="http://e-conomic.com/TemplateCollection_FindByName" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="TemplateCollection_GetName">
      <soap:operation soapAction="http://e-conomic.com/TemplateCollection_GetName" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="TemplateCollection_SetName">
      <soap:operation soapAction="http://e-conomic.com/TemplateCollection_SetName" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="TermOfPayment_CreateFromData">
      <soap:operation soapAction="http://e-conomic.com/TermOfPayment_CreateFromData" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="TermOfPayment_CreateFromDataArray">
      <soap:operation soapAction="http://e-conomic.com/TermOfPayment_CreateFromDataArray" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="TermOfPayment_UpdateFromDataArray">
      <soap:operation soapAction="http://e-conomic.com/TermOfPayment_UpdateFromDataArray" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="TermOfPayment_UpdateFromData">
      <soap:operation soapAction="http://e-conomic.com/TermOfPayment_UpdateFromData" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="TermOfPayment_GetData">
      <soap:operation soapAction="http://e-conomic.com/TermOfPayment_GetData" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="TermOfPayment_GetDataArray">
      <soap:operation soapAction="http://e-conomic.com/TermOfPayment_GetDataArray" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="TermOfPayment_Create">
      <soap:operation soapAction="http://e-conomic.com/TermOfPayment_Create" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="TermOfPayment_GetAll">
      <soap:operation soapAction="http://e-conomic.com/TermOfPayment_GetAll" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="TermOfPayment_FindByName">
      <soap:operation soapAction="http://e-conomic.com/TermOfPayment_FindByName" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="TermOfPayment_Delete">
      <soap:operation soapAction="http://e-conomic.com/TermOfPayment_Delete" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="TermOfPayment_GetName">
      <soap:operation soapAction="http://e-conomic.com/TermOfPayment_GetName" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="TermOfPayment_SetName">
      <soap:operation soapAction="http://e-conomic.com/TermOfPayment_SetName" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="TermOfPayment_GetType">
      <soap:operation soapAction="http://e-conomic.com/TermOfPayment_GetType" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="TermOfPayment_GetDays">
      <soap:operation soapAction="http://e-conomic.com/TermOfPayment_GetDays" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="TermOfPayment_GetDescription">
      <soap:operation soapAction="http://e-conomic.com/TermOfPayment_GetDescription" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="TermOfPayment_SetDescription">
      <soap:operation soapAction="http://e-conomic.com/TermOfPayment_SetDescription" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="TermOfPayment_GetContraAccount">
      <soap:operation soapAction="http://e-conomic.com/TermOfPayment_GetContraAccount" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="TermOfPayment_SetContraAccount">
      <soap:operation soapAction="http://e-conomic.com/TermOfPayment_SetContraAccount" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="TermOfPayment_GetContraAccount2">
      <soap:operation soapAction="http://e-conomic.com/TermOfPayment_GetContraAccount2" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="TermOfPayment_SetContraAccount2">
      <soap:operation soapAction="http://e-conomic.com/TermOfPayment_SetContraAccount2" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="TermOfPayment_GetDebtor">
      <soap:operation soapAction="http://e-conomic.com/TermOfPayment_GetDebtor" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="QuotationLine_SetDepartment">
      <soap:operation soapAction="http://e-conomic.com/QuotationLine_SetDepartment" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="QuotationLine_GetDistributionKey">
      <soap:operation soapAction="http://e-conomic.com/QuotationLine_GetDistributionKey" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="QuotationLine_SetDistributionKey">
      <soap:operation soapAction="http://e-conomic.com/QuotationLine_SetDistributionKey" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="QuotationLine_Create">
      <soap:operation soapAction="http://e-conomic.com/QuotationLine_Create" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="QuotationLine_GetAll">
      <soap:operation soapAction="http://e-conomic.com/QuotationLine_GetAll" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="QuotationLine_FindByProduct">
      <soap:operation soapAction="http://e-conomic.com/QuotationLine_FindByProduct" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="QuotationLine_FindByProductList">
      <soap:operation soapAction="http://e-conomic.com/QuotationLine_FindByProductList" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="QuotationLine_Delete">
      <soap:operation soapAction="http://e-conomic.com/QuotationLine_Delete" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="ReportCode_GetData">
      <soap:operation soapAction="http://e-conomic.com/ReportCode_GetData" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="ReportCode_GetDataArray">
      <soap:operation soapAction="http://e-conomic.com/ReportCode_GetDataArray" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="ReportCode_GetAccounts">
      <soap:operation soapAction="http://e-conomic.com/ReportCode_GetAccounts" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="ReportCode_GetCode">
      <soap:operation soapAction="http://e-conomic.com/ReportCode_GetCode" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="ReportCode_GetFullCode">
      <soap:operation soapAction="http://e-conomic.com/ReportCode_GetFullCode" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="ReportCode_GetParentCode">
      <soap:operation soapAction="http://e-conomic.com/ReportCode_GetParentCode" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="ReportCodeSet_GetData">
      <soap:operation soapAction="http://e-conomic.com/ReportCodeSet_GetData" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="ReportCodeSet_GetDataArray">
      <soap:operation soapAction="http://e-conomic.com/ReportCodeSet_GetDataArray" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="ReportCodeSet_GetAll">
      <soap:operation soapAction="http://e-conomic.com/ReportCodeSet_GetAll" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="ReportCodeSet_FindByName">
      <soap:operation soapAction="http://e-conomic.com/ReportCodeSet_FindByName" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="ReportCodeSet_GetCodes">
      <soap:operation soapAction="http://e-conomic.com/ReportCodeSet_GetCodes" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="ReportCodeSet_GetName">
      <soap:operation soapAction="http://e-conomic.com/ReportCodeSet_GetName" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="ReportCodeSet_GetCodeSet">
      <soap:operation soapAction="http://e-conomic.com/ReportCodeSet_GetCodeSet" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="ScannedDocument_GetData">
      <soap:operation soapAction="http://e-conomic.com/ScannedDocument_GetData" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="ScannedDocument_GetDataArray">
      <soap:operation soapAction="http://e-conomic.com/ScannedDocument_GetDataArray" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="ScannedDocument_GetAll">
      <soap:operation soapAction="http://e-conomic.com/ScannedDocument_GetAll" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="ScannedDocument_FindByVoucherNumber">
      <soap:operation soapAction="http://e-conomic.com/ScannedDocument_FindByVoucherNumber" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="ScannedDocument_FindByVoucherNumberInterval">
      <soap:operation soapAction="http://e-conomic.com/ScannedDocument_FindByVoucherNumberInterval" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="ScannedDocument_GetPdf">
      <soap:operation soapAction="http://e-conomic.com/ScannedDocument_GetPdf" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="ScannedDocument_GetNumber">
      <soap:operation soapAction="http://e-conomic.com/ScannedDocument_GetNumber" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="ScannedDocument_GetStatus">
      <soap:operation soapAction="http://e-conomic.com/ScannedDocument_GetStatus" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="ScannedDocument_GetCategory">
      <soap:operation soapAction="http://e-conomic.com/ScannedDocument_GetCategory" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="ScannedDocument_GetNote">
      <soap:operation soapAction="http://e-conomic.com/ScannedDocument_GetNote" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="ScannedDocument_GetPageCount">
      <soap:operation soapAction="http://e-conomic.com/ScannedDocument_GetPageCount" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="ScannedDocument_GetVoucherNumber">
      <soap:operation soapAction="http://e-conomic.com/ScannedDocument_GetVoucherNumber" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="ScannedDocument_GetFromDate">
      <soap:operation soapAction="http://e-conomic.com/ScannedDocument_GetFromDate" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="ScannedDocument_GetToDate">
      <soap:operation soapAction="http://e-conomic.com/ScannedDocument_GetToDate" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Subscriber_CreateFromData">
      <soap:operation soapAction="http://e-conomic.com/Subscriber_CreateFromData" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Subscriber_CreateFromDataArray">
      <soap:operation soapAction="http://e-conomic.com/Subscriber_CreateFromDataArray" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Subscriber_UpdateFromDataArray">
      <soap:operation soapAction="http://e-conomic.com/Subscriber_UpdateFromDataArray" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Subscriber_UpdateFromData">
      <soap:operation soapAction="http://e-conomic.com/Subscriber_UpdateFromData" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Subscriber_GetData">
      <soap:operation soapAction="http://e-conomic.com/Subscriber_GetData" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Subscriber_GetDataArray">
      <soap:operation soapAction="http://e-conomic.com/Subscriber_GetDataArray" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Subscriber_Create">
      <soap:operation soapAction="http://e-conomic.com/Subscriber_Create" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Subscriber_GetAll">
      <soap:operation soapAction="http://e-conomic.com/Subscriber_GetAll" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Subscriber_FindBySubscription">
      <soap:operation soapAction="http://e-conomic.com/Subscriber_FindBySubscription" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Subscriber_FindBySubscriptonList">
      <soap:operation soapAction="http://e-conomic.com/Subscriber_FindBySubscriptonList" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Subscriber_Delete">
      <soap:operation soapAction="http://e-conomic.com/Subscriber_Delete" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Subscriber_GetDebtor">
      <soap:operation soapAction="http://e-conomic.com/Subscriber_GetDebtor" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Subscriber_SetDebtor">
      <soap:operation soapAction="http://e-conomic.com/Subscriber_SetDebtor" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Subscriber_GetSubscription">
      <soap:operation soapAction="http://e-conomic.com/Subscriber_GetSubscription" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Subscriber_SetSubscription">
      <soap:operation soapAction="http://e-conomic.com/Subscriber_SetSubscription" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Subscriber_GetProject">
      <soap:operation soapAction="http://e-conomic.com/Subscriber_GetProject" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Subscriber_SetProject">
      <soap:operation soapAction="http://e-conomic.com/Subscriber_SetProject" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Subscriber_GetStartDate">
      <soap:operation soapAction="http://e-conomic.com/Subscriber_GetStartDate" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Subscriber_SetStartDate">
      <soap:operation soapAction="http://e-conomic.com/Subscriber_SetStartDate" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Subscriber_GetRegisteredDate">
      <soap:operation soapAction="http://e-conomic.com/Subscriber_GetRegisteredDate" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Subscriber_SetRegisteredDate">
      <soap:operation soapAction="http://e-conomic.com/Subscriber_SetRegisteredDate" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Subscriber_GetEndDate">
      <soap:operation soapAction="http://e-conomic.com/Subscriber_GetEndDate" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Subscriber_SetEndDate">
      <soap:operation soapAction="http://e-conomic.com/Subscriber_SetEndDate" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Subscriber_GetExpiryDate">
      <soap:operation soapAction="http://e-conomic.com/Subscriber_GetExpiryDate" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Subscriber_SetExpiryDate">
      <soap:operation soapAction="http://e-conomic.com/Subscriber_SetExpiryDate" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Subscriber_GetDiscountExpiryDate">
      <soap:operation soapAction="http://e-conomic.com/Subscriber_GetDiscountExpiryDate" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Subscriber_SetDiscountExpiryDate">
      <soap:operation soapAction="http://e-conomic.com/Subscriber_SetDiscountExpiryDate" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Subscriber_GetExtraTextForInvoice">
      <soap:operation soapAction="http://e-conomic.com/Subscriber_GetExtraTextForInvoice" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Subscriber_SetExtraTextForInvoice">
      <soap:operation soapAction="http://e-conomic.com/Subscriber_SetExtraTextForInvoice" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Subscriber_GetComments">
      <soap:operation soapAction="http://e-conomic.com/Subscriber_GetComments" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Subscriber_SetComments">
      <soap:operation soapAction="http://e-conomic.com/Subscriber_SetComments" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Subscriber_SetSpecialPrice">
      <soap:operation soapAction="http://e-conomic.com/Subscriber_SetSpecialPrice" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Subscriber_GetSpecialPrice">
      <soap:operation soapAction="http://e-conomic.com/Subscriber_GetSpecialPrice" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Subscriber_SetQuantityFactor">
      <soap:operation soapAction="http://e-conomic.com/Subscriber_SetQuantityFactor" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Subscriber_GetQuantityFactor">
      <soap:operation soapAction="http://e-conomic.com/Subscriber_GetQuantityFactor" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Subscriber_SetPriceIndex">
      <soap:operation soapAction="http://e-conomic.com/Subscriber_SetPriceIndex" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Subscriber_GetPriceIndex">
      <soap:operation soapAction="http://e-conomic.com/Subscriber_GetPriceIndex" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Subscriber_SetDiscountAsPercent">
      <soap:operation soapAction="http://e-conomic.com/Subscriber_SetDiscountAsPercent" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Subscriber_GetDiscountAsPercent">
      <soap:operation soapAction="http://e-conomic.com/Subscriber_GetDiscountAsPercent" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Subscription_CreateFromData">
      <soap:operation soapAction="http://e-conomic.com/Subscription_CreateFromData" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Subscription_CreateFromDataArray">
      <soap:operation soapAction="http://e-conomic.com/Subscription_CreateFromDataArray" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Subscription_UpdateFromDataArray">
      <soap:operation soapAction="http://e-conomic.com/Subscription_UpdateFromDataArray" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Subscription_UpdateFromData">
      <soap:operation soapAction="http://e-conomic.com/Subscription_UpdateFromData" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Subscription_GetData">
      <soap:operation soapAction="http://e-conomic.com/Subscription_GetData" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Subscription_GetDataArray">
      <soap:operation soapAction="http://e-conomic.com/Subscription_GetDataArray" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Subscription_GetNumber">
      <soap:operation soapAction="http://e-conomic.com/Subscription_GetNumber" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Subscription_GetName">
      <soap:operation soapAction="http://e-conomic.com/Subscription_GetName" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Subscription_SetName">
      <soap:operation soapAction="http://e-conomic.com/Subscription_SetName" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Subscription_GetDescription">
      <soap:operation soapAction="http://e-conomic.com/Subscription_GetDescription" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Subscription_SetDescription">
      <soap:operation soapAction="http://e-conomic.com/Subscription_SetDescription" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Quotation_SetAttention">
      <soap:operation soapAction="http://e-conomic.com/Quotation_SetAttention" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Quotation_GetYourReference">
      <soap:operation soapAction="http://e-conomic.com/Quotation_GetYourReference" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Quotation_SetYourReference">
      <soap:operation soapAction="http://e-conomic.com/Quotation_SetYourReference" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Quotation_GetOurReference">
      <soap:operation soapAction="http://e-conomic.com/Quotation_GetOurReference" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Quotation_SetOurReference">
      <soap:operation soapAction="http://e-conomic.com/Quotation_SetOurReference" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Quotation_GetOurReference2">
      <soap:operation soapAction="http://e-conomic.com/Quotation_GetOurReference2" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Quotation_SetOurReference2">
      <soap:operation soapAction="http://e-conomic.com/Quotation_SetOurReference2" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Quotation_GetDate">
      <soap:operation soapAction="http://e-conomic.com/Quotation_GetDate" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Quotation_SetDate">
      <soap:operation soapAction="http://e-conomic.com/Quotation_SetDate" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Quotation_GetTermOfPayment">
      <soap:operation soapAction="http://e-conomic.com/Quotation_GetTermOfPayment" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Quotation_SetTermOfPayment">
      <soap:operation soapAction="http://e-conomic.com/Quotation_SetTermOfPayment" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Quotation_GetDueDate">
      <soap:operation soapAction="http://e-conomic.com/Quotation_GetDueDate" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Quotation_SetDueDate">
      <soap:operation soapAction="http://e-conomic.com/Quotation_SetDueDate" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Quotation_GetCurrency">
      <soap:operation soapAction="http://e-conomic.com/Quotation_GetCurrency" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Quotation_SetCurrency">
      <soap:operation soapAction="http://e-conomic.com/Quotation_SetCurrency" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Quotation_GetExchangeRate">
      <soap:operation soapAction="http://e-conomic.com/Quotation_GetExchangeRate" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Quotation_SetExchangeRate">
      <soap:operation soapAction="http://e-conomic.com/Quotation_SetExchangeRate" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Quotation_GetIsVatIncluded">
      <soap:operation soapAction="http://e-conomic.com/Quotation_GetIsVatIncluded" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Quotation_SetIsVatIncluded">
      <soap:operation soapAction="http://e-conomic.com/Quotation_SetIsVatIncluded" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Quotation_GetVatZone">
      <soap:operation soapAction="http://e-conomic.com/Quotation_GetVatZone" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Quotation_SetVatZone">
      <soap:operation soapAction="http://e-conomic.com/Quotation_SetVatZone" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Quotation_GetLayout">
      <soap:operation soapAction="http://e-conomic.com/Quotation_GetLayout" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Quotation_SetLayout">
      <soap:operation soapAction="http://e-conomic.com/Quotation_SetLayout" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Quotation_GetDeliveryLocation">
      <soap:operation soapAction="http://e-conomic.com/Quotation_GetDeliveryLocation" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Quotation_SetDeliveryLocation">
      <soap:operation soapAction="http://e-conomic.com/Quotation_SetDeliveryLocation" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Quotation_GetDeliveryAddress">
      <soap:operation soapAction="http://e-conomic.com/Quotation_GetDeliveryAddress" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Quotation_SetDeliveryAddress">
      <soap:operation soapAction="http://e-conomic.com/Quotation_SetDeliveryAddress" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Quotation_GetDeliveryPostalCode">
      <soap:operation soapAction="http://e-conomic.com/Quotation_GetDeliveryPostalCode" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Quotation_SetDeliveryPostalCode">
      <soap:operation soapAction="http://e-conomic.com/Quotation_SetDeliveryPostalCode" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Quotation_GetDeliveryCity">
      <soap:operation soapAction="http://e-conomic.com/Quotation_GetDeliveryCity" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Quotation_SetDeliveryCity">
      <soap:operation soapAction="http://e-conomic.com/Quotation_SetDeliveryCity" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Quotation_GetDeliveryCountry">
      <soap:operation soapAction="http://e-conomic.com/Quotation_GetDeliveryCountry" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Quotation_SetDeliveryCountry">
      <soap:operation soapAction="http://e-conomic.com/Quotation_SetDeliveryCountry" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Quotation_GetTermsOfDelivery">
      <soap:operation soapAction="http://e-conomic.com/Quotation_GetTermsOfDelivery" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Quotation_SetTermsOfDelivery">
      <soap:operation soapAction="http://e-conomic.com/Quotation_SetTermsOfDelivery" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Quotation_GetDeliveryDate">
      <soap:operation soapAction="http://e-conomic.com/Quotation_GetDeliveryDate" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Quotation_SetDeliveryDate">
      <soap:operation soapAction="http://e-conomic.com/Quotation_SetDeliveryDate" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Quotation_GetHeading">
      <soap:operation soapAction="http://e-conomic.com/Quotation_GetHeading" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Quotation_SetHeading">
      <soap:operation soapAction="http://e-conomic.com/Quotation_SetHeading" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Quotation_GetTextLine1">
      <soap:operation soapAction="http://e-conomic.com/Quotation_GetTextLine1" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Quotation_SetTextLine1">
      <soap:operation soapAction="http://e-conomic.com/Quotation_SetTextLine1" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Quotation_GetTextLine2">
      <soap:operation soapAction="http://e-conomic.com/Quotation_GetTextLine2" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Quotation_SetTextLine2">
      <soap:operation soapAction="http://e-conomic.com/Quotation_SetTextLine2" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Quotation_GetOtherReference">
      <soap:operation soapAction="http://e-conomic.com/Quotation_GetOtherReference" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Quotation_SetOtherReference">
      <soap:operation soapAction="http://e-conomic.com/Quotation_SetOtherReference" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Quotation_GetIsArchived">
      <soap:operation soapAction="http://e-conomic.com/Quotation_GetIsArchived" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Quotation_GetIsSent">
      <soap:operation soapAction="http://e-conomic.com/Quotation_GetIsSent" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Quotation_GetNetAmount">
      <soap:operation soapAction="http://e-conomic.com/Quotation_GetNetAmount" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Quotation_GetVatAmount">
      <soap:operation soapAction="http://e-conomic.com/Quotation_GetVatAmount" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Quotation_GetGrossAmount">
      <soap:operation soapAction="http://e-conomic.com/Quotation_GetGrossAmount" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Quotation_GetMargin">
      <soap:operation soapAction="http://e-conomic.com/Quotation_GetMargin" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Quotation_GetMarginAsPercent">
      <soap:operation soapAction="http://e-conomic.com/Quotation_GetMarginAsPercent" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Quotation_GetRoundingAmount">
      <soap:operation soapAction="http://e-conomic.com/Quotation_GetRoundingAmount" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Quotation_GetDebtorCounty">
      <soap:operation soapAction="http://e-conomic.com/Quotation_GetDebtorCounty" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Quotation_SetDebtorCounty">
      <soap:operation soapAction="http://e-conomic.com/Quotation_SetDebtorCounty" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Quotation_GetDeliveryCounty">
      <soap:operation soapAction="http://e-conomic.com/Quotation_GetDeliveryCounty" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Quotation_SetDeliveryCounty">
      <soap:operation soapAction="http://e-conomic.com/Quotation_SetDeliveryCounty" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="QuotationLine_CreateFromData">
      <soap:operation soapAction="http://e-conomic.com/QuotationLine_CreateFromData" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="QuotationLine_CreateFromDataArray">
      <soap:operation soapAction="http://e-conomic.com/QuotationLine_CreateFromDataArray" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="QuotationLine_UpdateFromDataArray">
      <soap:operation soapAction="http://e-conomic.com/QuotationLine_UpdateFromDataArray" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="QuotationLine_UpdateFromData">
      <soap:operation soapAction="http://e-conomic.com/QuotationLine_UpdateFromData" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="QuotationLine_GetData">
      <soap:operation soapAction="http://e-conomic.com/QuotationLine_GetData" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="QuotationLine_GetDataArray">
      <soap:operation soapAction="http://e-conomic.com/QuotationLine_GetDataArray" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="QuotationLine_GetNumber">
      <soap:operation soapAction="http://e-conomic.com/QuotationLine_GetNumber" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="QuotationLine_GetQuotation">
      <soap:operation soapAction="http://e-conomic.com/QuotationLine_GetQuotation" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="QuotationLine_SetDescription">
      <soap:operation soapAction="http://e-conomic.com/QuotationLine_SetDescription" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="QuotationLine_GetDescription">
      <soap:operation soapAction="http://e-conomic.com/QuotationLine_GetDescription" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="QuotationLine_GetDeliveryDate">
      <soap:operation soapAction="http://e-conomic.com/QuotationLine_GetDeliveryDate" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="QuotationLine_SetDeliveryDate">
      <soap:operation soapAction="http://e-conomic.com/QuotationLine_SetDeliveryDate" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="QuotationLine_GetUnit">
      <soap:operation soapAction="http://e-conomic.com/QuotationLine_GetUnit" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="QuotationLine_SetUnit">
      <soap:operation soapAction="http://e-conomic.com/QuotationLine_SetUnit" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="QuotationLine_GetProduct">
      <soap:operation soapAction="http://e-conomic.com/QuotationLine_GetProduct" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="QuotationLine_SetProduct">
      <soap:operation soapAction="http://e-conomic.com/QuotationLine_SetProduct" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="QuotationLine_SetQuantity">
      <soap:operation soapAction="http://e-conomic.com/QuotationLine_SetQuantity" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="QuotationLine_GetQuantity">
      <soap:operation soapAction="http://e-conomic.com/QuotationLine_GetQuantity" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="QuotationLine_SetUnitNetPrice">
      <soap:operation soapAction="http://e-conomic.com/QuotationLine_SetUnitNetPrice" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="QuotationLine_SetUnitCostPrice">
      <soap:operation soapAction="http://e-conomic.com/QuotationLine_SetUnitCostPrice" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="QuotationLine_GetUnitNetPrice">
      <soap:operation soapAction="http://e-conomic.com/QuotationLine_GetUnitNetPrice" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="QuotationLine_GetDiscountAsPercent">
      <soap:operation soapAction="http://e-conomic.com/QuotationLine_GetDiscountAsPercent" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="QuotationLine_SetDiscountAsPercent">
      <soap:operation soapAction="http://e-conomic.com/QuotationLine_SetDiscountAsPercent" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="QuotationLine_GetUnitCostPrice">
      <soap:operation soapAction="http://e-conomic.com/QuotationLine_GetUnitCostPrice" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="QuotationLine_GetTotalNetAmount">
      <soap:operation soapAction="http://e-conomic.com/QuotationLine_GetTotalNetAmount" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="QuotationLine_GetTotalMargin">
      <soap:operation soapAction="http://e-conomic.com/QuotationLine_GetTotalMargin" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="QuotationLine_GetMarginAsPercent">
      <soap:operation soapAction="http://e-conomic.com/QuotationLine_GetMarginAsPercent" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="QuotationLine_GetDepartment">
      <soap:operation soapAction="http://e-conomic.com/QuotationLine_GetDepartment" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="ProductPrice_SetPrice">
      <soap:operation soapAction="http://e-conomic.com/ProductPrice_SetPrice" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Project_CreateFromData">
      <soap:operation soapAction="http://e-conomic.com/Project_CreateFromData" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Project_CreateFromDataArray">
      <soap:operation soapAction="http://e-conomic.com/Project_CreateFromDataArray" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Project_UpdateFromDataArray">
      <soap:operation soapAction="http://e-conomic.com/Project_UpdateFromDataArray" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Project_UpdateFromData">
      <soap:operation soapAction="http://e-conomic.com/Project_UpdateFromData" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Project_GetData">
      <soap:operation soapAction="http://e-conomic.com/Project_GetData" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Project_GetDataArray">
      <soap:operation soapAction="http://e-conomic.com/Project_GetDataArray" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Project_GetNumber">
      <soap:operation soapAction="http://e-conomic.com/Project_GetNumber" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Project_GetName">
      <soap:operation soapAction="http://e-conomic.com/Project_GetName" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Project_SetName">
      <soap:operation soapAction="http://e-conomic.com/Project_SetName" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Project_GetProjectGroup">
      <soap:operation soapAction="http://e-conomic.com/Project_GetProjectGroup" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Project_SetProjectGroup">
      <soap:operation soapAction="http://e-conomic.com/Project_SetProjectGroup" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Project_GetIsMainProject">
      <soap:operation soapAction="http://e-conomic.com/Project_GetIsMainProject" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Project_GetMainProject">
      <soap:operation soapAction="http://e-conomic.com/Project_GetMainProject" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Project_GetDebtor">
      <soap:operation soapAction="http://e-conomic.com/Project_GetDebtor" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Project_SetDebtor">
      <soap:operation soapAction="http://e-conomic.com/Project_SetDebtor" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Project_GetResponsible">
      <soap:operation soapAction="http://e-conomic.com/Project_GetResponsible" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Project_SetResponsible">
      <soap:operation soapAction="http://e-conomic.com/Project_SetResponsible" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Project_GetDescription">
      <soap:operation soapAction="http://e-conomic.com/Project_GetDescription" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Project_SetDescription">
      <soap:operation soapAction="http://e-conomic.com/Project_SetDescription" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Project_GetIsAccessible">
      <soap:operation soapAction="http://e-conomic.com/Project_GetIsAccessible" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Project_SetIsAccessible">
      <soap:operation soapAction="http://e-conomic.com/Project_SetIsAccessible" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Project_GetMileage">
      <soap:operation soapAction="http://e-conomic.com/Project_GetMileage" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Project_SetMileage">
      <soap:operation soapAction="http://e-conomic.com/Project_SetMileage" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Project_GetIsClosed">
      <soap:operation soapAction="http://e-conomic.com/Project_GetIsClosed" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Project_Create">
      <soap:operation soapAction="http://e-conomic.com/Project_Create" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Project_GetAll">
      <soap:operation soapAction="http://e-conomic.com/Project_GetAll" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Project_GetAllUpdated">
      <soap:operation soapAction="http://e-conomic.com/Project_GetAllUpdated" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Project_FindByNumber">
      <soap:operation soapAction="http://e-conomic.com/Project_FindByNumber" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Project_FindByNumberList">
      <soap:operation soapAction="http://e-conomic.com/Project_FindByNumberList" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Project_FindByName">
      <soap:operation soapAction="http://e-conomic.com/Project_FindByName" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Project_GetOpenSubProjects">
      <soap:operation soapAction="http://e-conomic.com/Project_GetOpenSubProjects" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Project_GetActivities">
      <soap:operation soapAction="http://e-conomic.com/Project_GetActivities" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Project_GetTimeEntries">
      <soap:operation soapAction="http://e-conomic.com/Project_GetTimeEntries" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Project_GetTimeEntriesByDate">
      <soap:operation soapAction="http://e-conomic.com/Project_GetTimeEntriesByDate" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Project_GetMileageEntriesByDate">
      <soap:operation soapAction="http://e-conomic.com/Project_GetMileageEntriesByDate" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Project_GetEntries">
      <soap:operation soapAction="http://e-conomic.com/Project_GetEntries" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Project_GetEntriesByDate">
      <soap:operation soapAction="http://e-conomic.com/Project_GetEntriesByDate" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="ProjectGroup_GetData">
      <soap:operation soapAction="http://e-conomic.com/ProjectGroup_GetData" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="ProjectGroup_GetDataArray">
      <soap:operation soapAction="http://e-conomic.com/ProjectGroup_GetDataArray" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="ProjectGroup_GetNumber">
      <soap:operation soapAction="http://e-conomic.com/ProjectGroup_GetNumber" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="ProjectGroup_GetName">
      <soap:operation soapAction="http://e-conomic.com/ProjectGroup_GetName" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="ProjectGroup_GetAll">
      <soap:operation soapAction="http://e-conomic.com/ProjectGroup_GetAll" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="ProjectGroup_FindByNumber">
      <soap:operation soapAction="http://e-conomic.com/ProjectGroup_FindByNumber" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="ProjectGroup_FindByNumberList">
      <soap:operation soapAction="http://e-conomic.com/ProjectGroup_FindByNumberList" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="ProjectGroup_FindByName">
      <soap:operation soapAction="http://e-conomic.com/ProjectGroup_FindByName" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="ProjectGroup_GetProjects">
      <soap:operation soapAction="http://e-conomic.com/ProjectGroup_GetProjects" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Quotation_CreateFromData">
      <soap:operation soapAction="http://e-conomic.com/Quotation_CreateFromData" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Quotation_CreateFromDataArray">
      <soap:operation soapAction="http://e-conomic.com/Quotation_CreateFromDataArray" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Quotation_UpdateFromDataArray">
      <soap:operation soapAction="http://e-conomic.com/Quotation_UpdateFromDataArray" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Quotation_UpdateFromData">
      <soap:operation soapAction="http://e-conomic.com/Quotation_UpdateFromData" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Quotation_GetData">
      <soap:operation soapAction="http://e-conomic.com/Quotation_GetData" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Quotation_GetDataArray">
      <soap:operation soapAction="http://e-conomic.com/Quotation_GetDataArray" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Quotation_Create">
      <soap:operation soapAction="http://e-conomic.com/Quotation_Create" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Quotation_GetPdf">
      <soap:operation soapAction="http://e-conomic.com/Quotation_GetPdf" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Quotation_GetAll">
      <soap:operation soapAction="http://e-conomic.com/Quotation_GetAll" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Quotation_GetAllCurrent">
      <soap:operation soapAction="http://e-conomic.com/Quotation_GetAllCurrent" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Quotation_FindByOtherReference">
      <soap:operation soapAction="http://e-conomic.com/Quotation_FindByOtherReference" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Quotation_FindByNumber">
      <soap:operation soapAction="http://e-conomic.com/Quotation_FindByNumber" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Quotation_FindByNumberInterval">
      <soap:operation soapAction="http://e-conomic.com/Quotation_FindByNumberInterval" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Quotation_FindByDateInterval">
      <soap:operation soapAction="http://e-conomic.com/Quotation_FindByDateInterval" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Quotation_GetAllUpdated">
      <soap:operation soapAction="http://e-conomic.com/Quotation_GetAllUpdated" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Quotation_GetLines">
      <soap:operation soapAction="http://e-conomic.com/Quotation_GetLines" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Quotation_RegisterAsSent">
      <soap:operation soapAction="http://e-conomic.com/Quotation_RegisterAsSent" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Quotation_CancelSentStatus">
      <soap:operation soapAction="http://e-conomic.com/Quotation_CancelSentStatus" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Quotation_UpgradeToOrder">
      <soap:operation soapAction="http://e-conomic.com/Quotation_UpgradeToOrder" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Quotation_Delete">
      <soap:operation soapAction="http://e-conomic.com/Quotation_Delete" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Quotation_GetDebtor">
      <soap:operation soapAction="http://e-conomic.com/Quotation_GetDebtor" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Quotation_SetDebtor">
      <soap:operation soapAction="http://e-conomic.com/Quotation_SetDebtor" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Quotation_GetNumber">
      <soap:operation soapAction="http://e-conomic.com/Quotation_GetNumber" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Quotation_GetDebtorName">
      <soap:operation soapAction="http://e-conomic.com/Quotation_GetDebtorName" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Quotation_SetDebtorName">
      <soap:operation soapAction="http://e-conomic.com/Quotation_SetDebtorName" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Quotation_GetDebtorAddress">
      <soap:operation soapAction="http://e-conomic.com/Quotation_GetDebtorAddress" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Quotation_SetDebtorAddress">
      <soap:operation soapAction="http://e-conomic.com/Quotation_SetDebtorAddress" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Quotation_GetDebtorPostalCode">
      <soap:operation soapAction="http://e-conomic.com/Quotation_GetDebtorPostalCode" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Quotation_SetDebtorPostalCode">
      <soap:operation soapAction="http://e-conomic.com/Quotation_SetDebtorPostalCode" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Quotation_GetDebtorCity">
      <soap:operation soapAction="http://e-conomic.com/Quotation_GetDebtorCity" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Quotation_SetDebtorCity">
      <soap:operation soapAction="http://e-conomic.com/Quotation_SetDebtorCity" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Quotation_GetDebtorCountry">
      <soap:operation soapAction="http://e-conomic.com/Quotation_GetDebtorCountry" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Quotation_SetDebtorCountry">
      <soap:operation soapAction="http://e-conomic.com/Quotation_SetDebtorCountry" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Quotation_GetDebtorEan">
      <soap:operation soapAction="http://e-conomic.com/Quotation_GetDebtorEan" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Quotation_SetDebtorEan">
      <soap:operation soapAction="http://e-conomic.com/Quotation_SetDebtorEan" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Quotation_GetPublicEntryNumber">
      <soap:operation soapAction="http://e-conomic.com/Quotation_GetPublicEntryNumber" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Quotation_SetPublicEntryNumber">
      <soap:operation soapAction="http://e-conomic.com/Quotation_SetPublicEntryNumber" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Quotation_GetAttention">
      <soap:operation soapAction="http://e-conomic.com/Quotation_GetAttention" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="PriceGroup_FindByName">
      <soap:operation soapAction="http://e-conomic.com/PriceGroup_FindByName" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="PriceGroup_Delete">
      <soap:operation soapAction="http://e-conomic.com/PriceGroup_Delete" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="PriceGroup_GetPrice">
      <soap:operation soapAction="http://e-conomic.com/PriceGroup_GetPrice" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Product_CreateFromData">
      <soap:operation soapAction="http://e-conomic.com/Product_CreateFromData" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Product_CreateFromDataArray">
      <soap:operation soapAction="http://e-conomic.com/Product_CreateFromDataArray" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Product_UpdateFromDataArray">
      <soap:operation soapAction="http://e-conomic.com/Product_UpdateFromDataArray" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Product_UpdateFromData">
      <soap:operation soapAction="http://e-conomic.com/Product_UpdateFromData" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Product_GetData">
      <soap:operation soapAction="http://e-conomic.com/Product_GetData" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Product_GetDataArray">
      <soap:operation soapAction="http://e-conomic.com/Product_GetDataArray" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Product_GetNumber">
      <soap:operation soapAction="http://e-conomic.com/Product_GetNumber" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Product_GetProductGroup">
      <soap:operation soapAction="http://e-conomic.com/Product_GetProductGroup" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Product_SetProductGroup">
      <soap:operation soapAction="http://e-conomic.com/Product_SetProductGroup" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Product_GetName">
      <soap:operation soapAction="http://e-conomic.com/Product_GetName" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Product_SetName">
      <soap:operation soapAction="http://e-conomic.com/Product_SetName" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Product_GetDescription">
      <soap:operation soapAction="http://e-conomic.com/Product_GetDescription" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Product_SetDescription">
      <soap:operation soapAction="http://e-conomic.com/Product_SetDescription" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Product_SetBarCode">
      <soap:operation soapAction="http://e-conomic.com/Product_SetBarCode" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Product_GetBarCode">
      <soap:operation soapAction="http://e-conomic.com/Product_GetBarCode" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Product_SetSalesPrice">
      <soap:operation soapAction="http://e-conomic.com/Product_SetSalesPrice" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Product_GetSalesPrice">
      <soap:operation soapAction="http://e-conomic.com/Product_GetSalesPrice" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Product_GetCostPrice">
      <soap:operation soapAction="http://e-conomic.com/Product_GetCostPrice" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Product_SetCostPrice">
      <soap:operation soapAction="http://e-conomic.com/Product_SetCostPrice" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Product_GetRecommendedPrice">
      <soap:operation soapAction="http://e-conomic.com/Product_GetRecommendedPrice" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Product_SetRecommendedPrice">
      <soap:operation soapAction="http://e-conomic.com/Product_SetRecommendedPrice" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Product_GetUnit">
      <soap:operation soapAction="http://e-conomic.com/Product_GetUnit" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Product_SetUnit">
      <soap:operation soapAction="http://e-conomic.com/Product_SetUnit" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Product_SetIsAccessible">
      <soap:operation soapAction="http://e-conomic.com/Product_SetIsAccessible" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Product_GetIsAccessible">
      <soap:operation soapAction="http://e-conomic.com/Product_GetIsAccessible" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Product_SetVolume">
      <soap:operation soapAction="http://e-conomic.com/Product_SetVolume" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Product_GetVolume">
      <soap:operation soapAction="http://e-conomic.com/Product_GetVolume" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Product_GetDepartment">
      <soap:operation soapAction="http://e-conomic.com/Product_GetDepartment" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Product_SetDepartment">
      <soap:operation soapAction="http://e-conomic.com/Product_SetDepartment" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Product_GetDistributionKey">
      <soap:operation soapAction="http://e-conomic.com/Product_GetDistributionKey" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Product_SetDistributionKey">
      <soap:operation soapAction="http://e-conomic.com/Product_SetDistributionKey" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Product_GetInStock">
      <soap:operation soapAction="http://e-conomic.com/Product_GetInStock" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Product_GetOnOrder">
      <soap:operation soapAction="http://e-conomic.com/Product_GetOnOrder" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Product_GetOrdered">
      <soap:operation soapAction="http://e-conomic.com/Product_GetOrdered" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Product_GetAvailable">
      <soap:operation soapAction="http://e-conomic.com/Product_GetAvailable" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Product_GetInventoryLocationStatus">
      <soap:operation soapAction="http://e-conomic.com/Product_GetInventoryLocationStatus" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Product_Create">
      <soap:operation soapAction="http://e-conomic.com/Product_Create" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Product_GetAll">
      <soap:operation soapAction="http://e-conomic.com/Product_GetAll" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Product_GetAllAccessible">
      <soap:operation soapAction="http://e-conomic.com/Product_GetAllAccessible" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Product_GetAllUpdated">
      <soap:operation soapAction="http://e-conomic.com/Product_GetAllUpdated" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Product_FindByNumber">
      <soap:operation soapAction="http://e-conomic.com/Product_FindByNumber" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Product_FindByNumberList">
      <soap:operation soapAction="http://e-conomic.com/Product_FindByNumberList" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Product_FindByName">
      <soap:operation soapAction="http://e-conomic.com/Product_FindByName" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Product_FindByBarCode">
      <soap:operation soapAction="http://e-conomic.com/Product_FindByBarCode" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Product_Delete">
      <soap:operation soapAction="http://e-conomic.com/Product_Delete" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="ProductGroup_CreateFromData">
      <soap:operation soapAction="http://e-conomic.com/ProductGroup_CreateFromData" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="ProductGroup_CreateFromDataArray">
      <soap:operation soapAction="http://e-conomic.com/ProductGroup_CreateFromDataArray" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="ProductGroup_UpdateFromDataArray">
      <soap:operation soapAction="http://e-conomic.com/ProductGroup_UpdateFromDataArray" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="ProductGroup_UpdateFromData">
      <soap:operation soapAction="http://e-conomic.com/ProductGroup_UpdateFromData" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="ProductGroup_GetData">
      <soap:operation soapAction="http://e-conomic.com/ProductGroup_GetData" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="ProductGroup_GetDataArray">
      <soap:operation soapAction="http://e-conomic.com/ProductGroup_GetDataArray" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="ProductGroup_GetNumber">
      <soap:operation soapAction="http://e-conomic.com/ProductGroup_GetNumber" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="ProductGroup_GetName">
      <soap:operation soapAction="http://e-conomic.com/ProductGroup_GetName" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="ProductGroup_SetName">
      <soap:operation soapAction="http://e-conomic.com/ProductGroup_SetName" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="ProductGroup_GetAccountForVatLiableDebtorInvoicesCurrent">
      <soap:operation soapAction="http://e-conomic.com/ProductGroup_GetAccountForVatLiableDebtorInvoicesCurrent" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="ProductGroup_SetAccountForVatLiableDebtorInvoicesCurrent">
      <soap:operation soapAction="http://e-conomic.com/ProductGroup_SetAccountForVatLiableDebtorInvoicesCurrent" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="ProductGroup_GetAccountForVatExemptDebtorInvoicesCurrent">
      <soap:operation soapAction="http://e-conomic.com/ProductGroup_GetAccountForVatExemptDebtorInvoicesCurrent" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="ProductGroup_SetAccountForVatExemptDebtorInvoicesCurrent">
      <soap:operation soapAction="http://e-conomic.com/ProductGroup_SetAccountForVatExemptDebtorInvoicesCurrent" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="ProductGroup_SetAccrual">
      <soap:operation soapAction="http://e-conomic.com/ProductGroup_SetAccrual" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="ProductGroup_GetAccrual">
      <soap:operation soapAction="http://e-conomic.com/ProductGroup_GetAccrual" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="ProductGroup_Create">
      <soap:operation soapAction="http://e-conomic.com/ProductGroup_Create" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="ProductGroup_GetAll">
      <soap:operation soapAction="http://e-conomic.com/ProductGroup_GetAll" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="ProductGroup_FindByNumber">
      <soap:operation soapAction="http://e-conomic.com/ProductGroup_FindByNumber" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="ProductGroup_FindByNumberList">
      <soap:operation soapAction="http://e-conomic.com/ProductGroup_FindByNumberList" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="ProductGroup_FindByName">
      <soap:operation soapAction="http://e-conomic.com/ProductGroup_FindByName" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="ProductGroup_GetProducts">
      <soap:operation soapAction="http://e-conomic.com/ProductGroup_GetProducts" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="ProductGroup_Delete">
      <soap:operation soapAction="http://e-conomic.com/ProductGroup_Delete" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="ProductPrice_CreateFromData">
      <soap:operation soapAction="http://e-conomic.com/ProductPrice_CreateFromData" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="ProductPrice_CreateFromDataArray">
      <soap:operation soapAction="http://e-conomic.com/ProductPrice_CreateFromDataArray" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="ProductPrice_UpdateFromDataArray">
      <soap:operation soapAction="http://e-conomic.com/ProductPrice_UpdateFromDataArray" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="ProductPrice_UpdateFromData">
      <soap:operation soapAction="http://e-conomic.com/ProductPrice_UpdateFromData" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="ProductPrice_GetData">
      <soap:operation soapAction="http://e-conomic.com/ProductPrice_GetData" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="ProductPrice_GetDataArray">
      <soap:operation soapAction="http://e-conomic.com/ProductPrice_GetDataArray" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="ProductPrice_Create">
      <soap:operation soapAction="http://e-conomic.com/ProductPrice_Create" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="ProductPrice_FindByProductAndCurrency">
      <soap:operation soapAction="http://e-conomic.com/ProductPrice_FindByProductAndCurrency" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="ProductPrice_FindByProductListAndCurrency">
      <soap:operation soapAction="http://e-conomic.com/ProductPrice_FindByProductListAndCurrency" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="ProductPrice_FindByProductList">
      <soap:operation soapAction="http://e-conomic.com/ProductPrice_FindByProductList" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="ProductPrice_FindByCurrency">
      <soap:operation soapAction="http://e-conomic.com/ProductPrice_FindByCurrency" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="ProductPrice_Delete">
      <soap:operation soapAction="http://e-conomic.com/ProductPrice_Delete" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="ProductPrice_GetProduct">
      <soap:operation soapAction="http://e-conomic.com/ProductPrice_GetProduct" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="ProductPrice_GetCurrency">
      <soap:operation soapAction="http://e-conomic.com/ProductPrice_GetCurrency" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="ProductPrice_GetPrice">
      <soap:operation soapAction="http://e-conomic.com/ProductPrice_GetPrice" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Order_GetLayout">
      <soap:operation soapAction="http://e-conomic.com/Order_GetLayout" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Order_SetLayout">
      <soap:operation soapAction="http://e-conomic.com/Order_SetLayout" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Order_GetDeliveryLocation">
      <soap:operation soapAction="http://e-conomic.com/Order_GetDeliveryLocation" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Order_SetDeliveryLocation">
      <soap:operation soapAction="http://e-conomic.com/Order_SetDeliveryLocation" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Order_GetDeliveryAddress">
      <soap:operation soapAction="http://e-conomic.com/Order_GetDeliveryAddress" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Order_SetDeliveryAddress">
      <soap:operation soapAction="http://e-conomic.com/Order_SetDeliveryAddress" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Order_GetDeliveryPostalCode">
      <soap:operation soapAction="http://e-conomic.com/Order_GetDeliveryPostalCode" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Order_SetDeliveryPostalCode">
      <soap:operation soapAction="http://e-conomic.com/Order_SetDeliveryPostalCode" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Order_GetDeliveryCity">
      <soap:operation soapAction="http://e-conomic.com/Order_GetDeliveryCity" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Order_SetDeliveryCity">
      <soap:operation soapAction="http://e-conomic.com/Order_SetDeliveryCity" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Order_GetDeliveryCountry">
      <soap:operation soapAction="http://e-conomic.com/Order_GetDeliveryCountry" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Order_SetDeliveryCountry">
      <soap:operation soapAction="http://e-conomic.com/Order_SetDeliveryCountry" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Order_GetTermsOfDelivery">
      <soap:operation soapAction="http://e-conomic.com/Order_GetTermsOfDelivery" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Order_SetTermsOfDelivery">
      <soap:operation soapAction="http://e-conomic.com/Order_SetTermsOfDelivery" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Order_GetDeliveryDate">
      <soap:operation soapAction="http://e-conomic.com/Order_GetDeliveryDate" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Order_SetDeliveryDate">
      <soap:operation soapAction="http://e-conomic.com/Order_SetDeliveryDate" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Order_GetHeading">
      <soap:operation soapAction="http://e-conomic.com/Order_GetHeading" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Order_SetHeading">
      <soap:operation soapAction="http://e-conomic.com/Order_SetHeading" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Order_GetTextLine1">
      <soap:operation soapAction="http://e-conomic.com/Order_GetTextLine1" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Order_SetTextLine1">
      <soap:operation soapAction="http://e-conomic.com/Order_SetTextLine1" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Order_GetTextLine2">
      <soap:operation soapAction="http://e-conomic.com/Order_GetTextLine2" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Order_SetTextLine2">
      <soap:operation soapAction="http://e-conomic.com/Order_SetTextLine2" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Order_GetOtherReference">
      <soap:operation soapAction="http://e-conomic.com/Order_GetOtherReference" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Order_SetOtherReference">
      <soap:operation soapAction="http://e-conomic.com/Order_SetOtherReference" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Order_GetIsArchived">
      <soap:operation soapAction="http://e-conomic.com/Order_GetIsArchived" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Order_GetIsSent">
      <soap:operation soapAction="http://e-conomic.com/Order_GetIsSent" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Order_GetNetAmount">
      <soap:operation soapAction="http://e-conomic.com/Order_GetNetAmount" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Order_GetVatAmount">
      <soap:operation soapAction="http://e-conomic.com/Order_GetVatAmount" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Order_GetGrossAmount">
      <soap:operation soapAction="http://e-conomic.com/Order_GetGrossAmount" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Order_GetMargin">
      <soap:operation soapAction="http://e-conomic.com/Order_GetMargin" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Order_GetMarginAsPercent">
      <soap:operation soapAction="http://e-conomic.com/Order_GetMarginAsPercent" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Order_GetRoundingAmount">
      <soap:operation soapAction="http://e-conomic.com/Order_GetRoundingAmount" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Order_GetDebtorCounty">
      <soap:operation soapAction="http://e-conomic.com/Order_GetDebtorCounty" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Order_SetDebtorCounty">
      <soap:operation soapAction="http://e-conomic.com/Order_SetDebtorCounty" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Order_GetDeliveryCounty">
      <soap:operation soapAction="http://e-conomic.com/Order_GetDeliveryCounty" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Order_SetDeliveryCounty">
      <soap:operation soapAction="http://e-conomic.com/Order_SetDeliveryCounty" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="OrderLine_CreateFromData">
      <soap:operation soapAction="http://e-conomic.com/OrderLine_CreateFromData" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="OrderLine_CreateFromDataArray">
      <soap:operation soapAction="http://e-conomic.com/OrderLine_CreateFromDataArray" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="OrderLine_UpdateFromDataArray">
      <soap:operation soapAction="http://e-conomic.com/OrderLine_UpdateFromDataArray" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="OrderLine_UpdateFromData">
      <soap:operation soapAction="http://e-conomic.com/OrderLine_UpdateFromData" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="OrderLine_GetData">
      <soap:operation soapAction="http://e-conomic.com/OrderLine_GetData" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="OrderLine_GetDataArray">
      <soap:operation soapAction="http://e-conomic.com/OrderLine_GetDataArray" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="OrderLine_GetNumber">
      <soap:operation soapAction="http://e-conomic.com/OrderLine_GetNumber" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="OrderLine_GetOrder">
      <soap:operation soapAction="http://e-conomic.com/OrderLine_GetOrder" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="OrderLine_GetDescription">
      <soap:operation soapAction="http://e-conomic.com/OrderLine_GetDescription" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="OrderLine_SetDescription">
      <soap:operation soapAction="http://e-conomic.com/OrderLine_SetDescription" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="OrderLine_GetDeliveryDate">
      <soap:operation soapAction="http://e-conomic.com/OrderLine_GetDeliveryDate" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="OrderLine_SetDeliveryDate">
      <soap:operation soapAction="http://e-conomic.com/OrderLine_SetDeliveryDate" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="OrderLine_GetUnit">
      <soap:operation soapAction="http://e-conomic.com/OrderLine_GetUnit" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="OrderLine_SetUnit">
      <soap:operation soapAction="http://e-conomic.com/OrderLine_SetUnit" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="OrderLine_SetProduct">
      <soap:operation soapAction="http://e-conomic.com/OrderLine_SetProduct" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="OrderLine_GetProduct">
      <soap:operation soapAction="http://e-conomic.com/OrderLine_GetProduct" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="OrderLine_GetQuantity">
      <soap:operation soapAction="http://e-conomic.com/OrderLine_GetQuantity" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="OrderLine_SetQuantity">
      <soap:operation soapAction="http://e-conomic.com/OrderLine_SetQuantity" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="OrderLine_GetUnitNetPrice">
      <soap:operation soapAction="http://e-conomic.com/OrderLine_GetUnitNetPrice" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="OrderLine_SetUnitNetPrice">
      <soap:operation soapAction="http://e-conomic.com/OrderLine_SetUnitNetPrice" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="OrderLine_SetUnitCostPrice">
      <soap:operation soapAction="http://e-conomic.com/OrderLine_SetUnitCostPrice" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="OrderLine_GetDiscountAsPercent">
      <soap:operation soapAction="http://e-conomic.com/OrderLine_GetDiscountAsPercent" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="OrderLine_SetDiscountAsPercent">
      <soap:operation soapAction="http://e-conomic.com/OrderLine_SetDiscountAsPercent" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="OrderLine_GetUnitCostPrice">
      <soap:operation soapAction="http://e-conomic.com/OrderLine_GetUnitCostPrice" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="OrderLine_GetTotalNetAmount">
      <soap:operation soapAction="http://e-conomic.com/OrderLine_GetTotalNetAmount" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="OrderLine_GetTotalMargin">
      <soap:operation soapAction="http://e-conomic.com/OrderLine_GetTotalMargin" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="OrderLine_GetMarginAsPercent">
      <soap:operation soapAction="http://e-conomic.com/OrderLine_GetMarginAsPercent" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="OrderLine_GetDepartment">
      <soap:operation soapAction="http://e-conomic.com/OrderLine_GetDepartment" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="OrderLine_SetDepartment">
      <soap:operation soapAction="http://e-conomic.com/OrderLine_SetDepartment" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="OrderLine_SetDistributionKey">
      <soap:operation soapAction="http://e-conomic.com/OrderLine_SetDistributionKey" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="OrderLine_GetDistributionKey">
      <soap:operation soapAction="http://e-conomic.com/OrderLine_GetDistributionKey" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="OrderLine_Create">
      <soap:operation soapAction="http://e-conomic.com/OrderLine_Create" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="OrderLine_GetAll">
      <soap:operation soapAction="http://e-conomic.com/OrderLine_GetAll" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="OrderLine_FindByProduct">
      <soap:operation soapAction="http://e-conomic.com/OrderLine_FindByProduct" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="OrderLine_FindByProductList">
      <soap:operation soapAction="http://e-conomic.com/OrderLine_FindByProductList" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="OrderLine_Delete">
      <soap:operation soapAction="http://e-conomic.com/OrderLine_Delete" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="PriceGroup_CreateFromData">
      <soap:operation soapAction="http://e-conomic.com/PriceGroup_CreateFromData" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="PriceGroup_CreateFromDataArray">
      <soap:operation soapAction="http://e-conomic.com/PriceGroup_CreateFromDataArray" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="PriceGroup_UpdateFromDataArray">
      <soap:operation soapAction="http://e-conomic.com/PriceGroup_UpdateFromDataArray" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="PriceGroup_UpdateFromData">
      <soap:operation soapAction="http://e-conomic.com/PriceGroup_UpdateFromData" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="PriceGroup_GetData">
      <soap:operation soapAction="http://e-conomic.com/PriceGroup_GetData" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="PriceGroup_GetDataArray">
      <soap:operation soapAction="http://e-conomic.com/PriceGroup_GetDataArray" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="PriceGroup_Create">
      <soap:operation soapAction="http://e-conomic.com/PriceGroup_Create" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="PriceGroup_GetNumber">
      <soap:operation soapAction="http://e-conomic.com/PriceGroup_GetNumber" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="PriceGroup_GetName">
      <soap:operation soapAction="http://e-conomic.com/PriceGroup_GetName" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="PriceGroup_SetName">
      <soap:operation soapAction="http://e-conomic.com/PriceGroup_SetName" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="PriceGroup_GetAll">
      <soap:operation soapAction="http://e-conomic.com/PriceGroup_GetAll" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="PriceGroup_FindByNumber">
      <soap:operation soapAction="http://e-conomic.com/PriceGroup_FindByNumber" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="PriceGroup_FindByNumberList">
      <soap:operation soapAction="http://e-conomic.com/PriceGroup_FindByNumberList" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="MileageEntry_GetData">
      <soap:operation soapAction="http://e-conomic.com/MileageEntry_GetData" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="MileageEntry_GetDataArray">
      <soap:operation soapAction="http://e-conomic.com/MileageEntry_GetDataArray" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="MileageEntry_Create">
      <soap:operation soapAction="http://e-conomic.com/MileageEntry_Create" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="MileageEntry_GetAll">
      <soap:operation soapAction="http://e-conomic.com/MileageEntry_GetAll" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="MileageEntry_Delete">
      <soap:operation soapAction="http://e-conomic.com/MileageEntry_Delete" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="MileageEntry_GetId">
      <soap:operation soapAction="http://e-conomic.com/MileageEntry_GetId" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="MileageEntry_GetProject">
      <soap:operation soapAction="http://e-conomic.com/MileageEntry_GetProject" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="MileageEntry_SetProject">
      <soap:operation soapAction="http://e-conomic.com/MileageEntry_SetProject" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="MileageEntry_GetEmployee">
      <soap:operation soapAction="http://e-conomic.com/MileageEntry_GetEmployee" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="MileageEntry_SetEmployee">
      <soap:operation soapAction="http://e-conomic.com/MileageEntry_SetEmployee" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="MileageEntry_GetDate">
      <soap:operation soapAction="http://e-conomic.com/MileageEntry_GetDate" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="MileageEntry_GetSalesPrice">
      <soap:operation soapAction="http://e-conomic.com/MileageEntry_GetSalesPrice" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="MileageEntry_GetCostPrice">
      <soap:operation soapAction="http://e-conomic.com/MileageEntry_GetCostPrice" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="MileageEntry_GetCostRate">
      <soap:operation soapAction="http://e-conomic.com/MileageEntry_GetCostRate" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="MileageEntry_GetSalesRate">
      <soap:operation soapAction="http://e-conomic.com/MileageEntry_GetSalesRate" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="MileageEntry_SetDate">
      <soap:operation soapAction="http://e-conomic.com/MileageEntry_SetDate" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="MileageEntry_GetStartLocation">
      <soap:operation soapAction="http://e-conomic.com/MileageEntry_GetStartLocation" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="MileageEntry_SetStartLocation">
      <soap:operation soapAction="http://e-conomic.com/MileageEntry_SetStartLocation" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="MileageEntry_GetEndLocation">
      <soap:operation soapAction="http://e-conomic.com/MileageEntry_GetEndLocation" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="MileageEntry_SetEndLocation">
      <soap:operation soapAction="http://e-conomic.com/MileageEntry_SetEndLocation" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="MileageEntry_GetDistance">
      <soap:operation soapAction="http://e-conomic.com/MileageEntry_GetDistance" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="MileageEntry_SetDistance">
      <soap:operation soapAction="http://e-conomic.com/MileageEntry_SetDistance" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="MileageEntry_GetApproved">
      <soap:operation soapAction="http://e-conomic.com/MileageEntry_GetApproved" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="MileageEntry_ApproveEntries">
      <soap:operation soapAction="http://e-conomic.com/MileageEntry_ApproveEntries" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Order_CreateFromData">
      <soap:operation soapAction="http://e-conomic.com/Order_CreateFromData" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Order_CreateFromDataArray">
      <soap:operation soapAction="http://e-conomic.com/Order_CreateFromDataArray" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Order_UpdateFromDataArray">
      <soap:operation soapAction="http://e-conomic.com/Order_UpdateFromDataArray" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Order_UpdateFromData">
      <soap:operation soapAction="http://e-conomic.com/Order_UpdateFromData" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Order_GetData">
      <soap:operation soapAction="http://e-conomic.com/Order_GetData" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Order_GetDataArray">
      <soap:operation soapAction="http://e-conomic.com/Order_GetDataArray" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Order_Create">
      <soap:operation soapAction="http://e-conomic.com/Order_Create" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Order_GetPdf">
      <soap:operation soapAction="http://e-conomic.com/Order_GetPdf" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Order_GetAll">
      <soap:operation soapAction="http://e-conomic.com/Order_GetAll" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Order_GetAllCurrent">
      <soap:operation soapAction="http://e-conomic.com/Order_GetAllCurrent" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Order_FindByOtherReference">
      <soap:operation soapAction="http://e-conomic.com/Order_FindByOtherReference" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Order_FindByNumber">
      <soap:operation soapAction="http://e-conomic.com/Order_FindByNumber" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Order_FindByNumberInterval">
      <soap:operation soapAction="http://e-conomic.com/Order_FindByNumberInterval" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Order_FindByDateInterval">
      <soap:operation soapAction="http://e-conomic.com/Order_FindByDateInterval" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Order_GetAllUpdated">
      <soap:operation soapAction="http://e-conomic.com/Order_GetAllUpdated" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Order_GetLines">
      <soap:operation soapAction="http://e-conomic.com/Order_GetLines" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Order_RegisterAsSent">
      <soap:operation soapAction="http://e-conomic.com/Order_RegisterAsSent" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Order_CancelSentStatus">
      <soap:operation soapAction="http://e-conomic.com/Order_CancelSentStatus" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Order_UpgradeToInvoice">
      <soap:operation soapAction="http://e-conomic.com/Order_UpgradeToInvoice" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Order_Delete">
      <soap:operation soapAction="http://e-conomic.com/Order_Delete" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Order_GetDebtor">
      <soap:operation soapAction="http://e-conomic.com/Order_GetDebtor" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Order_SetDebtor">
      <soap:operation soapAction="http://e-conomic.com/Order_SetDebtor" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Order_GetNumber">
      <soap:operation soapAction="http://e-conomic.com/Order_GetNumber" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Order_GetDebtorName">
      <soap:operation soapAction="http://e-conomic.com/Order_GetDebtorName" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Order_SetDebtorName">
      <soap:operation soapAction="http://e-conomic.com/Order_SetDebtorName" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Order_GetDebtorAddress">
      <soap:operation soapAction="http://e-conomic.com/Order_GetDebtorAddress" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Order_SetDebtorAddress">
      <soap:operation soapAction="http://e-conomic.com/Order_SetDebtorAddress" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Order_GetDebtorPostalCode">
      <soap:operation soapAction="http://e-conomic.com/Order_GetDebtorPostalCode" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Order_SetDebtorPostalCode">
      <soap:operation soapAction="http://e-conomic.com/Order_SetDebtorPostalCode" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Order_GetDebtorCity">
      <soap:operation soapAction="http://e-conomic.com/Order_GetDebtorCity" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Order_SetDebtorCity">
      <soap:operation soapAction="http://e-conomic.com/Order_SetDebtorCity" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Order_GetDebtorCountry">
      <soap:operation soapAction="http://e-conomic.com/Order_GetDebtorCountry" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Order_SetDebtorCountry">
      <soap:operation soapAction="http://e-conomic.com/Order_SetDebtorCountry" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Order_GetDebtorEan">
      <soap:operation soapAction="http://e-conomic.com/Order_GetDebtorEan" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Order_SetDebtorEan">
      <soap:operation soapAction="http://e-conomic.com/Order_SetDebtorEan" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Order_GetProject">
      <soap:operation soapAction="http://e-conomic.com/Order_GetProject" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Order_SetProject">
      <soap:operation soapAction="http://e-conomic.com/Order_SetProject" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Order_GetPublicEntryNumber">
      <soap:operation soapAction="http://e-conomic.com/Order_GetPublicEntryNumber" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Order_SetPublicEntryNumber">
      <soap:operation soapAction="http://e-conomic.com/Order_SetPublicEntryNumber" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Order_GetAttention">
      <soap:operation soapAction="http://e-conomic.com/Order_GetAttention" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Order_SetAttention">
      <soap:operation soapAction="http://e-conomic.com/Order_SetAttention" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Order_GetYourReference">
      <soap:operation soapAction="http://e-conomic.com/Order_GetYourReference" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Order_SetYourReference">
      <soap:operation soapAction="http://e-conomic.com/Order_SetYourReference" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Order_GetOurReference">
      <soap:operation soapAction="http://e-conomic.com/Order_GetOurReference" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Order_SetOurReference">
      <soap:operation soapAction="http://e-conomic.com/Order_SetOurReference" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Order_GetOurReference2">
      <soap:operation soapAction="http://e-conomic.com/Order_GetOurReference2" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Order_SetOurReference2">
      <soap:operation soapAction="http://e-conomic.com/Order_SetOurReference2" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Order_GetDate">
      <soap:operation soapAction="http://e-conomic.com/Order_GetDate" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Order_SetDate">
      <soap:operation soapAction="http://e-conomic.com/Order_SetDate" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Order_GetTermOfPayment">
      <soap:operation soapAction="http://e-conomic.com/Order_GetTermOfPayment" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Order_SetTermOfPayment">
      <soap:operation soapAction="http://e-conomic.com/Order_SetTermOfPayment" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Order_GetDueDate">
      <soap:operation soapAction="http://e-conomic.com/Order_GetDueDate" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Order_SetDueDate">
      <soap:operation soapAction="http://e-conomic.com/Order_SetDueDate" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Order_GetCurrency">
      <soap:operation soapAction="http://e-conomic.com/Order_GetCurrency" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Order_SetCurrency">
      <soap:operation soapAction="http://e-conomic.com/Order_SetCurrency" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Order_GetExchangeRate">
      <soap:operation soapAction="http://e-conomic.com/Order_GetExchangeRate" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Order_SetExchangeRate">
      <soap:operation soapAction="http://e-conomic.com/Order_SetExchangeRate" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Order_GetIsVatIncluded">
      <soap:operation soapAction="http://e-conomic.com/Order_GetIsVatIncluded" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Order_SetIsVatIncluded">
      <soap:operation soapAction="http://e-conomic.com/Order_SetIsVatIncluded" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Order_GetVatZone">
      <soap:operation soapAction="http://e-conomic.com/Order_GetVatZone" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Order_SetVatZone">
      <soap:operation soapAction="http://e-conomic.com/Order_SetVatZone" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Invoice_GetDebtorEan">
      <soap:operation soapAction="http://e-conomic.com/Invoice_GetDebtorEan" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Invoice_GetPublicEntryNumber">
      <soap:operation soapAction="http://e-conomic.com/Invoice_GetPublicEntryNumber" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Invoice_GetAttention">
      <soap:operation soapAction="http://e-conomic.com/Invoice_GetAttention" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Invoice_GetYourReference">
      <soap:operation soapAction="http://e-conomic.com/Invoice_GetYourReference" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Invoice_GetOurReference">
      <soap:operation soapAction="http://e-conomic.com/Invoice_GetOurReference" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Invoice_GetOurReference2">
      <soap:operation soapAction="http://e-conomic.com/Invoice_GetOurReference2" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Invoice_GetTermOfPayment">
      <soap:operation soapAction="http://e-conomic.com/Invoice_GetTermOfPayment" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Invoice_GetCurrency">
      <soap:operation soapAction="http://e-conomic.com/Invoice_GetCurrency" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Invoice_GetIsVatIncluded">
      <soap:operation soapAction="http://e-conomic.com/Invoice_GetIsVatIncluded" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Invoice_GetLayout">
      <soap:operation soapAction="http://e-conomic.com/Invoice_GetLayout" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Invoice_GetDeliveryLocation">
      <soap:operation soapAction="http://e-conomic.com/Invoice_GetDeliveryLocation" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Invoice_GetDeliveryAddress">
      <soap:operation soapAction="http://e-conomic.com/Invoice_GetDeliveryAddress" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Invoice_GetDeliveryPostalCode">
      <soap:operation soapAction="http://e-conomic.com/Invoice_GetDeliveryPostalCode" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Invoice_GetDeliveryCity">
      <soap:operation soapAction="http://e-conomic.com/Invoice_GetDeliveryCity" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Invoice_GetDeliveryCountry">
      <soap:operation soapAction="http://e-conomic.com/Invoice_GetDeliveryCountry" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Invoice_GetTermsOfDelivery">
      <soap:operation soapAction="http://e-conomic.com/Invoice_GetTermsOfDelivery" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Invoice_GetDeliveryDate">
      <soap:operation soapAction="http://e-conomic.com/Invoice_GetDeliveryDate" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Invoice_GetDate">
      <soap:operation soapAction="http://e-conomic.com/Invoice_GetDate" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Invoice_GetDueDate">
      <soap:operation soapAction="http://e-conomic.com/Invoice_GetDueDate" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Invoice_GetHeading">
      <soap:operation soapAction="http://e-conomic.com/Invoice_GetHeading" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Invoice_GetTextLine1">
      <soap:operation soapAction="http://e-conomic.com/Invoice_GetTextLine1" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Invoice_GetTextLine2">
      <soap:operation soapAction="http://e-conomic.com/Invoice_GetTextLine2" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Invoice_GetOtherReference">
      <soap:operation soapAction="http://e-conomic.com/Invoice_GetOtherReference" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Invoice_GetOrderNumber">
      <soap:operation soapAction="http://e-conomic.com/Invoice_GetOrderNumber" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Invoice_GetNetAmount">
      <soap:operation soapAction="http://e-conomic.com/Invoice_GetNetAmount" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Invoice_GetVatAmount">
      <soap:operation soapAction="http://e-conomic.com/Invoice_GetVatAmount" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Invoice_GetGrossAmount">
      <soap:operation soapAction="http://e-conomic.com/Invoice_GetGrossAmount" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Invoice_GetRemainder">
      <soap:operation soapAction="http://e-conomic.com/Invoice_GetRemainder" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Invoice_GetRemainderDefaultCurrency">
      <soap:operation soapAction="http://e-conomic.com/Invoice_GetRemainderDefaultCurrency" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Invoice_GetRoundingAmount">
      <soap:operation soapAction="http://e-conomic.com/Invoice_GetRoundingAmount" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Invoice_GetDebtorCounty">
      <soap:operation soapAction="http://e-conomic.com/Invoice_GetDebtorCounty" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Invoice_GetDeliveryCounty">
      <soap:operation soapAction="http://e-conomic.com/Invoice_GetDeliveryCounty" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Invoice_GetNetAmountDefaultCurrency">
      <soap:operation soapAction="http://e-conomic.com/Invoice_GetNetAmountDefaultCurrency" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Invoice_GetDeductionAmount">
      <soap:operation soapAction="http://e-conomic.com/Invoice_GetDeductionAmount" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Invoice_GetAll">
      <soap:operation soapAction="http://e-conomic.com/Invoice_GetAll" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Invoice_FindByNumber">
      <soap:operation soapAction="http://e-conomic.com/Invoice_FindByNumber" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Invoice_FindByNumberList">
      <soap:operation soapAction="http://e-conomic.com/Invoice_FindByNumberList" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Invoice_FindByNumberInterval">
      <soap:operation soapAction="http://e-conomic.com/Invoice_FindByNumberInterval" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Invoice_FindByDateInterval">
      <soap:operation soapAction="http://e-conomic.com/Invoice_FindByDateInterval" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Invoice_FindByOurReference">
      <soap:operation soapAction="http://e-conomic.com/Invoice_FindByOurReference" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Invoice_FindByOtherReference">
      <soap:operation soapAction="http://e-conomic.com/Invoice_FindByOtherReference" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Invoice_FindByOrderNumber">
      <soap:operation soapAction="http://e-conomic.com/Invoice_FindByOrderNumber" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Invoice_GetLines">
      <soap:operation soapAction="http://e-conomic.com/Invoice_GetLines" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Invoice_GetPdf">
      <soap:operation soapAction="http://e-conomic.com/Invoice_GetPdf" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Invoice_GetOioXml">
      <soap:operation soapAction="http://e-conomic.com/Invoice_GetOioXml" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="InvoiceLine_GetData">
      <soap:operation soapAction="http://e-conomic.com/InvoiceLine_GetData" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="InvoiceLine_GetDataArray">
      <soap:operation soapAction="http://e-conomic.com/InvoiceLine_GetDataArray" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="InvoiceLine_GetNumber">
      <soap:operation soapAction="http://e-conomic.com/InvoiceLine_GetNumber" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="InvoiceLine_GetInvoice">
      <soap:operation soapAction="http://e-conomic.com/InvoiceLine_GetInvoice" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="InvoiceLine_GetDescription">
      <soap:operation soapAction="http://e-conomic.com/InvoiceLine_GetDescription" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="InvoiceLine_GetDeliveryDate">
      <soap:operation soapAction="http://e-conomic.com/InvoiceLine_GetDeliveryDate" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="InvoiceLine_GetUnit">
      <soap:operation soapAction="http://e-conomic.com/InvoiceLine_GetUnit" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="InvoiceLine_GetProduct">
      <soap:operation soapAction="http://e-conomic.com/InvoiceLine_GetProduct" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="InvoiceLine_GetQuantity">
      <soap:operation soapAction="http://e-conomic.com/InvoiceLine_GetQuantity" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="InvoiceLine_GetUnitNetPrice">
      <soap:operation soapAction="http://e-conomic.com/InvoiceLine_GetUnitNetPrice" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="InvoiceLine_GetDiscountAsPercent">
      <soap:operation soapAction="http://e-conomic.com/InvoiceLine_GetDiscountAsPercent" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="InvoiceLine_GetUnitCostPrice">
      <soap:operation soapAction="http://e-conomic.com/InvoiceLine_GetUnitCostPrice" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="InvoiceLine_GetVatRate">
      <soap:operation soapAction="http://e-conomic.com/InvoiceLine_GetVatRate" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="InvoiceLine_GetVatAmount">
      <soap:operation soapAction="http://e-conomic.com/InvoiceLine_GetVatAmount" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="InvoiceLine_GetTotalNetAmount">
      <soap:operation soapAction="http://e-conomic.com/InvoiceLine_GetTotalNetAmount" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="InvoiceLine_GetDepartment">
      <soap:operation soapAction="http://e-conomic.com/InvoiceLine_GetDepartment" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="InvoiceLine_GetDistributionKey">
      <soap:operation soapAction="http://e-conomic.com/InvoiceLine_GetDistributionKey" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="InvoiceLine_FindByProduct">
      <soap:operation soapAction="http://e-conomic.com/InvoiceLine_FindByProduct" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="InvoiceLine_FindByProductList">
      <soap:operation soapAction="http://e-conomic.com/InvoiceLine_FindByProductList" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="InvoiceLine_FindByInvoiceNumberInterval">
      <soap:operation soapAction="http://e-conomic.com/InvoiceLine_FindByInvoiceNumberInterval" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="InventoryLocation_GetData">
      <soap:operation soapAction="http://e-conomic.com/InventoryLocation_GetData" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="InventoryLocation_GetDataArray">
      <soap:operation soapAction="http://e-conomic.com/InventoryLocation_GetDataArray" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="InventoryLocation_GetAll">
      <soap:operation soapAction="http://e-conomic.com/InventoryLocation_GetAll" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="InventoryLocation_FindByName">
      <soap:operation soapAction="http://e-conomic.com/InventoryLocation_FindByName" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="InventoryLocation_FindByNumber">
      <soap:operation soapAction="http://e-conomic.com/InventoryLocation_FindByNumber" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="InventoryLocation_FindByNumberList">
      <soap:operation soapAction="http://e-conomic.com/InventoryLocation_FindByNumberList" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="InventoryLocation_GetNumber">
      <soap:operation soapAction="http://e-conomic.com/InventoryLocation_GetNumber" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="InventoryLocation_GetName">
      <soap:operation soapAction="http://e-conomic.com/InventoryLocation_GetName" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="KeyFigureCode_GetData">
      <soap:operation soapAction="http://e-conomic.com/KeyFigureCode_GetData" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="KeyFigureCode_GetDataArray">
      <soap:operation soapAction="http://e-conomic.com/KeyFigureCode_GetDataArray" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="KeyFigureCode_GetAll">
      <soap:operation soapAction="http://e-conomic.com/KeyFigureCode_GetAll" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="KeyFigureCode_FindByName">
      <soap:operation soapAction="http://e-conomic.com/KeyFigureCode_FindByName" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="KeyFigureCode_FindByNumber">
      <soap:operation soapAction="http://e-conomic.com/KeyFigureCode_FindByNumber" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="KeyFigureCode_GetAccounts">
      <soap:operation soapAction="http://e-conomic.com/KeyFigureCode_GetAccounts" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="KeyFigureCode_GetNumber">
      <soap:operation soapAction="http://e-conomic.com/KeyFigureCode_GetNumber" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="KeyFigureCode_GetName">
      <soap:operation soapAction="http://e-conomic.com/KeyFigureCode_GetName" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="MileageEntry_CreateFromData">
      <soap:operation soapAction="http://e-conomic.com/MileageEntry_CreateFromData" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="MileageEntry_CreateFromDataArray">
      <soap:operation soapAction="http://e-conomic.com/MileageEntry_CreateFromDataArray" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="MileageEntry_UpdateFromDataArray">
      <soap:operation soapAction="http://e-conomic.com/MileageEntry_UpdateFromDataArray" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="MileageEntry_UpdateFromData">
      <soap:operation soapAction="http://e-conomic.com/MileageEntry_UpdateFromData" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Employee_UpdateFromData">
      <soap:operation soapAction="http://e-conomic.com/Employee_UpdateFromData" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Employee_GetData">
      <soap:operation soapAction="http://e-conomic.com/Employee_GetData" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Employee_GetDataArray">
      <soap:operation soapAction="http://e-conomic.com/Employee_GetDataArray" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Employee_GetType">
      <soap:operation soapAction="http://e-conomic.com/Employee_GetType" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Employee_GetNumber">
      <soap:operation soapAction="http://e-conomic.com/Employee_GetNumber" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Employee_GetGroup">
      <soap:operation soapAction="http://e-conomic.com/Employee_GetGroup" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Employee_SetGroup">
      <soap:operation soapAction="http://e-conomic.com/Employee_SetGroup" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Employee_GetName">
      <soap:operation soapAction="http://e-conomic.com/Employee_GetName" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Employee_SetName">
      <soap:operation soapAction="http://e-conomic.com/Employee_SetName" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Employee_Create">
      <soap:operation soapAction="http://e-conomic.com/Employee_Create" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Employee_GetAll">
      <soap:operation soapAction="http://e-conomic.com/Employee_GetAll" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Employee_FindByNumber">
      <soap:operation soapAction="http://e-conomic.com/Employee_FindByNumber" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Employee_FindByNumberList">
      <soap:operation soapAction="http://e-conomic.com/Employee_FindByNumberList" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Employee_FindByName">
      <soap:operation soapAction="http://e-conomic.com/Employee_FindByName" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Employee_Delete">
      <soap:operation soapAction="http://e-conomic.com/Employee_Delete" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Employee_GetTimeEntries">
      <soap:operation soapAction="http://e-conomic.com/Employee_GetTimeEntries" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Employee_GetTimeEntriesOnCurrentUser">
      <soap:operation soapAction="http://e-conomic.com/Employee_GetTimeEntriesOnCurrentUser" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Employee_GetProjectsOnCurrentUser">
      <soap:operation soapAction="http://e-conomic.com/Employee_GetProjectsOnCurrentUser" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Employee_GetActivitiesOnCurrentUserForProject">
      <soap:operation soapAction="http://e-conomic.com/Employee_GetActivitiesOnCurrentUserForProject" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Employee_GetTimeEntriesByDate">
      <soap:operation soapAction="http://e-conomic.com/Employee_GetTimeEntriesByDate" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Employee_GetTimeEntriesOnCurrentUserByDate">
      <soap:operation soapAction="http://e-conomic.com/Employee_GetTimeEntriesOnCurrentUserByDate" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Employee_GetMileageEntriesByDate">
      <soap:operation soapAction="http://e-conomic.com/Employee_GetMileageEntriesByDate" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Employee_GetSalesPrice">
      <soap:operation soapAction="http://e-conomic.com/Employee_GetSalesPrice" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Employee_GetCostPrice">
      <soap:operation soapAction="http://e-conomic.com/Employee_GetCostPrice" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Employee_GetSalesPriceByDate">
      <soap:operation soapAction="http://e-conomic.com/Employee_GetSalesPriceByDate" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Employee_GetCostPriceByDate">
      <soap:operation soapAction="http://e-conomic.com/Employee_GetCostPriceByDate" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Employee_SetCostPriceBefore">
      <soap:operation soapAction="http://e-conomic.com/Employee_SetCostPriceBefore" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Employee_SetCostPriceAfter">
      <soap:operation soapAction="http://e-conomic.com/Employee_SetCostPriceAfter" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Employee_SetSalesPriceBefore">
      <soap:operation soapAction="http://e-conomic.com/Employee_SetSalesPriceBefore" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Employee_SetSalesPriceAfter">
      <soap:operation soapAction="http://e-conomic.com/Employee_SetSalesPriceAfter" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Employee_GetCostPriceBefore">
      <soap:operation soapAction="http://e-conomic.com/Employee_GetCostPriceBefore" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Employee_GetCostPriceAfter">
      <soap:operation soapAction="http://e-conomic.com/Employee_GetCostPriceAfter" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Employee_GetSalesPriceBefore">
      <soap:operation soapAction="http://e-conomic.com/Employee_GetSalesPriceBefore" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Employee_GetSalesPriceAfter">
      <soap:operation soapAction="http://e-conomic.com/Employee_GetSalesPriceAfter" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Employee_SetCutoffDate">
      <soap:operation soapAction="http://e-conomic.com/Employee_SetCutoffDate" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Employee_GetCutoffDate">
      <soap:operation soapAction="http://e-conomic.com/Employee_GetCutoffDate" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="EmployeeGroup_CreateFromData">
      <soap:operation soapAction="http://e-conomic.com/EmployeeGroup_CreateFromData" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="EmployeeGroup_CreateFromDataArray">
      <soap:operation soapAction="http://e-conomic.com/EmployeeGroup_CreateFromDataArray" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="EmployeeGroup_UpdateFromDataArray">
      <soap:operation soapAction="http://e-conomic.com/EmployeeGroup_UpdateFromDataArray" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="EmployeeGroup_UpdateFromData">
      <soap:operation soapAction="http://e-conomic.com/EmployeeGroup_UpdateFromData" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="EmployeeGroup_GetData">
      <soap:operation soapAction="http://e-conomic.com/EmployeeGroup_GetData" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="EmployeeGroup_GetDataArray">
      <soap:operation soapAction="http://e-conomic.com/EmployeeGroup_GetDataArray" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="EmployeeGroup_GetNumber">
      <soap:operation soapAction="http://e-conomic.com/EmployeeGroup_GetNumber" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="EmployeeGroup_GetName">
      <soap:operation soapAction="http://e-conomic.com/EmployeeGroup_GetName" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="EmployeeGroup_SetName">
      <soap:operation soapAction="http://e-conomic.com/EmployeeGroup_SetName" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="EmployeeGroup_Create">
      <soap:operation soapAction="http://e-conomic.com/EmployeeGroup_Create" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="EmployeeGroup_GetAll">
      <soap:operation soapAction="http://e-conomic.com/EmployeeGroup_GetAll" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="EmployeeGroup_FindByNumber">
      <soap:operation soapAction="http://e-conomic.com/EmployeeGroup_FindByNumber" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="EmployeeGroup_FindByNumberList">
      <soap:operation soapAction="http://e-conomic.com/EmployeeGroup_FindByNumberList" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="EmployeeGroup_FindByName">
      <soap:operation soapAction="http://e-conomic.com/EmployeeGroup_FindByName" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="EmployeeGroup_GetEmployees">
      <soap:operation soapAction="http://e-conomic.com/EmployeeGroup_GetEmployees" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="EmployeeGroup_Delete">
      <soap:operation soapAction="http://e-conomic.com/EmployeeGroup_Delete" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Entry_GetData">
      <soap:operation soapAction="http://e-conomic.com/Entry_GetData" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Entry_GetDataArray">
      <soap:operation soapAction="http://e-conomic.com/Entry_GetDataArray" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Entry_GetLastUsedSerialNumber">
      <soap:operation soapAction="http://e-conomic.com/Entry_GetLastUsedSerialNumber" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Entry_FindBySerialNumberInterval">
      <soap:operation soapAction="http://e-conomic.com/Entry_FindBySerialNumberInterval" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Entry_FindByDateInterval">
      <soap:operation soapAction="http://e-conomic.com/Entry_FindByDateInterval" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Entry_GetSerialNumber">
      <soap:operation soapAction="http://e-conomic.com/Entry_GetSerialNumber" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Entry_GetAccount">
      <soap:operation soapAction="http://e-conomic.com/Entry_GetAccount" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Entry_GetAmount">
      <soap:operation soapAction="http://e-conomic.com/Entry_GetAmount" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Entry_GetAmountDefaultCurrency">
      <soap:operation soapAction="http://e-conomic.com/Entry_GetAmountDefaultCurrency" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Entry_GetUnit1">
      <soap:operation soapAction="http://e-conomic.com/Entry_GetUnit1" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Entry_GetUnit2">
      <soap:operation soapAction="http://e-conomic.com/Entry_GetUnit2" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Entry_GetQuantity1">
      <soap:operation soapAction="http://e-conomic.com/Entry_GetQuantity1" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Entry_GetQuantity2">
      <soap:operation soapAction="http://e-conomic.com/Entry_GetQuantity2" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Entry_GetCurrency">
      <soap:operation soapAction="http://e-conomic.com/Entry_GetCurrency" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Entry_GetDate">
      <soap:operation soapAction="http://e-conomic.com/Entry_GetDate" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Entry_GetText">
      <soap:operation soapAction="http://e-conomic.com/Entry_GetText" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Entry_GetType">
      <soap:operation soapAction="http://e-conomic.com/Entry_GetType" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Entry_GetDepartment">
      <soap:operation soapAction="http://e-conomic.com/Entry_GetDepartment" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Entry_GetDistributionKey">
      <soap:operation soapAction="http://e-conomic.com/Entry_GetDistributionKey" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Entry_GetVatAccount">
      <soap:operation soapAction="http://e-conomic.com/Entry_GetVatAccount" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Entry_GetVoucherNumber">
      <soap:operation soapAction="http://e-conomic.com/Entry_GetVoucherNumber" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Entry_GetProject">
      <soap:operation soapAction="http://e-conomic.com/Entry_GetProject" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Entry_GetDocument">
      <soap:operation soapAction="http://e-conomic.com/Entry_GetDocument" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Invoice_GetData">
      <soap:operation soapAction="http://e-conomic.com/Invoice_GetData" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Invoice_GetDataArray">
      <soap:operation soapAction="http://e-conomic.com/Invoice_GetDataArray" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Invoice_GetNumber">
      <soap:operation soapAction="http://e-conomic.com/Invoice_GetNumber" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Invoice_GetDebtor">
      <soap:operation soapAction="http://e-conomic.com/Invoice_GetDebtor" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Invoice_GetProject">
      <soap:operation soapAction="http://e-conomic.com/Invoice_GetProject" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Invoice_GetDebtorName">
      <soap:operation soapAction="http://e-conomic.com/Invoice_GetDebtorName" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Invoice_GetDebtorAddress">
      <soap:operation soapAction="http://e-conomic.com/Invoice_GetDebtorAddress" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Invoice_GetDebtorPostalCode">
      <soap:operation soapAction="http://e-conomic.com/Invoice_GetDebtorPostalCode" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Invoice_GetDebtorCity">
      <soap:operation soapAction="http://e-conomic.com/Invoice_GetDebtorCity" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Invoice_GetDebtorCountry">
      <soap:operation soapAction="http://e-conomic.com/Invoice_GetDebtorCountry" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="DebtorGroup_Create">
      <soap:operation soapAction="http://e-conomic.com/DebtorGroup_Create" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="DebtorGroup_GetAll">
      <soap:operation soapAction="http://e-conomic.com/DebtorGroup_GetAll" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="DebtorGroup_FindByNumber">
      <soap:operation soapAction="http://e-conomic.com/DebtorGroup_FindByNumber" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="DebtorGroup_FindByNumberList">
      <soap:operation soapAction="http://e-conomic.com/DebtorGroup_FindByNumberList" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="DebtorGroup_FindByName">
      <soap:operation soapAction="http://e-conomic.com/DebtorGroup_FindByName" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="DebtorGroup_GetDebtors">
      <soap:operation soapAction="http://e-conomic.com/DebtorGroup_GetDebtors" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="DeliveryLocation_CreateFromData">
      <soap:operation soapAction="http://e-conomic.com/DeliveryLocation_CreateFromData" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="DeliveryLocation_CreateFromDataArray">
      <soap:operation soapAction="http://e-conomic.com/DeliveryLocation_CreateFromDataArray" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="DeliveryLocation_UpdateFromDataArray">
      <soap:operation soapAction="http://e-conomic.com/DeliveryLocation_UpdateFromDataArray" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="DeliveryLocation_UpdateFromData">
      <soap:operation soapAction="http://e-conomic.com/DeliveryLocation_UpdateFromData" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="DeliveryLocation_GetData">
      <soap:operation soapAction="http://e-conomic.com/DeliveryLocation_GetData" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="DeliveryLocation_GetDataArray">
      <soap:operation soapAction="http://e-conomic.com/DeliveryLocation_GetDataArray" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="DeliveryLocation_GetDebtor">
      <soap:operation soapAction="http://e-conomic.com/DeliveryLocation_GetDebtor" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="DeliveryLocation_GetNumber">
      <soap:operation soapAction="http://e-conomic.com/DeliveryLocation_GetNumber" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="DeliveryLocation_GetAddress">
      <soap:operation soapAction="http://e-conomic.com/DeliveryLocation_GetAddress" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="DeliveryLocation_SetAddress">
      <soap:operation soapAction="http://e-conomic.com/DeliveryLocation_SetAddress" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="DeliveryLocation_GetPostalCode">
      <soap:operation soapAction="http://e-conomic.com/DeliveryLocation_GetPostalCode" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="DeliveryLocation_SetPostalCode">
      <soap:operation soapAction="http://e-conomic.com/DeliveryLocation_SetPostalCode" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="DeliveryLocation_GetCity">
      <soap:operation soapAction="http://e-conomic.com/DeliveryLocation_GetCity" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="DeliveryLocation_SetCity">
      <soap:operation soapAction="http://e-conomic.com/DeliveryLocation_SetCity" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="DeliveryLocation_SetCountry">
      <soap:operation soapAction="http://e-conomic.com/DeliveryLocation_SetCountry" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="DeliveryLocation_GetCountry">
      <soap:operation soapAction="http://e-conomic.com/DeliveryLocation_GetCountry" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="DeliveryLocation_SetTermsOfDelivery">
      <soap:operation soapAction="http://e-conomic.com/DeliveryLocation_SetTermsOfDelivery" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="DeliveryLocation_GetTermsOfDelivery">
      <soap:operation soapAction="http://e-conomic.com/DeliveryLocation_GetTermsOfDelivery" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="DeliveryLocation_GetIsAccessible">
      <soap:operation soapAction="http://e-conomic.com/DeliveryLocation_GetIsAccessible" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="DeliveryLocation_SetIsAccessible">
      <soap:operation soapAction="http://e-conomic.com/DeliveryLocation_SetIsAccessible" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="DeliveryLocation_GetExternalId">
      <soap:operation soapAction="http://e-conomic.com/DeliveryLocation_GetExternalId" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="DeliveryLocation_SetExternalId">
      <soap:operation soapAction="http://e-conomic.com/DeliveryLocation_SetExternalId" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="DeliveryLocation_GetCounty">
      <soap:operation soapAction="http://e-conomic.com/DeliveryLocation_GetCounty" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="DeliveryLocation_SetCounty">
      <soap:operation soapAction="http://e-conomic.com/DeliveryLocation_SetCounty" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="DeliveryLocation_Create">
      <soap:operation soapAction="http://e-conomic.com/DeliveryLocation_Create" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="DeliveryLocation_GetAll">
      <soap:operation soapAction="http://e-conomic.com/DeliveryLocation_GetAll" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="DeliveryLocation_FindByExternalId">
      <soap:operation soapAction="http://e-conomic.com/DeliveryLocation_FindByExternalId" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="DeliveryLocation_Delete">
      <soap:operation soapAction="http://e-conomic.com/DeliveryLocation_Delete" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Department_CreateFromData">
      <soap:operation soapAction="http://e-conomic.com/Department_CreateFromData" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Department_CreateFromDataArray">
      <soap:operation soapAction="http://e-conomic.com/Department_CreateFromDataArray" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Department_UpdateFromDataArray">
      <soap:operation soapAction="http://e-conomic.com/Department_UpdateFromDataArray" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Department_UpdateFromData">
      <soap:operation soapAction="http://e-conomic.com/Department_UpdateFromData" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Department_GetData">
      <soap:operation soapAction="http://e-conomic.com/Department_GetData" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Department_GetDataArray">
      <soap:operation soapAction="http://e-conomic.com/Department_GetDataArray" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Department_Create">
      <soap:operation soapAction="http://e-conomic.com/Department_Create" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Department_GetAll">
      <soap:operation soapAction="http://e-conomic.com/Department_GetAll" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Department_FindByNumber">
      <soap:operation soapAction="http://e-conomic.com/Department_FindByNumber" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Department_FindByNumberList">
      <soap:operation soapAction="http://e-conomic.com/Department_FindByNumberList" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Department_FindByName">
      <soap:operation soapAction="http://e-conomic.com/Department_FindByName" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Department_GetAllUpdated">
      <soap:operation soapAction="http://e-conomic.com/Department_GetAllUpdated" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Department_Delete">
      <soap:operation soapAction="http://e-conomic.com/Department_Delete" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Department_GetNumber">
      <soap:operation soapAction="http://e-conomic.com/Department_GetNumber" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Department_GetName">
      <soap:operation soapAction="http://e-conomic.com/Department_GetName" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Department_GetIsAccessible">
      <soap:operation soapAction="http://e-conomic.com/Department_GetIsAccessible" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Department_SetName">
      <soap:operation soapAction="http://e-conomic.com/Department_SetName" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Department_SetIsAccessible">
      <soap:operation soapAction="http://e-conomic.com/Department_SetIsAccessible" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="DistributionKey_UpdateFromDataArray">
      <soap:operation soapAction="http://e-conomic.com/DistributionKey_UpdateFromDataArray" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="DistributionKey_UpdateFromData">
      <soap:operation soapAction="http://e-conomic.com/DistributionKey_UpdateFromData" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="DistributionKey_GetData">
      <soap:operation soapAction="http://e-conomic.com/DistributionKey_GetData" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="DistributionKey_GetDataArray">
      <soap:operation soapAction="http://e-conomic.com/DistributionKey_GetDataArray" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="DistributionKey_GetAll">
      <soap:operation soapAction="http://e-conomic.com/DistributionKey_GetAll" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="DistributionKey_FindByNumber">
      <soap:operation soapAction="http://e-conomic.com/DistributionKey_FindByNumber" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="DistributionKey_FindByNumberList">
      <soap:operation soapAction="http://e-conomic.com/DistributionKey_FindByNumberList" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="DistributionKey_FindByName">
      <soap:operation soapAction="http://e-conomic.com/DistributionKey_FindByName" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="DistributionKey_GetDepartments">
      <soap:operation soapAction="http://e-conomic.com/DistributionKey_GetDepartments" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="DistributionKey_GetPercentages">
      <soap:operation soapAction="http://e-conomic.com/DistributionKey_GetPercentages" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="DistributionKey_GetNumber">
      <soap:operation soapAction="http://e-conomic.com/DistributionKey_GetNumber" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="DistributionKey_GetName">
      <soap:operation soapAction="http://e-conomic.com/DistributionKey_GetName" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="DistributionKey_SetName">
      <soap:operation soapAction="http://e-conomic.com/DistributionKey_SetName" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="DistributionKey_GetIsAccessible">
      <soap:operation soapAction="http://e-conomic.com/DistributionKey_GetIsAccessible" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="DistributionKey_SetIsAccessible">
      <soap:operation soapAction="http://e-conomic.com/DistributionKey_SetIsAccessible" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="DocumentArchiveCategory_CreateFromData">
      <soap:operation soapAction="http://e-conomic.com/DocumentArchiveCategory_CreateFromData" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="DocumentArchiveCategory_CreateFromDataArray">
      <soap:operation soapAction="http://e-conomic.com/DocumentArchiveCategory_CreateFromDataArray" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="DocumentArchiveCategory_UpdateFromDataArray">
      <soap:operation soapAction="http://e-conomic.com/DocumentArchiveCategory_UpdateFromDataArray" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="DocumentArchiveCategory_UpdateFromData">
      <soap:operation soapAction="http://e-conomic.com/DocumentArchiveCategory_UpdateFromData" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="DocumentArchiveCategory_GetData">
      <soap:operation soapAction="http://e-conomic.com/DocumentArchiveCategory_GetData" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="DocumentArchiveCategory_GetDataArray">
      <soap:operation soapAction="http://e-conomic.com/DocumentArchiveCategory_GetDataArray" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="DocumentArchiveCategory_Create">
      <soap:operation soapAction="http://e-conomic.com/DocumentArchiveCategory_Create" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="DocumentArchiveCategory_GetAll">
      <soap:operation soapAction="http://e-conomic.com/DocumentArchiveCategory_GetAll" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="DocumentArchiveCategory_FindByNumber">
      <soap:operation soapAction="http://e-conomic.com/DocumentArchiveCategory_FindByNumber" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="DocumentArchiveCategory_FindByName">
      <soap:operation soapAction="http://e-conomic.com/DocumentArchiveCategory_FindByName" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="DocumentArchiveCategory_GetDocuments">
      <soap:operation soapAction="http://e-conomic.com/DocumentArchiveCategory_GetDocuments" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="DocumentArchiveCategory_Delete">
      <soap:operation soapAction="http://e-conomic.com/DocumentArchiveCategory_Delete" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="DocumentArchiveCategory_GetNumber">
      <soap:operation soapAction="http://e-conomic.com/DocumentArchiveCategory_GetNumber" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="DocumentArchiveCategory_GetName">
      <soap:operation soapAction="http://e-conomic.com/DocumentArchiveCategory_GetName" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="DocumentArchiveCategory_SetName">
      <soap:operation soapAction="http://e-conomic.com/DocumentArchiveCategory_SetName" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Employee_CreateFromData">
      <soap:operation soapAction="http://e-conomic.com/Employee_CreateFromData" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Employee_CreateFromDataArray">
      <soap:operation soapAction="http://e-conomic.com/Employee_CreateFromDataArray" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Employee_UpdateFromDataArray">
      <soap:operation soapAction="http://e-conomic.com/Employee_UpdateFromDataArray" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Debtor_GetOurReference">
      <soap:operation soapAction="http://e-conomic.com/Debtor_GetOurReference" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Debtor_SetOurReference">
      <soap:operation soapAction="http://e-conomic.com/Debtor_SetOurReference" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Debtor_GetBalance">
      <soap:operation soapAction="http://e-conomic.com/Debtor_GetBalance" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Debtor_GetNextAvailableNumber">
      <soap:operation soapAction="http://e-conomic.com/Debtor_GetNextAvailableNumber" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Debtor_Create">
      <soap:operation soapAction="http://e-conomic.com/Debtor_Create" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Debtor_GetAll">
      <soap:operation soapAction="http://e-conomic.com/Debtor_GetAll" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Debtor_GetAllUpdated">
      <soap:operation soapAction="http://e-conomic.com/Debtor_GetAllUpdated" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Debtor_FindByNumber">
      <soap:operation soapAction="http://e-conomic.com/Debtor_FindByNumber" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Debtor_FindByNumberList">
      <soap:operation soapAction="http://e-conomic.com/Debtor_FindByNumberList" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Debtor_FindByName">
      <soap:operation soapAction="http://e-conomic.com/Debtor_FindByName" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Debtor_FindByPartialName">
      <soap:operation soapAction="http://e-conomic.com/Debtor_FindByPartialName" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Debtor_FindByEmail">
      <soap:operation soapAction="http://e-conomic.com/Debtor_FindByEmail" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Debtor_FindByEan">
      <soap:operation soapAction="http://e-conomic.com/Debtor_FindByEan" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Debtor_FindByCINumber">
      <soap:operation soapAction="http://e-conomic.com/Debtor_FindByCINumber" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Debtor_FindByTelephoneAndFaxNumber">
      <soap:operation soapAction="http://e-conomic.com/Debtor_FindByTelephoneAndFaxNumber" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Debtor_GetDeliveryLocations">
      <soap:operation soapAction="http://e-conomic.com/Debtor_GetDeliveryLocations" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Debtor_GetDebtorContacts">
      <soap:operation soapAction="http://e-conomic.com/Debtor_GetDebtorContacts" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Debtor_GetInvoices">
      <soap:operation soapAction="http://e-conomic.com/Debtor_GetInvoices" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Debtor_GetOrders">
      <soap:operation soapAction="http://e-conomic.com/Debtor_GetOrders" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Debtor_GetCurrentInvoices">
      <soap:operation soapAction="http://e-conomic.com/Debtor_GetCurrentInvoices" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Debtor_GetQuotations">
      <soap:operation soapAction="http://e-conomic.com/Debtor_GetQuotations" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Debtor_GetEntries">
      <soap:operation soapAction="http://e-conomic.com/Debtor_GetEntries" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Debtor_GetOpenEntries">
      <soap:operation soapAction="http://e-conomic.com/Debtor_GetOpenEntries" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Debtor_GetSubscribers">
      <soap:operation soapAction="http://e-conomic.com/Debtor_GetSubscribers" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Debtor_Delete">
      <soap:operation soapAction="http://e-conomic.com/Debtor_Delete" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="DebtorContact_CreateFromData">
      <soap:operation soapAction="http://e-conomic.com/DebtorContact_CreateFromData" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="DebtorContact_CreateFromDataArray">
      <soap:operation soapAction="http://e-conomic.com/DebtorContact_CreateFromDataArray" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="DebtorContact_UpdateFromDataArray">
      <soap:operation soapAction="http://e-conomic.com/DebtorContact_UpdateFromDataArray" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="DebtorContact_UpdateFromData">
      <soap:operation soapAction="http://e-conomic.com/DebtorContact_UpdateFromData" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="DebtorContact_GetData">
      <soap:operation soapAction="http://e-conomic.com/DebtorContact_GetData" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="DebtorContact_GetDataArray">
      <soap:operation soapAction="http://e-conomic.com/DebtorContact_GetDataArray" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="DebtorContact_GetDebtor">
      <soap:operation soapAction="http://e-conomic.com/DebtorContact_GetDebtor" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="DebtorContact_SetName">
      <soap:operation soapAction="http://e-conomic.com/DebtorContact_SetName" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="DebtorContact_GetName">
      <soap:operation soapAction="http://e-conomic.com/DebtorContact_GetName" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="DebtorContact_GetNumber">
      <soap:operation soapAction="http://e-conomic.com/DebtorContact_GetNumber" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="DebtorContact_GetTelephoneNumber">
      <soap:operation soapAction="http://e-conomic.com/DebtorContact_GetTelephoneNumber" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="DebtorContact_SetTelephoneNumber">
      <soap:operation soapAction="http://e-conomic.com/DebtorContact_SetTelephoneNumber" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="DebtorContact_GetEmail">
      <soap:operation soapAction="http://e-conomic.com/DebtorContact_GetEmail" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="DebtorContact_SetEmail">
      <soap:operation soapAction="http://e-conomic.com/DebtorContact_SetEmail" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="DebtorContact_SetComments">
      <soap:operation soapAction="http://e-conomic.com/DebtorContact_SetComments" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="DebtorContact_GetComments">
      <soap:operation soapAction="http://e-conomic.com/DebtorContact_GetComments" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="DebtorContact_GetExternalId">
      <soap:operation soapAction="http://e-conomic.com/DebtorContact_GetExternalId" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="DebtorContact_SetExternalId">
      <soap:operation soapAction="http://e-conomic.com/DebtorContact_SetExternalId" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="DebtorContact_SetIsToReceiveEmailCopyOfOrder">
      <soap:operation soapAction="http://e-conomic.com/DebtorContact_SetIsToReceiveEmailCopyOfOrder" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="DebtorContact_GetIsToReceiveEmailCopyOfOrder">
      <soap:operation soapAction="http://e-conomic.com/DebtorContact_GetIsToReceiveEmailCopyOfOrder" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="DebtorContact_GetIsToReceiveEmailCopyOfInvoice">
      <soap:operation soapAction="http://e-conomic.com/DebtorContact_GetIsToReceiveEmailCopyOfInvoice" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="DebtorContact_SetIsToReceiveEmailCopyOfInvoice">
      <soap:operation soapAction="http://e-conomic.com/DebtorContact_SetIsToReceiveEmailCopyOfInvoice" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="DebtorContact_Create">
      <soap:operation soapAction="http://e-conomic.com/DebtorContact_Create" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="DebtorContact_GetAll">
      <soap:operation soapAction="http://e-conomic.com/DebtorContact_GetAll" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="DebtorContact_FindByName">
      <soap:operation soapAction="http://e-conomic.com/DebtorContact_FindByName" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="DebtorContact_FindByExternalId">
      <soap:operation soapAction="http://e-conomic.com/DebtorContact_FindByExternalId" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="DebtorContact_Delete">
      <soap:operation soapAction="http://e-conomic.com/DebtorContact_Delete" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="DebtorEntry_GetData">
      <soap:operation soapAction="http://e-conomic.com/DebtorEntry_GetData" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="DebtorEntry_GetDataArray">
      <soap:operation soapAction="http://e-conomic.com/DebtorEntry_GetDataArray" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="DebtorEntry_GetSerialNumber">
      <soap:operation soapAction="http://e-conomic.com/DebtorEntry_GetSerialNumber" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="DebtorEntry_GetType">
      <soap:operation soapAction="http://e-conomic.com/DebtorEntry_GetType" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="DebtorEntry_GetDate">
      <soap:operation soapAction="http://e-conomic.com/DebtorEntry_GetDate" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="DebtorEntry_GetDebtor">
      <soap:operation soapAction="http://e-conomic.com/DebtorEntry_GetDebtor" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="DebtorEntry_GetAccount">
      <soap:operation soapAction="http://e-conomic.com/DebtorEntry_GetAccount" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="DebtorEntry_GetVoucherNumber">
      <soap:operation soapAction="http://e-conomic.com/DebtorEntry_GetVoucherNumber" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="DebtorEntry_GetText">
      <soap:operation soapAction="http://e-conomic.com/DebtorEntry_GetText" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="DebtorEntry_GetAmountDefaultCurrency">
      <soap:operation soapAction="http://e-conomic.com/DebtorEntry_GetAmountDefaultCurrency" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="DebtorEntry_GetAllOpenEntries">
      <soap:operation soapAction="http://e-conomic.com/DebtorEntry_GetAllOpenEntries" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="DebtorEntry_GetCurrency">
      <soap:operation soapAction="http://e-conomic.com/DebtorEntry_GetCurrency" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="DebtorEntry_GetAmount">
      <soap:operation soapAction="http://e-conomic.com/DebtorEntry_GetAmount" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="DebtorEntry_GetInvoiceNumber">
      <soap:operation soapAction="http://e-conomic.com/DebtorEntry_GetInvoiceNumber" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="DebtorEntry_GetDueDate">
      <soap:operation soapAction="http://e-conomic.com/DebtorEntry_GetDueDate" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="DebtorEntry_GetRemainder">
      <soap:operation soapAction="http://e-conomic.com/DebtorEntry_GetRemainder" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="DebtorEntry_GetRemainderDefaultCurrency">
      <soap:operation soapAction="http://e-conomic.com/DebtorEntry_GetRemainderDefaultCurrency" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="DebtorEntry_FindBySerialNumber">
      <soap:operation soapAction="http://e-conomic.com/DebtorEntry_FindBySerialNumber" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="DebtorEntry_FindByInvoiceNumber">
      <soap:operation soapAction="http://e-conomic.com/DebtorEntry_FindByInvoiceNumber" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="DebtorEntry_MatchEntries">
      <soap:operation soapAction="http://e-conomic.com/DebtorEntry_MatchEntries" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="DebtorGroup_CreateFromData">
      <soap:operation soapAction="http://e-conomic.com/DebtorGroup_CreateFromData" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="DebtorGroup_CreateFromDataArray">
      <soap:operation soapAction="http://e-conomic.com/DebtorGroup_CreateFromDataArray" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="DebtorGroup_UpdateFromDataArray">
      <soap:operation soapAction="http://e-conomic.com/DebtorGroup_UpdateFromDataArray" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="DebtorGroup_UpdateFromData">
      <soap:operation soapAction="http://e-conomic.com/DebtorGroup_UpdateFromData" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="DebtorGroup_GetData">
      <soap:operation soapAction="http://e-conomic.com/DebtorGroup_GetData" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="DebtorGroup_GetDataArray">
      <soap:operation soapAction="http://e-conomic.com/DebtorGroup_GetDataArray" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="DebtorGroup_GetNumber">
      <soap:operation soapAction="http://e-conomic.com/DebtorGroup_GetNumber" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="DebtorGroup_GetName">
      <soap:operation soapAction="http://e-conomic.com/DebtorGroup_GetName" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="DebtorGroup_SetName">
      <soap:operation soapAction="http://e-conomic.com/DebtorGroup_SetName" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="DebtorGroup_SetLayout">
      <soap:operation soapAction="http://e-conomic.com/DebtorGroup_SetLayout" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="DebtorGroup_GetLayout">
      <soap:operation soapAction="http://e-conomic.com/DebtorGroup_GetLayout" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="DebtorGroup_GetAccount">
      <soap:operation soapAction="http://e-conomic.com/DebtorGroup_GetAccount" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="DebtorGroup_SetAccount">
      <soap:operation soapAction="http://e-conomic.com/DebtorGroup_SetAccount" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="QuotationLine_SetInventoryLocation">
      <soap:operation soapAction="http://e-conomic.com/QuotationLine_SetInventoryLocation" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoiceLine_Create">
      <soap:operation soapAction="http://e-conomic.com/CurrentInvoiceLine_Create" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoiceLine_FindByProduct">
      <soap:operation soapAction="http://e-conomic.com/CurrentInvoiceLine_FindByProduct" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoiceLine_FindByProductList">
      <soap:operation soapAction="http://e-conomic.com/CurrentInvoiceLine_FindByProductList" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoiceLine_Delete">
      <soap:operation soapAction="http://e-conomic.com/CurrentInvoiceLine_Delete" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentSupplierInvoice_CreateFromData">
      <soap:operation soapAction="http://e-conomic.com/CurrentSupplierInvoice_CreateFromData" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentSupplierInvoice_CreateFromDataArray">
      <soap:operation soapAction="http://e-conomic.com/CurrentSupplierInvoice_CreateFromDataArray" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentSupplierInvoice_UpdateFromDataArray">
      <soap:operation soapAction="http://e-conomic.com/CurrentSupplierInvoice_UpdateFromDataArray" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentSupplierInvoice_UpdateFromData">
      <soap:operation soapAction="http://e-conomic.com/CurrentSupplierInvoice_UpdateFromData" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentSupplierInvoice_GetData">
      <soap:operation soapAction="http://e-conomic.com/CurrentSupplierInvoice_GetData" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentSupplierInvoice_GetDataArray">
      <soap:operation soapAction="http://e-conomic.com/CurrentSupplierInvoice_GetDataArray" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentSupplierInvoice_Create">
      <soap:operation soapAction="http://e-conomic.com/CurrentSupplierInvoice_Create" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentSupplierInvoice_GetAll">
      <soap:operation soapAction="http://e-conomic.com/CurrentSupplierInvoice_GetAll" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentSupplierInvoice_GetLines">
      <soap:operation soapAction="http://e-conomic.com/CurrentSupplierInvoice_GetLines" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentSupplierInvoice_TotalAmount">
      <soap:operation soapAction="http://e-conomic.com/CurrentSupplierInvoice_TotalAmount" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentSupplierInvoice_GetId">
      <soap:operation soapAction="http://e-conomic.com/CurrentSupplierInvoice_GetId" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentSupplierInvoice_GetCreditor">
      <soap:operation soapAction="http://e-conomic.com/CurrentSupplierInvoice_GetCreditor" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentSupplierInvoice_SetCreditor">
      <soap:operation soapAction="http://e-conomic.com/CurrentSupplierInvoice_SetCreditor" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentSupplierInvoiceLine_CreateFromData">
      <soap:operation soapAction="http://e-conomic.com/CurrentSupplierInvoiceLine_CreateFromData" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentSupplierInvoiceLine_CreateFromDataArray">
      <soap:operation soapAction="http://e-conomic.com/CurrentSupplierInvoiceLine_CreateFromDataArray" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentSupplierInvoiceLine_UpdateFromDataArray">
      <soap:operation soapAction="http://e-conomic.com/CurrentSupplierInvoiceLine_UpdateFromDataArray" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentSupplierInvoiceLine_UpdateFromData">
      <soap:operation soapAction="http://e-conomic.com/CurrentSupplierInvoiceLine_UpdateFromData" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentSupplierInvoiceLine_GetData">
      <soap:operation soapAction="http://e-conomic.com/CurrentSupplierInvoiceLine_GetData" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentSupplierInvoiceLine_GetDataArray">
      <soap:operation soapAction="http://e-conomic.com/CurrentSupplierInvoiceLine_GetDataArray" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentSupplierInvoiceLine_GetInvoice">
      <soap:operation soapAction="http://e-conomic.com/CurrentSupplierInvoiceLine_GetInvoice" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentSupplierInvoiceLine_SetProduct">
      <soap:operation soapAction="http://e-conomic.com/CurrentSupplierInvoiceLine_SetProduct" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentSupplierInvoiceLine_GetProduct">
      <soap:operation soapAction="http://e-conomic.com/CurrentSupplierInvoiceLine_GetProduct" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentSupplierInvoiceLine_SetQuantity">
      <soap:operation soapAction="http://e-conomic.com/CurrentSupplierInvoiceLine_SetQuantity" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentSupplierInvoiceLine_GetQuantity">
      <soap:operation soapAction="http://e-conomic.com/CurrentSupplierInvoiceLine_GetQuantity" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentSupplierInvoiceLine_GetUnitPrice">
      <soap:operation soapAction="http://e-conomic.com/CurrentSupplierInvoiceLine_GetUnitPrice" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentSupplierInvoiceLine_SetUnitPrice">
      <soap:operation soapAction="http://e-conomic.com/CurrentSupplierInvoiceLine_SetUnitPrice" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentSupplierInvoiceLine_Create">
      <soap:operation soapAction="http://e-conomic.com/CurrentSupplierInvoiceLine_Create" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Debtor_CreateFromData">
      <soap:operation soapAction="http://e-conomic.com/Debtor_CreateFromData" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Debtor_CreateFromDataArray">
      <soap:operation soapAction="http://e-conomic.com/Debtor_CreateFromDataArray" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Debtor_UpdateFromDataArray">
      <soap:operation soapAction="http://e-conomic.com/Debtor_UpdateFromDataArray" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Debtor_UpdateFromData">
      <soap:operation soapAction="http://e-conomic.com/Debtor_UpdateFromData" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Debtor_GetData">
      <soap:operation soapAction="http://e-conomic.com/Debtor_GetData" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Debtor_GetDataArray">
      <soap:operation soapAction="http://e-conomic.com/Debtor_GetDataArray" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Debtor_GetNumber">
      <soap:operation soapAction="http://e-conomic.com/Debtor_GetNumber" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Debtor_SetDebtorGroup">
      <soap:operation soapAction="http://e-conomic.com/Debtor_SetDebtorGroup" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Debtor_GetDebtorGroup">
      <soap:operation soapAction="http://e-conomic.com/Debtor_GetDebtorGroup" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Debtor_GetName">
      <soap:operation soapAction="http://e-conomic.com/Debtor_GetName" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Debtor_SetName">
      <soap:operation soapAction="http://e-conomic.com/Debtor_SetName" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Debtor_SetVatZone">
      <soap:operation soapAction="http://e-conomic.com/Debtor_SetVatZone" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Debtor_GetVatZone">
      <soap:operation soapAction="http://e-conomic.com/Debtor_GetVatZone" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Debtor_GetCurrency">
      <soap:operation soapAction="http://e-conomic.com/Debtor_GetCurrency" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Debtor_SetCurrency">
      <soap:operation soapAction="http://e-conomic.com/Debtor_SetCurrency" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Debtor_SetPriceGroup">
      <soap:operation soapAction="http://e-conomic.com/Debtor_SetPriceGroup" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Debtor_GetPriceGroup">
      <soap:operation soapAction="http://e-conomic.com/Debtor_GetPriceGroup" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Debtor_SetIsAccessible">
      <soap:operation soapAction="http://e-conomic.com/Debtor_SetIsAccessible" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Debtor_GetIsAccessible">
      <soap:operation soapAction="http://e-conomic.com/Debtor_GetIsAccessible" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Debtor_GetEan">
      <soap:operation soapAction="http://e-conomic.com/Debtor_GetEan" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Debtor_SetEan">
      <soap:operation soapAction="http://e-conomic.com/Debtor_SetEan" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Debtor_GetPublicEntryNumber">
      <soap:operation soapAction="http://e-conomic.com/Debtor_GetPublicEntryNumber" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Debtor_SetPublicEntryNumber">
      <soap:operation soapAction="http://e-conomic.com/Debtor_SetPublicEntryNumber" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Debtor_GetEmail">
      <soap:operation soapAction="http://e-conomic.com/Debtor_GetEmail" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Debtor_SetEmail">
      <soap:operation soapAction="http://e-conomic.com/Debtor_SetEmail" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Debtor_SetTelephoneAndFaxNumber">
      <soap:operation soapAction="http://e-conomic.com/Debtor_SetTelephoneAndFaxNumber" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Debtor_GetTelephoneAndFaxNumber">
      <soap:operation soapAction="http://e-conomic.com/Debtor_GetTelephoneAndFaxNumber" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Debtor_SetWebsite">
      <soap:operation soapAction="http://e-conomic.com/Debtor_SetWebsite" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Debtor_GetWebsite">
      <soap:operation soapAction="http://e-conomic.com/Debtor_GetWebsite" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Debtor_GetAddress">
      <soap:operation soapAction="http://e-conomic.com/Debtor_GetAddress" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Debtor_SetAddress">
      <soap:operation soapAction="http://e-conomic.com/Debtor_SetAddress" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Debtor_GetPostalCode">
      <soap:operation soapAction="http://e-conomic.com/Debtor_GetPostalCode" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Debtor_SetPostalCode">
      <soap:operation soapAction="http://e-conomic.com/Debtor_SetPostalCode" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Debtor_GetCity">
      <soap:operation soapAction="http://e-conomic.com/Debtor_GetCity" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Debtor_SetCity">
      <soap:operation soapAction="http://e-conomic.com/Debtor_SetCity" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Debtor_SetCountry">
      <soap:operation soapAction="http://e-conomic.com/Debtor_SetCountry" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Debtor_GetCountry">
      <soap:operation soapAction="http://e-conomic.com/Debtor_GetCountry" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Debtor_SetCreditMaximum">
      <soap:operation soapAction="http://e-conomic.com/Debtor_SetCreditMaximum" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Debtor_GetCreditMaximum">
      <soap:operation soapAction="http://e-conomic.com/Debtor_GetCreditMaximum" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Debtor_GetVatNumber">
      <soap:operation soapAction="http://e-conomic.com/Debtor_GetVatNumber" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Debtor_SetVatNumber">
      <soap:operation soapAction="http://e-conomic.com/Debtor_SetVatNumber" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Debtor_GetCounty">
      <soap:operation soapAction="http://e-conomic.com/Debtor_GetCounty" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Debtor_SetCounty">
      <soap:operation soapAction="http://e-conomic.com/Debtor_SetCounty" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Debtor_GetCINumber">
      <soap:operation soapAction="http://e-conomic.com/Debtor_GetCINumber" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Debtor_SetCINumber">
      <soap:operation soapAction="http://e-conomic.com/Debtor_SetCINumber" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Debtor_SetTermOfPayment">
      <soap:operation soapAction="http://e-conomic.com/Debtor_SetTermOfPayment" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Debtor_GetTermOfPayment">
      <soap:operation soapAction="http://e-conomic.com/Debtor_GetTermOfPayment" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Debtor_SetLayout">
      <soap:operation soapAction="http://e-conomic.com/Debtor_SetLayout" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Debtor_GetLayout">
      <soap:operation soapAction="http://e-conomic.com/Debtor_GetLayout" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Debtor_GetAttention">
      <soap:operation soapAction="http://e-conomic.com/Debtor_GetAttention" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Debtor_SetAttention">
      <soap:operation soapAction="http://e-conomic.com/Debtor_SetAttention" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Debtor_SetYourReference">
      <soap:operation soapAction="http://e-conomic.com/Debtor_SetYourReference" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Debtor_GetYourReference">
      <soap:operation soapAction="http://e-conomic.com/Debtor_GetYourReference" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoice_GetDate">
      <soap:operation soapAction="http://e-conomic.com/CurrentInvoice_GetDate" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoice_SetDate">
      <soap:operation soapAction="http://e-conomic.com/CurrentInvoice_SetDate" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoice_GetTermOfPayment">
      <soap:operation soapAction="http://e-conomic.com/CurrentInvoice_GetTermOfPayment" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoice_SetTermOfPayment">
      <soap:operation soapAction="http://e-conomic.com/CurrentInvoice_SetTermOfPayment" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoice_GetDueDate">
      <soap:operation soapAction="http://e-conomic.com/CurrentInvoice_GetDueDate" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoice_SetDueDate">
      <soap:operation soapAction="http://e-conomic.com/CurrentInvoice_SetDueDate" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoice_GetCurrency">
      <soap:operation soapAction="http://e-conomic.com/CurrentInvoice_GetCurrency" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoice_SetCurrency">
      <soap:operation soapAction="http://e-conomic.com/CurrentInvoice_SetCurrency" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoice_GetExchangeRate">
      <soap:operation soapAction="http://e-conomic.com/CurrentInvoice_GetExchangeRate" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoice_SetExchangeRate">
      <soap:operation soapAction="http://e-conomic.com/CurrentInvoice_SetExchangeRate" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoice_GetIsVatIncluded">
      <soap:operation soapAction="http://e-conomic.com/CurrentInvoice_GetIsVatIncluded" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoice_SetIsVatIncluded">
      <soap:operation soapAction="http://e-conomic.com/CurrentInvoice_SetIsVatIncluded" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoice_GetVatZone">
      <soap:operation soapAction="http://e-conomic.com/CurrentInvoice_GetVatZone" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoice_SetVatZone">
      <soap:operation soapAction="http://e-conomic.com/CurrentInvoice_SetVatZone" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoice_GetLayout">
      <soap:operation soapAction="http://e-conomic.com/CurrentInvoice_GetLayout" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoice_SetLayout">
      <soap:operation soapAction="http://e-conomic.com/CurrentInvoice_SetLayout" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoice_GetDeliveryLocation">
      <soap:operation soapAction="http://e-conomic.com/CurrentInvoice_GetDeliveryLocation" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoice_SetDeliveryLocation">
      <soap:operation soapAction="http://e-conomic.com/CurrentInvoice_SetDeliveryLocation" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoice_GetDeliveryAddress">
      <soap:operation soapAction="http://e-conomic.com/CurrentInvoice_GetDeliveryAddress" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoice_SetDeliveryAddress">
      <soap:operation soapAction="http://e-conomic.com/CurrentInvoice_SetDeliveryAddress" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoice_GetDeliveryPostalCode">
      <soap:operation soapAction="http://e-conomic.com/CurrentInvoice_GetDeliveryPostalCode" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoice_SetDeliveryPostalCode">
      <soap:operation soapAction="http://e-conomic.com/CurrentInvoice_SetDeliveryPostalCode" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoice_GetDeliveryCity">
      <soap:operation soapAction="http://e-conomic.com/CurrentInvoice_GetDeliveryCity" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoice_SetDeliveryCity">
      <soap:operation soapAction="http://e-conomic.com/CurrentInvoice_SetDeliveryCity" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoice_GetDeliveryCountry">
      <soap:operation soapAction="http://e-conomic.com/CurrentInvoice_GetDeliveryCountry" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoice_SetDeliveryCountry">
      <soap:operation soapAction="http://e-conomic.com/CurrentInvoice_SetDeliveryCountry" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoice_GetTermsOfDelivery">
      <soap:operation soapAction="http://e-conomic.com/CurrentInvoice_GetTermsOfDelivery" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoice_SetTermsOfDelivery">
      <soap:operation soapAction="http://e-conomic.com/CurrentInvoice_SetTermsOfDelivery" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoice_GetDeliveryDate">
      <soap:operation soapAction="http://e-conomic.com/CurrentInvoice_GetDeliveryDate" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoice_SetDeliveryDate">
      <soap:operation soapAction="http://e-conomic.com/CurrentInvoice_SetDeliveryDate" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoice_GetHeading">
      <soap:operation soapAction="http://e-conomic.com/CurrentInvoice_GetHeading" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoice_SetHeading">
      <soap:operation soapAction="http://e-conomic.com/CurrentInvoice_SetHeading" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoice_GetTextLine1">
      <soap:operation soapAction="http://e-conomic.com/CurrentInvoice_GetTextLine1" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoice_SetTextLine1">
      <soap:operation soapAction="http://e-conomic.com/CurrentInvoice_SetTextLine1" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoice_GetTextLine2">
      <soap:operation soapAction="http://e-conomic.com/CurrentInvoice_GetTextLine2" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoice_SetTextLine2">
      <soap:operation soapAction="http://e-conomic.com/CurrentInvoice_SetTextLine2" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoice_GetOtherReference">
      <soap:operation soapAction="http://e-conomic.com/CurrentInvoice_GetOtherReference" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoice_SetOtherReference">
      <soap:operation soapAction="http://e-conomic.com/CurrentInvoice_SetOtherReference" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoice_GetNetAmount">
      <soap:operation soapAction="http://e-conomic.com/CurrentInvoice_GetNetAmount" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoice_GetVatAmount">
      <soap:operation soapAction="http://e-conomic.com/CurrentInvoice_GetVatAmount" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoice_GetGrossAmount">
      <soap:operation soapAction="http://e-conomic.com/CurrentInvoice_GetGrossAmount" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoice_GetMargin">
      <soap:operation soapAction="http://e-conomic.com/CurrentInvoice_GetMargin" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoice_GetMarginAsPercent">
      <soap:operation soapAction="http://e-conomic.com/CurrentInvoice_GetMarginAsPercent" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoice_GetRoundingAmount">
      <soap:operation soapAction="http://e-conomic.com/CurrentInvoice_GetRoundingAmount" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoice_GetDebtorCounty">
      <soap:operation soapAction="http://e-conomic.com/CurrentInvoice_GetDebtorCounty" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoice_SetDebtorCounty">
      <soap:operation soapAction="http://e-conomic.com/CurrentInvoice_SetDebtorCounty" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoice_GetDeliveryCounty">
      <soap:operation soapAction="http://e-conomic.com/CurrentInvoice_GetDeliveryCounty" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoice_SetDeliveryCounty">
      <soap:operation soapAction="http://e-conomic.com/CurrentInvoice_SetDeliveryCounty" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoice_GetDeductionAmount">
      <soap:operation soapAction="http://e-conomic.com/CurrentInvoice_GetDeductionAmount" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoiceLine_CreateFromData">
      <soap:operation soapAction="http://e-conomic.com/CurrentInvoiceLine_CreateFromData" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoiceLine_CreateFromDataArray">
      <soap:operation soapAction="http://e-conomic.com/CurrentInvoiceLine_CreateFromDataArray" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoiceLine_UpdateFromDataArray">
      <soap:operation soapAction="http://e-conomic.com/CurrentInvoiceLine_UpdateFromDataArray" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoiceLine_UpdateFromData">
      <soap:operation soapAction="http://e-conomic.com/CurrentInvoiceLine_UpdateFromData" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoiceLine_GetData">
      <soap:operation soapAction="http://e-conomic.com/CurrentInvoiceLine_GetData" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoiceLine_GetDataArray">
      <soap:operation soapAction="http://e-conomic.com/CurrentInvoiceLine_GetDataArray" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoiceLine_GetNumber">
      <soap:operation soapAction="http://e-conomic.com/CurrentInvoiceLine_GetNumber" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoiceLine_GetInvoice">
      <soap:operation soapAction="http://e-conomic.com/CurrentInvoiceLine_GetInvoice" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoiceLine_GetDescription">
      <soap:operation soapAction="http://e-conomic.com/CurrentInvoiceLine_GetDescription" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoiceLine_SetDescription">
      <soap:operation soapAction="http://e-conomic.com/CurrentInvoiceLine_SetDescription" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoiceLine_GetDeliveryDate">
      <soap:operation soapAction="http://e-conomic.com/CurrentInvoiceLine_GetDeliveryDate" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoiceLine_SetDeliveryDate">
      <soap:operation soapAction="http://e-conomic.com/CurrentInvoiceLine_SetDeliveryDate" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoiceLine_GetUnit">
      <soap:operation soapAction="http://e-conomic.com/CurrentInvoiceLine_GetUnit" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoiceLine_SetUnit">
      <soap:operation soapAction="http://e-conomic.com/CurrentInvoiceLine_SetUnit" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoiceLine_SetProduct">
      <soap:operation soapAction="http://e-conomic.com/CurrentInvoiceLine_SetProduct" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoiceLine_GetProduct">
      <soap:operation soapAction="http://e-conomic.com/CurrentInvoiceLine_GetProduct" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoiceLine_SetQuantity">
      <soap:operation soapAction="http://e-conomic.com/CurrentInvoiceLine_SetQuantity" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoiceLine_GetQuantity">
      <soap:operation soapAction="http://e-conomic.com/CurrentInvoiceLine_GetQuantity" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoiceLine_GetUnitNetPrice">
      <soap:operation soapAction="http://e-conomic.com/CurrentInvoiceLine_GetUnitNetPrice" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoiceLine_SetUnitNetPrice">
      <soap:operation soapAction="http://e-conomic.com/CurrentInvoiceLine_SetUnitNetPrice" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoiceLine_SetUnitCostPrice">
      <soap:operation soapAction="http://e-conomic.com/CurrentInvoiceLine_SetUnitCostPrice" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoiceLine_GetDiscountAsPercent">
      <soap:operation soapAction="http://e-conomic.com/CurrentInvoiceLine_GetDiscountAsPercent" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoiceLine_SetDiscountAsPercent">
      <soap:operation soapAction="http://e-conomic.com/CurrentInvoiceLine_SetDiscountAsPercent" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoiceLine_GetUnitCostPrice">
      <soap:operation soapAction="http://e-conomic.com/CurrentInvoiceLine_GetUnitCostPrice" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoiceLine_GetTotalNetAmount">
      <soap:operation soapAction="http://e-conomic.com/CurrentInvoiceLine_GetTotalNetAmount" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoiceLine_GetTotalMargin">
      <soap:operation soapAction="http://e-conomic.com/CurrentInvoiceLine_GetTotalMargin" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoiceLine_GetMarginAsPercent">
      <soap:operation soapAction="http://e-conomic.com/CurrentInvoiceLine_GetMarginAsPercent" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoiceLine_SetDepartment">
      <soap:operation soapAction="http://e-conomic.com/CurrentInvoiceLine_SetDepartment" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoiceLine_GetDepartment">
      <soap:operation soapAction="http://e-conomic.com/CurrentInvoiceLine_GetDepartment" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoiceLine_GetDistributionKey">
      <soap:operation soapAction="http://e-conomic.com/CurrentInvoiceLine_GetDistributionKey" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoiceLine_SetDistributionKey">
      <soap:operation soapAction="http://e-conomic.com/CurrentInvoiceLine_SetDistributionKey" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoiceLine_GetInventoryLocation">
      <soap:operation soapAction="http://e-conomic.com/CurrentInvoiceLine_GetInventoryLocation" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoiceLine_SetInventoryLocation">
      <soap:operation soapAction="http://e-conomic.com/CurrentInvoiceLine_SetInventoryLocation" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="OrderLine_GetInventoryLocation">
      <soap:operation soapAction="http://e-conomic.com/OrderLine_GetInventoryLocation" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="OrderLine_SetInventoryLocation">
      <soap:operation soapAction="http://e-conomic.com/OrderLine_SetInventoryLocation" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="QuotationLine_GetInventoryLocation">
      <soap:operation soapAction="http://e-conomic.com/QuotationLine_GetInventoryLocation" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CreditorEntry_GetAccount">
      <soap:operation soapAction="http://e-conomic.com/CreditorEntry_GetAccount" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CreditorEntry_GetVoucherNumber">
      <soap:operation soapAction="http://e-conomic.com/CreditorEntry_GetVoucherNumber" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CreditorEntry_GetText">
      <soap:operation soapAction="http://e-conomic.com/CreditorEntry_GetText" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CreditorEntry_GetAmountDefaultCurrency">
      <soap:operation soapAction="http://e-conomic.com/CreditorEntry_GetAmountDefaultCurrency" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CreditorEntry_GetCurrency">
      <soap:operation soapAction="http://e-conomic.com/CreditorEntry_GetCurrency" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CreditorEntry_GetAmount">
      <soap:operation soapAction="http://e-conomic.com/CreditorEntry_GetAmount" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CreditorEntry_GetInvoiceNumber">
      <soap:operation soapAction="http://e-conomic.com/CreditorEntry_GetInvoiceNumber" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CreditorEntry_GetDueDate">
      <soap:operation soapAction="http://e-conomic.com/CreditorEntry_GetDueDate" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CreditorEntry_GetRemainder">
      <soap:operation soapAction="http://e-conomic.com/CreditorEntry_GetRemainder" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CreditorEntry_GetRemainderDefaultCurrency">
      <soap:operation soapAction="http://e-conomic.com/CreditorEntry_GetRemainderDefaultCurrency" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CreditorEntry_FindBySerialNumber">
      <soap:operation soapAction="http://e-conomic.com/CreditorEntry_FindBySerialNumber" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CreditorEntry_FindBySerialNumberTypeAndInvoiceNumber">
      <soap:operation soapAction="http://e-conomic.com/CreditorEntry_FindBySerialNumberTypeAndInvoiceNumber" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CreditorEntry_FindByInvoiceNumber">
      <soap:operation soapAction="http://e-conomic.com/CreditorEntry_FindByInvoiceNumber" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CreditorEntry_MatchEntries">
      <soap:operation soapAction="http://e-conomic.com/CreditorEntry_MatchEntries" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CreditorGroup_CreateFromData">
      <soap:operation soapAction="http://e-conomic.com/CreditorGroup_CreateFromData" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CreditorGroup_CreateFromDataArray">
      <soap:operation soapAction="http://e-conomic.com/CreditorGroup_CreateFromDataArray" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CreditorGroup_UpdateFromDataArray">
      <soap:operation soapAction="http://e-conomic.com/CreditorGroup_UpdateFromDataArray" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CreditorGroup_UpdateFromData">
      <soap:operation soapAction="http://e-conomic.com/CreditorGroup_UpdateFromData" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CreditorGroup_GetData">
      <soap:operation soapAction="http://e-conomic.com/CreditorGroup_GetData" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CreditorGroup_GetDataArray">
      <soap:operation soapAction="http://e-conomic.com/CreditorGroup_GetDataArray" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CreditorGroup_Create">
      <soap:operation soapAction="http://e-conomic.com/CreditorGroup_Create" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CreditorGroup_GetAll">
      <soap:operation soapAction="http://e-conomic.com/CreditorGroup_GetAll" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CreditorGroup_FindByNumber">
      <soap:operation soapAction="http://e-conomic.com/CreditorGroup_FindByNumber" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CreditorGroup_FindByNumberList">
      <soap:operation soapAction="http://e-conomic.com/CreditorGroup_FindByNumberList" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CreditorGroup_FindByName">
      <soap:operation soapAction="http://e-conomic.com/CreditorGroup_FindByName" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CreditorGroup_GetCreditors">
      <soap:operation soapAction="http://e-conomic.com/CreditorGroup_GetCreditors" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CreditorGroup_GetNumber">
      <soap:operation soapAction="http://e-conomic.com/CreditorGroup_GetNumber" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CreditorGroup_GetName">
      <soap:operation soapAction="http://e-conomic.com/CreditorGroup_GetName" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CreditorGroup_SetName">
      <soap:operation soapAction="http://e-conomic.com/CreditorGroup_SetName" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CreditorGroup_GetAccount">
      <soap:operation soapAction="http://e-conomic.com/CreditorGroup_GetAccount" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CreditorGroup_SetAccount">
      <soap:operation soapAction="http://e-conomic.com/CreditorGroup_SetAccount" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Currency_GetData">
      <soap:operation soapAction="http://e-conomic.com/Currency_GetData" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Currency_GetDataArray">
      <soap:operation soapAction="http://e-conomic.com/Currency_GetDataArray" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Currency_GetCode">
      <soap:operation soapAction="http://e-conomic.com/Currency_GetCode" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Currency_GetAll">
      <soap:operation soapAction="http://e-conomic.com/Currency_GetAll" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Currency_FindByCode">
      <soap:operation soapAction="http://e-conomic.com/Currency_FindByCode" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoice_CreateFromData">
      <soap:operation soapAction="http://e-conomic.com/CurrentInvoice_CreateFromData" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoice_CreateFromDataArray">
      <soap:operation soapAction="http://e-conomic.com/CurrentInvoice_CreateFromDataArray" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoice_UpdateFromDataArray">
      <soap:operation soapAction="http://e-conomic.com/CurrentInvoice_UpdateFromDataArray" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoice_UpdateFromData">
      <soap:operation soapAction="http://e-conomic.com/CurrentInvoice_UpdateFromData" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoice_GetData">
      <soap:operation soapAction="http://e-conomic.com/CurrentInvoice_GetData" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoice_GetDataArray">
      <soap:operation soapAction="http://e-conomic.com/CurrentInvoice_GetDataArray" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoice_Create">
      <soap:operation soapAction="http://e-conomic.com/CurrentInvoice_Create" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoice_GetAll">
      <soap:operation soapAction="http://e-conomic.com/CurrentInvoice_GetAll" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoice_FindByOurReference">
      <soap:operation soapAction="http://e-conomic.com/CurrentInvoice_FindByOurReference" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoice_FindByOtherReference">
      <soap:operation soapAction="http://e-conomic.com/CurrentInvoice_FindByOtherReference" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoice_FindByDateInterval">
      <soap:operation soapAction="http://e-conomic.com/CurrentInvoice_FindByDateInterval" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoice_GetAllUpdated">
      <soap:operation soapAction="http://e-conomic.com/CurrentInvoice_GetAllUpdated" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoice_GetPdf">
      <soap:operation soapAction="http://e-conomic.com/CurrentInvoice_GetPdf" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoice_Book">
      <soap:operation soapAction="http://e-conomic.com/CurrentInvoice_Book" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoice_BookWithNumber">
      <soap:operation soapAction="http://e-conomic.com/CurrentInvoice_BookWithNumber" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoice_BookAndSendElectronicInvoice">
      <soap:operation soapAction="http://e-conomic.com/CurrentInvoice_BookAndSendElectronicInvoice" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoice_BookWithNumberAndSendElectronicInvoice">
      <soap:operation soapAction="http://e-conomic.com/CurrentInvoice_BookWithNumberAndSendElectronicInvoice" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoice_Delete">
      <soap:operation soapAction="http://e-conomic.com/CurrentInvoice_Delete" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoice_GetLines">
      <soap:operation soapAction="http://e-conomic.com/CurrentInvoice_GetLines" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoiceLine_FindByCurrentInvoiceList">
      <soap:operation soapAction="http://e-conomic.com/CurrentInvoiceLine_FindByCurrentInvoiceList" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="OrderLine_FindByOrderList">
      <soap:operation soapAction="http://e-conomic.com/OrderLine_FindByOrderList" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="QuotationLine_FindByQuotationList">
      <soap:operation soapAction="http://e-conomic.com/QuotationLine_FindByQuotationList" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="InvoiceLine_FindByInvoiceList">
      <soap:operation soapAction="http://e-conomic.com/InvoiceLine_FindByInvoiceList" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoice_GetDebtor">
      <soap:operation soapAction="http://e-conomic.com/CurrentInvoice_GetDebtor" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoice_SetDebtor">
      <soap:operation soapAction="http://e-conomic.com/CurrentInvoice_SetDebtor" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoice_GetProject">
      <soap:operation soapAction="http://e-conomic.com/CurrentInvoice_GetProject" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoice_SetProject">
      <soap:operation soapAction="http://e-conomic.com/CurrentInvoice_SetProject" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoice_GetDebtorName">
      <soap:operation soapAction="http://e-conomic.com/CurrentInvoice_GetDebtorName" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoice_SetDebtorName">
      <soap:operation soapAction="http://e-conomic.com/CurrentInvoice_SetDebtorName" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoice_GetDebtorAddress">
      <soap:operation soapAction="http://e-conomic.com/CurrentInvoice_GetDebtorAddress" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoice_SetDebtorAddress">
      <soap:operation soapAction="http://e-conomic.com/CurrentInvoice_SetDebtorAddress" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoice_GetDebtorPostalCode">
      <soap:operation soapAction="http://e-conomic.com/CurrentInvoice_GetDebtorPostalCode" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoice_SetDebtorPostalCode">
      <soap:operation soapAction="http://e-conomic.com/CurrentInvoice_SetDebtorPostalCode" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoice_GetDebtorCity">
      <soap:operation soapAction="http://e-conomic.com/CurrentInvoice_GetDebtorCity" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoice_SetDebtorCity">
      <soap:operation soapAction="http://e-conomic.com/CurrentInvoice_SetDebtorCity" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoice_GetDebtorCountry">
      <soap:operation soapAction="http://e-conomic.com/CurrentInvoice_GetDebtorCountry" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoice_SetDebtorCountry">
      <soap:operation soapAction="http://e-conomic.com/CurrentInvoice_SetDebtorCountry" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoice_GetDebtorEan">
      <soap:operation soapAction="http://e-conomic.com/CurrentInvoice_GetDebtorEan" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoice_SetDebtorEan">
      <soap:operation soapAction="http://e-conomic.com/CurrentInvoice_SetDebtorEan" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoice_GetPublicEntryNumber">
      <soap:operation soapAction="http://e-conomic.com/CurrentInvoice_GetPublicEntryNumber" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoice_SetPublicEntryNumber">
      <soap:operation soapAction="http://e-conomic.com/CurrentInvoice_SetPublicEntryNumber" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoice_GetAttention">
      <soap:operation soapAction="http://e-conomic.com/CurrentInvoice_GetAttention" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoice_SetAttention">
      <soap:operation soapAction="http://e-conomic.com/CurrentInvoice_SetAttention" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoice_GetYourReference">
      <soap:operation soapAction="http://e-conomic.com/CurrentInvoice_GetYourReference" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoice_SetYourReference">
      <soap:operation soapAction="http://e-conomic.com/CurrentInvoice_SetYourReference" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoice_GetOurReference">
      <soap:operation soapAction="http://e-conomic.com/CurrentInvoice_GetOurReference" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoice_SetOurReference">
      <soap:operation soapAction="http://e-conomic.com/CurrentInvoice_SetOurReference" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoice_GetOurReference2">
      <soap:operation soapAction="http://e-conomic.com/CurrentInvoice_GetOurReference2" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoice_SetOurReference2">
      <soap:operation soapAction="http://e-conomic.com/CurrentInvoice_SetOurReference2" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Creditor_UpdateFromDataArray">
      <soap:operation soapAction="http://e-conomic.com/Creditor_UpdateFromDataArray" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Creditor_UpdateFromData">
      <soap:operation soapAction="http://e-conomic.com/Creditor_UpdateFromData" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Creditor_GetData">
      <soap:operation soapAction="http://e-conomic.com/Creditor_GetData" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Creditor_GetDataArray">
      <soap:operation soapAction="http://e-conomic.com/Creditor_GetDataArray" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Creditor_GetNumber">
      <soap:operation soapAction="http://e-conomic.com/Creditor_GetNumber" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Creditor_GetCreditorGroup">
      <soap:operation soapAction="http://e-conomic.com/Creditor_GetCreditorGroup" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Creditor_SetCreditorGroup">
      <soap:operation soapAction="http://e-conomic.com/Creditor_SetCreditorGroup" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Creditor_GetName">
      <soap:operation soapAction="http://e-conomic.com/Creditor_GetName" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Creditor_SetName">
      <soap:operation soapAction="http://e-conomic.com/Creditor_SetName" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Creditor_SetVatZone">
      <soap:operation soapAction="http://e-conomic.com/Creditor_SetVatZone" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Creditor_GetVatZone">
      <soap:operation soapAction="http://e-conomic.com/Creditor_GetVatZone" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Creditor_SetCurrency">
      <soap:operation soapAction="http://e-conomic.com/Creditor_SetCurrency" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Creditor_GetCurrency">
      <soap:operation soapAction="http://e-conomic.com/Creditor_GetCurrency" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Creditor_GetTermOfPayment">
      <soap:operation soapAction="http://e-conomic.com/Creditor_GetTermOfPayment" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Creditor_SetTermOfPayment">
      <soap:operation soapAction="http://e-conomic.com/Creditor_SetTermOfPayment" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Creditor_GetIsAccessible">
      <soap:operation soapAction="http://e-conomic.com/Creditor_GetIsAccessible" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Creditor_SetIsAccessible">
      <soap:operation soapAction="http://e-conomic.com/Creditor_SetIsAccessible" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Creditor_GetCINumber">
      <soap:operation soapAction="http://e-conomic.com/Creditor_GetCINumber" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Creditor_SetCINumber">
      <soap:operation soapAction="http://e-conomic.com/Creditor_SetCINumber" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Creditor_SetEmail">
      <soap:operation soapAction="http://e-conomic.com/Creditor_SetEmail" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Creditor_GetEmail">
      <soap:operation soapAction="http://e-conomic.com/Creditor_GetEmail" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Creditor_SetAddress">
      <soap:operation soapAction="http://e-conomic.com/Creditor_SetAddress" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Creditor_GetAddress">
      <soap:operation soapAction="http://e-conomic.com/Creditor_GetAddress" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Creditor_GetPostalCode">
      <soap:operation soapAction="http://e-conomic.com/Creditor_GetPostalCode" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Creditor_SetPostalCode">
      <soap:operation soapAction="http://e-conomic.com/Creditor_SetPostalCode" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Creditor_SetCity">
      <soap:operation soapAction="http://e-conomic.com/Creditor_SetCity" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Creditor_GetCity">
      <soap:operation soapAction="http://e-conomic.com/Creditor_GetCity" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Creditor_GetCountry">
      <soap:operation soapAction="http://e-conomic.com/Creditor_GetCountry" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Creditor_SetCountry">
      <soap:operation soapAction="http://e-conomic.com/Creditor_SetCountry" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Creditor_SetBankAccount">
      <soap:operation soapAction="http://e-conomic.com/Creditor_SetBankAccount" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Creditor_GetBankAccount">
      <soap:operation soapAction="http://e-conomic.com/Creditor_GetBankAccount" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Creditor_SetAttention">
      <soap:operation soapAction="http://e-conomic.com/Creditor_SetAttention" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Creditor_GetAttention">
      <soap:operation soapAction="http://e-conomic.com/Creditor_GetAttention" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Creditor_GetYourReference">
      <soap:operation soapAction="http://e-conomic.com/Creditor_GetYourReference" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Creditor_SetYourReference">
      <soap:operation soapAction="http://e-conomic.com/Creditor_SetYourReference" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Creditor_SetOurReference">
      <soap:operation soapAction="http://e-conomic.com/Creditor_SetOurReference" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Creditor_GetOurReference">
      <soap:operation soapAction="http://e-conomic.com/Creditor_GetOurReference" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Creditor_GetDefaultPaymentType">
      <soap:operation soapAction="http://e-conomic.com/Creditor_GetDefaultPaymentType" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Creditor_GetDefaultPaymentCreditorId">
      <soap:operation soapAction="http://e-conomic.com/Creditor_GetDefaultPaymentCreditorId" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Creditor_GetCounty">
      <soap:operation soapAction="http://e-conomic.com/Creditor_GetCounty" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Creditor_SetCounty">
      <soap:operation soapAction="http://e-conomic.com/Creditor_SetCounty" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Creditor_GetAutoContraAccount">
      <soap:operation soapAction="http://e-conomic.com/Creditor_GetAutoContraAccount" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Creditor_SetAutoContraAccount">
      <soap:operation soapAction="http://e-conomic.com/Creditor_SetAutoContraAccount" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Creditor_Create">
      <soap:operation soapAction="http://e-conomic.com/Creditor_Create" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Creditor_SetRemittanceInformation">
      <soap:operation soapAction="http://e-conomic.com/Creditor_SetRemittanceInformation" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Creditor_GetAll">
      <soap:operation soapAction="http://e-conomic.com/Creditor_GetAll" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Creditor_GetAllUpdated">
      <soap:operation soapAction="http://e-conomic.com/Creditor_GetAllUpdated" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Creditor_FindByNumber">
      <soap:operation soapAction="http://e-conomic.com/Creditor_FindByNumber" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Creditor_FindByNumberList">
      <soap:operation soapAction="http://e-conomic.com/Creditor_FindByNumberList" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Creditor_FindByName">
      <soap:operation soapAction="http://e-conomic.com/Creditor_FindByName" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Creditor_GetCreditorContacts">
      <soap:operation soapAction="http://e-conomic.com/Creditor_GetCreditorContacts" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Creditor_Delete">
      <soap:operation soapAction="http://e-conomic.com/Creditor_Delete" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Creditor_GetEntries">
      <soap:operation soapAction="http://e-conomic.com/Creditor_GetEntries" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Creditor_GetEntriesByVoucherNo">
      <soap:operation soapAction="http://e-conomic.com/Creditor_GetEntriesByVoucherNo" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Creditor_GetEntriesByInvoiceNo">
      <soap:operation soapAction="http://e-conomic.com/Creditor_GetEntriesByInvoiceNo" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Creditor_GetEntriesByVoucherNoAndInvoiceNo">
      <soap:operation soapAction="http://e-conomic.com/Creditor_GetEntriesByVoucherNoAndInvoiceNo" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Creditor_GetOpenEntries">
      <soap:operation soapAction="http://e-conomic.com/Creditor_GetOpenEntries" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CreditorContact_CreateFromData">
      <soap:operation soapAction="http://e-conomic.com/CreditorContact_CreateFromData" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CreditorContact_CreateFromDataArray">
      <soap:operation soapAction="http://e-conomic.com/CreditorContact_CreateFromDataArray" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CreditorContact_UpdateFromDataArray">
      <soap:operation soapAction="http://e-conomic.com/CreditorContact_UpdateFromDataArray" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CreditorContact_UpdateFromData">
      <soap:operation soapAction="http://e-conomic.com/CreditorContact_UpdateFromData" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CreditorContact_GetData">
      <soap:operation soapAction="http://e-conomic.com/CreditorContact_GetData" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CreditorContact_GetDataArray">
      <soap:operation soapAction="http://e-conomic.com/CreditorContact_GetDataArray" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CreditorContact_GetCreditor">
      <soap:operation soapAction="http://e-conomic.com/CreditorContact_GetCreditor" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CreditorContact_GetName">
      <soap:operation soapAction="http://e-conomic.com/CreditorContact_GetName" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CreditorContact_SetName">
      <soap:operation soapAction="http://e-conomic.com/CreditorContact_SetName" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CreditorContact_GetNumber">
      <soap:operation soapAction="http://e-conomic.com/CreditorContact_GetNumber" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CreditorContact_SetTelephoneNumber">
      <soap:operation soapAction="http://e-conomic.com/CreditorContact_SetTelephoneNumber" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CreditorContact_GetTelephoneNumber">
      <soap:operation soapAction="http://e-conomic.com/CreditorContact_GetTelephoneNumber" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CreditorContact_SetEmail">
      <soap:operation soapAction="http://e-conomic.com/CreditorContact_SetEmail" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CreditorContact_GetEmail">
      <soap:operation soapAction="http://e-conomic.com/CreditorContact_GetEmail" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CreditorContact_GetComments">
      <soap:operation soapAction="http://e-conomic.com/CreditorContact_GetComments" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CreditorContact_SetComments">
      <soap:operation soapAction="http://e-conomic.com/CreditorContact_SetComments" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CreditorContact_GetExternalId">
      <soap:operation soapAction="http://e-conomic.com/CreditorContact_GetExternalId" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CreditorContact_SetExternalId">
      <soap:operation soapAction="http://e-conomic.com/CreditorContact_SetExternalId" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CreditorContact_Create">
      <soap:operation soapAction="http://e-conomic.com/CreditorContact_Create" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CreditorContact_GetAll">
      <soap:operation soapAction="http://e-conomic.com/CreditorContact_GetAll" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CreditorContact_FindByName">
      <soap:operation soapAction="http://e-conomic.com/CreditorContact_FindByName" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CreditorContact_Delete">
      <soap:operation soapAction="http://e-conomic.com/CreditorContact_Delete" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CreditorEntry_GetData">
      <soap:operation soapAction="http://e-conomic.com/CreditorEntry_GetData" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CreditorEntry_GetDataArray">
      <soap:operation soapAction="http://e-conomic.com/CreditorEntry_GetDataArray" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CreditorEntry_GetSerialNumber">
      <soap:operation soapAction="http://e-conomic.com/CreditorEntry_GetSerialNumber" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CreditorEntry_GetType">
      <soap:operation soapAction="http://e-conomic.com/CreditorEntry_GetType" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CreditorEntry_GetDate">
      <soap:operation soapAction="http://e-conomic.com/CreditorEntry_GetDate" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CreditorEntry_GetCreditor">
      <soap:operation soapAction="http://e-conomic.com/CreditorEntry_GetCreditor" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CashBookEntry_GetDueDate">
      <soap:operation soapAction="http://e-conomic.com/CashBookEntry_GetDueDate" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CashBookEntry_SetDepartment">
      <soap:operation soapAction="http://e-conomic.com/CashBookEntry_SetDepartment" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CashBookEntry_GetDepartment">
      <soap:operation soapAction="http://e-conomic.com/CashBookEntry_GetDepartment" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CashBookEntry_GetDistributionKey">
      <soap:operation soapAction="http://e-conomic.com/CashBookEntry_GetDistributionKey" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CashBookEntry_SetDistributionKey">
      <soap:operation soapAction="http://e-conomic.com/CashBookEntry_SetDistributionKey" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CashBookEntry_GetProject">
      <soap:operation soapAction="http://e-conomic.com/CashBookEntry_GetProject" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CashBookEntry_GetCostType">
      <soap:operation soapAction="http://e-conomic.com/CashBookEntry_GetCostType" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CashBookEntry_GetBankPaymentType">
      <soap:operation soapAction="http://e-conomic.com/CashBookEntry_GetBankPaymentType" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CashBookEntry_GetBankPaymentCreditorId">
      <soap:operation soapAction="http://e-conomic.com/CashBookEntry_GetBankPaymentCreditorId" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CashBookEntry_GetBankPaymentCreditorInvoiceId">
      <soap:operation soapAction="http://e-conomic.com/CashBookEntry_GetBankPaymentCreditorInvoiceId" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CashBookEntry_GetCapitalise">
      <soap:operation soapAction="http://e-conomic.com/CashBookEntry_GetCapitalise" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CashBookEntry_GetStartDate">
      <soap:operation soapAction="http://e-conomic.com/CashBookEntry_GetStartDate" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CashBookEntry_GetEndDate">
      <soap:operation soapAction="http://e-conomic.com/CashBookEntry_GetEndDate" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CashBookEntry_SetEmployee">
      <soap:operation soapAction="http://e-conomic.com/CashBookEntry_SetEmployee" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CashBookEntry_GetEmployee">
      <soap:operation soapAction="http://e-conomic.com/CashBookEntry_GetEmployee" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CashBookEntry_Create">
      <soap:operation soapAction="http://e-conomic.com/CashBookEntry_Create" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CashBookEntry_CreateDebtorPayment">
      <soap:operation soapAction="http://e-conomic.com/CashBookEntry_CreateDebtorPayment" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CashBookEntry_CreateManualDebtorInvoice">
      <soap:operation soapAction="http://e-conomic.com/CashBookEntry_CreateManualDebtorInvoice" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CashBookEntry_CreateCreditorPayment">
      <soap:operation soapAction="http://e-conomic.com/CashBookEntry_CreateCreditorPayment" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CashBookEntry_CreateCreditorInvoice">
      <soap:operation soapAction="http://e-conomic.com/CashBookEntry_CreateCreditorInvoice" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CashBookEntry_CreateFinanceVoucher">
      <soap:operation soapAction="http://e-conomic.com/CashBookEntry_CreateFinanceVoucher" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CashBookEntry_Delete">
      <soap:operation soapAction="http://e-conomic.com/CashBookEntry_Delete" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CashBookEntry_SetProjectAndCostType">
      <soap:operation soapAction="http://e-conomic.com/CashBookEntry_SetProjectAndCostType" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CashBookEntry_SetRemittanceInformation">
      <soap:operation soapAction="http://e-conomic.com/CashBookEntry_SetRemittanceInformation" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CashBookEntry_SetAccrualInformation">
      <soap:operation soapAction="http://e-conomic.com/CashBookEntry_SetAccrualInformation" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Company_UpdateFromDataArray">
      <soap:operation soapAction="http://e-conomic.com/Company_UpdateFromDataArray" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Company_UpdateFromData">
      <soap:operation soapAction="http://e-conomic.com/Company_UpdateFromData" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Company_GetData">
      <soap:operation soapAction="http://e-conomic.com/Company_GetData" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Company_GetDataArray">
      <soap:operation soapAction="http://e-conomic.com/Company_GetDataArray" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Company_Get">
      <soap:operation soapAction="http://e-conomic.com/Company_Get" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Company_GetNumber">
      <soap:operation soapAction="http://e-conomic.com/Company_GetNumber" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Company_GetBaseCurrency">
      <soap:operation soapAction="http://e-conomic.com/Company_GetBaseCurrency" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Company_GetName">
      <soap:operation soapAction="http://e-conomic.com/Company_GetName" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Company_SetName">
      <soap:operation soapAction="http://e-conomic.com/Company_SetName" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Company_GetAddress1">
      <soap:operation soapAction="http://e-conomic.com/Company_GetAddress1" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Company_SetAddress1">
      <soap:operation soapAction="http://e-conomic.com/Company_SetAddress1" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Company_GetAddress2">
      <soap:operation soapAction="http://e-conomic.com/Company_GetAddress2" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Company_SetAddress2">
      <soap:operation soapAction="http://e-conomic.com/Company_SetAddress2" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Company_GetPostalCode">
      <soap:operation soapAction="http://e-conomic.com/Company_GetPostalCode" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Company_SetPostalCode">
      <soap:operation soapAction="http://e-conomic.com/Company_SetPostalCode" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Company_GetCity">
      <soap:operation soapAction="http://e-conomic.com/Company_GetCity" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Company_SetCity">
      <soap:operation soapAction="http://e-conomic.com/Company_SetCity" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Company_GetCounty">
      <soap:operation soapAction="http://e-conomic.com/Company_GetCounty" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Company_GetCountry">
      <soap:operation soapAction="http://e-conomic.com/Company_GetCountry" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Company_GetCustomFields">
      <soap:operation soapAction="http://e-conomic.com/Company_GetCustomFields" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Company_SetCustomFields">
      <soap:operation soapAction="http://e-conomic.com/Company_SetCustomFields" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Company_DeleteCustomField">
      <soap:operation soapAction="http://e-conomic.com/Company_DeleteCustomField" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Company_SetCountry">
      <soap:operation soapAction="http://e-conomic.com/Company_SetCountry" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Company_GetTelephoneNumber">
      <soap:operation soapAction="http://e-conomic.com/Company_GetTelephoneNumber" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Company_SetTelephoneNumber">
      <soap:operation soapAction="http://e-conomic.com/Company_SetTelephoneNumber" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Company_GetFaxNumber">
      <soap:operation soapAction="http://e-conomic.com/Company_GetFaxNumber" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Company_GetMobileNumber">
      <soap:operation soapAction="http://e-conomic.com/Company_GetMobileNumber" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Company_GetContact">
      <soap:operation soapAction="http://e-conomic.com/Company_GetContact" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Company_GetWebSite">
      <soap:operation soapAction="http://e-conomic.com/Company_GetWebSite" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Company_SetWebSite">
      <soap:operation soapAction="http://e-conomic.com/Company_SetWebSite" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Company_GetEmail">
      <soap:operation soapAction="http://e-conomic.com/Company_GetEmail" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Company_SetEmail">
      <soap:operation soapAction="http://e-conomic.com/Company_SetEmail" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Company_GetCINumber">
      <soap:operation soapAction="http://e-conomic.com/Company_GetCINumber" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Company_SetCINumber">
      <soap:operation soapAction="http://e-conomic.com/Company_SetCINumber" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Company_GetVatNumber">
      <soap:operation soapAction="http://e-conomic.com/Company_GetVatNumber" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Company_GetAffiliation">
      <soap:operation soapAction="http://e-conomic.com/Company_GetAffiliation" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Company_SetVatNumber">
      <soap:operation soapAction="http://e-conomic.com/Company_SetVatNumber" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Company_GetSignUpDate">
      <soap:operation soapAction="http://e-conomic.com/Company_GetSignUpDate" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CostType_GetData">
      <soap:operation soapAction="http://e-conomic.com/CostType_GetData" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CostType_GetDataArray">
      <soap:operation soapAction="http://e-conomic.com/CostType_GetDataArray" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CostType_GetNumber">
      <soap:operation soapAction="http://e-conomic.com/CostType_GetNumber" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CostType_GetName">
      <soap:operation soapAction="http://e-conomic.com/CostType_GetName" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CostType_GetCostTypeGroup">
      <soap:operation soapAction="http://e-conomic.com/CostType_GetCostTypeGroup" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CostType_GetVatAccount">
      <soap:operation soapAction="http://e-conomic.com/CostType_GetVatAccount" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CostType_GetAll">
      <soap:operation soapAction="http://e-conomic.com/CostType_GetAll" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CostType_FindByNumber">
      <soap:operation soapAction="http://e-conomic.com/CostType_FindByNumber" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CostType_FindByNumberList">
      <soap:operation soapAction="http://e-conomic.com/CostType_FindByNumberList" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CostType_FindByName">
      <soap:operation soapAction="http://e-conomic.com/CostType_FindByName" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CostType_GetAllUpdated">
      <soap:operation soapAction="http://e-conomic.com/CostType_GetAllUpdated" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CostTypeGroup_GetData">
      <soap:operation soapAction="http://e-conomic.com/CostTypeGroup_GetData" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CostTypeGroup_GetDataArray">
      <soap:operation soapAction="http://e-conomic.com/CostTypeGroup_GetDataArray" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CostTypeGroup_GetNumber">
      <soap:operation soapAction="http://e-conomic.com/CostTypeGroup_GetNumber" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CostTypeGroup_GetName">
      <soap:operation soapAction="http://e-conomic.com/CostTypeGroup_GetName" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CostTypeGroup_GetAccountOngoing">
      <soap:operation soapAction="http://e-conomic.com/CostTypeGroup_GetAccountOngoing" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CostTypeGroup_GetAccountClosed">
      <soap:operation soapAction="http://e-conomic.com/CostTypeGroup_GetAccountClosed" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CostTypeGroup_GetAll">
      <soap:operation soapAction="http://e-conomic.com/CostTypeGroup_GetAll" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CostTypeGroup_FindByNumber">
      <soap:operation soapAction="http://e-conomic.com/CostTypeGroup_FindByNumber" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CostTypeGroup_FindByName">
      <soap:operation soapAction="http://e-conomic.com/CostTypeGroup_FindByName" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Creditor_CreateFromData">
      <soap:operation soapAction="http://e-conomic.com/Creditor_CreateFromData" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Creditor_CreateFromDataArray">
      <soap:operation soapAction="http://e-conomic.com/Creditor_CreateFromDataArray" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="BudgetFigure_UpdateFromDataArray">
      <soap:operation soapAction="http://e-conomic.com/BudgetFigure_UpdateFromDataArray" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="BudgetFigure_UpdateFromData">
      <soap:operation soapAction="http://e-conomic.com/BudgetFigure_UpdateFromData" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="BudgetFigure_GetData">
      <soap:operation soapAction="http://e-conomic.com/BudgetFigure_GetData" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="BudgetFigure_GetDataArray">
      <soap:operation soapAction="http://e-conomic.com/BudgetFigure_GetDataArray" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="BudgetFigure_SetAccount">
      <soap:operation soapAction="http://e-conomic.com/BudgetFigure_SetAccount" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="BudgetFigure_GetAccount">
      <soap:operation soapAction="http://e-conomic.com/BudgetFigure_GetAccount" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="BudgetFigure_SetText">
      <soap:operation soapAction="http://e-conomic.com/BudgetFigure_SetText" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="BudgetFigure_GetText">
      <soap:operation soapAction="http://e-conomic.com/BudgetFigure_GetText" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="BudgetFigure_GetFromDate">
      <soap:operation soapAction="http://e-conomic.com/BudgetFigure_GetFromDate" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="BudgetFigure_SetFromDate">
      <soap:operation soapAction="http://e-conomic.com/BudgetFigure_SetFromDate" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="BudgetFigure_SetToDate">
      <soap:operation soapAction="http://e-conomic.com/BudgetFigure_SetToDate" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="BudgetFigure_GetToDate">
      <soap:operation soapAction="http://e-conomic.com/BudgetFigure_GetToDate" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="BudgetFigure_GetAmountDefaultCurrency">
      <soap:operation soapAction="http://e-conomic.com/BudgetFigure_GetAmountDefaultCurrency" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="BudgetFigure_GetUnit1">
      <soap:operation soapAction="http://e-conomic.com/BudgetFigure_GetUnit1" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="BudgetFigure_GetUnit2">
      <soap:operation soapAction="http://e-conomic.com/BudgetFigure_GetUnit2" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="BudgetFigure_GetQuantity1">
      <soap:operation soapAction="http://e-conomic.com/BudgetFigure_GetQuantity1" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="BudgetFigure_GetQuantity2">
      <soap:operation soapAction="http://e-conomic.com/BudgetFigure_GetQuantity2" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="BudgetFigure_SetAmountDefaultCurrency">
      <soap:operation soapAction="http://e-conomic.com/BudgetFigure_SetAmountDefaultCurrency" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="BudgetFigure_SetDepartment">
      <soap:operation soapAction="http://e-conomic.com/BudgetFigure_SetDepartment" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="BudgetFigure_GetDepartment">
      <soap:operation soapAction="http://e-conomic.com/BudgetFigure_GetDepartment" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="BudgetFigure_SetDistributionKey">
      <soap:operation soapAction="http://e-conomic.com/BudgetFigure_SetDistributionKey" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="BudgetFigure_GetDistributionKey">
      <soap:operation soapAction="http://e-conomic.com/BudgetFigure_GetDistributionKey" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="BudgetFigure_Create">
      <soap:operation soapAction="http://e-conomic.com/BudgetFigure_Create" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="BudgetFigure_Delete">
      <soap:operation soapAction="http://e-conomic.com/BudgetFigure_Delete" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="BudgetFigure_GetAll">
      <soap:operation soapAction="http://e-conomic.com/BudgetFigure_GetAll" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="BudgetFigure_FindByDate">
      <soap:operation soapAction="http://e-conomic.com/BudgetFigure_FindByDate" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CashBook_UpdateFromDataArray">
      <soap:operation soapAction="http://e-conomic.com/CashBook_UpdateFromDataArray" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CashBook_UpdateFromData">
      <soap:operation soapAction="http://e-conomic.com/CashBook_UpdateFromData" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CashBook_GetData">
      <soap:operation soapAction="http://e-conomic.com/CashBook_GetData" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CashBook_GetDataArray">
      <soap:operation soapAction="http://e-conomic.com/CashBook_GetDataArray" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CashBook_GetAll">
      <soap:operation soapAction="http://e-conomic.com/CashBook_GetAll" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CashBook_FindByNumber">
      <soap:operation soapAction="http://e-conomic.com/CashBook_FindByNumber" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CashBook_FindByNumberList">
      <soap:operation soapAction="http://e-conomic.com/CashBook_FindByNumberList" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CashBook_FindByName">
      <soap:operation soapAction="http://e-conomic.com/CashBook_FindByName" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CashBook_FindByNameList">
      <soap:operation soapAction="http://e-conomic.com/CashBook_FindByNameList" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CashBook_RegisterPdfVoucher">
      <soap:operation soapAction="http://e-conomic.com/CashBook_RegisterPdfVoucher" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CashBook_GetNextVoucherNumber">
      <soap:operation soapAction="http://e-conomic.com/CashBook_GetNextVoucherNumber" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CashBook_GetEntries">
      <soap:operation soapAction="http://e-conomic.com/CashBook_GetEntries" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CashBook_DeleteAllEntries">
      <soap:operation soapAction="http://e-conomic.com/CashBook_DeleteAllEntries" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CashBook_Book">
      <soap:operation soapAction="http://e-conomic.com/CashBook_Book" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CashBook_BookWithDate">
      <soap:operation soapAction="http://e-conomic.com/CashBook_BookWithDate" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CashBook_BookWithDateClosedPeriod">
      <soap:operation soapAction="http://e-conomic.com/CashBook_BookWithDateClosedPeriod" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CashBook_GetNumber">
      <soap:operation soapAction="http://e-conomic.com/CashBook_GetNumber" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CashBook_GetName">
      <soap:operation soapAction="http://e-conomic.com/CashBook_GetName" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CashBook_SetName">
      <soap:operation soapAction="http://e-conomic.com/CashBook_SetName" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CashBookEntry_CreateFromData">
      <soap:operation soapAction="http://e-conomic.com/CashBookEntry_CreateFromData" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Entry_CopyVoucher">
      <soap:operation soapAction="http://e-conomic.com/Entry_CopyVoucher" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Entry_ReverseVoucher">
      <soap:operation soapAction="http://e-conomic.com/Entry_ReverseVoucher" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Entry_TurnVoucher">
      <soap:operation soapAction="http://e-conomic.com/Entry_TurnVoucher" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CashBookEntry_CreateFromDataArray">
      <soap:operation soapAction="http://e-conomic.com/CashBookEntry_CreateFromDataArray" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CashBookEntry_UpdateFromDataArray">
      <soap:operation soapAction="http://e-conomic.com/CashBookEntry_UpdateFromDataArray" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CashBookEntry_UpdateFromData">
      <soap:operation soapAction="http://e-conomic.com/CashBookEntry_UpdateFromData" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CashBookEntry_GetData">
      <soap:operation soapAction="http://e-conomic.com/CashBookEntry_GetData" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CashBookEntry_GetDataArray">
      <soap:operation soapAction="http://e-conomic.com/CashBookEntry_GetDataArray" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CashBookEntry_GetType">
      <soap:operation soapAction="http://e-conomic.com/CashBookEntry_GetType" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CashBookEntry_GetCashBook">
      <soap:operation soapAction="http://e-conomic.com/CashBookEntry_GetCashBook" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CashBookEntry_SetDebtor">
      <soap:operation soapAction="http://e-conomic.com/CashBookEntry_SetDebtor" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CashBookEntry_GetDebtor">
      <soap:operation soapAction="http://e-conomic.com/CashBookEntry_GetDebtor" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CashBookEntry_GetCreditor">
      <soap:operation soapAction="http://e-conomic.com/CashBookEntry_GetCreditor" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CashBookEntry_SetCreditor">
      <soap:operation soapAction="http://e-conomic.com/CashBookEntry_SetCreditor" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CashBookEntry_SetAccount">
      <soap:operation soapAction="http://e-conomic.com/CashBookEntry_SetAccount" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CashBookEntry_GetAccount">
      <soap:operation soapAction="http://e-conomic.com/CashBookEntry_GetAccount" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CashBookEntry_GetContraAccount">
      <soap:operation soapAction="http://e-conomic.com/CashBookEntry_GetContraAccount" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CashBookEntry_SetContraAccount">
      <soap:operation soapAction="http://e-conomic.com/CashBookEntry_SetContraAccount" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CashBookEntry_SetDate">
      <soap:operation soapAction="http://e-conomic.com/CashBookEntry_SetDate" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CashBookEntry_GetDate">
      <soap:operation soapAction="http://e-conomic.com/CashBookEntry_GetDate" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CashBookEntry_SetVoucherNumber">
      <soap:operation soapAction="http://e-conomic.com/CashBookEntry_SetVoucherNumber" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CashBookEntry_GetVoucherNumber">
      <soap:operation soapAction="http://e-conomic.com/CashBookEntry_GetVoucherNumber" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CashBookEntry_GetText">
      <soap:operation soapAction="http://e-conomic.com/CashBookEntry_GetText" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CashBookEntry_SetText">
      <soap:operation soapAction="http://e-conomic.com/CashBookEntry_SetText" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CashBookEntry_GetAmountDefaultCurrency">
      <soap:operation soapAction="http://e-conomic.com/CashBookEntry_GetAmountDefaultCurrency" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CashBookEntry_SetAmountDefaultCurrency">
      <soap:operation soapAction="http://e-conomic.com/CashBookEntry_SetAmountDefaultCurrency" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CashBookEntry_GetCurrency">
      <soap:operation soapAction="http://e-conomic.com/CashBookEntry_GetCurrency" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CashBookEntry_SetCurrency">
      <soap:operation soapAction="http://e-conomic.com/CashBookEntry_SetCurrency" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CashBookEntry_SetAmount">
      <soap:operation soapAction="http://e-conomic.com/CashBookEntry_SetAmount" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CashBookEntry_GetAmount">
      <soap:operation soapAction="http://e-conomic.com/CashBookEntry_GetAmount" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CashBookEntry_SetVatAccount">
      <soap:operation soapAction="http://e-conomic.com/CashBookEntry_SetVatAccount" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CashBookEntry_GetVatAccount">
      <soap:operation soapAction="http://e-conomic.com/CashBookEntry_GetVatAccount" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CashBookEntry_GetContraVatAccount">
      <soap:operation soapAction="http://e-conomic.com/CashBookEntry_GetContraVatAccount" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CashBookEntry_SetContraVatAccount">
      <soap:operation soapAction="http://e-conomic.com/CashBookEntry_SetContraVatAccount" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CashBookEntry_SetDebtorInvoiceNumber">
      <soap:operation soapAction="http://e-conomic.com/CashBookEntry_SetDebtorInvoiceNumber" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CashBookEntry_GetDebtorInvoiceNumber">
      <soap:operation soapAction="http://e-conomic.com/CashBookEntry_GetDebtorInvoiceNumber" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CashBookEntry_GetCreditorInvoiceNumber">
      <soap:operation soapAction="http://e-conomic.com/CashBookEntry_GetCreditorInvoiceNumber" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CashBookEntry_SetCreditorInvoiceNumber">
      <soap:operation soapAction="http://e-conomic.com/CashBookEntry_SetCreditorInvoiceNumber" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CashBookEntry_SetDueDate">
      <soap:operation soapAction="http://e-conomic.com/CashBookEntry_SetDueDate" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Account_CreateFromData">
      <soap:operation soapAction="http://e-conomic.com/Account_CreateFromData" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Account_CreateFromDataArray">
      <soap:operation soapAction="http://e-conomic.com/Account_CreateFromDataArray" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Account_UpdateFromDataArray">
      <soap:operation soapAction="http://e-conomic.com/Account_UpdateFromDataArray" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Account_UpdateFromData">
      <soap:operation soapAction="http://e-conomic.com/Account_UpdateFromData" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Account_GetData">
      <soap:operation soapAction="http://e-conomic.com/Account_GetData" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Account_GetDataArray">
      <soap:operation soapAction="http://e-conomic.com/Account_GetDataArray" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Account_Create">
      <soap:operation soapAction="http://e-conomic.com/Account_Create" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Account_GetAll">
      <soap:operation soapAction="http://e-conomic.com/Account_GetAll" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Account_GetAllUpdated">
      <soap:operation soapAction="http://e-conomic.com/Account_GetAllUpdated" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Account_FindByNumber">
      <soap:operation soapAction="http://e-conomic.com/Account_FindByNumber" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Account_FindByNumberList">
      <soap:operation soapAction="http://e-conomic.com/Account_FindByNumberList" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Account_FindByName">
      <soap:operation soapAction="http://e-conomic.com/Account_FindByName" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Account_GetEntryTotalsPerDate">
      <soap:operation soapAction="http://e-conomic.com/Account_GetEntryTotalsPerDate" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Account_GetEntryTotalsPerCalendarMonth">
      <soap:operation soapAction="http://e-conomic.com/Account_GetEntryTotalsPerCalendarMonth" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Account_GetEntryTotalsPerCalendarYear">
      <soap:operation soapAction="http://e-conomic.com/Account_GetEntryTotalsPerCalendarYear" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Account_GetEntryTotalsByDate">
      <soap:operation soapAction="http://e-conomic.com/Account_GetEntryTotalsByDate" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Account_Delete">
      <soap:operation soapAction="http://e-conomic.com/Account_Delete" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Account_GetBudgetFigures">
      <soap:operation soapAction="http://e-conomic.com/Account_GetBudgetFigures" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Account_GetBudgetFiguresByDate">
      <soap:operation soapAction="http://e-conomic.com/Account_GetBudgetFiguresByDate" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Account_GetEntriesByDate">
      <soap:operation soapAction="http://e-conomic.com/Account_GetEntriesByDate" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Account_GetEntriesByNumber">
      <soap:operation soapAction="http://e-conomic.com/Account_GetEntriesByNumber" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Account_GetSumIntervals">
      <soap:operation soapAction="http://e-conomic.com/Account_GetSumIntervals" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Account_GetNumber">
      <soap:operation soapAction="http://e-conomic.com/Account_GetNumber" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Account_GetName">
      <soap:operation soapAction="http://e-conomic.com/Account_GetName" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Account_SetName">
      <soap:operation soapAction="http://e-conomic.com/Account_SetName" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Account_GetType">
      <soap:operation soapAction="http://e-conomic.com/Account_GetType" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Account_SetType">
      <soap:operation soapAction="http://e-conomic.com/Account_SetType" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Account_GetDebitCredit">
      <soap:operation soapAction="http://e-conomic.com/Account_GetDebitCredit" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Account_SetDebitCredit">
      <soap:operation soapAction="http://e-conomic.com/Account_SetDebitCredit" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Account_GetIsAccessible">
      <soap:operation soapAction="http://e-conomic.com/Account_GetIsAccessible" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Account_SetIsAccessible">
      <soap:operation soapAction="http://e-conomic.com/Account_SetIsAccessible" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Account_GetBlockDirectEntries">
      <soap:operation soapAction="http://e-conomic.com/Account_GetBlockDirectEntries" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Account_SetBlockDirectEntries">
      <soap:operation soapAction="http://e-conomic.com/Account_SetBlockDirectEntries" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Account_GetVatAccount">
      <soap:operation soapAction="http://e-conomic.com/Account_GetVatAccount" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Account_SetVatAccount">
      <soap:operation soapAction="http://e-conomic.com/Account_SetVatAccount" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Account_GetContraAccount">
      <soap:operation soapAction="http://e-conomic.com/Account_GetContraAccount" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Account_SetContraAccount">
      <soap:operation soapAction="http://e-conomic.com/Account_SetContraAccount" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Account_GetOpeningAccount">
      <soap:operation soapAction="http://e-conomic.com/Account_GetOpeningAccount" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Account_SetOpeningAccount">
      <soap:operation soapAction="http://e-conomic.com/Account_SetOpeningAccount" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Account_GetTotalFrom">
      <soap:operation soapAction="http://e-conomic.com/Account_GetTotalFrom" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Account_SetTotalFrom">
      <soap:operation soapAction="http://e-conomic.com/Account_SetTotalFrom" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Account_GetBalance">
      <soap:operation soapAction="http://e-conomic.com/Account_GetBalance" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Account_GetDepartment">
      <soap:operation soapAction="http://e-conomic.com/Account_GetDepartment" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Account_SetDepartment">
      <soap:operation soapAction="http://e-conomic.com/Account_SetDepartment" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Account_GetDistributionKey">
      <soap:operation soapAction="http://e-conomic.com/Account_GetDistributionKey" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Account_SetDistributionKey">
      <soap:operation soapAction="http://e-conomic.com/Account_SetDistributionKey" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="AccountingPeriod_GetData">
      <soap:operation soapAction="http://e-conomic.com/AccountingPeriod_GetData" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="AccountingPeriod_GetDataArray">
      <soap:operation soapAction="http://e-conomic.com/AccountingPeriod_GetDataArray" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="AccountingPeriod_GetAll">
      <soap:operation soapAction="http://e-conomic.com/AccountingPeriod_GetAll" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="AccountingPeriod_GetAllUpdated">
      <soap:operation soapAction="http://e-conomic.com/AccountingPeriod_GetAllUpdated" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="AccountingPeriod_GetPeriod">
      <soap:operation soapAction="http://e-conomic.com/AccountingPeriod_GetPeriod" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="AccountingPeriod_GetAccountingYear">
      <soap:operation soapAction="http://e-conomic.com/AccountingPeriod_GetAccountingYear" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="AccountingPeriod_GetFromDate">
      <soap:operation soapAction="http://e-conomic.com/AccountingPeriod_GetFromDate" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="AccountingPeriod_GetToDate">
      <soap:operation soapAction="http://e-conomic.com/AccountingPeriod_GetToDate" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="AccountingPeriod_GetStatus">
      <soap:operation soapAction="http://e-conomic.com/AccountingPeriod_GetStatus" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="AccountingYear_CreateFromData">
      <soap:operation soapAction="http://e-conomic.com/AccountingYear_CreateFromData" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="AccountingYear_CreateFromDataArray">
      <soap:operation soapAction="http://e-conomic.com/AccountingYear_CreateFromDataArray" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="AccountingYear_GetData">
      <soap:operation soapAction="http://e-conomic.com/AccountingYear_GetData" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="AccountingYear_GetDataArray">
      <soap:operation soapAction="http://e-conomic.com/AccountingYear_GetDataArray" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="AccountingYear_GetYear">
      <soap:operation soapAction="http://e-conomic.com/AccountingYear_GetYear" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="AccountingYear_GetFromDate">
      <soap:operation soapAction="http://e-conomic.com/AccountingYear_GetFromDate" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="AccountingYear_GetToDate">
      <soap:operation soapAction="http://e-conomic.com/AccountingYear_GetToDate" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="AccountingYear_GetIsClosed">
      <soap:operation soapAction="http://e-conomic.com/AccountingYear_GetIsClosed" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="AccountingYear_Create">
      <soap:operation soapAction="http://e-conomic.com/AccountingYear_Create" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="AccountingYear_Delete">
      <soap:operation soapAction="http://e-conomic.com/AccountingYear_Delete" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="AccountingYear_GetAll">
      <soap:operation soapAction="http://e-conomic.com/AccountingYear_GetAll" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="AccountingYear_FindByDate">
      <soap:operation soapAction="http://e-conomic.com/AccountingYear_FindByDate" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="AccountingYear_GetPeriods">
      <soap:operation soapAction="http://e-conomic.com/AccountingYear_GetPeriods" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Activity_GetData">
      <soap:operation soapAction="http://e-conomic.com/Activity_GetData" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Activity_GetDataArray">
      <soap:operation soapAction="http://e-conomic.com/Activity_GetDataArray" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Activity_GetAll">
      <soap:operation soapAction="http://e-conomic.com/Activity_GetAll" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Activity_FindByNumber">
      <soap:operation soapAction="http://e-conomic.com/Activity_FindByNumber" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Activity_FindByNumberList">
      <soap:operation soapAction="http://e-conomic.com/Activity_FindByNumberList" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Activity_GetNumber">
      <soap:operation soapAction="http://e-conomic.com/Activity_GetNumber" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Activity_GetName">
      <soap:operation soapAction="http://e-conomic.com/Activity_GetName" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="BankPaymentType_GetData">
      <soap:operation soapAction="http://e-conomic.com/BankPaymentType_GetData" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="BankPaymentType_GetDataArray">
      <soap:operation soapAction="http://e-conomic.com/BankPaymentType_GetDataArray" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="BankPaymentType_GetAll">
      <soap:operation soapAction="http://e-conomic.com/BankPaymentType_GetAll" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="BankPaymentType_FindByName">
      <soap:operation soapAction="http://e-conomic.com/BankPaymentType_FindByName" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="BankPaymentType_FindByNumber">
      <soap:operation soapAction="http://e-conomic.com/BankPaymentType_FindByNumber" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="BankPaymentType_FindByNumberList">
      <soap:operation soapAction="http://e-conomic.com/BankPaymentType_FindByNumberList" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="BankPaymentType_GetNumber">
      <soap:operation soapAction="http://e-conomic.com/BankPaymentType_GetNumber" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="BankPaymentType_GetName">
      <soap:operation soapAction="http://e-conomic.com/BankPaymentType_GetName" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="BudgetFigure_CreateFromData">
      <soap:operation soapAction="http://e-conomic.com/BudgetFigure_CreateFromData" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="BudgetFigure_CreateFromDataArray">
      <soap:operation soapAction="http://e-conomic.com/BudgetFigure_CreateFromDataArray" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Connect">
      <soap:operation soapAction="http://e-conomic.com/Connect" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="ConnectAsAdministrator">
      <soap:operation soapAction="http://e-conomic.com/ConnectAsAdministrator" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="ConnectAsAdministratorWithCustomerNumber">
      <soap:operation soapAction="http://e-conomic.com/ConnectAsAdministratorWithCustomerNumber" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="ConnectWithToken">
      <soap:operation soapAction="http://e-conomic.com/ConnectWithToken" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Disconnect">
      <soap:operation soapAction="http://e-conomic.com/Disconnect" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetApiInformation">
      <soap:operation soapAction="http://e-conomic.com/GetApiInformation" 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="EconomicWebServiceSoap12" type="tns:EconomicWebServiceSoap">
    <soap12:binding transport="http://schemas.xmlsoap.org/soap/http" />
    <wsdl:operation name="TermOfPayment_SetDebtor">
      <soap12:operation soapAction="http://e-conomic.com/TermOfPayment_SetDebtor" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="TermOfPayment_GetDistributionInPercent">
      <soap12:operation soapAction="http://e-conomic.com/TermOfPayment_GetDistributionInPercent" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="TermOfPayment_SetDistributionInPercent">
      <soap12:operation soapAction="http://e-conomic.com/TermOfPayment_SetDistributionInPercent" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="TermOfPayment_GetDistributionInPercent2">
      <soap12:operation soapAction="http://e-conomic.com/TermOfPayment_GetDistributionInPercent2" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="TimeEntry_ApproveEntries">
      <soap12:operation soapAction="http://e-conomic.com/TimeEntry_ApproveEntries" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="TimeEntry_CreateFromData">
      <soap12:operation soapAction="http://e-conomic.com/TimeEntry_CreateFromData" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="TimeEntry_CreateFromDataArray">
      <soap12:operation soapAction="http://e-conomic.com/TimeEntry_CreateFromDataArray" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="TimeEntry_UpdateFromDataArray">
      <soap12:operation soapAction="http://e-conomic.com/TimeEntry_UpdateFromDataArray" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="TimeEntry_UpdateFromData">
      <soap12:operation soapAction="http://e-conomic.com/TimeEntry_UpdateFromData" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="TimeEntry_GetData">
      <soap12:operation soapAction="http://e-conomic.com/TimeEntry_GetData" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="TimeEntry_GetDataArray">
      <soap12:operation soapAction="http://e-conomic.com/TimeEntry_GetDataArray" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="TimeEntry_Create">
      <soap12:operation soapAction="http://e-conomic.com/TimeEntry_Create" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="TimeEntry_CreateOnCurrentUser">
      <soap12:operation soapAction="http://e-conomic.com/TimeEntry_CreateOnCurrentUser" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="TimeEntry_GetAll">
      <soap12:operation soapAction="http://e-conomic.com/TimeEntry_GetAll" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="TimeEntry_GetAllUpdated">
      <soap12:operation soapAction="http://e-conomic.com/TimeEntry_GetAllUpdated" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="TimeEntry_FindApprovedByDate">
      <soap12:operation soapAction="http://e-conomic.com/TimeEntry_FindApprovedByDate" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="TimeEntry_Delete">
      <soap12:operation soapAction="http://e-conomic.com/TimeEntry_Delete" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="TimeEntry_GetId">
      <soap12:operation soapAction="http://e-conomic.com/TimeEntry_GetId" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="TimeEntry_GetProject">
      <soap12:operation soapAction="http://e-conomic.com/TimeEntry_GetProject" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="TimeEntry_GetActivity">
      <soap12:operation soapAction="http://e-conomic.com/TimeEntry_GetActivity" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="TimeEntry_GetEmployee">
      <soap12:operation soapAction="http://e-conomic.com/TimeEntry_GetEmployee" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="TimeEntry_GetDate">
      <soap12:operation soapAction="http://e-conomic.com/TimeEntry_GetDate" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="TimeEntry_GetText">
      <soap12:operation soapAction="http://e-conomic.com/TimeEntry_GetText" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="TimeEntry_SetText">
      <soap12:operation soapAction="http://e-conomic.com/TimeEntry_SetText" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="TimeEntry_GetNumberOfHours">
      <soap12:operation soapAction="http://e-conomic.com/TimeEntry_GetNumberOfHours" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="TimeEntry_GetSalesPrice">
      <soap12:operation soapAction="http://e-conomic.com/TimeEntry_GetSalesPrice" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="TimeEntry_GetCostPrice">
      <soap12:operation soapAction="http://e-conomic.com/TimeEntry_GetCostPrice" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="TimeEntry_GetApproved">
      <soap12:operation soapAction="http://e-conomic.com/TimeEntry_GetApproved" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Unit_CreateFromData">
      <soap12:operation soapAction="http://e-conomic.com/Unit_CreateFromData" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Unit_CreateFromDataArray">
      <soap12:operation soapAction="http://e-conomic.com/Unit_CreateFromDataArray" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Unit_UpdateFromDataArray">
      <soap12:operation soapAction="http://e-conomic.com/Unit_UpdateFromDataArray" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Unit_UpdateFromData">
      <soap12:operation soapAction="http://e-conomic.com/Unit_UpdateFromData" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Unit_GetData">
      <soap12:operation soapAction="http://e-conomic.com/Unit_GetData" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Unit_GetDataArray">
      <soap12:operation soapAction="http://e-conomic.com/Unit_GetDataArray" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Unit_Create">
      <soap12:operation soapAction="http://e-conomic.com/Unit_Create" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Unit_GetAll">
      <soap12:operation soapAction="http://e-conomic.com/Unit_GetAll" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Unit_FindByName">
      <soap12:operation soapAction="http://e-conomic.com/Unit_FindByName" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Unit_FindByNumber">
      <soap12:operation soapAction="http://e-conomic.com/Unit_FindByNumber" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Unit_FindByNumberList">
      <soap12:operation soapAction="http://e-conomic.com/Unit_FindByNumberList" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Unit_Delete">
      <soap12:operation soapAction="http://e-conomic.com/Unit_Delete" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Unit_GetNumber">
      <soap12:operation soapAction="http://e-conomic.com/Unit_GetNumber" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Unit_GetName">
      <soap12:operation soapAction="http://e-conomic.com/Unit_GetName" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Unit_SetName">
      <soap12:operation soapAction="http://e-conomic.com/Unit_SetName" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="VatAccount_UpdateFromDataArray">
      <soap12:operation soapAction="http://e-conomic.com/VatAccount_UpdateFromDataArray" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="VatAccount_UpdateFromData">
      <soap12:operation soapAction="http://e-conomic.com/VatAccount_UpdateFromData" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="VatAccount_GetData">
      <soap12:operation soapAction="http://e-conomic.com/VatAccount_GetData" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="VatAccount_GetDataArray">
      <soap12:operation soapAction="http://e-conomic.com/VatAccount_GetDataArray" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="VatAccount_GetAll">
      <soap12:operation soapAction="http://e-conomic.com/VatAccount_GetAll" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="VatAccount_FindByVatCode">
      <soap12:operation soapAction="http://e-conomic.com/VatAccount_FindByVatCode" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="VatAccount_GetVatCode">
      <soap12:operation soapAction="http://e-conomic.com/VatAccount_GetVatCode" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="VatAccount_GetName">
      <soap12:operation soapAction="http://e-conomic.com/VatAccount_GetName" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="VatAccount_GetType">
      <soap12:operation soapAction="http://e-conomic.com/VatAccount_GetType" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="VatAccount_GetRateAsPercent">
      <soap12:operation soapAction="http://e-conomic.com/VatAccount_GetRateAsPercent" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="VatAccount_GetAccount">
      <soap12:operation soapAction="http://e-conomic.com/VatAccount_GetAccount" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="VatAccount_GetContraAccount">
      <soap12:operation soapAction="http://e-conomic.com/VatAccount_GetContraAccount" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="ExtendedVatZone_FindByNumber">
      <soap12:operation soapAction="http://e-conomic.com/ExtendedVatZone_FindByNumber" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="ExtendedVatZone_GetAll">
      <soap12:operation soapAction="http://e-conomic.com/ExtendedVatZone_GetAll" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="ExtendedVatZone_GetData">
      <soap12:operation soapAction="http://e-conomic.com/ExtendedVatZone_GetData" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="ExtendedVatZone_GetDataArray">
      <soap12:operation soapAction="http://e-conomic.com/ExtendedVatZone_GetDataArray" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="ExtendedVatZone_GetName">
      <soap12:operation soapAction="http://e-conomic.com/ExtendedVatZone_GetName" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="ExtendedVatZone_GetNumber">
      <soap12:operation soapAction="http://e-conomic.com/ExtendedVatZone_GetNumber" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Debtor_GetExtendedVatZone">
      <soap12:operation soapAction="http://e-conomic.com/Debtor_GetExtendedVatZone" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Debtor_SetExtendedVatZone">
      <soap12:operation soapAction="http://e-conomic.com/Debtor_SetExtendedVatZone" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="HasInternationalLedger">
      <soap12:operation soapAction="http://e-conomic.com/HasInternationalLedger" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Verify_XEconomicAppIdentifier">
      <soap12:operation soapAction="http://e-conomic.com/Verify_XEconomicAppIdentifier" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Subscription_GetIncludeName">
      <soap12:operation soapAction="http://e-conomic.com/Subscription_GetIncludeName" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Subscription_SetIncludeName">
      <soap12:operation soapAction="http://e-conomic.com/Subscription_SetIncludeName" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Subscription_SetSubscriptionInterval">
      <soap12:operation soapAction="http://e-conomic.com/Subscription_SetSubscriptionInterval" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Subscription_GetSubscriptionInterval">
      <soap12:operation soapAction="http://e-conomic.com/Subscription_GetSubscriptionInterval" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Subscription_GetCalendarYearBasis">
      <soap12:operation soapAction="http://e-conomic.com/Subscription_GetCalendarYearBasis" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Subscription_SetCalendarYearBasis">
      <soap12:operation soapAction="http://e-conomic.com/Subscription_SetCalendarYearBasis" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Subscription_SetCollection">
      <soap12:operation soapAction="http://e-conomic.com/Subscription_SetCollection" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Subscription_GetCollection">
      <soap12:operation soapAction="http://e-conomic.com/Subscription_GetCollection" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Subscription_GetAddPeriod">
      <soap12:operation soapAction="http://e-conomic.com/Subscription_GetAddPeriod" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Subscription_SetAddPeriod">
      <soap12:operation soapAction="http://e-conomic.com/Subscription_SetAddPeriod" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Subscription_SetAllowMoreThanOneForEachDebtor">
      <soap12:operation soapAction="http://e-conomic.com/Subscription_SetAllowMoreThanOneForEachDebtor" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Subscription_GetAllowMoreThanOneForEachDebtor">
      <soap12:operation soapAction="http://e-conomic.com/Subscription_GetAllowMoreThanOneForEachDebtor" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Subscription_Create">
      <soap12:operation soapAction="http://e-conomic.com/Subscription_Create" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Subscription_FindByNumber">
      <soap12:operation soapAction="http://e-conomic.com/Subscription_FindByNumber" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Subscription_FindByName">
      <soap12:operation soapAction="http://e-conomic.com/Subscription_FindByName" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Subscription_GetSubscriptionLines">
      <soap12:operation soapAction="http://e-conomic.com/Subscription_GetSubscriptionLines" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Subscription_GetNextAvailableNumber">
      <soap12:operation soapAction="http://e-conomic.com/Subscription_GetNextAvailableNumber" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Subscription_Delete">
      <soap12:operation soapAction="http://e-conomic.com/Subscription_Delete" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Subscription_GetSubscribers">
      <soap12:operation soapAction="http://e-conomic.com/Subscription_GetSubscribers" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Subscription_GetAll">
      <soap12:operation soapAction="http://e-conomic.com/Subscription_GetAll" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="SubscriptionLine_CreateFromData">
      <soap12:operation soapAction="http://e-conomic.com/SubscriptionLine_CreateFromData" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="SubscriptionLine_CreateFromDataArray">
      <soap12:operation soapAction="http://e-conomic.com/SubscriptionLine_CreateFromDataArray" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="SubscriptionLine_UpdateFromDataArray">
      <soap12:operation soapAction="http://e-conomic.com/SubscriptionLine_UpdateFromDataArray" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="SubscriptionLine_UpdateFromData">
      <soap12:operation soapAction="http://e-conomic.com/SubscriptionLine_UpdateFromData" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="SubscriptionLine_GetData">
      <soap12:operation soapAction="http://e-conomic.com/SubscriptionLine_GetData" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="SubscriptionLine_GetDataArray">
      <soap12:operation soapAction="http://e-conomic.com/SubscriptionLine_GetDataArray" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="SubscriptionLine_GetNumber">
      <soap12:operation soapAction="http://e-conomic.com/SubscriptionLine_GetNumber" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="SubscriptionLine_GetSubscription">
      <soap12:operation soapAction="http://e-conomic.com/SubscriptionLine_GetSubscription" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="SubscriptionLine_GetProduct">
      <soap12:operation soapAction="http://e-conomic.com/SubscriptionLine_GetProduct" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="SubscriptionLine_SetProduct">
      <soap12:operation soapAction="http://e-conomic.com/SubscriptionLine_SetProduct" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="SubscriptionLine_GetQuantity">
      <soap12:operation soapAction="http://e-conomic.com/SubscriptionLine_GetQuantity" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="SubscriptionLine_SetQuantity">
      <soap12:operation soapAction="http://e-conomic.com/SubscriptionLine_SetQuantity" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="SubscriptionLine_SetDepartment">
      <soap12:operation soapAction="http://e-conomic.com/SubscriptionLine_SetDepartment" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="SubscriptionLine_GetDepartment">
      <soap12:operation soapAction="http://e-conomic.com/SubscriptionLine_GetDepartment" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="SubscriptionLine_SetProductName">
      <soap12:operation soapAction="http://e-conomic.com/SubscriptionLine_SetProductName" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="SubscriptionLine_GetProductName">
      <soap12:operation soapAction="http://e-conomic.com/SubscriptionLine_GetProductName" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="SubscriptionLine_GetSpecialPrice">
      <soap12:operation soapAction="http://e-conomic.com/SubscriptionLine_GetSpecialPrice" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="SubscriptionLine_SetSpecialPrice">
      <soap12:operation soapAction="http://e-conomic.com/SubscriptionLine_SetSpecialPrice" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="SubscriptionLine_Create">
      <soap12:operation soapAction="http://e-conomic.com/SubscriptionLine_Create" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="SubscriptionLine_FindByProduct">
      <soap12:operation soapAction="http://e-conomic.com/SubscriptionLine_FindByProduct" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="SubscriptionLine_FindByProductList">
      <soap12:operation soapAction="http://e-conomic.com/SubscriptionLine_FindByProductList" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="SubscriptionLine_FindBySubscription">
      <soap12:operation soapAction="http://e-conomic.com/SubscriptionLine_FindBySubscription" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="SubscriptionLine_FindBySubscriptonList">
      <soap12:operation soapAction="http://e-conomic.com/SubscriptionLine_FindBySubscriptonList" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="SubscriptionLine_GetAll">
      <soap12:operation soapAction="http://e-conomic.com/SubscriptionLine_GetAll" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="SubscriptionLine_Delete">
      <soap12:operation soapAction="http://e-conomic.com/SubscriptionLine_Delete" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="SumInterval_CreateFromData">
      <soap12:operation soapAction="http://e-conomic.com/SumInterval_CreateFromData" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="SumInterval_CreateFromDataArray">
      <soap12:operation soapAction="http://e-conomic.com/SumInterval_CreateFromDataArray" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="SumInterval_UpdateFromDataArray">
      <soap12:operation soapAction="http://e-conomic.com/SumInterval_UpdateFromDataArray" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="SumInterval_UpdateFromData">
      <soap12:operation soapAction="http://e-conomic.com/SumInterval_UpdateFromData" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="SumInterval_GetData">
      <soap12:operation soapAction="http://e-conomic.com/SumInterval_GetData" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="SumInterval_GetDataArray">
      <soap12:operation soapAction="http://e-conomic.com/SumInterval_GetDataArray" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="SumInterval_Create">
      <soap12:operation soapAction="http://e-conomic.com/SumInterval_Create" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="SumInterval_Delete">
      <soap12:operation soapAction="http://e-conomic.com/SumInterval_Delete" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="SumInterval_GetAccount">
      <soap12:operation soapAction="http://e-conomic.com/SumInterval_GetAccount" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="SumInterval_GetFromAccount">
      <soap12:operation soapAction="http://e-conomic.com/SumInterval_GetFromAccount" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="SumInterval_SetFromAccount">
      <soap12:operation soapAction="http://e-conomic.com/SumInterval_SetFromAccount" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="SumInterval_GetToAccount">
      <soap12:operation soapAction="http://e-conomic.com/SumInterval_GetToAccount" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="SumInterval_SetToAccount">
      <soap12:operation soapAction="http://e-conomic.com/SumInterval_SetToAccount" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="TemplateCollection_GetData">
      <soap12:operation soapAction="http://e-conomic.com/TemplateCollection_GetData" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="TemplateCollection_GetDataArray">
      <soap12:operation soapAction="http://e-conomic.com/TemplateCollection_GetDataArray" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="TemplateCollection_GetAll">
      <soap12:operation soapAction="http://e-conomic.com/TemplateCollection_GetAll" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="TemplateCollection_FindByName">
      <soap12:operation soapAction="http://e-conomic.com/TemplateCollection_FindByName" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="TemplateCollection_GetName">
      <soap12:operation soapAction="http://e-conomic.com/TemplateCollection_GetName" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="TemplateCollection_SetName">
      <soap12:operation soapAction="http://e-conomic.com/TemplateCollection_SetName" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="TermOfPayment_CreateFromData">
      <soap12:operation soapAction="http://e-conomic.com/TermOfPayment_CreateFromData" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="TermOfPayment_CreateFromDataArray">
      <soap12:operation soapAction="http://e-conomic.com/TermOfPayment_CreateFromDataArray" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="TermOfPayment_UpdateFromDataArray">
      <soap12:operation soapAction="http://e-conomic.com/TermOfPayment_UpdateFromDataArray" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="TermOfPayment_UpdateFromData">
      <soap12:operation soapAction="http://e-conomic.com/TermOfPayment_UpdateFromData" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="TermOfPayment_GetData">
      <soap12:operation soapAction="http://e-conomic.com/TermOfPayment_GetData" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="TermOfPayment_GetDataArray">
      <soap12:operation soapAction="http://e-conomic.com/TermOfPayment_GetDataArray" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="TermOfPayment_Create">
      <soap12:operation soapAction="http://e-conomic.com/TermOfPayment_Create" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="TermOfPayment_GetAll">
      <soap12:operation soapAction="http://e-conomic.com/TermOfPayment_GetAll" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="TermOfPayment_FindByName">
      <soap12:operation soapAction="http://e-conomic.com/TermOfPayment_FindByName" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="TermOfPayment_Delete">
      <soap12:operation soapAction="http://e-conomic.com/TermOfPayment_Delete" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="TermOfPayment_GetName">
      <soap12:operation soapAction="http://e-conomic.com/TermOfPayment_GetName" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="TermOfPayment_SetName">
      <soap12:operation soapAction="http://e-conomic.com/TermOfPayment_SetName" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="TermOfPayment_GetType">
      <soap12:operation soapAction="http://e-conomic.com/TermOfPayment_GetType" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="TermOfPayment_GetDays">
      <soap12:operation soapAction="http://e-conomic.com/TermOfPayment_GetDays" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="TermOfPayment_GetDescription">
      <soap12:operation soapAction="http://e-conomic.com/TermOfPayment_GetDescription" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="TermOfPayment_SetDescription">
      <soap12:operation soapAction="http://e-conomic.com/TermOfPayment_SetDescription" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="TermOfPayment_GetContraAccount">
      <soap12:operation soapAction="http://e-conomic.com/TermOfPayment_GetContraAccount" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="TermOfPayment_SetContraAccount">
      <soap12:operation soapAction="http://e-conomic.com/TermOfPayment_SetContraAccount" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="TermOfPayment_GetContraAccount2">
      <soap12:operation soapAction="http://e-conomic.com/TermOfPayment_GetContraAccount2" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="TermOfPayment_SetContraAccount2">
      <soap12:operation soapAction="http://e-conomic.com/TermOfPayment_SetContraAccount2" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="TermOfPayment_GetDebtor">
      <soap12:operation soapAction="http://e-conomic.com/TermOfPayment_GetDebtor" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="QuotationLine_SetDepartment">
      <soap12:operation soapAction="http://e-conomic.com/QuotationLine_SetDepartment" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="QuotationLine_GetDistributionKey">
      <soap12:operation soapAction="http://e-conomic.com/QuotationLine_GetDistributionKey" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="QuotationLine_SetDistributionKey">
      <soap12:operation soapAction="http://e-conomic.com/QuotationLine_SetDistributionKey" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="QuotationLine_Create">
      <soap12:operation soapAction="http://e-conomic.com/QuotationLine_Create" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="QuotationLine_GetAll">
      <soap12:operation soapAction="http://e-conomic.com/QuotationLine_GetAll" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="QuotationLine_FindByProduct">
      <soap12:operation soapAction="http://e-conomic.com/QuotationLine_FindByProduct" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="QuotationLine_FindByProductList">
      <soap12:operation soapAction="http://e-conomic.com/QuotationLine_FindByProductList" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="QuotationLine_Delete">
      <soap12:operation soapAction="http://e-conomic.com/QuotationLine_Delete" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="ReportCode_GetData">
      <soap12:operation soapAction="http://e-conomic.com/ReportCode_GetData" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="ReportCode_GetDataArray">
      <soap12:operation soapAction="http://e-conomic.com/ReportCode_GetDataArray" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="ReportCode_GetAccounts">
      <soap12:operation soapAction="http://e-conomic.com/ReportCode_GetAccounts" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="ReportCode_GetCode">
      <soap12:operation soapAction="http://e-conomic.com/ReportCode_GetCode" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="ReportCode_GetFullCode">
      <soap12:operation soapAction="http://e-conomic.com/ReportCode_GetFullCode" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="ReportCode_GetParentCode">
      <soap12:operation soapAction="http://e-conomic.com/ReportCode_GetParentCode" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="ReportCodeSet_GetData">
      <soap12:operation soapAction="http://e-conomic.com/ReportCodeSet_GetData" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="ReportCodeSet_GetDataArray">
      <soap12:operation soapAction="http://e-conomic.com/ReportCodeSet_GetDataArray" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="ReportCodeSet_GetAll">
      <soap12:operation soapAction="http://e-conomic.com/ReportCodeSet_GetAll" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="ReportCodeSet_FindByName">
      <soap12:operation soapAction="http://e-conomic.com/ReportCodeSet_FindByName" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="ReportCodeSet_GetCodes">
      <soap12:operation soapAction="http://e-conomic.com/ReportCodeSet_GetCodes" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="ReportCodeSet_GetName">
      <soap12:operation soapAction="http://e-conomic.com/ReportCodeSet_GetName" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="ReportCodeSet_GetCodeSet">
      <soap12:operation soapAction="http://e-conomic.com/ReportCodeSet_GetCodeSet" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="ScannedDocument_GetData">
      <soap12:operation soapAction="http://e-conomic.com/ScannedDocument_GetData" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="ScannedDocument_GetDataArray">
      <soap12:operation soapAction="http://e-conomic.com/ScannedDocument_GetDataArray" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="ScannedDocument_GetAll">
      <soap12:operation soapAction="http://e-conomic.com/ScannedDocument_GetAll" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="ScannedDocument_FindByVoucherNumber">
      <soap12:operation soapAction="http://e-conomic.com/ScannedDocument_FindByVoucherNumber" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="ScannedDocument_FindByVoucherNumberInterval">
      <soap12:operation soapAction="http://e-conomic.com/ScannedDocument_FindByVoucherNumberInterval" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="ScannedDocument_GetPdf">
      <soap12:operation soapAction="http://e-conomic.com/ScannedDocument_GetPdf" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="ScannedDocument_GetNumber">
      <soap12:operation soapAction="http://e-conomic.com/ScannedDocument_GetNumber" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="ScannedDocument_GetStatus">
      <soap12:operation soapAction="http://e-conomic.com/ScannedDocument_GetStatus" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="ScannedDocument_GetCategory">
      <soap12:operation soapAction="http://e-conomic.com/ScannedDocument_GetCategory" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="ScannedDocument_GetNote">
      <soap12:operation soapAction="http://e-conomic.com/ScannedDocument_GetNote" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="ScannedDocument_GetPageCount">
      <soap12:operation soapAction="http://e-conomic.com/ScannedDocument_GetPageCount" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="ScannedDocument_GetVoucherNumber">
      <soap12:operation soapAction="http://e-conomic.com/ScannedDocument_GetVoucherNumber" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="ScannedDocument_GetFromDate">
      <soap12:operation soapAction="http://e-conomic.com/ScannedDocument_GetFromDate" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="ScannedDocument_GetToDate">
      <soap12:operation soapAction="http://e-conomic.com/ScannedDocument_GetToDate" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Subscriber_CreateFromData">
      <soap12:operation soapAction="http://e-conomic.com/Subscriber_CreateFromData" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Subscriber_CreateFromDataArray">
      <soap12:operation soapAction="http://e-conomic.com/Subscriber_CreateFromDataArray" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Subscriber_UpdateFromDataArray">
      <soap12:operation soapAction="http://e-conomic.com/Subscriber_UpdateFromDataArray" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Subscriber_UpdateFromData">
      <soap12:operation soapAction="http://e-conomic.com/Subscriber_UpdateFromData" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Subscriber_GetData">
      <soap12:operation soapAction="http://e-conomic.com/Subscriber_GetData" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Subscriber_GetDataArray">
      <soap12:operation soapAction="http://e-conomic.com/Subscriber_GetDataArray" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Subscriber_Create">
      <soap12:operation soapAction="http://e-conomic.com/Subscriber_Create" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Subscriber_GetAll">
      <soap12:operation soapAction="http://e-conomic.com/Subscriber_GetAll" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Subscriber_FindBySubscription">
      <soap12:operation soapAction="http://e-conomic.com/Subscriber_FindBySubscription" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Subscriber_FindBySubscriptonList">
      <soap12:operation soapAction="http://e-conomic.com/Subscriber_FindBySubscriptonList" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Subscriber_Delete">
      <soap12:operation soapAction="http://e-conomic.com/Subscriber_Delete" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Subscriber_GetDebtor">
      <soap12:operation soapAction="http://e-conomic.com/Subscriber_GetDebtor" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Subscriber_SetDebtor">
      <soap12:operation soapAction="http://e-conomic.com/Subscriber_SetDebtor" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Subscriber_GetSubscription">
      <soap12:operation soapAction="http://e-conomic.com/Subscriber_GetSubscription" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Subscriber_SetSubscription">
      <soap12:operation soapAction="http://e-conomic.com/Subscriber_SetSubscription" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Subscriber_GetProject">
      <soap12:operation soapAction="http://e-conomic.com/Subscriber_GetProject" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Subscriber_SetProject">
      <soap12:operation soapAction="http://e-conomic.com/Subscriber_SetProject" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Subscriber_GetStartDate">
      <soap12:operation soapAction="http://e-conomic.com/Subscriber_GetStartDate" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Subscriber_SetStartDate">
      <soap12:operation soapAction="http://e-conomic.com/Subscriber_SetStartDate" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Subscriber_GetRegisteredDate">
      <soap12:operation soapAction="http://e-conomic.com/Subscriber_GetRegisteredDate" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Subscriber_SetRegisteredDate">
      <soap12:operation soapAction="http://e-conomic.com/Subscriber_SetRegisteredDate" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Subscriber_GetEndDate">
      <soap12:operation soapAction="http://e-conomic.com/Subscriber_GetEndDate" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Subscriber_SetEndDate">
      <soap12:operation soapAction="http://e-conomic.com/Subscriber_SetEndDate" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Subscriber_GetExpiryDate">
      <soap12:operation soapAction="http://e-conomic.com/Subscriber_GetExpiryDate" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Subscriber_SetExpiryDate">
      <soap12:operation soapAction="http://e-conomic.com/Subscriber_SetExpiryDate" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Subscriber_GetDiscountExpiryDate">
      <soap12:operation soapAction="http://e-conomic.com/Subscriber_GetDiscountExpiryDate" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Subscriber_SetDiscountExpiryDate">
      <soap12:operation soapAction="http://e-conomic.com/Subscriber_SetDiscountExpiryDate" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Subscriber_GetExtraTextForInvoice">
      <soap12:operation soapAction="http://e-conomic.com/Subscriber_GetExtraTextForInvoice" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Subscriber_SetExtraTextForInvoice">
      <soap12:operation soapAction="http://e-conomic.com/Subscriber_SetExtraTextForInvoice" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Subscriber_GetComments">
      <soap12:operation soapAction="http://e-conomic.com/Subscriber_GetComments" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Subscriber_SetComments">
      <soap12:operation soapAction="http://e-conomic.com/Subscriber_SetComments" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Subscriber_SetSpecialPrice">
      <soap12:operation soapAction="http://e-conomic.com/Subscriber_SetSpecialPrice" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Subscriber_GetSpecialPrice">
      <soap12:operation soapAction="http://e-conomic.com/Subscriber_GetSpecialPrice" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Subscriber_SetQuantityFactor">
      <soap12:operation soapAction="http://e-conomic.com/Subscriber_SetQuantityFactor" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Subscriber_GetQuantityFactor">
      <soap12:operation soapAction="http://e-conomic.com/Subscriber_GetQuantityFactor" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Subscriber_SetPriceIndex">
      <soap12:operation soapAction="http://e-conomic.com/Subscriber_SetPriceIndex" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Subscriber_GetPriceIndex">
      <soap12:operation soapAction="http://e-conomic.com/Subscriber_GetPriceIndex" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Subscriber_SetDiscountAsPercent">
      <soap12:operation soapAction="http://e-conomic.com/Subscriber_SetDiscountAsPercent" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Subscriber_GetDiscountAsPercent">
      <soap12:operation soapAction="http://e-conomic.com/Subscriber_GetDiscountAsPercent" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Subscription_CreateFromData">
      <soap12:operation soapAction="http://e-conomic.com/Subscription_CreateFromData" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Subscription_CreateFromDataArray">
      <soap12:operation soapAction="http://e-conomic.com/Subscription_CreateFromDataArray" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Subscription_UpdateFromDataArray">
      <soap12:operation soapAction="http://e-conomic.com/Subscription_UpdateFromDataArray" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Subscription_UpdateFromData">
      <soap12:operation soapAction="http://e-conomic.com/Subscription_UpdateFromData" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Subscription_GetData">
      <soap12:operation soapAction="http://e-conomic.com/Subscription_GetData" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Subscription_GetDataArray">
      <soap12:operation soapAction="http://e-conomic.com/Subscription_GetDataArray" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Subscription_GetNumber">
      <soap12:operation soapAction="http://e-conomic.com/Subscription_GetNumber" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Subscription_GetName">
      <soap12:operation soapAction="http://e-conomic.com/Subscription_GetName" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Subscription_SetName">
      <soap12:operation soapAction="http://e-conomic.com/Subscription_SetName" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Subscription_GetDescription">
      <soap12:operation soapAction="http://e-conomic.com/Subscription_GetDescription" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Subscription_SetDescription">
      <soap12:operation soapAction="http://e-conomic.com/Subscription_SetDescription" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Quotation_SetAttention">
      <soap12:operation soapAction="http://e-conomic.com/Quotation_SetAttention" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Quotation_GetYourReference">
      <soap12:operation soapAction="http://e-conomic.com/Quotation_GetYourReference" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Quotation_SetYourReference">
      <soap12:operation soapAction="http://e-conomic.com/Quotation_SetYourReference" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Quotation_GetOurReference">
      <soap12:operation soapAction="http://e-conomic.com/Quotation_GetOurReference" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Quotation_SetOurReference">
      <soap12:operation soapAction="http://e-conomic.com/Quotation_SetOurReference" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Quotation_GetOurReference2">
      <soap12:operation soapAction="http://e-conomic.com/Quotation_GetOurReference2" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Quotation_SetOurReference2">
      <soap12:operation soapAction="http://e-conomic.com/Quotation_SetOurReference2" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Quotation_GetDate">
      <soap12:operation soapAction="http://e-conomic.com/Quotation_GetDate" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Quotation_SetDate">
      <soap12:operation soapAction="http://e-conomic.com/Quotation_SetDate" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Quotation_GetTermOfPayment">
      <soap12:operation soapAction="http://e-conomic.com/Quotation_GetTermOfPayment" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Quotation_SetTermOfPayment">
      <soap12:operation soapAction="http://e-conomic.com/Quotation_SetTermOfPayment" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Quotation_GetDueDate">
      <soap12:operation soapAction="http://e-conomic.com/Quotation_GetDueDate" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Quotation_SetDueDate">
      <soap12:operation soapAction="http://e-conomic.com/Quotation_SetDueDate" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Quotation_GetCurrency">
      <soap12:operation soapAction="http://e-conomic.com/Quotation_GetCurrency" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Quotation_SetCurrency">
      <soap12:operation soapAction="http://e-conomic.com/Quotation_SetCurrency" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Quotation_GetExchangeRate">
      <soap12:operation soapAction="http://e-conomic.com/Quotation_GetExchangeRate" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Quotation_SetExchangeRate">
      <soap12:operation soapAction="http://e-conomic.com/Quotation_SetExchangeRate" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Quotation_GetIsVatIncluded">
      <soap12:operation soapAction="http://e-conomic.com/Quotation_GetIsVatIncluded" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Quotation_SetIsVatIncluded">
      <soap12:operation soapAction="http://e-conomic.com/Quotation_SetIsVatIncluded" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Quotation_GetVatZone">
      <soap12:operation soapAction="http://e-conomic.com/Quotation_GetVatZone" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Quotation_SetVatZone">
      <soap12:operation soapAction="http://e-conomic.com/Quotation_SetVatZone" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Quotation_GetLayout">
      <soap12:operation soapAction="http://e-conomic.com/Quotation_GetLayout" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Quotation_SetLayout">
      <soap12:operation soapAction="http://e-conomic.com/Quotation_SetLayout" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Quotation_GetDeliveryLocation">
      <soap12:operation soapAction="http://e-conomic.com/Quotation_GetDeliveryLocation" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Quotation_SetDeliveryLocation">
      <soap12:operation soapAction="http://e-conomic.com/Quotation_SetDeliveryLocation" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Quotation_GetDeliveryAddress">
      <soap12:operation soapAction="http://e-conomic.com/Quotation_GetDeliveryAddress" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Quotation_SetDeliveryAddress">
      <soap12:operation soapAction="http://e-conomic.com/Quotation_SetDeliveryAddress" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Quotation_GetDeliveryPostalCode">
      <soap12:operation soapAction="http://e-conomic.com/Quotation_GetDeliveryPostalCode" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Quotation_SetDeliveryPostalCode">
      <soap12:operation soapAction="http://e-conomic.com/Quotation_SetDeliveryPostalCode" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Quotation_GetDeliveryCity">
      <soap12:operation soapAction="http://e-conomic.com/Quotation_GetDeliveryCity" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Quotation_SetDeliveryCity">
      <soap12:operation soapAction="http://e-conomic.com/Quotation_SetDeliveryCity" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Quotation_GetDeliveryCountry">
      <soap12:operation soapAction="http://e-conomic.com/Quotation_GetDeliveryCountry" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Quotation_SetDeliveryCountry">
      <soap12:operation soapAction="http://e-conomic.com/Quotation_SetDeliveryCountry" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Quotation_GetTermsOfDelivery">
      <soap12:operation soapAction="http://e-conomic.com/Quotation_GetTermsOfDelivery" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Quotation_SetTermsOfDelivery">
      <soap12:operation soapAction="http://e-conomic.com/Quotation_SetTermsOfDelivery" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Quotation_GetDeliveryDate">
      <soap12:operation soapAction="http://e-conomic.com/Quotation_GetDeliveryDate" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Quotation_SetDeliveryDate">
      <soap12:operation soapAction="http://e-conomic.com/Quotation_SetDeliveryDate" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Quotation_GetHeading">
      <soap12:operation soapAction="http://e-conomic.com/Quotation_GetHeading" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Quotation_SetHeading">
      <soap12:operation soapAction="http://e-conomic.com/Quotation_SetHeading" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Quotation_GetTextLine1">
      <soap12:operation soapAction="http://e-conomic.com/Quotation_GetTextLine1" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Quotation_SetTextLine1">
      <soap12:operation soapAction="http://e-conomic.com/Quotation_SetTextLine1" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Quotation_GetTextLine2">
      <soap12:operation soapAction="http://e-conomic.com/Quotation_GetTextLine2" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Quotation_SetTextLine2">
      <soap12:operation soapAction="http://e-conomic.com/Quotation_SetTextLine2" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Quotation_GetOtherReference">
      <soap12:operation soapAction="http://e-conomic.com/Quotation_GetOtherReference" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Quotation_SetOtherReference">
      <soap12:operation soapAction="http://e-conomic.com/Quotation_SetOtherReference" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Quotation_GetIsArchived">
      <soap12:operation soapAction="http://e-conomic.com/Quotation_GetIsArchived" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Quotation_GetIsSent">
      <soap12:operation soapAction="http://e-conomic.com/Quotation_GetIsSent" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Quotation_GetNetAmount">
      <soap12:operation soapAction="http://e-conomic.com/Quotation_GetNetAmount" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Quotation_GetVatAmount">
      <soap12:operation soapAction="http://e-conomic.com/Quotation_GetVatAmount" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Quotation_GetGrossAmount">
      <soap12:operation soapAction="http://e-conomic.com/Quotation_GetGrossAmount" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Quotation_GetMargin">
      <soap12:operation soapAction="http://e-conomic.com/Quotation_GetMargin" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Quotation_GetMarginAsPercent">
      <soap12:operation soapAction="http://e-conomic.com/Quotation_GetMarginAsPercent" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Quotation_GetRoundingAmount">
      <soap12:operation soapAction="http://e-conomic.com/Quotation_GetRoundingAmount" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Quotation_GetDebtorCounty">
      <soap12:operation soapAction="http://e-conomic.com/Quotation_GetDebtorCounty" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Quotation_SetDebtorCounty">
      <soap12:operation soapAction="http://e-conomic.com/Quotation_SetDebtorCounty" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Quotation_GetDeliveryCounty">
      <soap12:operation soapAction="http://e-conomic.com/Quotation_GetDeliveryCounty" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Quotation_SetDeliveryCounty">
      <soap12:operation soapAction="http://e-conomic.com/Quotation_SetDeliveryCounty" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="QuotationLine_CreateFromData">
      <soap12:operation soapAction="http://e-conomic.com/QuotationLine_CreateFromData" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="QuotationLine_CreateFromDataArray">
      <soap12:operation soapAction="http://e-conomic.com/QuotationLine_CreateFromDataArray" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="QuotationLine_UpdateFromDataArray">
      <soap12:operation soapAction="http://e-conomic.com/QuotationLine_UpdateFromDataArray" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="QuotationLine_UpdateFromData">
      <soap12:operation soapAction="http://e-conomic.com/QuotationLine_UpdateFromData" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="QuotationLine_GetData">
      <soap12:operation soapAction="http://e-conomic.com/QuotationLine_GetData" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="QuotationLine_GetDataArray">
      <soap12:operation soapAction="http://e-conomic.com/QuotationLine_GetDataArray" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="QuotationLine_GetNumber">
      <soap12:operation soapAction="http://e-conomic.com/QuotationLine_GetNumber" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="QuotationLine_GetQuotation">
      <soap12:operation soapAction="http://e-conomic.com/QuotationLine_GetQuotation" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="QuotationLine_SetDescription">
      <soap12:operation soapAction="http://e-conomic.com/QuotationLine_SetDescription" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="QuotationLine_GetDescription">
      <soap12:operation soapAction="http://e-conomic.com/QuotationLine_GetDescription" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="QuotationLine_GetDeliveryDate">
      <soap12:operation soapAction="http://e-conomic.com/QuotationLine_GetDeliveryDate" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="QuotationLine_SetDeliveryDate">
      <soap12:operation soapAction="http://e-conomic.com/QuotationLine_SetDeliveryDate" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="QuotationLine_GetUnit">
      <soap12:operation soapAction="http://e-conomic.com/QuotationLine_GetUnit" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="QuotationLine_SetUnit">
      <soap12:operation soapAction="http://e-conomic.com/QuotationLine_SetUnit" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="QuotationLine_GetProduct">
      <soap12:operation soapAction="http://e-conomic.com/QuotationLine_GetProduct" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="QuotationLine_SetProduct">
      <soap12:operation soapAction="http://e-conomic.com/QuotationLine_SetProduct" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="QuotationLine_SetQuantity">
      <soap12:operation soapAction="http://e-conomic.com/QuotationLine_SetQuantity" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="QuotationLine_GetQuantity">
      <soap12:operation soapAction="http://e-conomic.com/QuotationLine_GetQuantity" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="QuotationLine_SetUnitNetPrice">
      <soap12:operation soapAction="http://e-conomic.com/QuotationLine_SetUnitNetPrice" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="QuotationLine_SetUnitCostPrice">
      <soap12:operation soapAction="http://e-conomic.com/QuotationLine_SetUnitCostPrice" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="QuotationLine_GetUnitNetPrice">
      <soap12:operation soapAction="http://e-conomic.com/QuotationLine_GetUnitNetPrice" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="QuotationLine_GetDiscountAsPercent">
      <soap12:operation soapAction="http://e-conomic.com/QuotationLine_GetDiscountAsPercent" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="QuotationLine_SetDiscountAsPercent">
      <soap12:operation soapAction="http://e-conomic.com/QuotationLine_SetDiscountAsPercent" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="QuotationLine_GetUnitCostPrice">
      <soap12:operation soapAction="http://e-conomic.com/QuotationLine_GetUnitCostPrice" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="QuotationLine_GetTotalNetAmount">
      <soap12:operation soapAction="http://e-conomic.com/QuotationLine_GetTotalNetAmount" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="QuotationLine_GetTotalMargin">
      <soap12:operation soapAction="http://e-conomic.com/QuotationLine_GetTotalMargin" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="QuotationLine_GetMarginAsPercent">
      <soap12:operation soapAction="http://e-conomic.com/QuotationLine_GetMarginAsPercent" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="QuotationLine_GetDepartment">
      <soap12:operation soapAction="http://e-conomic.com/QuotationLine_GetDepartment" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="ProductPrice_SetPrice">
      <soap12:operation soapAction="http://e-conomic.com/ProductPrice_SetPrice" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Project_CreateFromData">
      <soap12:operation soapAction="http://e-conomic.com/Project_CreateFromData" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Project_CreateFromDataArray">
      <soap12:operation soapAction="http://e-conomic.com/Project_CreateFromDataArray" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Project_UpdateFromDataArray">
      <soap12:operation soapAction="http://e-conomic.com/Project_UpdateFromDataArray" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Project_UpdateFromData">
      <soap12:operation soapAction="http://e-conomic.com/Project_UpdateFromData" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Project_GetData">
      <soap12:operation soapAction="http://e-conomic.com/Project_GetData" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Project_GetDataArray">
      <soap12:operation soapAction="http://e-conomic.com/Project_GetDataArray" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Project_GetNumber">
      <soap12:operation soapAction="http://e-conomic.com/Project_GetNumber" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Project_GetName">
      <soap12:operation soapAction="http://e-conomic.com/Project_GetName" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Project_SetName">
      <soap12:operation soapAction="http://e-conomic.com/Project_SetName" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Project_GetProjectGroup">
      <soap12:operation soapAction="http://e-conomic.com/Project_GetProjectGroup" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Project_SetProjectGroup">
      <soap12:operation soapAction="http://e-conomic.com/Project_SetProjectGroup" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Project_GetIsMainProject">
      <soap12:operation soapAction="http://e-conomic.com/Project_GetIsMainProject" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Project_GetMainProject">
      <soap12:operation soapAction="http://e-conomic.com/Project_GetMainProject" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Project_GetDebtor">
      <soap12:operation soapAction="http://e-conomic.com/Project_GetDebtor" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Project_SetDebtor">
      <soap12:operation soapAction="http://e-conomic.com/Project_SetDebtor" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Project_GetResponsible">
      <soap12:operation soapAction="http://e-conomic.com/Project_GetResponsible" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Project_SetResponsible">
      <soap12:operation soapAction="http://e-conomic.com/Project_SetResponsible" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Project_GetDescription">
      <soap12:operation soapAction="http://e-conomic.com/Project_GetDescription" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Project_SetDescription">
      <soap12:operation soapAction="http://e-conomic.com/Project_SetDescription" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Project_GetIsAccessible">
      <soap12:operation soapAction="http://e-conomic.com/Project_GetIsAccessible" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Project_SetIsAccessible">
      <soap12:operation soapAction="http://e-conomic.com/Project_SetIsAccessible" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Project_GetMileage">
      <soap12:operation soapAction="http://e-conomic.com/Project_GetMileage" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Project_SetMileage">
      <soap12:operation soapAction="http://e-conomic.com/Project_SetMileage" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Project_GetIsClosed">
      <soap12:operation soapAction="http://e-conomic.com/Project_GetIsClosed" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Project_Create">
      <soap12:operation soapAction="http://e-conomic.com/Project_Create" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Project_GetAll">
      <soap12:operation soapAction="http://e-conomic.com/Project_GetAll" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Project_GetAllUpdated">
      <soap12:operation soapAction="http://e-conomic.com/Project_GetAllUpdated" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Project_FindByNumber">
      <soap12:operation soapAction="http://e-conomic.com/Project_FindByNumber" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Project_FindByNumberList">
      <soap12:operation soapAction="http://e-conomic.com/Project_FindByNumberList" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Project_FindByName">
      <soap12:operation soapAction="http://e-conomic.com/Project_FindByName" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Project_GetOpenSubProjects">
      <soap12:operation soapAction="http://e-conomic.com/Project_GetOpenSubProjects" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Project_GetActivities">
      <soap12:operation soapAction="http://e-conomic.com/Project_GetActivities" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Project_GetTimeEntries">
      <soap12:operation soapAction="http://e-conomic.com/Project_GetTimeEntries" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Project_GetTimeEntriesByDate">
      <soap12:operation soapAction="http://e-conomic.com/Project_GetTimeEntriesByDate" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Project_GetMileageEntriesByDate">
      <soap12:operation soapAction="http://e-conomic.com/Project_GetMileageEntriesByDate" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Project_GetEntries">
      <soap12:operation soapAction="http://e-conomic.com/Project_GetEntries" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Project_GetEntriesByDate">
      <soap12:operation soapAction="http://e-conomic.com/Project_GetEntriesByDate" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="ProjectGroup_GetData">
      <soap12:operation soapAction="http://e-conomic.com/ProjectGroup_GetData" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="ProjectGroup_GetDataArray">
      <soap12:operation soapAction="http://e-conomic.com/ProjectGroup_GetDataArray" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="ProjectGroup_GetNumber">
      <soap12:operation soapAction="http://e-conomic.com/ProjectGroup_GetNumber" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="ProjectGroup_GetName">
      <soap12:operation soapAction="http://e-conomic.com/ProjectGroup_GetName" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="ProjectGroup_GetAll">
      <soap12:operation soapAction="http://e-conomic.com/ProjectGroup_GetAll" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="ProjectGroup_FindByNumber">
      <soap12:operation soapAction="http://e-conomic.com/ProjectGroup_FindByNumber" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="ProjectGroup_FindByNumberList">
      <soap12:operation soapAction="http://e-conomic.com/ProjectGroup_FindByNumberList" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="ProjectGroup_FindByName">
      <soap12:operation soapAction="http://e-conomic.com/ProjectGroup_FindByName" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="ProjectGroup_GetProjects">
      <soap12:operation soapAction="http://e-conomic.com/ProjectGroup_GetProjects" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Quotation_CreateFromData">
      <soap12:operation soapAction="http://e-conomic.com/Quotation_CreateFromData" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Quotation_CreateFromDataArray">
      <soap12:operation soapAction="http://e-conomic.com/Quotation_CreateFromDataArray" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Quotation_UpdateFromDataArray">
      <soap12:operation soapAction="http://e-conomic.com/Quotation_UpdateFromDataArray" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Quotation_UpdateFromData">
      <soap12:operation soapAction="http://e-conomic.com/Quotation_UpdateFromData" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Quotation_GetData">
      <soap12:operation soapAction="http://e-conomic.com/Quotation_GetData" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Quotation_GetDataArray">
      <soap12:operation soapAction="http://e-conomic.com/Quotation_GetDataArray" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Quotation_Create">
      <soap12:operation soapAction="http://e-conomic.com/Quotation_Create" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Quotation_GetPdf">
      <soap12:operation soapAction="http://e-conomic.com/Quotation_GetPdf" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Quotation_GetAll">
      <soap12:operation soapAction="http://e-conomic.com/Quotation_GetAll" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Quotation_GetAllCurrent">
      <soap12:operation soapAction="http://e-conomic.com/Quotation_GetAllCurrent" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Quotation_FindByOtherReference">
      <soap12:operation soapAction="http://e-conomic.com/Quotation_FindByOtherReference" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Quotation_FindByNumber">
      <soap12:operation soapAction="http://e-conomic.com/Quotation_FindByNumber" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Quotation_FindByNumberInterval">
      <soap12:operation soapAction="http://e-conomic.com/Quotation_FindByNumberInterval" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Quotation_FindByDateInterval">
      <soap12:operation soapAction="http://e-conomic.com/Quotation_FindByDateInterval" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Quotation_GetAllUpdated">
      <soap12:operation soapAction="http://e-conomic.com/Quotation_GetAllUpdated" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Quotation_GetLines">
      <soap12:operation soapAction="http://e-conomic.com/Quotation_GetLines" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Quotation_RegisterAsSent">
      <soap12:operation soapAction="http://e-conomic.com/Quotation_RegisterAsSent" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Quotation_CancelSentStatus">
      <soap12:operation soapAction="http://e-conomic.com/Quotation_CancelSentStatus" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Quotation_UpgradeToOrder">
      <soap12:operation soapAction="http://e-conomic.com/Quotation_UpgradeToOrder" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Quotation_Delete">
      <soap12:operation soapAction="http://e-conomic.com/Quotation_Delete" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Quotation_GetDebtor">
      <soap12:operation soapAction="http://e-conomic.com/Quotation_GetDebtor" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Quotation_SetDebtor">
      <soap12:operation soapAction="http://e-conomic.com/Quotation_SetDebtor" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Quotation_GetNumber">
      <soap12:operation soapAction="http://e-conomic.com/Quotation_GetNumber" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Quotation_GetDebtorName">
      <soap12:operation soapAction="http://e-conomic.com/Quotation_GetDebtorName" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Quotation_SetDebtorName">
      <soap12:operation soapAction="http://e-conomic.com/Quotation_SetDebtorName" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Quotation_GetDebtorAddress">
      <soap12:operation soapAction="http://e-conomic.com/Quotation_GetDebtorAddress" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Quotation_SetDebtorAddress">
      <soap12:operation soapAction="http://e-conomic.com/Quotation_SetDebtorAddress" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Quotation_GetDebtorPostalCode">
      <soap12:operation soapAction="http://e-conomic.com/Quotation_GetDebtorPostalCode" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Quotation_SetDebtorPostalCode">
      <soap12:operation soapAction="http://e-conomic.com/Quotation_SetDebtorPostalCode" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Quotation_GetDebtorCity">
      <soap12:operation soapAction="http://e-conomic.com/Quotation_GetDebtorCity" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Quotation_SetDebtorCity">
      <soap12:operation soapAction="http://e-conomic.com/Quotation_SetDebtorCity" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Quotation_GetDebtorCountry">
      <soap12:operation soapAction="http://e-conomic.com/Quotation_GetDebtorCountry" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Quotation_SetDebtorCountry">
      <soap12:operation soapAction="http://e-conomic.com/Quotation_SetDebtorCountry" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Quotation_GetDebtorEan">
      <soap12:operation soapAction="http://e-conomic.com/Quotation_GetDebtorEan" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Quotation_SetDebtorEan">
      <soap12:operation soapAction="http://e-conomic.com/Quotation_SetDebtorEan" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Quotation_GetPublicEntryNumber">
      <soap12:operation soapAction="http://e-conomic.com/Quotation_GetPublicEntryNumber" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Quotation_SetPublicEntryNumber">
      <soap12:operation soapAction="http://e-conomic.com/Quotation_SetPublicEntryNumber" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Quotation_GetAttention">
      <soap12:operation soapAction="http://e-conomic.com/Quotation_GetAttention" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="PriceGroup_FindByName">
      <soap12:operation soapAction="http://e-conomic.com/PriceGroup_FindByName" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="PriceGroup_Delete">
      <soap12:operation soapAction="http://e-conomic.com/PriceGroup_Delete" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="PriceGroup_GetPrice">
      <soap12:operation soapAction="http://e-conomic.com/PriceGroup_GetPrice" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Product_CreateFromData">
      <soap12:operation soapAction="http://e-conomic.com/Product_CreateFromData" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Product_CreateFromDataArray">
      <soap12:operation soapAction="http://e-conomic.com/Product_CreateFromDataArray" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Product_UpdateFromDataArray">
      <soap12:operation soapAction="http://e-conomic.com/Product_UpdateFromDataArray" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Product_UpdateFromData">
      <soap12:operation soapAction="http://e-conomic.com/Product_UpdateFromData" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Product_GetData">
      <soap12:operation soapAction="http://e-conomic.com/Product_GetData" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Product_GetDataArray">
      <soap12:operation soapAction="http://e-conomic.com/Product_GetDataArray" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Product_GetNumber">
      <soap12:operation soapAction="http://e-conomic.com/Product_GetNumber" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Product_GetProductGroup">
      <soap12:operation soapAction="http://e-conomic.com/Product_GetProductGroup" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Product_SetProductGroup">
      <soap12:operation soapAction="http://e-conomic.com/Product_SetProductGroup" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Product_GetName">
      <soap12:operation soapAction="http://e-conomic.com/Product_GetName" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Product_SetName">
      <soap12:operation soapAction="http://e-conomic.com/Product_SetName" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Product_GetDescription">
      <soap12:operation soapAction="http://e-conomic.com/Product_GetDescription" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Product_SetDescription">
      <soap12:operation soapAction="http://e-conomic.com/Product_SetDescription" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Product_SetBarCode">
      <soap12:operation soapAction="http://e-conomic.com/Product_SetBarCode" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Product_GetBarCode">
      <soap12:operation soapAction="http://e-conomic.com/Product_GetBarCode" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Product_SetSalesPrice">
      <soap12:operation soapAction="http://e-conomic.com/Product_SetSalesPrice" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Product_GetSalesPrice">
      <soap12:operation soapAction="http://e-conomic.com/Product_GetSalesPrice" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Product_GetCostPrice">
      <soap12:operation soapAction="http://e-conomic.com/Product_GetCostPrice" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Product_SetCostPrice">
      <soap12:operation soapAction="http://e-conomic.com/Product_SetCostPrice" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Product_GetRecommendedPrice">
      <soap12:operation soapAction="http://e-conomic.com/Product_GetRecommendedPrice" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Product_SetRecommendedPrice">
      <soap12:operation soapAction="http://e-conomic.com/Product_SetRecommendedPrice" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Product_GetUnit">
      <soap12:operation soapAction="http://e-conomic.com/Product_GetUnit" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Product_SetUnit">
      <soap12:operation soapAction="http://e-conomic.com/Product_SetUnit" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Product_SetIsAccessible">
      <soap12:operation soapAction="http://e-conomic.com/Product_SetIsAccessible" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Product_GetIsAccessible">
      <soap12:operation soapAction="http://e-conomic.com/Product_GetIsAccessible" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Product_SetVolume">
      <soap12:operation soapAction="http://e-conomic.com/Product_SetVolume" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Product_GetVolume">
      <soap12:operation soapAction="http://e-conomic.com/Product_GetVolume" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Product_GetDepartment">
      <soap12:operation soapAction="http://e-conomic.com/Product_GetDepartment" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Product_SetDepartment">
      <soap12:operation soapAction="http://e-conomic.com/Product_SetDepartment" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Product_GetDistributionKey">
      <soap12:operation soapAction="http://e-conomic.com/Product_GetDistributionKey" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Product_SetDistributionKey">
      <soap12:operation soapAction="http://e-conomic.com/Product_SetDistributionKey" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Product_GetInStock">
      <soap12:operation soapAction="http://e-conomic.com/Product_GetInStock" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Product_GetOnOrder">
      <soap12:operation soapAction="http://e-conomic.com/Product_GetOnOrder" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Product_GetOrdered">
      <soap12:operation soapAction="http://e-conomic.com/Product_GetOrdered" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Product_GetAvailable">
      <soap12:operation soapAction="http://e-conomic.com/Product_GetAvailable" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Product_GetInventoryLocationStatus">
      <soap12:operation soapAction="http://e-conomic.com/Product_GetInventoryLocationStatus" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Product_Create">
      <soap12:operation soapAction="http://e-conomic.com/Product_Create" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Product_GetAll">
      <soap12:operation soapAction="http://e-conomic.com/Product_GetAll" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Product_GetAllAccessible">
      <soap12:operation soapAction="http://e-conomic.com/Product_GetAllAccessible" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Product_GetAllUpdated">
      <soap12:operation soapAction="http://e-conomic.com/Product_GetAllUpdated" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Product_FindByNumber">
      <soap12:operation soapAction="http://e-conomic.com/Product_FindByNumber" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Product_FindByNumberList">
      <soap12:operation soapAction="http://e-conomic.com/Product_FindByNumberList" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Product_FindByName">
      <soap12:operation soapAction="http://e-conomic.com/Product_FindByName" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Product_FindByBarCode">
      <soap12:operation soapAction="http://e-conomic.com/Product_FindByBarCode" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Product_Delete">
      <soap12:operation soapAction="http://e-conomic.com/Product_Delete" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="ProductGroup_CreateFromData">
      <soap12:operation soapAction="http://e-conomic.com/ProductGroup_CreateFromData" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="ProductGroup_CreateFromDataArray">
      <soap12:operation soapAction="http://e-conomic.com/ProductGroup_CreateFromDataArray" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="ProductGroup_UpdateFromDataArray">
      <soap12:operation soapAction="http://e-conomic.com/ProductGroup_UpdateFromDataArray" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="ProductGroup_UpdateFromData">
      <soap12:operation soapAction="http://e-conomic.com/ProductGroup_UpdateFromData" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="ProductGroup_GetData">
      <soap12:operation soapAction="http://e-conomic.com/ProductGroup_GetData" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="ProductGroup_GetDataArray">
      <soap12:operation soapAction="http://e-conomic.com/ProductGroup_GetDataArray" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="ProductGroup_GetNumber">
      <soap12:operation soapAction="http://e-conomic.com/ProductGroup_GetNumber" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="ProductGroup_GetName">
      <soap12:operation soapAction="http://e-conomic.com/ProductGroup_GetName" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="ProductGroup_SetName">
      <soap12:operation soapAction="http://e-conomic.com/ProductGroup_SetName" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="ProductGroup_GetAccountForVatLiableDebtorInvoicesCurrent">
      <soap12:operation soapAction="http://e-conomic.com/ProductGroup_GetAccountForVatLiableDebtorInvoicesCurrent" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="ProductGroup_SetAccountForVatLiableDebtorInvoicesCurrent">
      <soap12:operation soapAction="http://e-conomic.com/ProductGroup_SetAccountForVatLiableDebtorInvoicesCurrent" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="ProductGroup_GetAccountForVatExemptDebtorInvoicesCurrent">
      <soap12:operation soapAction="http://e-conomic.com/ProductGroup_GetAccountForVatExemptDebtorInvoicesCurrent" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="ProductGroup_SetAccountForVatExemptDebtorInvoicesCurrent">
      <soap12:operation soapAction="http://e-conomic.com/ProductGroup_SetAccountForVatExemptDebtorInvoicesCurrent" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="ProductGroup_SetAccrual">
      <soap12:operation soapAction="http://e-conomic.com/ProductGroup_SetAccrual" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="ProductGroup_GetAccrual">
      <soap12:operation soapAction="http://e-conomic.com/ProductGroup_GetAccrual" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="ProductGroup_Create">
      <soap12:operation soapAction="http://e-conomic.com/ProductGroup_Create" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="ProductGroup_GetAll">
      <soap12:operation soapAction="http://e-conomic.com/ProductGroup_GetAll" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="ProductGroup_FindByNumber">
      <soap12:operation soapAction="http://e-conomic.com/ProductGroup_FindByNumber" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="ProductGroup_FindByNumberList">
      <soap12:operation soapAction="http://e-conomic.com/ProductGroup_FindByNumberList" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="ProductGroup_FindByName">
      <soap12:operation soapAction="http://e-conomic.com/ProductGroup_FindByName" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="ProductGroup_GetProducts">
      <soap12:operation soapAction="http://e-conomic.com/ProductGroup_GetProducts" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="ProductGroup_Delete">
      <soap12:operation soapAction="http://e-conomic.com/ProductGroup_Delete" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="ProductPrice_CreateFromData">
      <soap12:operation soapAction="http://e-conomic.com/ProductPrice_CreateFromData" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="ProductPrice_CreateFromDataArray">
      <soap12:operation soapAction="http://e-conomic.com/ProductPrice_CreateFromDataArray" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="ProductPrice_UpdateFromDataArray">
      <soap12:operation soapAction="http://e-conomic.com/ProductPrice_UpdateFromDataArray" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="ProductPrice_UpdateFromData">
      <soap12:operation soapAction="http://e-conomic.com/ProductPrice_UpdateFromData" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="ProductPrice_GetData">
      <soap12:operation soapAction="http://e-conomic.com/ProductPrice_GetData" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="ProductPrice_GetDataArray">
      <soap12:operation soapAction="http://e-conomic.com/ProductPrice_GetDataArray" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="ProductPrice_Create">
      <soap12:operation soapAction="http://e-conomic.com/ProductPrice_Create" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="ProductPrice_FindByProductAndCurrency">
      <soap12:operation soapAction="http://e-conomic.com/ProductPrice_FindByProductAndCurrency" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="ProductPrice_FindByProductListAndCurrency">
      <soap12:operation soapAction="http://e-conomic.com/ProductPrice_FindByProductListAndCurrency" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="ProductPrice_FindByProductList">
      <soap12:operation soapAction="http://e-conomic.com/ProductPrice_FindByProductList" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="ProductPrice_FindByCurrency">
      <soap12:operation soapAction="http://e-conomic.com/ProductPrice_FindByCurrency" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="ProductPrice_Delete">
      <soap12:operation soapAction="http://e-conomic.com/ProductPrice_Delete" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="ProductPrice_GetProduct">
      <soap12:operation soapAction="http://e-conomic.com/ProductPrice_GetProduct" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="ProductPrice_GetCurrency">
      <soap12:operation soapAction="http://e-conomic.com/ProductPrice_GetCurrency" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="ProductPrice_GetPrice">
      <soap12:operation soapAction="http://e-conomic.com/ProductPrice_GetPrice" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Order_GetLayout">
      <soap12:operation soapAction="http://e-conomic.com/Order_GetLayout" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Order_SetLayout">
      <soap12:operation soapAction="http://e-conomic.com/Order_SetLayout" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Order_GetDeliveryLocation">
      <soap12:operation soapAction="http://e-conomic.com/Order_GetDeliveryLocation" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Order_SetDeliveryLocation">
      <soap12:operation soapAction="http://e-conomic.com/Order_SetDeliveryLocation" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Order_GetDeliveryAddress">
      <soap12:operation soapAction="http://e-conomic.com/Order_GetDeliveryAddress" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Order_SetDeliveryAddress">
      <soap12:operation soapAction="http://e-conomic.com/Order_SetDeliveryAddress" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Order_GetDeliveryPostalCode">
      <soap12:operation soapAction="http://e-conomic.com/Order_GetDeliveryPostalCode" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Order_SetDeliveryPostalCode">
      <soap12:operation soapAction="http://e-conomic.com/Order_SetDeliveryPostalCode" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Order_GetDeliveryCity">
      <soap12:operation soapAction="http://e-conomic.com/Order_GetDeliveryCity" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Order_SetDeliveryCity">
      <soap12:operation soapAction="http://e-conomic.com/Order_SetDeliveryCity" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Order_GetDeliveryCountry">
      <soap12:operation soapAction="http://e-conomic.com/Order_GetDeliveryCountry" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Order_SetDeliveryCountry">
      <soap12:operation soapAction="http://e-conomic.com/Order_SetDeliveryCountry" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Order_GetTermsOfDelivery">
      <soap12:operation soapAction="http://e-conomic.com/Order_GetTermsOfDelivery" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Order_SetTermsOfDelivery">
      <soap12:operation soapAction="http://e-conomic.com/Order_SetTermsOfDelivery" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Order_GetDeliveryDate">
      <soap12:operation soapAction="http://e-conomic.com/Order_GetDeliveryDate" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Order_SetDeliveryDate">
      <soap12:operation soapAction="http://e-conomic.com/Order_SetDeliveryDate" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Order_GetHeading">
      <soap12:operation soapAction="http://e-conomic.com/Order_GetHeading" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Order_SetHeading">
      <soap12:operation soapAction="http://e-conomic.com/Order_SetHeading" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Order_GetTextLine1">
      <soap12:operation soapAction="http://e-conomic.com/Order_GetTextLine1" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Order_SetTextLine1">
      <soap12:operation soapAction="http://e-conomic.com/Order_SetTextLine1" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Order_GetTextLine2">
      <soap12:operation soapAction="http://e-conomic.com/Order_GetTextLine2" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Order_SetTextLine2">
      <soap12:operation soapAction="http://e-conomic.com/Order_SetTextLine2" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Order_GetOtherReference">
      <soap12:operation soapAction="http://e-conomic.com/Order_GetOtherReference" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Order_SetOtherReference">
      <soap12:operation soapAction="http://e-conomic.com/Order_SetOtherReference" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Order_GetIsArchived">
      <soap12:operation soapAction="http://e-conomic.com/Order_GetIsArchived" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Order_GetIsSent">
      <soap12:operation soapAction="http://e-conomic.com/Order_GetIsSent" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Order_GetNetAmount">
      <soap12:operation soapAction="http://e-conomic.com/Order_GetNetAmount" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Order_GetVatAmount">
      <soap12:operation soapAction="http://e-conomic.com/Order_GetVatAmount" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Order_GetGrossAmount">
      <soap12:operation soapAction="http://e-conomic.com/Order_GetGrossAmount" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Order_GetMargin">
      <soap12:operation soapAction="http://e-conomic.com/Order_GetMargin" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Order_GetMarginAsPercent">
      <soap12:operation soapAction="http://e-conomic.com/Order_GetMarginAsPercent" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Order_GetRoundingAmount">
      <soap12:operation soapAction="http://e-conomic.com/Order_GetRoundingAmount" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Order_GetDebtorCounty">
      <soap12:operation soapAction="http://e-conomic.com/Order_GetDebtorCounty" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Order_SetDebtorCounty">
      <soap12:operation soapAction="http://e-conomic.com/Order_SetDebtorCounty" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Order_GetDeliveryCounty">
      <soap12:operation soapAction="http://e-conomic.com/Order_GetDeliveryCounty" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Order_SetDeliveryCounty">
      <soap12:operation soapAction="http://e-conomic.com/Order_SetDeliveryCounty" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="OrderLine_CreateFromData">
      <soap12:operation soapAction="http://e-conomic.com/OrderLine_CreateFromData" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="OrderLine_CreateFromDataArray">
      <soap12:operation soapAction="http://e-conomic.com/OrderLine_CreateFromDataArray" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="OrderLine_UpdateFromDataArray">
      <soap12:operation soapAction="http://e-conomic.com/OrderLine_UpdateFromDataArray" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="OrderLine_UpdateFromData">
      <soap12:operation soapAction="http://e-conomic.com/OrderLine_UpdateFromData" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="OrderLine_GetData">
      <soap12:operation soapAction="http://e-conomic.com/OrderLine_GetData" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="OrderLine_GetDataArray">
      <soap12:operation soapAction="http://e-conomic.com/OrderLine_GetDataArray" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="OrderLine_GetNumber">
      <soap12:operation soapAction="http://e-conomic.com/OrderLine_GetNumber" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="OrderLine_GetOrder">
      <soap12:operation soapAction="http://e-conomic.com/OrderLine_GetOrder" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="OrderLine_GetDescription">
      <soap12:operation soapAction="http://e-conomic.com/OrderLine_GetDescription" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="OrderLine_SetDescription">
      <soap12:operation soapAction="http://e-conomic.com/OrderLine_SetDescription" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="OrderLine_GetDeliveryDate">
      <soap12:operation soapAction="http://e-conomic.com/OrderLine_GetDeliveryDate" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="OrderLine_SetDeliveryDate">
      <soap12:operation soapAction="http://e-conomic.com/OrderLine_SetDeliveryDate" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="OrderLine_GetUnit">
      <soap12:operation soapAction="http://e-conomic.com/OrderLine_GetUnit" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="OrderLine_SetUnit">
      <soap12:operation soapAction="http://e-conomic.com/OrderLine_SetUnit" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="OrderLine_SetProduct">
      <soap12:operation soapAction="http://e-conomic.com/OrderLine_SetProduct" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="OrderLine_GetProduct">
      <soap12:operation soapAction="http://e-conomic.com/OrderLine_GetProduct" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="OrderLine_GetQuantity">
      <soap12:operation soapAction="http://e-conomic.com/OrderLine_GetQuantity" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="OrderLine_SetQuantity">
      <soap12:operation soapAction="http://e-conomic.com/OrderLine_SetQuantity" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="OrderLine_GetUnitNetPrice">
      <soap12:operation soapAction="http://e-conomic.com/OrderLine_GetUnitNetPrice" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="OrderLine_SetUnitNetPrice">
      <soap12:operation soapAction="http://e-conomic.com/OrderLine_SetUnitNetPrice" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="OrderLine_SetUnitCostPrice">
      <soap12:operation soapAction="http://e-conomic.com/OrderLine_SetUnitCostPrice" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="OrderLine_GetDiscountAsPercent">
      <soap12:operation soapAction="http://e-conomic.com/OrderLine_GetDiscountAsPercent" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="OrderLine_SetDiscountAsPercent">
      <soap12:operation soapAction="http://e-conomic.com/OrderLine_SetDiscountAsPercent" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="OrderLine_GetUnitCostPrice">
      <soap12:operation soapAction="http://e-conomic.com/OrderLine_GetUnitCostPrice" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="OrderLine_GetTotalNetAmount">
      <soap12:operation soapAction="http://e-conomic.com/OrderLine_GetTotalNetAmount" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="OrderLine_GetTotalMargin">
      <soap12:operation soapAction="http://e-conomic.com/OrderLine_GetTotalMargin" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="OrderLine_GetMarginAsPercent">
      <soap12:operation soapAction="http://e-conomic.com/OrderLine_GetMarginAsPercent" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="OrderLine_GetDepartment">
      <soap12:operation soapAction="http://e-conomic.com/OrderLine_GetDepartment" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="OrderLine_SetDepartment">
      <soap12:operation soapAction="http://e-conomic.com/OrderLine_SetDepartment" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="OrderLine_SetDistributionKey">
      <soap12:operation soapAction="http://e-conomic.com/OrderLine_SetDistributionKey" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="OrderLine_GetDistributionKey">
      <soap12:operation soapAction="http://e-conomic.com/OrderLine_GetDistributionKey" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="OrderLine_Create">
      <soap12:operation soapAction="http://e-conomic.com/OrderLine_Create" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="OrderLine_GetAll">
      <soap12:operation soapAction="http://e-conomic.com/OrderLine_GetAll" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="OrderLine_FindByProduct">
      <soap12:operation soapAction="http://e-conomic.com/OrderLine_FindByProduct" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="OrderLine_FindByProductList">
      <soap12:operation soapAction="http://e-conomic.com/OrderLine_FindByProductList" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="OrderLine_Delete">
      <soap12:operation soapAction="http://e-conomic.com/OrderLine_Delete" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="PriceGroup_CreateFromData">
      <soap12:operation soapAction="http://e-conomic.com/PriceGroup_CreateFromData" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="PriceGroup_CreateFromDataArray">
      <soap12:operation soapAction="http://e-conomic.com/PriceGroup_CreateFromDataArray" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="PriceGroup_UpdateFromDataArray">
      <soap12:operation soapAction="http://e-conomic.com/PriceGroup_UpdateFromDataArray" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="PriceGroup_UpdateFromData">
      <soap12:operation soapAction="http://e-conomic.com/PriceGroup_UpdateFromData" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="PriceGroup_GetData">
      <soap12:operation soapAction="http://e-conomic.com/PriceGroup_GetData" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="PriceGroup_GetDataArray">
      <soap12:operation soapAction="http://e-conomic.com/PriceGroup_GetDataArray" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="PriceGroup_Create">
      <soap12:operation soapAction="http://e-conomic.com/PriceGroup_Create" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="PriceGroup_GetNumber">
      <soap12:operation soapAction="http://e-conomic.com/PriceGroup_GetNumber" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="PriceGroup_GetName">
      <soap12:operation soapAction="http://e-conomic.com/PriceGroup_GetName" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="PriceGroup_SetName">
      <soap12:operation soapAction="http://e-conomic.com/PriceGroup_SetName" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="PriceGroup_GetAll">
      <soap12:operation soapAction="http://e-conomic.com/PriceGroup_GetAll" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="PriceGroup_FindByNumber">
      <soap12:operation soapAction="http://e-conomic.com/PriceGroup_FindByNumber" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="PriceGroup_FindByNumberList">
      <soap12:operation soapAction="http://e-conomic.com/PriceGroup_FindByNumberList" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="MileageEntry_GetData">
      <soap12:operation soapAction="http://e-conomic.com/MileageEntry_GetData" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="MileageEntry_GetDataArray">
      <soap12:operation soapAction="http://e-conomic.com/MileageEntry_GetDataArray" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="MileageEntry_Create">
      <soap12:operation soapAction="http://e-conomic.com/MileageEntry_Create" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="MileageEntry_GetAll">
      <soap12:operation soapAction="http://e-conomic.com/MileageEntry_GetAll" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="MileageEntry_Delete">
      <soap12:operation soapAction="http://e-conomic.com/MileageEntry_Delete" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="MileageEntry_GetId">
      <soap12:operation soapAction="http://e-conomic.com/MileageEntry_GetId" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="MileageEntry_GetProject">
      <soap12:operation soapAction="http://e-conomic.com/MileageEntry_GetProject" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="MileageEntry_SetProject">
      <soap12:operation soapAction="http://e-conomic.com/MileageEntry_SetProject" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="MileageEntry_GetEmployee">
      <soap12:operation soapAction="http://e-conomic.com/MileageEntry_GetEmployee" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="MileageEntry_SetEmployee">
      <soap12:operation soapAction="http://e-conomic.com/MileageEntry_SetEmployee" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="MileageEntry_GetDate">
      <soap12:operation soapAction="http://e-conomic.com/MileageEntry_GetDate" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="MileageEntry_GetSalesPrice">
      <soap12:operation soapAction="http://e-conomic.com/MileageEntry_GetSalesPrice" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="MileageEntry_GetCostPrice">
      <soap12:operation soapAction="http://e-conomic.com/MileageEntry_GetCostPrice" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="MileageEntry_GetCostRate">
      <soap12:operation soapAction="http://e-conomic.com/MileageEntry_GetCostRate" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="MileageEntry_GetSalesRate">
      <soap12:operation soapAction="http://e-conomic.com/MileageEntry_GetSalesRate" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="MileageEntry_SetDate">
      <soap12:operation soapAction="http://e-conomic.com/MileageEntry_SetDate" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="MileageEntry_GetStartLocation">
      <soap12:operation soapAction="http://e-conomic.com/MileageEntry_GetStartLocation" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="MileageEntry_SetStartLocation">
      <soap12:operation soapAction="http://e-conomic.com/MileageEntry_SetStartLocation" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="MileageEntry_GetEndLocation">
      <soap12:operation soapAction="http://e-conomic.com/MileageEntry_GetEndLocation" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="MileageEntry_SetEndLocation">
      <soap12:operation soapAction="http://e-conomic.com/MileageEntry_SetEndLocation" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="MileageEntry_GetDistance">
      <soap12:operation soapAction="http://e-conomic.com/MileageEntry_GetDistance" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="MileageEntry_SetDistance">
      <soap12:operation soapAction="http://e-conomic.com/MileageEntry_SetDistance" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="MileageEntry_GetApproved">
      <soap12:operation soapAction="http://e-conomic.com/MileageEntry_GetApproved" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="MileageEntry_ApproveEntries">
      <soap12:operation soapAction="http://e-conomic.com/MileageEntry_ApproveEntries" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Order_CreateFromData">
      <soap12:operation soapAction="http://e-conomic.com/Order_CreateFromData" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Order_CreateFromDataArray">
      <soap12:operation soapAction="http://e-conomic.com/Order_CreateFromDataArray" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Order_UpdateFromDataArray">
      <soap12:operation soapAction="http://e-conomic.com/Order_UpdateFromDataArray" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Order_UpdateFromData">
      <soap12:operation soapAction="http://e-conomic.com/Order_UpdateFromData" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Order_GetData">
      <soap12:operation soapAction="http://e-conomic.com/Order_GetData" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Order_GetDataArray">
      <soap12:operation soapAction="http://e-conomic.com/Order_GetDataArray" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Order_Create">
      <soap12:operation soapAction="http://e-conomic.com/Order_Create" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Order_GetPdf">
      <soap12:operation soapAction="http://e-conomic.com/Order_GetPdf" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Order_GetAll">
      <soap12:operation soapAction="http://e-conomic.com/Order_GetAll" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Order_GetAllCurrent">
      <soap12:operation soapAction="http://e-conomic.com/Order_GetAllCurrent" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Order_FindByOtherReference">
      <soap12:operation soapAction="http://e-conomic.com/Order_FindByOtherReference" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Order_FindByNumber">
      <soap12:operation soapAction="http://e-conomic.com/Order_FindByNumber" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Order_FindByNumberInterval">
      <soap12:operation soapAction="http://e-conomic.com/Order_FindByNumberInterval" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Order_FindByDateInterval">
      <soap12:operation soapAction="http://e-conomic.com/Order_FindByDateInterval" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Order_GetAllUpdated">
      <soap12:operation soapAction="http://e-conomic.com/Order_GetAllUpdated" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Order_GetLines">
      <soap12:operation soapAction="http://e-conomic.com/Order_GetLines" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Order_RegisterAsSent">
      <soap12:operation soapAction="http://e-conomic.com/Order_RegisterAsSent" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Order_CancelSentStatus">
      <soap12:operation soapAction="http://e-conomic.com/Order_CancelSentStatus" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Order_UpgradeToInvoice">
      <soap12:operation soapAction="http://e-conomic.com/Order_UpgradeToInvoice" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Order_Delete">
      <soap12:operation soapAction="http://e-conomic.com/Order_Delete" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Order_GetDebtor">
      <soap12:operation soapAction="http://e-conomic.com/Order_GetDebtor" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Order_SetDebtor">
      <soap12:operation soapAction="http://e-conomic.com/Order_SetDebtor" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Order_GetNumber">
      <soap12:operation soapAction="http://e-conomic.com/Order_GetNumber" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Order_GetDebtorName">
      <soap12:operation soapAction="http://e-conomic.com/Order_GetDebtorName" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Order_SetDebtorName">
      <soap12:operation soapAction="http://e-conomic.com/Order_SetDebtorName" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Order_GetDebtorAddress">
      <soap12:operation soapAction="http://e-conomic.com/Order_GetDebtorAddress" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Order_SetDebtorAddress">
      <soap12:operation soapAction="http://e-conomic.com/Order_SetDebtorAddress" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Order_GetDebtorPostalCode">
      <soap12:operation soapAction="http://e-conomic.com/Order_GetDebtorPostalCode" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Order_SetDebtorPostalCode">
      <soap12:operation soapAction="http://e-conomic.com/Order_SetDebtorPostalCode" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Order_GetDebtorCity">
      <soap12:operation soapAction="http://e-conomic.com/Order_GetDebtorCity" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Order_SetDebtorCity">
      <soap12:operation soapAction="http://e-conomic.com/Order_SetDebtorCity" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Order_GetDebtorCountry">
      <soap12:operation soapAction="http://e-conomic.com/Order_GetDebtorCountry" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Order_SetDebtorCountry">
      <soap12:operation soapAction="http://e-conomic.com/Order_SetDebtorCountry" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Order_GetDebtorEan">
      <soap12:operation soapAction="http://e-conomic.com/Order_GetDebtorEan" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Order_SetDebtorEan">
      <soap12:operation soapAction="http://e-conomic.com/Order_SetDebtorEan" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Order_GetProject">
      <soap12:operation soapAction="http://e-conomic.com/Order_GetProject" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Order_SetProject">
      <soap12:operation soapAction="http://e-conomic.com/Order_SetProject" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Order_GetPublicEntryNumber">
      <soap12:operation soapAction="http://e-conomic.com/Order_GetPublicEntryNumber" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Order_SetPublicEntryNumber">
      <soap12:operation soapAction="http://e-conomic.com/Order_SetPublicEntryNumber" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Order_GetAttention">
      <soap12:operation soapAction="http://e-conomic.com/Order_GetAttention" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Order_SetAttention">
      <soap12:operation soapAction="http://e-conomic.com/Order_SetAttention" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Order_GetYourReference">
      <soap12:operation soapAction="http://e-conomic.com/Order_GetYourReference" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Order_SetYourReference">
      <soap12:operation soapAction="http://e-conomic.com/Order_SetYourReference" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Order_GetOurReference">
      <soap12:operation soapAction="http://e-conomic.com/Order_GetOurReference" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Order_SetOurReference">
      <soap12:operation soapAction="http://e-conomic.com/Order_SetOurReference" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Order_GetOurReference2">
      <soap12:operation soapAction="http://e-conomic.com/Order_GetOurReference2" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Order_SetOurReference2">
      <soap12:operation soapAction="http://e-conomic.com/Order_SetOurReference2" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Order_GetDate">
      <soap12:operation soapAction="http://e-conomic.com/Order_GetDate" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Order_SetDate">
      <soap12:operation soapAction="http://e-conomic.com/Order_SetDate" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Order_GetTermOfPayment">
      <soap12:operation soapAction="http://e-conomic.com/Order_GetTermOfPayment" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Order_SetTermOfPayment">
      <soap12:operation soapAction="http://e-conomic.com/Order_SetTermOfPayment" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Order_GetDueDate">
      <soap12:operation soapAction="http://e-conomic.com/Order_GetDueDate" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Order_SetDueDate">
      <soap12:operation soapAction="http://e-conomic.com/Order_SetDueDate" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Order_GetCurrency">
      <soap12:operation soapAction="http://e-conomic.com/Order_GetCurrency" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Order_SetCurrency">
      <soap12:operation soapAction="http://e-conomic.com/Order_SetCurrency" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Order_GetExchangeRate">
      <soap12:operation soapAction="http://e-conomic.com/Order_GetExchangeRate" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Order_SetExchangeRate">
      <soap12:operation soapAction="http://e-conomic.com/Order_SetExchangeRate" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Order_GetIsVatIncluded">
      <soap12:operation soapAction="http://e-conomic.com/Order_GetIsVatIncluded" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Order_SetIsVatIncluded">
      <soap12:operation soapAction="http://e-conomic.com/Order_SetIsVatIncluded" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Order_GetVatZone">
      <soap12:operation soapAction="http://e-conomic.com/Order_GetVatZone" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Order_SetVatZone">
      <soap12:operation soapAction="http://e-conomic.com/Order_SetVatZone" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Invoice_GetDebtorEan">
      <soap12:operation soapAction="http://e-conomic.com/Invoice_GetDebtorEan" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Invoice_GetPublicEntryNumber">
      <soap12:operation soapAction="http://e-conomic.com/Invoice_GetPublicEntryNumber" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Invoice_GetAttention">
      <soap12:operation soapAction="http://e-conomic.com/Invoice_GetAttention" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Invoice_GetYourReference">
      <soap12:operation soapAction="http://e-conomic.com/Invoice_GetYourReference" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Invoice_GetOurReference">
      <soap12:operation soapAction="http://e-conomic.com/Invoice_GetOurReference" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Invoice_GetOurReference2">
      <soap12:operation soapAction="http://e-conomic.com/Invoice_GetOurReference2" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Invoice_GetTermOfPayment">
      <soap12:operation soapAction="http://e-conomic.com/Invoice_GetTermOfPayment" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Invoice_GetCurrency">
      <soap12:operation soapAction="http://e-conomic.com/Invoice_GetCurrency" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Invoice_GetIsVatIncluded">
      <soap12:operation soapAction="http://e-conomic.com/Invoice_GetIsVatIncluded" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Invoice_GetLayout">
      <soap12:operation soapAction="http://e-conomic.com/Invoice_GetLayout" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Invoice_GetDeliveryLocation">
      <soap12:operation soapAction="http://e-conomic.com/Invoice_GetDeliveryLocation" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Invoice_GetDeliveryAddress">
      <soap12:operation soapAction="http://e-conomic.com/Invoice_GetDeliveryAddress" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Invoice_GetDeliveryPostalCode">
      <soap12:operation soapAction="http://e-conomic.com/Invoice_GetDeliveryPostalCode" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Invoice_GetDeliveryCity">
      <soap12:operation soapAction="http://e-conomic.com/Invoice_GetDeliveryCity" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Invoice_GetDeliveryCountry">
      <soap12:operation soapAction="http://e-conomic.com/Invoice_GetDeliveryCountry" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Invoice_GetTermsOfDelivery">
      <soap12:operation soapAction="http://e-conomic.com/Invoice_GetTermsOfDelivery" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Invoice_GetDeliveryDate">
      <soap12:operation soapAction="http://e-conomic.com/Invoice_GetDeliveryDate" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Invoice_GetDate">
      <soap12:operation soapAction="http://e-conomic.com/Invoice_GetDate" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Invoice_GetDueDate">
      <soap12:operation soapAction="http://e-conomic.com/Invoice_GetDueDate" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Invoice_GetHeading">
      <soap12:operation soapAction="http://e-conomic.com/Invoice_GetHeading" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Invoice_GetTextLine1">
      <soap12:operation soapAction="http://e-conomic.com/Invoice_GetTextLine1" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Invoice_GetTextLine2">
      <soap12:operation soapAction="http://e-conomic.com/Invoice_GetTextLine2" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Invoice_GetOtherReference">
      <soap12:operation soapAction="http://e-conomic.com/Invoice_GetOtherReference" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Invoice_GetOrderNumber">
      <soap12:operation soapAction="http://e-conomic.com/Invoice_GetOrderNumber" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Invoice_GetNetAmount">
      <soap12:operation soapAction="http://e-conomic.com/Invoice_GetNetAmount" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Invoice_GetVatAmount">
      <soap12:operation soapAction="http://e-conomic.com/Invoice_GetVatAmount" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Invoice_GetGrossAmount">
      <soap12:operation soapAction="http://e-conomic.com/Invoice_GetGrossAmount" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Invoice_GetRemainder">
      <soap12:operation soapAction="http://e-conomic.com/Invoice_GetRemainder" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Invoice_GetRemainderDefaultCurrency">
      <soap12:operation soapAction="http://e-conomic.com/Invoice_GetRemainderDefaultCurrency" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Invoice_GetRoundingAmount">
      <soap12:operation soapAction="http://e-conomic.com/Invoice_GetRoundingAmount" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Invoice_GetDebtorCounty">
      <soap12:operation soapAction="http://e-conomic.com/Invoice_GetDebtorCounty" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Invoice_GetDeliveryCounty">
      <soap12:operation soapAction="http://e-conomic.com/Invoice_GetDeliveryCounty" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Invoice_GetNetAmountDefaultCurrency">
      <soap12:operation soapAction="http://e-conomic.com/Invoice_GetNetAmountDefaultCurrency" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Invoice_GetDeductionAmount">
      <soap12:operation soapAction="http://e-conomic.com/Invoice_GetDeductionAmount" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Invoice_GetAll">
      <soap12:operation soapAction="http://e-conomic.com/Invoice_GetAll" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Invoice_FindByNumber">
      <soap12:operation soapAction="http://e-conomic.com/Invoice_FindByNumber" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Invoice_FindByNumberList">
      <soap12:operation soapAction="http://e-conomic.com/Invoice_FindByNumberList" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Invoice_FindByNumberInterval">
      <soap12:operation soapAction="http://e-conomic.com/Invoice_FindByNumberInterval" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Invoice_FindByDateInterval">
      <soap12:operation soapAction="http://e-conomic.com/Invoice_FindByDateInterval" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Invoice_FindByOurReference">
      <soap12:operation soapAction="http://e-conomic.com/Invoice_FindByOurReference" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Invoice_FindByOtherReference">
      <soap12:operation soapAction="http://e-conomic.com/Invoice_FindByOtherReference" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Invoice_FindByOrderNumber">
      <soap12:operation soapAction="http://e-conomic.com/Invoice_FindByOrderNumber" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Invoice_GetLines">
      <soap12:operation soapAction="http://e-conomic.com/Invoice_GetLines" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Invoice_GetPdf">
      <soap12:operation soapAction="http://e-conomic.com/Invoice_GetPdf" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Invoice_GetOioXml">
      <soap12:operation soapAction="http://e-conomic.com/Invoice_GetOioXml" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="InvoiceLine_GetData">
      <soap12:operation soapAction="http://e-conomic.com/InvoiceLine_GetData" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="InvoiceLine_GetDataArray">
      <soap12:operation soapAction="http://e-conomic.com/InvoiceLine_GetDataArray" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="InvoiceLine_GetNumber">
      <soap12:operation soapAction="http://e-conomic.com/InvoiceLine_GetNumber" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="InvoiceLine_GetInvoice">
      <soap12:operation soapAction="http://e-conomic.com/InvoiceLine_GetInvoice" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="InvoiceLine_GetDescription">
      <soap12:operation soapAction="http://e-conomic.com/InvoiceLine_GetDescription" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="InvoiceLine_GetDeliveryDate">
      <soap12:operation soapAction="http://e-conomic.com/InvoiceLine_GetDeliveryDate" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="InvoiceLine_GetUnit">
      <soap12:operation soapAction="http://e-conomic.com/InvoiceLine_GetUnit" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="InvoiceLine_GetProduct">
      <soap12:operation soapAction="http://e-conomic.com/InvoiceLine_GetProduct" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="InvoiceLine_GetQuantity">
      <soap12:operation soapAction="http://e-conomic.com/InvoiceLine_GetQuantity" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="InvoiceLine_GetUnitNetPrice">
      <soap12:operation soapAction="http://e-conomic.com/InvoiceLine_GetUnitNetPrice" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="InvoiceLine_GetDiscountAsPercent">
      <soap12:operation soapAction="http://e-conomic.com/InvoiceLine_GetDiscountAsPercent" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="InvoiceLine_GetUnitCostPrice">
      <soap12:operation soapAction="http://e-conomic.com/InvoiceLine_GetUnitCostPrice" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="InvoiceLine_GetVatRate">
      <soap12:operation soapAction="http://e-conomic.com/InvoiceLine_GetVatRate" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="InvoiceLine_GetVatAmount">
      <soap12:operation soapAction="http://e-conomic.com/InvoiceLine_GetVatAmount" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="InvoiceLine_GetTotalNetAmount">
      <soap12:operation soapAction="http://e-conomic.com/InvoiceLine_GetTotalNetAmount" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="InvoiceLine_GetDepartment">
      <soap12:operation soapAction="http://e-conomic.com/InvoiceLine_GetDepartment" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="InvoiceLine_GetDistributionKey">
      <soap12:operation soapAction="http://e-conomic.com/InvoiceLine_GetDistributionKey" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="InvoiceLine_FindByProduct">
      <soap12:operation soapAction="http://e-conomic.com/InvoiceLine_FindByProduct" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="InvoiceLine_FindByProductList">
      <soap12:operation soapAction="http://e-conomic.com/InvoiceLine_FindByProductList" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="InvoiceLine_FindByInvoiceNumberInterval">
      <soap12:operation soapAction="http://e-conomic.com/InvoiceLine_FindByInvoiceNumberInterval" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="InventoryLocation_GetData">
      <soap12:operation soapAction="http://e-conomic.com/InventoryLocation_GetData" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="InventoryLocation_GetDataArray">
      <soap12:operation soapAction="http://e-conomic.com/InventoryLocation_GetDataArray" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="InventoryLocation_GetAll">
      <soap12:operation soapAction="http://e-conomic.com/InventoryLocation_GetAll" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="InventoryLocation_FindByName">
      <soap12:operation soapAction="http://e-conomic.com/InventoryLocation_FindByName" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="InventoryLocation_FindByNumber">
      <soap12:operation soapAction="http://e-conomic.com/InventoryLocation_FindByNumber" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="InventoryLocation_FindByNumberList">
      <soap12:operation soapAction="http://e-conomic.com/InventoryLocation_FindByNumberList" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="InventoryLocation_GetNumber">
      <soap12:operation soapAction="http://e-conomic.com/InventoryLocation_GetNumber" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="InventoryLocation_GetName">
      <soap12:operation soapAction="http://e-conomic.com/InventoryLocation_GetName" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="KeyFigureCode_GetData">
      <soap12:operation soapAction="http://e-conomic.com/KeyFigureCode_GetData" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="KeyFigureCode_GetDataArray">
      <soap12:operation soapAction="http://e-conomic.com/KeyFigureCode_GetDataArray" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="KeyFigureCode_GetAll">
      <soap12:operation soapAction="http://e-conomic.com/KeyFigureCode_GetAll" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="KeyFigureCode_FindByName">
      <soap12:operation soapAction="http://e-conomic.com/KeyFigureCode_FindByName" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="KeyFigureCode_FindByNumber">
      <soap12:operation soapAction="http://e-conomic.com/KeyFigureCode_FindByNumber" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="KeyFigureCode_GetAccounts">
      <soap12:operation soapAction="http://e-conomic.com/KeyFigureCode_GetAccounts" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="KeyFigureCode_GetNumber">
      <soap12:operation soapAction="http://e-conomic.com/KeyFigureCode_GetNumber" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="KeyFigureCode_GetName">
      <soap12:operation soapAction="http://e-conomic.com/KeyFigureCode_GetName" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="MileageEntry_CreateFromData">
      <soap12:operation soapAction="http://e-conomic.com/MileageEntry_CreateFromData" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="MileageEntry_CreateFromDataArray">
      <soap12:operation soapAction="http://e-conomic.com/MileageEntry_CreateFromDataArray" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="MileageEntry_UpdateFromDataArray">
      <soap12:operation soapAction="http://e-conomic.com/MileageEntry_UpdateFromDataArray" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="MileageEntry_UpdateFromData">
      <soap12:operation soapAction="http://e-conomic.com/MileageEntry_UpdateFromData" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Employee_UpdateFromData">
      <soap12:operation soapAction="http://e-conomic.com/Employee_UpdateFromData" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Employee_GetData">
      <soap12:operation soapAction="http://e-conomic.com/Employee_GetData" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Employee_GetDataArray">
      <soap12:operation soapAction="http://e-conomic.com/Employee_GetDataArray" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Employee_GetType">
      <soap12:operation soapAction="http://e-conomic.com/Employee_GetType" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Employee_GetNumber">
      <soap12:operation soapAction="http://e-conomic.com/Employee_GetNumber" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Employee_GetGroup">
      <soap12:operation soapAction="http://e-conomic.com/Employee_GetGroup" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Employee_SetGroup">
      <soap12:operation soapAction="http://e-conomic.com/Employee_SetGroup" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Employee_GetName">
      <soap12:operation soapAction="http://e-conomic.com/Employee_GetName" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Employee_SetName">
      <soap12:operation soapAction="http://e-conomic.com/Employee_SetName" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Employee_Create">
      <soap12:operation soapAction="http://e-conomic.com/Employee_Create" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Employee_GetAll">
      <soap12:operation soapAction="http://e-conomic.com/Employee_GetAll" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Employee_FindByNumber">
      <soap12:operation soapAction="http://e-conomic.com/Employee_FindByNumber" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Employee_FindByNumberList">
      <soap12:operation soapAction="http://e-conomic.com/Employee_FindByNumberList" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Employee_FindByName">
      <soap12:operation soapAction="http://e-conomic.com/Employee_FindByName" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Employee_Delete">
      <soap12:operation soapAction="http://e-conomic.com/Employee_Delete" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Employee_GetTimeEntries">
      <soap12:operation soapAction="http://e-conomic.com/Employee_GetTimeEntries" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Employee_GetTimeEntriesOnCurrentUser">
      <soap12:operation soapAction="http://e-conomic.com/Employee_GetTimeEntriesOnCurrentUser" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Employee_GetProjectsOnCurrentUser">
      <soap12:operation soapAction="http://e-conomic.com/Employee_GetProjectsOnCurrentUser" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Employee_GetActivitiesOnCurrentUserForProject">
      <soap12:operation soapAction="http://e-conomic.com/Employee_GetActivitiesOnCurrentUserForProject" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Employee_GetTimeEntriesByDate">
      <soap12:operation soapAction="http://e-conomic.com/Employee_GetTimeEntriesByDate" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Employee_GetTimeEntriesOnCurrentUserByDate">
      <soap12:operation soapAction="http://e-conomic.com/Employee_GetTimeEntriesOnCurrentUserByDate" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Employee_GetMileageEntriesByDate">
      <soap12:operation soapAction="http://e-conomic.com/Employee_GetMileageEntriesByDate" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Employee_GetSalesPrice">
      <soap12:operation soapAction="http://e-conomic.com/Employee_GetSalesPrice" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Employee_GetCostPrice">
      <soap12:operation soapAction="http://e-conomic.com/Employee_GetCostPrice" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Employee_GetSalesPriceByDate">
      <soap12:operation soapAction="http://e-conomic.com/Employee_GetSalesPriceByDate" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Employee_GetCostPriceByDate">
      <soap12:operation soapAction="http://e-conomic.com/Employee_GetCostPriceByDate" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Employee_SetCostPriceBefore">
      <soap12:operation soapAction="http://e-conomic.com/Employee_SetCostPriceBefore" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Employee_SetCostPriceAfter">
      <soap12:operation soapAction="http://e-conomic.com/Employee_SetCostPriceAfter" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Employee_SetSalesPriceBefore">
      <soap12:operation soapAction="http://e-conomic.com/Employee_SetSalesPriceBefore" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Employee_SetSalesPriceAfter">
      <soap12:operation soapAction="http://e-conomic.com/Employee_SetSalesPriceAfter" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Employee_GetCostPriceBefore">
      <soap12:operation soapAction="http://e-conomic.com/Employee_GetCostPriceBefore" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Employee_GetCostPriceAfter">
      <soap12:operation soapAction="http://e-conomic.com/Employee_GetCostPriceAfter" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Employee_GetSalesPriceBefore">
      <soap12:operation soapAction="http://e-conomic.com/Employee_GetSalesPriceBefore" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Employee_GetSalesPriceAfter">
      <soap12:operation soapAction="http://e-conomic.com/Employee_GetSalesPriceAfter" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Employee_SetCutoffDate">
      <soap12:operation soapAction="http://e-conomic.com/Employee_SetCutoffDate" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Employee_GetCutoffDate">
      <soap12:operation soapAction="http://e-conomic.com/Employee_GetCutoffDate" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="EmployeeGroup_CreateFromData">
      <soap12:operation soapAction="http://e-conomic.com/EmployeeGroup_CreateFromData" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="EmployeeGroup_CreateFromDataArray">
      <soap12:operation soapAction="http://e-conomic.com/EmployeeGroup_CreateFromDataArray" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="EmployeeGroup_UpdateFromDataArray">
      <soap12:operation soapAction="http://e-conomic.com/EmployeeGroup_UpdateFromDataArray" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="EmployeeGroup_UpdateFromData">
      <soap12:operation soapAction="http://e-conomic.com/EmployeeGroup_UpdateFromData" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="EmployeeGroup_GetData">
      <soap12:operation soapAction="http://e-conomic.com/EmployeeGroup_GetData" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="EmployeeGroup_GetDataArray">
      <soap12:operation soapAction="http://e-conomic.com/EmployeeGroup_GetDataArray" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="EmployeeGroup_GetNumber">
      <soap12:operation soapAction="http://e-conomic.com/EmployeeGroup_GetNumber" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="EmployeeGroup_GetName">
      <soap12:operation soapAction="http://e-conomic.com/EmployeeGroup_GetName" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="EmployeeGroup_SetName">
      <soap12:operation soapAction="http://e-conomic.com/EmployeeGroup_SetName" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="EmployeeGroup_Create">
      <soap12:operation soapAction="http://e-conomic.com/EmployeeGroup_Create" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="EmployeeGroup_GetAll">
      <soap12:operation soapAction="http://e-conomic.com/EmployeeGroup_GetAll" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="EmployeeGroup_FindByNumber">
      <soap12:operation soapAction="http://e-conomic.com/EmployeeGroup_FindByNumber" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="EmployeeGroup_FindByNumberList">
      <soap12:operation soapAction="http://e-conomic.com/EmployeeGroup_FindByNumberList" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="EmployeeGroup_FindByName">
      <soap12:operation soapAction="http://e-conomic.com/EmployeeGroup_FindByName" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="EmployeeGroup_GetEmployees">
      <soap12:operation soapAction="http://e-conomic.com/EmployeeGroup_GetEmployees" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="EmployeeGroup_Delete">
      <soap12:operation soapAction="http://e-conomic.com/EmployeeGroup_Delete" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Entry_GetData">
      <soap12:operation soapAction="http://e-conomic.com/Entry_GetData" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Entry_GetDataArray">
      <soap12:operation soapAction="http://e-conomic.com/Entry_GetDataArray" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Entry_GetLastUsedSerialNumber">
      <soap12:operation soapAction="http://e-conomic.com/Entry_GetLastUsedSerialNumber" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Entry_FindBySerialNumberInterval">
      <soap12:operation soapAction="http://e-conomic.com/Entry_FindBySerialNumberInterval" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Entry_FindByDateInterval">
      <soap12:operation soapAction="http://e-conomic.com/Entry_FindByDateInterval" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Entry_GetSerialNumber">
      <soap12:operation soapAction="http://e-conomic.com/Entry_GetSerialNumber" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Entry_GetAccount">
      <soap12:operation soapAction="http://e-conomic.com/Entry_GetAccount" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Entry_GetAmount">
      <soap12:operation soapAction="http://e-conomic.com/Entry_GetAmount" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Entry_GetAmountDefaultCurrency">
      <soap12:operation soapAction="http://e-conomic.com/Entry_GetAmountDefaultCurrency" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Entry_GetUnit1">
      <soap12:operation soapAction="http://e-conomic.com/Entry_GetUnit1" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Entry_GetUnit2">
      <soap12:operation soapAction="http://e-conomic.com/Entry_GetUnit2" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Entry_GetQuantity1">
      <soap12:operation soapAction="http://e-conomic.com/Entry_GetQuantity1" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Entry_GetQuantity2">
      <soap12:operation soapAction="http://e-conomic.com/Entry_GetQuantity2" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Entry_GetCurrency">
      <soap12:operation soapAction="http://e-conomic.com/Entry_GetCurrency" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Entry_GetDate">
      <soap12:operation soapAction="http://e-conomic.com/Entry_GetDate" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Entry_GetText">
      <soap12:operation soapAction="http://e-conomic.com/Entry_GetText" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Entry_GetType">
      <soap12:operation soapAction="http://e-conomic.com/Entry_GetType" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Entry_GetDepartment">
      <soap12:operation soapAction="http://e-conomic.com/Entry_GetDepartment" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Entry_GetDistributionKey">
      <soap12:operation soapAction="http://e-conomic.com/Entry_GetDistributionKey" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Entry_GetVatAccount">
      <soap12:operation soapAction="http://e-conomic.com/Entry_GetVatAccount" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Entry_GetVoucherNumber">
      <soap12:operation soapAction="http://e-conomic.com/Entry_GetVoucherNumber" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Entry_GetProject">
      <soap12:operation soapAction="http://e-conomic.com/Entry_GetProject" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Entry_GetDocument">
      <soap12:operation soapAction="http://e-conomic.com/Entry_GetDocument" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Invoice_GetData">
      <soap12:operation soapAction="http://e-conomic.com/Invoice_GetData" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Invoice_GetDataArray">
      <soap12:operation soapAction="http://e-conomic.com/Invoice_GetDataArray" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Invoice_GetNumber">
      <soap12:operation soapAction="http://e-conomic.com/Invoice_GetNumber" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Invoice_GetDebtor">
      <soap12:operation soapAction="http://e-conomic.com/Invoice_GetDebtor" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Invoice_GetProject">
      <soap12:operation soapAction="http://e-conomic.com/Invoice_GetProject" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Invoice_GetDebtorName">
      <soap12:operation soapAction="http://e-conomic.com/Invoice_GetDebtorName" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Invoice_GetDebtorAddress">
      <soap12:operation soapAction="http://e-conomic.com/Invoice_GetDebtorAddress" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Invoice_GetDebtorPostalCode">
      <soap12:operation soapAction="http://e-conomic.com/Invoice_GetDebtorPostalCode" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Invoice_GetDebtorCity">
      <soap12:operation soapAction="http://e-conomic.com/Invoice_GetDebtorCity" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Invoice_GetDebtorCountry">
      <soap12:operation soapAction="http://e-conomic.com/Invoice_GetDebtorCountry" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="DebtorGroup_Create">
      <soap12:operation soapAction="http://e-conomic.com/DebtorGroup_Create" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="DebtorGroup_GetAll">
      <soap12:operation soapAction="http://e-conomic.com/DebtorGroup_GetAll" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="DebtorGroup_FindByNumber">
      <soap12:operation soapAction="http://e-conomic.com/DebtorGroup_FindByNumber" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="DebtorGroup_FindByNumberList">
      <soap12:operation soapAction="http://e-conomic.com/DebtorGroup_FindByNumberList" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="DebtorGroup_FindByName">
      <soap12:operation soapAction="http://e-conomic.com/DebtorGroup_FindByName" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="DebtorGroup_GetDebtors">
      <soap12:operation soapAction="http://e-conomic.com/DebtorGroup_GetDebtors" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="DeliveryLocation_CreateFromData">
      <soap12:operation soapAction="http://e-conomic.com/DeliveryLocation_CreateFromData" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="DeliveryLocation_CreateFromDataArray">
      <soap12:operation soapAction="http://e-conomic.com/DeliveryLocation_CreateFromDataArray" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="DeliveryLocation_UpdateFromDataArray">
      <soap12:operation soapAction="http://e-conomic.com/DeliveryLocation_UpdateFromDataArray" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="DeliveryLocation_UpdateFromData">
      <soap12:operation soapAction="http://e-conomic.com/DeliveryLocation_UpdateFromData" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="DeliveryLocation_GetData">
      <soap12:operation soapAction="http://e-conomic.com/DeliveryLocation_GetData" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="DeliveryLocation_GetDataArray">
      <soap12:operation soapAction="http://e-conomic.com/DeliveryLocation_GetDataArray" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="DeliveryLocation_GetDebtor">
      <soap12:operation soapAction="http://e-conomic.com/DeliveryLocation_GetDebtor" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="DeliveryLocation_GetNumber">
      <soap12:operation soapAction="http://e-conomic.com/DeliveryLocation_GetNumber" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="DeliveryLocation_GetAddress">
      <soap12:operation soapAction="http://e-conomic.com/DeliveryLocation_GetAddress" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="DeliveryLocation_SetAddress">
      <soap12:operation soapAction="http://e-conomic.com/DeliveryLocation_SetAddress" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="DeliveryLocation_GetPostalCode">
      <soap12:operation soapAction="http://e-conomic.com/DeliveryLocation_GetPostalCode" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="DeliveryLocation_SetPostalCode">
      <soap12:operation soapAction="http://e-conomic.com/DeliveryLocation_SetPostalCode" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="DeliveryLocation_GetCity">
      <soap12:operation soapAction="http://e-conomic.com/DeliveryLocation_GetCity" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="DeliveryLocation_SetCity">
      <soap12:operation soapAction="http://e-conomic.com/DeliveryLocation_SetCity" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="DeliveryLocation_SetCountry">
      <soap12:operation soapAction="http://e-conomic.com/DeliveryLocation_SetCountry" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="DeliveryLocation_GetCountry">
      <soap12:operation soapAction="http://e-conomic.com/DeliveryLocation_GetCountry" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="DeliveryLocation_SetTermsOfDelivery">
      <soap12:operation soapAction="http://e-conomic.com/DeliveryLocation_SetTermsOfDelivery" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="DeliveryLocation_GetTermsOfDelivery">
      <soap12:operation soapAction="http://e-conomic.com/DeliveryLocation_GetTermsOfDelivery" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="DeliveryLocation_GetIsAccessible">
      <soap12:operation soapAction="http://e-conomic.com/DeliveryLocation_GetIsAccessible" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="DeliveryLocation_SetIsAccessible">
      <soap12:operation soapAction="http://e-conomic.com/DeliveryLocation_SetIsAccessible" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="DeliveryLocation_GetExternalId">
      <soap12:operation soapAction="http://e-conomic.com/DeliveryLocation_GetExternalId" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="DeliveryLocation_SetExternalId">
      <soap12:operation soapAction="http://e-conomic.com/DeliveryLocation_SetExternalId" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="DeliveryLocation_GetCounty">
      <soap12:operation soapAction="http://e-conomic.com/DeliveryLocation_GetCounty" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="DeliveryLocation_SetCounty">
      <soap12:operation soapAction="http://e-conomic.com/DeliveryLocation_SetCounty" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="DeliveryLocation_Create">
      <soap12:operation soapAction="http://e-conomic.com/DeliveryLocation_Create" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="DeliveryLocation_GetAll">
      <soap12:operation soapAction="http://e-conomic.com/DeliveryLocation_GetAll" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="DeliveryLocation_FindByExternalId">
      <soap12:operation soapAction="http://e-conomic.com/DeliveryLocation_FindByExternalId" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="DeliveryLocation_Delete">
      <soap12:operation soapAction="http://e-conomic.com/DeliveryLocation_Delete" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Department_CreateFromData">
      <soap12:operation soapAction="http://e-conomic.com/Department_CreateFromData" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Department_CreateFromDataArray">
      <soap12:operation soapAction="http://e-conomic.com/Department_CreateFromDataArray" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Department_UpdateFromDataArray">
      <soap12:operation soapAction="http://e-conomic.com/Department_UpdateFromDataArray" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Department_UpdateFromData">
      <soap12:operation soapAction="http://e-conomic.com/Department_UpdateFromData" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Department_GetData">
      <soap12:operation soapAction="http://e-conomic.com/Department_GetData" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Department_GetDataArray">
      <soap12:operation soapAction="http://e-conomic.com/Department_GetDataArray" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Department_Create">
      <soap12:operation soapAction="http://e-conomic.com/Department_Create" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Department_GetAll">
      <soap12:operation soapAction="http://e-conomic.com/Department_GetAll" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Department_FindByNumber">
      <soap12:operation soapAction="http://e-conomic.com/Department_FindByNumber" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Department_FindByNumberList">
      <soap12:operation soapAction="http://e-conomic.com/Department_FindByNumberList" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Department_FindByName">
      <soap12:operation soapAction="http://e-conomic.com/Department_FindByName" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Department_GetAllUpdated">
      <soap12:operation soapAction="http://e-conomic.com/Department_GetAllUpdated" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Department_Delete">
      <soap12:operation soapAction="http://e-conomic.com/Department_Delete" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Department_GetNumber">
      <soap12:operation soapAction="http://e-conomic.com/Department_GetNumber" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Department_GetName">
      <soap12:operation soapAction="http://e-conomic.com/Department_GetName" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Department_GetIsAccessible">
      <soap12:operation soapAction="http://e-conomic.com/Department_GetIsAccessible" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Department_SetName">
      <soap12:operation soapAction="http://e-conomic.com/Department_SetName" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Department_SetIsAccessible">
      <soap12:operation soapAction="http://e-conomic.com/Department_SetIsAccessible" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="DistributionKey_UpdateFromDataArray">
      <soap12:operation soapAction="http://e-conomic.com/DistributionKey_UpdateFromDataArray" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="DistributionKey_UpdateFromData">
      <soap12:operation soapAction="http://e-conomic.com/DistributionKey_UpdateFromData" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="DistributionKey_GetData">
      <soap12:operation soapAction="http://e-conomic.com/DistributionKey_GetData" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="DistributionKey_GetDataArray">
      <soap12:operation soapAction="http://e-conomic.com/DistributionKey_GetDataArray" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="DistributionKey_GetAll">
      <soap12:operation soapAction="http://e-conomic.com/DistributionKey_GetAll" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="DistributionKey_FindByNumber">
      <soap12:operation soapAction="http://e-conomic.com/DistributionKey_FindByNumber" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="DistributionKey_FindByNumberList">
      <soap12:operation soapAction="http://e-conomic.com/DistributionKey_FindByNumberList" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="DistributionKey_FindByName">
      <soap12:operation soapAction="http://e-conomic.com/DistributionKey_FindByName" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="DistributionKey_GetDepartments">
      <soap12:operation soapAction="http://e-conomic.com/DistributionKey_GetDepartments" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="DistributionKey_GetPercentages">
      <soap12:operation soapAction="http://e-conomic.com/DistributionKey_GetPercentages" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="DistributionKey_GetNumber">
      <soap12:operation soapAction="http://e-conomic.com/DistributionKey_GetNumber" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="DistributionKey_GetName">
      <soap12:operation soapAction="http://e-conomic.com/DistributionKey_GetName" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="DistributionKey_SetName">
      <soap12:operation soapAction="http://e-conomic.com/DistributionKey_SetName" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="DistributionKey_GetIsAccessible">
      <soap12:operation soapAction="http://e-conomic.com/DistributionKey_GetIsAccessible" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="DistributionKey_SetIsAccessible">
      <soap12:operation soapAction="http://e-conomic.com/DistributionKey_SetIsAccessible" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="DocumentArchiveCategory_CreateFromData">
      <soap12:operation soapAction="http://e-conomic.com/DocumentArchiveCategory_CreateFromData" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="DocumentArchiveCategory_CreateFromDataArray">
      <soap12:operation soapAction="http://e-conomic.com/DocumentArchiveCategory_CreateFromDataArray" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="DocumentArchiveCategory_UpdateFromDataArray">
      <soap12:operation soapAction="http://e-conomic.com/DocumentArchiveCategory_UpdateFromDataArray" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="DocumentArchiveCategory_UpdateFromData">
      <soap12:operation soapAction="http://e-conomic.com/DocumentArchiveCategory_UpdateFromData" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="DocumentArchiveCategory_GetData">
      <soap12:operation soapAction="http://e-conomic.com/DocumentArchiveCategory_GetData" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="DocumentArchiveCategory_GetDataArray">
      <soap12:operation soapAction="http://e-conomic.com/DocumentArchiveCategory_GetDataArray" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="DocumentArchiveCategory_Create">
      <soap12:operation soapAction="http://e-conomic.com/DocumentArchiveCategory_Create" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="DocumentArchiveCategory_GetAll">
      <soap12:operation soapAction="http://e-conomic.com/DocumentArchiveCategory_GetAll" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="DocumentArchiveCategory_FindByNumber">
      <soap12:operation soapAction="http://e-conomic.com/DocumentArchiveCategory_FindByNumber" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="DocumentArchiveCategory_FindByName">
      <soap12:operation soapAction="http://e-conomic.com/DocumentArchiveCategory_FindByName" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="DocumentArchiveCategory_GetDocuments">
      <soap12:operation soapAction="http://e-conomic.com/DocumentArchiveCategory_GetDocuments" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="DocumentArchiveCategory_Delete">
      <soap12:operation soapAction="http://e-conomic.com/DocumentArchiveCategory_Delete" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="DocumentArchiveCategory_GetNumber">
      <soap12:operation soapAction="http://e-conomic.com/DocumentArchiveCategory_GetNumber" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="DocumentArchiveCategory_GetName">
      <soap12:operation soapAction="http://e-conomic.com/DocumentArchiveCategory_GetName" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="DocumentArchiveCategory_SetName">
      <soap12:operation soapAction="http://e-conomic.com/DocumentArchiveCategory_SetName" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Employee_CreateFromData">
      <soap12:operation soapAction="http://e-conomic.com/Employee_CreateFromData" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Employee_CreateFromDataArray">
      <soap12:operation soapAction="http://e-conomic.com/Employee_CreateFromDataArray" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Employee_UpdateFromDataArray">
      <soap12:operation soapAction="http://e-conomic.com/Employee_UpdateFromDataArray" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Debtor_GetOurReference">
      <soap12:operation soapAction="http://e-conomic.com/Debtor_GetOurReference" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Debtor_SetOurReference">
      <soap12:operation soapAction="http://e-conomic.com/Debtor_SetOurReference" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Debtor_GetBalance">
      <soap12:operation soapAction="http://e-conomic.com/Debtor_GetBalance" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Debtor_GetNextAvailableNumber">
      <soap12:operation soapAction="http://e-conomic.com/Debtor_GetNextAvailableNumber" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Debtor_Create">
      <soap12:operation soapAction="http://e-conomic.com/Debtor_Create" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Debtor_GetAll">
      <soap12:operation soapAction="http://e-conomic.com/Debtor_GetAll" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Debtor_GetAllUpdated">
      <soap12:operation soapAction="http://e-conomic.com/Debtor_GetAllUpdated" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Debtor_FindByNumber">
      <soap12:operation soapAction="http://e-conomic.com/Debtor_FindByNumber" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Debtor_FindByNumberList">
      <soap12:operation soapAction="http://e-conomic.com/Debtor_FindByNumberList" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Debtor_FindByName">
      <soap12:operation soapAction="http://e-conomic.com/Debtor_FindByName" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Debtor_FindByPartialName">
      <soap12:operation soapAction="http://e-conomic.com/Debtor_FindByPartialName" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Debtor_FindByEmail">
      <soap12:operation soapAction="http://e-conomic.com/Debtor_FindByEmail" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Debtor_FindByEan">
      <soap12:operation soapAction="http://e-conomic.com/Debtor_FindByEan" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Debtor_FindByCINumber">
      <soap12:operation soapAction="http://e-conomic.com/Debtor_FindByCINumber" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Debtor_FindByTelephoneAndFaxNumber">
      <soap12:operation soapAction="http://e-conomic.com/Debtor_FindByTelephoneAndFaxNumber" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Debtor_GetDeliveryLocations">
      <soap12:operation soapAction="http://e-conomic.com/Debtor_GetDeliveryLocations" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Debtor_GetDebtorContacts">
      <soap12:operation soapAction="http://e-conomic.com/Debtor_GetDebtorContacts" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Debtor_GetInvoices">
      <soap12:operation soapAction="http://e-conomic.com/Debtor_GetInvoices" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Debtor_GetOrders">
      <soap12:operation soapAction="http://e-conomic.com/Debtor_GetOrders" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Debtor_GetCurrentInvoices">
      <soap12:operation soapAction="http://e-conomic.com/Debtor_GetCurrentInvoices" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Debtor_GetQuotations">
      <soap12:operation soapAction="http://e-conomic.com/Debtor_GetQuotations" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Debtor_GetEntries">
      <soap12:operation soapAction="http://e-conomic.com/Debtor_GetEntries" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Debtor_GetOpenEntries">
      <soap12:operation soapAction="http://e-conomic.com/Debtor_GetOpenEntries" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Debtor_GetSubscribers">
      <soap12:operation soapAction="http://e-conomic.com/Debtor_GetSubscribers" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Debtor_Delete">
      <soap12:operation soapAction="http://e-conomic.com/Debtor_Delete" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="DebtorContact_CreateFromData">
      <soap12:operation soapAction="http://e-conomic.com/DebtorContact_CreateFromData" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="DebtorContact_CreateFromDataArray">
      <soap12:operation soapAction="http://e-conomic.com/DebtorContact_CreateFromDataArray" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="DebtorContact_UpdateFromDataArray">
      <soap12:operation soapAction="http://e-conomic.com/DebtorContact_UpdateFromDataArray" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="DebtorContact_UpdateFromData">
      <soap12:operation soapAction="http://e-conomic.com/DebtorContact_UpdateFromData" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="DebtorContact_GetData">
      <soap12:operation soapAction="http://e-conomic.com/DebtorContact_GetData" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="DebtorContact_GetDataArray">
      <soap12:operation soapAction="http://e-conomic.com/DebtorContact_GetDataArray" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="DebtorContact_GetDebtor">
      <soap12:operation soapAction="http://e-conomic.com/DebtorContact_GetDebtor" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="DebtorContact_SetName">
      <soap12:operation soapAction="http://e-conomic.com/DebtorContact_SetName" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="DebtorContact_GetName">
      <soap12:operation soapAction="http://e-conomic.com/DebtorContact_GetName" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="DebtorContact_GetNumber">
      <soap12:operation soapAction="http://e-conomic.com/DebtorContact_GetNumber" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="DebtorContact_GetTelephoneNumber">
      <soap12:operation soapAction="http://e-conomic.com/DebtorContact_GetTelephoneNumber" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="DebtorContact_SetTelephoneNumber">
      <soap12:operation soapAction="http://e-conomic.com/DebtorContact_SetTelephoneNumber" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="DebtorContact_GetEmail">
      <soap12:operation soapAction="http://e-conomic.com/DebtorContact_GetEmail" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="DebtorContact_SetEmail">
      <soap12:operation soapAction="http://e-conomic.com/DebtorContact_SetEmail" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="DebtorContact_SetComments">
      <soap12:operation soapAction="http://e-conomic.com/DebtorContact_SetComments" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="DebtorContact_GetComments">
      <soap12:operation soapAction="http://e-conomic.com/DebtorContact_GetComments" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="DebtorContact_GetExternalId">
      <soap12:operation soapAction="http://e-conomic.com/DebtorContact_GetExternalId" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="DebtorContact_SetExternalId">
      <soap12:operation soapAction="http://e-conomic.com/DebtorContact_SetExternalId" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="DebtorContact_SetIsToReceiveEmailCopyOfOrder">
      <soap12:operation soapAction="http://e-conomic.com/DebtorContact_SetIsToReceiveEmailCopyOfOrder" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="DebtorContact_GetIsToReceiveEmailCopyOfOrder">
      <soap12:operation soapAction="http://e-conomic.com/DebtorContact_GetIsToReceiveEmailCopyOfOrder" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="DebtorContact_GetIsToReceiveEmailCopyOfInvoice">
      <soap12:operation soapAction="http://e-conomic.com/DebtorContact_GetIsToReceiveEmailCopyOfInvoice" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="DebtorContact_SetIsToReceiveEmailCopyOfInvoice">
      <soap12:operation soapAction="http://e-conomic.com/DebtorContact_SetIsToReceiveEmailCopyOfInvoice" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="DebtorContact_Create">
      <soap12:operation soapAction="http://e-conomic.com/DebtorContact_Create" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="DebtorContact_GetAll">
      <soap12:operation soapAction="http://e-conomic.com/DebtorContact_GetAll" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="DebtorContact_FindByName">
      <soap12:operation soapAction="http://e-conomic.com/DebtorContact_FindByName" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="DebtorContact_FindByExternalId">
      <soap12:operation soapAction="http://e-conomic.com/DebtorContact_FindByExternalId" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="DebtorContact_Delete">
      <soap12:operation soapAction="http://e-conomic.com/DebtorContact_Delete" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="DebtorEntry_GetData">
      <soap12:operation soapAction="http://e-conomic.com/DebtorEntry_GetData" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="DebtorEntry_GetDataArray">
      <soap12:operation soapAction="http://e-conomic.com/DebtorEntry_GetDataArray" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="DebtorEntry_GetSerialNumber">
      <soap12:operation soapAction="http://e-conomic.com/DebtorEntry_GetSerialNumber" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="DebtorEntry_GetType">
      <soap12:operation soapAction="http://e-conomic.com/DebtorEntry_GetType" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="DebtorEntry_GetDate">
      <soap12:operation soapAction="http://e-conomic.com/DebtorEntry_GetDate" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="DebtorEntry_GetDebtor">
      <soap12:operation soapAction="http://e-conomic.com/DebtorEntry_GetDebtor" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="DebtorEntry_GetAccount">
      <soap12:operation soapAction="http://e-conomic.com/DebtorEntry_GetAccount" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="DebtorEntry_GetVoucherNumber">
      <soap12:operation soapAction="http://e-conomic.com/DebtorEntry_GetVoucherNumber" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="DebtorEntry_GetText">
      <soap12:operation soapAction="http://e-conomic.com/DebtorEntry_GetText" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="DebtorEntry_GetAmountDefaultCurrency">
      <soap12:operation soapAction="http://e-conomic.com/DebtorEntry_GetAmountDefaultCurrency" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="DebtorEntry_GetAllOpenEntries">
      <soap12:operation soapAction="http://e-conomic.com/DebtorEntry_GetAllOpenEntries" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="DebtorEntry_GetCurrency">
      <soap12:operation soapAction="http://e-conomic.com/DebtorEntry_GetCurrency" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="DebtorEntry_GetAmount">
      <soap12:operation soapAction="http://e-conomic.com/DebtorEntry_GetAmount" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="DebtorEntry_GetInvoiceNumber">
      <soap12:operation soapAction="http://e-conomic.com/DebtorEntry_GetInvoiceNumber" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="DebtorEntry_GetDueDate">
      <soap12:operation soapAction="http://e-conomic.com/DebtorEntry_GetDueDate" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="DebtorEntry_GetRemainder">
      <soap12:operation soapAction="http://e-conomic.com/DebtorEntry_GetRemainder" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="DebtorEntry_GetRemainderDefaultCurrency">
      <soap12:operation soapAction="http://e-conomic.com/DebtorEntry_GetRemainderDefaultCurrency" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="DebtorEntry_FindBySerialNumber">
      <soap12:operation soapAction="http://e-conomic.com/DebtorEntry_FindBySerialNumber" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="DebtorEntry_FindByInvoiceNumber">
      <soap12:operation soapAction="http://e-conomic.com/DebtorEntry_FindByInvoiceNumber" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="DebtorEntry_MatchEntries">
      <soap12:operation soapAction="http://e-conomic.com/DebtorEntry_MatchEntries" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="DebtorGroup_CreateFromData">
      <soap12:operation soapAction="http://e-conomic.com/DebtorGroup_CreateFromData" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="DebtorGroup_CreateFromDataArray">
      <soap12:operation soapAction="http://e-conomic.com/DebtorGroup_CreateFromDataArray" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="DebtorGroup_UpdateFromDataArray">
      <soap12:operation soapAction="http://e-conomic.com/DebtorGroup_UpdateFromDataArray" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="DebtorGroup_UpdateFromData">
      <soap12:operation soapAction="http://e-conomic.com/DebtorGroup_UpdateFromData" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="DebtorGroup_GetData">
      <soap12:operation soapAction="http://e-conomic.com/DebtorGroup_GetData" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="DebtorGroup_GetDataArray">
      <soap12:operation soapAction="http://e-conomic.com/DebtorGroup_GetDataArray" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="DebtorGroup_GetNumber">
      <soap12:operation soapAction="http://e-conomic.com/DebtorGroup_GetNumber" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="DebtorGroup_GetName">
      <soap12:operation soapAction="http://e-conomic.com/DebtorGroup_GetName" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="DebtorGroup_SetName">
      <soap12:operation soapAction="http://e-conomic.com/DebtorGroup_SetName" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="DebtorGroup_SetLayout">
      <soap12:operation soapAction="http://e-conomic.com/DebtorGroup_SetLayout" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="DebtorGroup_GetLayout">
      <soap12:operation soapAction="http://e-conomic.com/DebtorGroup_GetLayout" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="DebtorGroup_GetAccount">
      <soap12:operation soapAction="http://e-conomic.com/DebtorGroup_GetAccount" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="DebtorGroup_SetAccount">
      <soap12:operation soapAction="http://e-conomic.com/DebtorGroup_SetAccount" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="QuotationLine_SetInventoryLocation">
      <soap12:operation soapAction="http://e-conomic.com/QuotationLine_SetInventoryLocation" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoiceLine_Create">
      <soap12:operation soapAction="http://e-conomic.com/CurrentInvoiceLine_Create" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoiceLine_FindByProduct">
      <soap12:operation soapAction="http://e-conomic.com/CurrentInvoiceLine_FindByProduct" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoiceLine_FindByProductList">
      <soap12:operation soapAction="http://e-conomic.com/CurrentInvoiceLine_FindByProductList" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoiceLine_Delete">
      <soap12:operation soapAction="http://e-conomic.com/CurrentInvoiceLine_Delete" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentSupplierInvoice_CreateFromData">
      <soap12:operation soapAction="http://e-conomic.com/CurrentSupplierInvoice_CreateFromData" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentSupplierInvoice_CreateFromDataArray">
      <soap12:operation soapAction="http://e-conomic.com/CurrentSupplierInvoice_CreateFromDataArray" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentSupplierInvoice_UpdateFromDataArray">
      <soap12:operation soapAction="http://e-conomic.com/CurrentSupplierInvoice_UpdateFromDataArray" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentSupplierInvoice_UpdateFromData">
      <soap12:operation soapAction="http://e-conomic.com/CurrentSupplierInvoice_UpdateFromData" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentSupplierInvoice_GetData">
      <soap12:operation soapAction="http://e-conomic.com/CurrentSupplierInvoice_GetData" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentSupplierInvoice_GetDataArray">
      <soap12:operation soapAction="http://e-conomic.com/CurrentSupplierInvoice_GetDataArray" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentSupplierInvoice_Create">
      <soap12:operation soapAction="http://e-conomic.com/CurrentSupplierInvoice_Create" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentSupplierInvoice_GetAll">
      <soap12:operation soapAction="http://e-conomic.com/CurrentSupplierInvoice_GetAll" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentSupplierInvoice_GetLines">
      <soap12:operation soapAction="http://e-conomic.com/CurrentSupplierInvoice_GetLines" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentSupplierInvoice_TotalAmount">
      <soap12:operation soapAction="http://e-conomic.com/CurrentSupplierInvoice_TotalAmount" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentSupplierInvoice_GetId">
      <soap12:operation soapAction="http://e-conomic.com/CurrentSupplierInvoice_GetId" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentSupplierInvoice_GetCreditor">
      <soap12:operation soapAction="http://e-conomic.com/CurrentSupplierInvoice_GetCreditor" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentSupplierInvoice_SetCreditor">
      <soap12:operation soapAction="http://e-conomic.com/CurrentSupplierInvoice_SetCreditor" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentSupplierInvoiceLine_CreateFromData">
      <soap12:operation soapAction="http://e-conomic.com/CurrentSupplierInvoiceLine_CreateFromData" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentSupplierInvoiceLine_CreateFromDataArray">
      <soap12:operation soapAction="http://e-conomic.com/CurrentSupplierInvoiceLine_CreateFromDataArray" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentSupplierInvoiceLine_UpdateFromDataArray">
      <soap12:operation soapAction="http://e-conomic.com/CurrentSupplierInvoiceLine_UpdateFromDataArray" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentSupplierInvoiceLine_UpdateFromData">
      <soap12:operation soapAction="http://e-conomic.com/CurrentSupplierInvoiceLine_UpdateFromData" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentSupplierInvoiceLine_GetData">
      <soap12:operation soapAction="http://e-conomic.com/CurrentSupplierInvoiceLine_GetData" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentSupplierInvoiceLine_GetDataArray">
      <soap12:operation soapAction="http://e-conomic.com/CurrentSupplierInvoiceLine_GetDataArray" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentSupplierInvoiceLine_GetInvoice">
      <soap12:operation soapAction="http://e-conomic.com/CurrentSupplierInvoiceLine_GetInvoice" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentSupplierInvoiceLine_SetProduct">
      <soap12:operation soapAction="http://e-conomic.com/CurrentSupplierInvoiceLine_SetProduct" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentSupplierInvoiceLine_GetProduct">
      <soap12:operation soapAction="http://e-conomic.com/CurrentSupplierInvoiceLine_GetProduct" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentSupplierInvoiceLine_SetQuantity">
      <soap12:operation soapAction="http://e-conomic.com/CurrentSupplierInvoiceLine_SetQuantity" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentSupplierInvoiceLine_GetQuantity">
      <soap12:operation soapAction="http://e-conomic.com/CurrentSupplierInvoiceLine_GetQuantity" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentSupplierInvoiceLine_GetUnitPrice">
      <soap12:operation soapAction="http://e-conomic.com/CurrentSupplierInvoiceLine_GetUnitPrice" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentSupplierInvoiceLine_SetUnitPrice">
      <soap12:operation soapAction="http://e-conomic.com/CurrentSupplierInvoiceLine_SetUnitPrice" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentSupplierInvoiceLine_Create">
      <soap12:operation soapAction="http://e-conomic.com/CurrentSupplierInvoiceLine_Create" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Debtor_CreateFromData">
      <soap12:operation soapAction="http://e-conomic.com/Debtor_CreateFromData" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Debtor_CreateFromDataArray">
      <soap12:operation soapAction="http://e-conomic.com/Debtor_CreateFromDataArray" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Debtor_UpdateFromDataArray">
      <soap12:operation soapAction="http://e-conomic.com/Debtor_UpdateFromDataArray" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Debtor_UpdateFromData">
      <soap12:operation soapAction="http://e-conomic.com/Debtor_UpdateFromData" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Debtor_GetData">
      <soap12:operation soapAction="http://e-conomic.com/Debtor_GetData" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Debtor_GetDataArray">
      <soap12:operation soapAction="http://e-conomic.com/Debtor_GetDataArray" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Debtor_GetNumber">
      <soap12:operation soapAction="http://e-conomic.com/Debtor_GetNumber" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Debtor_SetDebtorGroup">
      <soap12:operation soapAction="http://e-conomic.com/Debtor_SetDebtorGroup" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Debtor_GetDebtorGroup">
      <soap12:operation soapAction="http://e-conomic.com/Debtor_GetDebtorGroup" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Debtor_GetName">
      <soap12:operation soapAction="http://e-conomic.com/Debtor_GetName" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Debtor_SetName">
      <soap12:operation soapAction="http://e-conomic.com/Debtor_SetName" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Debtor_SetVatZone">
      <soap12:operation soapAction="http://e-conomic.com/Debtor_SetVatZone" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Debtor_GetVatZone">
      <soap12:operation soapAction="http://e-conomic.com/Debtor_GetVatZone" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Debtor_GetCurrency">
      <soap12:operation soapAction="http://e-conomic.com/Debtor_GetCurrency" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Debtor_SetCurrency">
      <soap12:operation soapAction="http://e-conomic.com/Debtor_SetCurrency" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Debtor_SetPriceGroup">
      <soap12:operation soapAction="http://e-conomic.com/Debtor_SetPriceGroup" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Debtor_GetPriceGroup">
      <soap12:operation soapAction="http://e-conomic.com/Debtor_GetPriceGroup" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Debtor_SetIsAccessible">
      <soap12:operation soapAction="http://e-conomic.com/Debtor_SetIsAccessible" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Debtor_GetIsAccessible">
      <soap12:operation soapAction="http://e-conomic.com/Debtor_GetIsAccessible" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Debtor_GetEan">
      <soap12:operation soapAction="http://e-conomic.com/Debtor_GetEan" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Debtor_SetEan">
      <soap12:operation soapAction="http://e-conomic.com/Debtor_SetEan" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Debtor_GetPublicEntryNumber">
      <soap12:operation soapAction="http://e-conomic.com/Debtor_GetPublicEntryNumber" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Debtor_SetPublicEntryNumber">
      <soap12:operation soapAction="http://e-conomic.com/Debtor_SetPublicEntryNumber" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Debtor_GetEmail">
      <soap12:operation soapAction="http://e-conomic.com/Debtor_GetEmail" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Debtor_SetEmail">
      <soap12:operation soapAction="http://e-conomic.com/Debtor_SetEmail" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Debtor_SetTelephoneAndFaxNumber">
      <soap12:operation soapAction="http://e-conomic.com/Debtor_SetTelephoneAndFaxNumber" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Debtor_GetTelephoneAndFaxNumber">
      <soap12:operation soapAction="http://e-conomic.com/Debtor_GetTelephoneAndFaxNumber" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Debtor_SetWebsite">
      <soap12:operation soapAction="http://e-conomic.com/Debtor_SetWebsite" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Debtor_GetWebsite">
      <soap12:operation soapAction="http://e-conomic.com/Debtor_GetWebsite" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Debtor_GetAddress">
      <soap12:operation soapAction="http://e-conomic.com/Debtor_GetAddress" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Debtor_SetAddress">
      <soap12:operation soapAction="http://e-conomic.com/Debtor_SetAddress" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Debtor_GetPostalCode">
      <soap12:operation soapAction="http://e-conomic.com/Debtor_GetPostalCode" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Debtor_SetPostalCode">
      <soap12:operation soapAction="http://e-conomic.com/Debtor_SetPostalCode" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Debtor_GetCity">
      <soap12:operation soapAction="http://e-conomic.com/Debtor_GetCity" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Debtor_SetCity">
      <soap12:operation soapAction="http://e-conomic.com/Debtor_SetCity" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Debtor_SetCountry">
      <soap12:operation soapAction="http://e-conomic.com/Debtor_SetCountry" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Debtor_GetCountry">
      <soap12:operation soapAction="http://e-conomic.com/Debtor_GetCountry" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Debtor_SetCreditMaximum">
      <soap12:operation soapAction="http://e-conomic.com/Debtor_SetCreditMaximum" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Debtor_GetCreditMaximum">
      <soap12:operation soapAction="http://e-conomic.com/Debtor_GetCreditMaximum" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Debtor_GetVatNumber">
      <soap12:operation soapAction="http://e-conomic.com/Debtor_GetVatNumber" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Debtor_SetVatNumber">
      <soap12:operation soapAction="http://e-conomic.com/Debtor_SetVatNumber" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Debtor_GetCounty">
      <soap12:operation soapAction="http://e-conomic.com/Debtor_GetCounty" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Debtor_SetCounty">
      <soap12:operation soapAction="http://e-conomic.com/Debtor_SetCounty" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Debtor_GetCINumber">
      <soap12:operation soapAction="http://e-conomic.com/Debtor_GetCINumber" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Debtor_SetCINumber">
      <soap12:operation soapAction="http://e-conomic.com/Debtor_SetCINumber" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Debtor_SetTermOfPayment">
      <soap12:operation soapAction="http://e-conomic.com/Debtor_SetTermOfPayment" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Debtor_GetTermOfPayment">
      <soap12:operation soapAction="http://e-conomic.com/Debtor_GetTermOfPayment" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Debtor_SetLayout">
      <soap12:operation soapAction="http://e-conomic.com/Debtor_SetLayout" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Debtor_GetLayout">
      <soap12:operation soapAction="http://e-conomic.com/Debtor_GetLayout" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Debtor_GetAttention">
      <soap12:operation soapAction="http://e-conomic.com/Debtor_GetAttention" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Debtor_SetAttention">
      <soap12:operation soapAction="http://e-conomic.com/Debtor_SetAttention" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Debtor_SetYourReference">
      <soap12:operation soapAction="http://e-conomic.com/Debtor_SetYourReference" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Debtor_GetYourReference">
      <soap12:operation soapAction="http://e-conomic.com/Debtor_GetYourReference" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoice_GetDate">
      <soap12:operation soapAction="http://e-conomic.com/CurrentInvoice_GetDate" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoice_SetDate">
      <soap12:operation soapAction="http://e-conomic.com/CurrentInvoice_SetDate" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoice_GetTermOfPayment">
      <soap12:operation soapAction="http://e-conomic.com/CurrentInvoice_GetTermOfPayment" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoice_SetTermOfPayment">
      <soap12:operation soapAction="http://e-conomic.com/CurrentInvoice_SetTermOfPayment" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoice_GetDueDate">
      <soap12:operation soapAction="http://e-conomic.com/CurrentInvoice_GetDueDate" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoice_SetDueDate">
      <soap12:operation soapAction="http://e-conomic.com/CurrentInvoice_SetDueDate" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoice_GetCurrency">
      <soap12:operation soapAction="http://e-conomic.com/CurrentInvoice_GetCurrency" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoice_SetCurrency">
      <soap12:operation soapAction="http://e-conomic.com/CurrentInvoice_SetCurrency" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoice_GetExchangeRate">
      <soap12:operation soapAction="http://e-conomic.com/CurrentInvoice_GetExchangeRate" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoice_SetExchangeRate">
      <soap12:operation soapAction="http://e-conomic.com/CurrentInvoice_SetExchangeRate" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoice_GetIsVatIncluded">
      <soap12:operation soapAction="http://e-conomic.com/CurrentInvoice_GetIsVatIncluded" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoice_SetIsVatIncluded">
      <soap12:operation soapAction="http://e-conomic.com/CurrentInvoice_SetIsVatIncluded" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoice_GetVatZone">
      <soap12:operation soapAction="http://e-conomic.com/CurrentInvoice_GetVatZone" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoice_SetVatZone">
      <soap12:operation soapAction="http://e-conomic.com/CurrentInvoice_SetVatZone" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoice_GetLayout">
      <soap12:operation soapAction="http://e-conomic.com/CurrentInvoice_GetLayout" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoice_SetLayout">
      <soap12:operation soapAction="http://e-conomic.com/CurrentInvoice_SetLayout" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoice_GetDeliveryLocation">
      <soap12:operation soapAction="http://e-conomic.com/CurrentInvoice_GetDeliveryLocation" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoice_SetDeliveryLocation">
      <soap12:operation soapAction="http://e-conomic.com/CurrentInvoice_SetDeliveryLocation" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoice_GetDeliveryAddress">
      <soap12:operation soapAction="http://e-conomic.com/CurrentInvoice_GetDeliveryAddress" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoice_SetDeliveryAddress">
      <soap12:operation soapAction="http://e-conomic.com/CurrentInvoice_SetDeliveryAddress" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoice_GetDeliveryPostalCode">
      <soap12:operation soapAction="http://e-conomic.com/CurrentInvoice_GetDeliveryPostalCode" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoice_SetDeliveryPostalCode">
      <soap12:operation soapAction="http://e-conomic.com/CurrentInvoice_SetDeliveryPostalCode" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoice_GetDeliveryCity">
      <soap12:operation soapAction="http://e-conomic.com/CurrentInvoice_GetDeliveryCity" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoice_SetDeliveryCity">
      <soap12:operation soapAction="http://e-conomic.com/CurrentInvoice_SetDeliveryCity" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoice_GetDeliveryCountry">
      <soap12:operation soapAction="http://e-conomic.com/CurrentInvoice_GetDeliveryCountry" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoice_SetDeliveryCountry">
      <soap12:operation soapAction="http://e-conomic.com/CurrentInvoice_SetDeliveryCountry" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoice_GetTermsOfDelivery">
      <soap12:operation soapAction="http://e-conomic.com/CurrentInvoice_GetTermsOfDelivery" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoice_SetTermsOfDelivery">
      <soap12:operation soapAction="http://e-conomic.com/CurrentInvoice_SetTermsOfDelivery" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoice_GetDeliveryDate">
      <soap12:operation soapAction="http://e-conomic.com/CurrentInvoice_GetDeliveryDate" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoice_SetDeliveryDate">
      <soap12:operation soapAction="http://e-conomic.com/CurrentInvoice_SetDeliveryDate" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoice_GetHeading">
      <soap12:operation soapAction="http://e-conomic.com/CurrentInvoice_GetHeading" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoice_SetHeading">
      <soap12:operation soapAction="http://e-conomic.com/CurrentInvoice_SetHeading" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoice_GetTextLine1">
      <soap12:operation soapAction="http://e-conomic.com/CurrentInvoice_GetTextLine1" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoice_SetTextLine1">
      <soap12:operation soapAction="http://e-conomic.com/CurrentInvoice_SetTextLine1" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoice_GetTextLine2">
      <soap12:operation soapAction="http://e-conomic.com/CurrentInvoice_GetTextLine2" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoice_SetTextLine2">
      <soap12:operation soapAction="http://e-conomic.com/CurrentInvoice_SetTextLine2" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoice_GetOtherReference">
      <soap12:operation soapAction="http://e-conomic.com/CurrentInvoice_GetOtherReference" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoice_SetOtherReference">
      <soap12:operation soapAction="http://e-conomic.com/CurrentInvoice_SetOtherReference" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoice_GetNetAmount">
      <soap12:operation soapAction="http://e-conomic.com/CurrentInvoice_GetNetAmount" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoice_GetVatAmount">
      <soap12:operation soapAction="http://e-conomic.com/CurrentInvoice_GetVatAmount" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoice_GetGrossAmount">
      <soap12:operation soapAction="http://e-conomic.com/CurrentInvoice_GetGrossAmount" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoice_GetMargin">
      <soap12:operation soapAction="http://e-conomic.com/CurrentInvoice_GetMargin" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoice_GetMarginAsPercent">
      <soap12:operation soapAction="http://e-conomic.com/CurrentInvoice_GetMarginAsPercent" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoice_GetRoundingAmount">
      <soap12:operation soapAction="http://e-conomic.com/CurrentInvoice_GetRoundingAmount" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoice_GetDebtorCounty">
      <soap12:operation soapAction="http://e-conomic.com/CurrentInvoice_GetDebtorCounty" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoice_SetDebtorCounty">
      <soap12:operation soapAction="http://e-conomic.com/CurrentInvoice_SetDebtorCounty" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoice_GetDeliveryCounty">
      <soap12:operation soapAction="http://e-conomic.com/CurrentInvoice_GetDeliveryCounty" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoice_SetDeliveryCounty">
      <soap12:operation soapAction="http://e-conomic.com/CurrentInvoice_SetDeliveryCounty" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoice_GetDeductionAmount">
      <soap12:operation soapAction="http://e-conomic.com/CurrentInvoice_GetDeductionAmount" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoiceLine_CreateFromData">
      <soap12:operation soapAction="http://e-conomic.com/CurrentInvoiceLine_CreateFromData" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoiceLine_CreateFromDataArray">
      <soap12:operation soapAction="http://e-conomic.com/CurrentInvoiceLine_CreateFromDataArray" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoiceLine_UpdateFromDataArray">
      <soap12:operation soapAction="http://e-conomic.com/CurrentInvoiceLine_UpdateFromDataArray" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoiceLine_UpdateFromData">
      <soap12:operation soapAction="http://e-conomic.com/CurrentInvoiceLine_UpdateFromData" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoiceLine_GetData">
      <soap12:operation soapAction="http://e-conomic.com/CurrentInvoiceLine_GetData" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoiceLine_GetDataArray">
      <soap12:operation soapAction="http://e-conomic.com/CurrentInvoiceLine_GetDataArray" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoiceLine_GetNumber">
      <soap12:operation soapAction="http://e-conomic.com/CurrentInvoiceLine_GetNumber" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoiceLine_GetInvoice">
      <soap12:operation soapAction="http://e-conomic.com/CurrentInvoiceLine_GetInvoice" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoiceLine_GetDescription">
      <soap12:operation soapAction="http://e-conomic.com/CurrentInvoiceLine_GetDescription" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoiceLine_SetDescription">
      <soap12:operation soapAction="http://e-conomic.com/CurrentInvoiceLine_SetDescription" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoiceLine_GetDeliveryDate">
      <soap12:operation soapAction="http://e-conomic.com/CurrentInvoiceLine_GetDeliveryDate" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoiceLine_SetDeliveryDate">
      <soap12:operation soapAction="http://e-conomic.com/CurrentInvoiceLine_SetDeliveryDate" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoiceLine_GetUnit">
      <soap12:operation soapAction="http://e-conomic.com/CurrentInvoiceLine_GetUnit" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoiceLine_SetUnit">
      <soap12:operation soapAction="http://e-conomic.com/CurrentInvoiceLine_SetUnit" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoiceLine_SetProduct">
      <soap12:operation soapAction="http://e-conomic.com/CurrentInvoiceLine_SetProduct" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoiceLine_GetProduct">
      <soap12:operation soapAction="http://e-conomic.com/CurrentInvoiceLine_GetProduct" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoiceLine_SetQuantity">
      <soap12:operation soapAction="http://e-conomic.com/CurrentInvoiceLine_SetQuantity" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoiceLine_GetQuantity">
      <soap12:operation soapAction="http://e-conomic.com/CurrentInvoiceLine_GetQuantity" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoiceLine_GetUnitNetPrice">
      <soap12:operation soapAction="http://e-conomic.com/CurrentInvoiceLine_GetUnitNetPrice" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoiceLine_SetUnitNetPrice">
      <soap12:operation soapAction="http://e-conomic.com/CurrentInvoiceLine_SetUnitNetPrice" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoiceLine_SetUnitCostPrice">
      <soap12:operation soapAction="http://e-conomic.com/CurrentInvoiceLine_SetUnitCostPrice" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoiceLine_GetDiscountAsPercent">
      <soap12:operation soapAction="http://e-conomic.com/CurrentInvoiceLine_GetDiscountAsPercent" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoiceLine_SetDiscountAsPercent">
      <soap12:operation soapAction="http://e-conomic.com/CurrentInvoiceLine_SetDiscountAsPercent" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoiceLine_GetUnitCostPrice">
      <soap12:operation soapAction="http://e-conomic.com/CurrentInvoiceLine_GetUnitCostPrice" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoiceLine_GetTotalNetAmount">
      <soap12:operation soapAction="http://e-conomic.com/CurrentInvoiceLine_GetTotalNetAmount" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoiceLine_GetTotalMargin">
      <soap12:operation soapAction="http://e-conomic.com/CurrentInvoiceLine_GetTotalMargin" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoiceLine_GetMarginAsPercent">
      <soap12:operation soapAction="http://e-conomic.com/CurrentInvoiceLine_GetMarginAsPercent" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoiceLine_SetDepartment">
      <soap12:operation soapAction="http://e-conomic.com/CurrentInvoiceLine_SetDepartment" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoiceLine_GetDepartment">
      <soap12:operation soapAction="http://e-conomic.com/CurrentInvoiceLine_GetDepartment" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoiceLine_GetDistributionKey">
      <soap12:operation soapAction="http://e-conomic.com/CurrentInvoiceLine_GetDistributionKey" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoiceLine_SetDistributionKey">
      <soap12:operation soapAction="http://e-conomic.com/CurrentInvoiceLine_SetDistributionKey" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoiceLine_GetInventoryLocation">
      <soap12:operation soapAction="http://e-conomic.com/CurrentInvoiceLine_GetInventoryLocation" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoiceLine_SetInventoryLocation">
      <soap12:operation soapAction="http://e-conomic.com/CurrentInvoiceLine_SetInventoryLocation" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="OrderLine_GetInventoryLocation">
      <soap12:operation soapAction="http://e-conomic.com/OrderLine_GetInventoryLocation" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="OrderLine_SetInventoryLocation">
      <soap12:operation soapAction="http://e-conomic.com/OrderLine_SetInventoryLocation" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="QuotationLine_GetInventoryLocation">
      <soap12:operation soapAction="http://e-conomic.com/QuotationLine_GetInventoryLocation" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CreditorEntry_GetAccount">
      <soap12:operation soapAction="http://e-conomic.com/CreditorEntry_GetAccount" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CreditorEntry_GetVoucherNumber">
      <soap12:operation soapAction="http://e-conomic.com/CreditorEntry_GetVoucherNumber" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CreditorEntry_GetText">
      <soap12:operation soapAction="http://e-conomic.com/CreditorEntry_GetText" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CreditorEntry_GetAmountDefaultCurrency">
      <soap12:operation soapAction="http://e-conomic.com/CreditorEntry_GetAmountDefaultCurrency" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CreditorEntry_GetCurrency">
      <soap12:operation soapAction="http://e-conomic.com/CreditorEntry_GetCurrency" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CreditorEntry_GetAmount">
      <soap12:operation soapAction="http://e-conomic.com/CreditorEntry_GetAmount" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CreditorEntry_GetInvoiceNumber">
      <soap12:operation soapAction="http://e-conomic.com/CreditorEntry_GetInvoiceNumber" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CreditorEntry_GetDueDate">
      <soap12:operation soapAction="http://e-conomic.com/CreditorEntry_GetDueDate" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CreditorEntry_GetRemainder">
      <soap12:operation soapAction="http://e-conomic.com/CreditorEntry_GetRemainder" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CreditorEntry_GetRemainderDefaultCurrency">
      <soap12:operation soapAction="http://e-conomic.com/CreditorEntry_GetRemainderDefaultCurrency" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CreditorEntry_FindBySerialNumber">
      <soap12:operation soapAction="http://e-conomic.com/CreditorEntry_FindBySerialNumber" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CreditorEntry_FindBySerialNumberTypeAndInvoiceNumber">
      <soap12:operation soapAction="http://e-conomic.com/CreditorEntry_FindBySerialNumberTypeAndInvoiceNumber" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CreditorEntry_FindByInvoiceNumber">
      <soap12:operation soapAction="http://e-conomic.com/CreditorEntry_FindByInvoiceNumber" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CreditorEntry_MatchEntries">
      <soap12:operation soapAction="http://e-conomic.com/CreditorEntry_MatchEntries" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CreditorGroup_CreateFromData">
      <soap12:operation soapAction="http://e-conomic.com/CreditorGroup_CreateFromData" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CreditorGroup_CreateFromDataArray">
      <soap12:operation soapAction="http://e-conomic.com/CreditorGroup_CreateFromDataArray" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CreditorGroup_UpdateFromDataArray">
      <soap12:operation soapAction="http://e-conomic.com/CreditorGroup_UpdateFromDataArray" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CreditorGroup_UpdateFromData">
      <soap12:operation soapAction="http://e-conomic.com/CreditorGroup_UpdateFromData" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CreditorGroup_GetData">
      <soap12:operation soapAction="http://e-conomic.com/CreditorGroup_GetData" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CreditorGroup_GetDataArray">
      <soap12:operation soapAction="http://e-conomic.com/CreditorGroup_GetDataArray" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CreditorGroup_Create">
      <soap12:operation soapAction="http://e-conomic.com/CreditorGroup_Create" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CreditorGroup_GetAll">
      <soap12:operation soapAction="http://e-conomic.com/CreditorGroup_GetAll" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CreditorGroup_FindByNumber">
      <soap12:operation soapAction="http://e-conomic.com/CreditorGroup_FindByNumber" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CreditorGroup_FindByNumberList">
      <soap12:operation soapAction="http://e-conomic.com/CreditorGroup_FindByNumberList" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CreditorGroup_FindByName">
      <soap12:operation soapAction="http://e-conomic.com/CreditorGroup_FindByName" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CreditorGroup_GetCreditors">
      <soap12:operation soapAction="http://e-conomic.com/CreditorGroup_GetCreditors" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CreditorGroup_GetNumber">
      <soap12:operation soapAction="http://e-conomic.com/CreditorGroup_GetNumber" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CreditorGroup_GetName">
      <soap12:operation soapAction="http://e-conomic.com/CreditorGroup_GetName" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CreditorGroup_SetName">
      <soap12:operation soapAction="http://e-conomic.com/CreditorGroup_SetName" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CreditorGroup_GetAccount">
      <soap12:operation soapAction="http://e-conomic.com/CreditorGroup_GetAccount" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CreditorGroup_SetAccount">
      <soap12:operation soapAction="http://e-conomic.com/CreditorGroup_SetAccount" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Currency_GetData">
      <soap12:operation soapAction="http://e-conomic.com/Currency_GetData" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Currency_GetDataArray">
      <soap12:operation soapAction="http://e-conomic.com/Currency_GetDataArray" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Currency_GetCode">
      <soap12:operation soapAction="http://e-conomic.com/Currency_GetCode" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Currency_GetAll">
      <soap12:operation soapAction="http://e-conomic.com/Currency_GetAll" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Currency_FindByCode">
      <soap12:operation soapAction="http://e-conomic.com/Currency_FindByCode" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoice_CreateFromData">
      <soap12:operation soapAction="http://e-conomic.com/CurrentInvoice_CreateFromData" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoice_CreateFromDataArray">
      <soap12:operation soapAction="http://e-conomic.com/CurrentInvoice_CreateFromDataArray" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoice_UpdateFromDataArray">
      <soap12:operation soapAction="http://e-conomic.com/CurrentInvoice_UpdateFromDataArray" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoice_UpdateFromData">
      <soap12:operation soapAction="http://e-conomic.com/CurrentInvoice_UpdateFromData" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoice_GetData">
      <soap12:operation soapAction="http://e-conomic.com/CurrentInvoice_GetData" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoice_GetDataArray">
      <soap12:operation soapAction="http://e-conomic.com/CurrentInvoice_GetDataArray" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoice_Create">
      <soap12:operation soapAction="http://e-conomic.com/CurrentInvoice_Create" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoice_GetAll">
      <soap12:operation soapAction="http://e-conomic.com/CurrentInvoice_GetAll" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoice_FindByOurReference">
      <soap12:operation soapAction="http://e-conomic.com/CurrentInvoice_FindByOurReference" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoice_FindByOtherReference">
      <soap12:operation soapAction="http://e-conomic.com/CurrentInvoice_FindByOtherReference" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoice_FindByDateInterval">
      <soap12:operation soapAction="http://e-conomic.com/CurrentInvoice_FindByDateInterval" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoice_GetAllUpdated">
      <soap12:operation soapAction="http://e-conomic.com/CurrentInvoice_GetAllUpdated" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoice_GetPdf">
      <soap12:operation soapAction="http://e-conomic.com/CurrentInvoice_GetPdf" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoice_Book">
      <soap12:operation soapAction="http://e-conomic.com/CurrentInvoice_Book" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoice_BookWithNumber">
      <soap12:operation soapAction="http://e-conomic.com/CurrentInvoice_BookWithNumber" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoice_BookAndSendElectronicInvoice">
      <soap12:operation soapAction="http://e-conomic.com/CurrentInvoice_BookAndSendElectronicInvoice" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoice_BookWithNumberAndSendElectronicInvoice">
      <soap12:operation soapAction="http://e-conomic.com/CurrentInvoice_BookWithNumberAndSendElectronicInvoice" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoice_Delete">
      <soap12:operation soapAction="http://e-conomic.com/CurrentInvoice_Delete" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoice_GetLines">
      <soap12:operation soapAction="http://e-conomic.com/CurrentInvoice_GetLines" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoiceLine_FindByCurrentInvoiceList">
      <soap12:operation soapAction="http://e-conomic.com/CurrentInvoiceLine_FindByCurrentInvoiceList" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="OrderLine_FindByOrderList">
      <soap12:operation soapAction="http://e-conomic.com/OrderLine_FindByOrderList" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="QuotationLine_FindByQuotationList">
      <soap12:operation soapAction="http://e-conomic.com/QuotationLine_FindByQuotationList" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="InvoiceLine_FindByInvoiceList">
      <soap12:operation soapAction="http://e-conomic.com/InvoiceLine_FindByInvoiceList" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoice_GetDebtor">
      <soap12:operation soapAction="http://e-conomic.com/CurrentInvoice_GetDebtor" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoice_SetDebtor">
      <soap12:operation soapAction="http://e-conomic.com/CurrentInvoice_SetDebtor" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoice_GetProject">
      <soap12:operation soapAction="http://e-conomic.com/CurrentInvoice_GetProject" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoice_SetProject">
      <soap12:operation soapAction="http://e-conomic.com/CurrentInvoice_SetProject" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoice_GetDebtorName">
      <soap12:operation soapAction="http://e-conomic.com/CurrentInvoice_GetDebtorName" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoice_SetDebtorName">
      <soap12:operation soapAction="http://e-conomic.com/CurrentInvoice_SetDebtorName" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoice_GetDebtorAddress">
      <soap12:operation soapAction="http://e-conomic.com/CurrentInvoice_GetDebtorAddress" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoice_SetDebtorAddress">
      <soap12:operation soapAction="http://e-conomic.com/CurrentInvoice_SetDebtorAddress" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoice_GetDebtorPostalCode">
      <soap12:operation soapAction="http://e-conomic.com/CurrentInvoice_GetDebtorPostalCode" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoice_SetDebtorPostalCode">
      <soap12:operation soapAction="http://e-conomic.com/CurrentInvoice_SetDebtorPostalCode" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoice_GetDebtorCity">
      <soap12:operation soapAction="http://e-conomic.com/CurrentInvoice_GetDebtorCity" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoice_SetDebtorCity">
      <soap12:operation soapAction="http://e-conomic.com/CurrentInvoice_SetDebtorCity" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoice_GetDebtorCountry">
      <soap12:operation soapAction="http://e-conomic.com/CurrentInvoice_GetDebtorCountry" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoice_SetDebtorCountry">
      <soap12:operation soapAction="http://e-conomic.com/CurrentInvoice_SetDebtorCountry" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoice_GetDebtorEan">
      <soap12:operation soapAction="http://e-conomic.com/CurrentInvoice_GetDebtorEan" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoice_SetDebtorEan">
      <soap12:operation soapAction="http://e-conomic.com/CurrentInvoice_SetDebtorEan" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoice_GetPublicEntryNumber">
      <soap12:operation soapAction="http://e-conomic.com/CurrentInvoice_GetPublicEntryNumber" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoice_SetPublicEntryNumber">
      <soap12:operation soapAction="http://e-conomic.com/CurrentInvoice_SetPublicEntryNumber" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoice_GetAttention">
      <soap12:operation soapAction="http://e-conomic.com/CurrentInvoice_GetAttention" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoice_SetAttention">
      <soap12:operation soapAction="http://e-conomic.com/CurrentInvoice_SetAttention" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoice_GetYourReference">
      <soap12:operation soapAction="http://e-conomic.com/CurrentInvoice_GetYourReference" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoice_SetYourReference">
      <soap12:operation soapAction="http://e-conomic.com/CurrentInvoice_SetYourReference" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoice_GetOurReference">
      <soap12:operation soapAction="http://e-conomic.com/CurrentInvoice_GetOurReference" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoice_SetOurReference">
      <soap12:operation soapAction="http://e-conomic.com/CurrentInvoice_SetOurReference" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoice_GetOurReference2">
      <soap12:operation soapAction="http://e-conomic.com/CurrentInvoice_GetOurReference2" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CurrentInvoice_SetOurReference2">
      <soap12:operation soapAction="http://e-conomic.com/CurrentInvoice_SetOurReference2" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Creditor_UpdateFromDataArray">
      <soap12:operation soapAction="http://e-conomic.com/Creditor_UpdateFromDataArray" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Creditor_UpdateFromData">
      <soap12:operation soapAction="http://e-conomic.com/Creditor_UpdateFromData" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Creditor_GetData">
      <soap12:operation soapAction="http://e-conomic.com/Creditor_GetData" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Creditor_GetDataArray">
      <soap12:operation soapAction="http://e-conomic.com/Creditor_GetDataArray" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Creditor_GetNumber">
      <soap12:operation soapAction="http://e-conomic.com/Creditor_GetNumber" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Creditor_GetCreditorGroup">
      <soap12:operation soapAction="http://e-conomic.com/Creditor_GetCreditorGroup" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Creditor_SetCreditorGroup">
      <soap12:operation soapAction="http://e-conomic.com/Creditor_SetCreditorGroup" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Creditor_GetName">
      <soap12:operation soapAction="http://e-conomic.com/Creditor_GetName" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Creditor_SetName">
      <soap12:operation soapAction="http://e-conomic.com/Creditor_SetName" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Creditor_SetVatZone">
      <soap12:operation soapAction="http://e-conomic.com/Creditor_SetVatZone" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Creditor_GetVatZone">
      <soap12:operation soapAction="http://e-conomic.com/Creditor_GetVatZone" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Creditor_SetCurrency">
      <soap12:operation soapAction="http://e-conomic.com/Creditor_SetCurrency" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Creditor_GetCurrency">
      <soap12:operation soapAction="http://e-conomic.com/Creditor_GetCurrency" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Creditor_GetTermOfPayment">
      <soap12:operation soapAction="http://e-conomic.com/Creditor_GetTermOfPayment" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Creditor_SetTermOfPayment">
      <soap12:operation soapAction="http://e-conomic.com/Creditor_SetTermOfPayment" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Creditor_GetIsAccessible">
      <soap12:operation soapAction="http://e-conomic.com/Creditor_GetIsAccessible" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Creditor_SetIsAccessible">
      <soap12:operation soapAction="http://e-conomic.com/Creditor_SetIsAccessible" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Creditor_GetCINumber">
      <soap12:operation soapAction="http://e-conomic.com/Creditor_GetCINumber" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Creditor_SetCINumber">
      <soap12:operation soapAction="http://e-conomic.com/Creditor_SetCINumber" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Creditor_SetEmail">
      <soap12:operation soapAction="http://e-conomic.com/Creditor_SetEmail" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Creditor_GetEmail">
      <soap12:operation soapAction="http://e-conomic.com/Creditor_GetEmail" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Creditor_SetAddress">
      <soap12:operation soapAction="http://e-conomic.com/Creditor_SetAddress" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Creditor_GetAddress">
      <soap12:operation soapAction="http://e-conomic.com/Creditor_GetAddress" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Creditor_GetPostalCode">
      <soap12:operation soapAction="http://e-conomic.com/Creditor_GetPostalCode" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Creditor_SetPostalCode">
      <soap12:operation soapAction="http://e-conomic.com/Creditor_SetPostalCode" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Creditor_SetCity">
      <soap12:operation soapAction="http://e-conomic.com/Creditor_SetCity" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Creditor_GetCity">
      <soap12:operation soapAction="http://e-conomic.com/Creditor_GetCity" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Creditor_GetCountry">
      <soap12:operation soapAction="http://e-conomic.com/Creditor_GetCountry" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Creditor_SetCountry">
      <soap12:operation soapAction="http://e-conomic.com/Creditor_SetCountry" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Creditor_SetBankAccount">
      <soap12:operation soapAction="http://e-conomic.com/Creditor_SetBankAccount" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Creditor_GetBankAccount">
      <soap12:operation soapAction="http://e-conomic.com/Creditor_GetBankAccount" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Creditor_SetAttention">
      <soap12:operation soapAction="http://e-conomic.com/Creditor_SetAttention" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Creditor_GetAttention">
      <soap12:operation soapAction="http://e-conomic.com/Creditor_GetAttention" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Creditor_GetYourReference">
      <soap12:operation soapAction="http://e-conomic.com/Creditor_GetYourReference" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Creditor_SetYourReference">
      <soap12:operation soapAction="http://e-conomic.com/Creditor_SetYourReference" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Creditor_SetOurReference">
      <soap12:operation soapAction="http://e-conomic.com/Creditor_SetOurReference" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Creditor_GetOurReference">
      <soap12:operation soapAction="http://e-conomic.com/Creditor_GetOurReference" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Creditor_GetDefaultPaymentType">
      <soap12:operation soapAction="http://e-conomic.com/Creditor_GetDefaultPaymentType" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Creditor_GetDefaultPaymentCreditorId">
      <soap12:operation soapAction="http://e-conomic.com/Creditor_GetDefaultPaymentCreditorId" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Creditor_GetCounty">
      <soap12:operation soapAction="http://e-conomic.com/Creditor_GetCounty" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Creditor_SetCounty">
      <soap12:operation soapAction="http://e-conomic.com/Creditor_SetCounty" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Creditor_GetAutoContraAccount">
      <soap12:operation soapAction="http://e-conomic.com/Creditor_GetAutoContraAccount" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Creditor_SetAutoContraAccount">
      <soap12:operation soapAction="http://e-conomic.com/Creditor_SetAutoContraAccount" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Creditor_Create">
      <soap12:operation soapAction="http://e-conomic.com/Creditor_Create" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Creditor_SetRemittanceInformation">
      <soap12:operation soapAction="http://e-conomic.com/Creditor_SetRemittanceInformation" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Creditor_GetAll">
      <soap12:operation soapAction="http://e-conomic.com/Creditor_GetAll" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Creditor_GetAllUpdated">
      <soap12:operation soapAction="http://e-conomic.com/Creditor_GetAllUpdated" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Creditor_FindByNumber">
      <soap12:operation soapAction="http://e-conomic.com/Creditor_FindByNumber" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Creditor_FindByNumberList">
      <soap12:operation soapAction="http://e-conomic.com/Creditor_FindByNumberList" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Creditor_FindByName">
      <soap12:operation soapAction="http://e-conomic.com/Creditor_FindByName" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Creditor_GetCreditorContacts">
      <soap12:operation soapAction="http://e-conomic.com/Creditor_GetCreditorContacts" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Creditor_Delete">
      <soap12:operation soapAction="http://e-conomic.com/Creditor_Delete" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Creditor_GetEntries">
      <soap12:operation soapAction="http://e-conomic.com/Creditor_GetEntries" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Creditor_GetEntriesByVoucherNo">
      <soap12:operation soapAction="http://e-conomic.com/Creditor_GetEntriesByVoucherNo" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Creditor_GetEntriesByInvoiceNo">
      <soap12:operation soapAction="http://e-conomic.com/Creditor_GetEntriesByInvoiceNo" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Creditor_GetEntriesByVoucherNoAndInvoiceNo">
      <soap12:operation soapAction="http://e-conomic.com/Creditor_GetEntriesByVoucherNoAndInvoiceNo" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Creditor_GetOpenEntries">
      <soap12:operation soapAction="http://e-conomic.com/Creditor_GetOpenEntries" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CreditorContact_CreateFromData">
      <soap12:operation soapAction="http://e-conomic.com/CreditorContact_CreateFromData" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CreditorContact_CreateFromDataArray">
      <soap12:operation soapAction="http://e-conomic.com/CreditorContact_CreateFromDataArray" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CreditorContact_UpdateFromDataArray">
      <soap12:operation soapAction="http://e-conomic.com/CreditorContact_UpdateFromDataArray" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CreditorContact_UpdateFromData">
      <soap12:operation soapAction="http://e-conomic.com/CreditorContact_UpdateFromData" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CreditorContact_GetData">
      <soap12:operation soapAction="http://e-conomic.com/CreditorContact_GetData" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CreditorContact_GetDataArray">
      <soap12:operation soapAction="http://e-conomic.com/CreditorContact_GetDataArray" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CreditorContact_GetCreditor">
      <soap12:operation soapAction="http://e-conomic.com/CreditorContact_GetCreditor" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CreditorContact_GetName">
      <soap12:operation soapAction="http://e-conomic.com/CreditorContact_GetName" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CreditorContact_SetName">
      <soap12:operation soapAction="http://e-conomic.com/CreditorContact_SetName" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CreditorContact_GetNumber">
      <soap12:operation soapAction="http://e-conomic.com/CreditorContact_GetNumber" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CreditorContact_SetTelephoneNumber">
      <soap12:operation soapAction="http://e-conomic.com/CreditorContact_SetTelephoneNumber" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CreditorContact_GetTelephoneNumber">
      <soap12:operation soapAction="http://e-conomic.com/CreditorContact_GetTelephoneNumber" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CreditorContact_SetEmail">
      <soap12:operation soapAction="http://e-conomic.com/CreditorContact_SetEmail" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CreditorContact_GetEmail">
      <soap12:operation soapAction="http://e-conomic.com/CreditorContact_GetEmail" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CreditorContact_GetComments">
      <soap12:operation soapAction="http://e-conomic.com/CreditorContact_GetComments" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CreditorContact_SetComments">
      <soap12:operation soapAction="http://e-conomic.com/CreditorContact_SetComments" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CreditorContact_GetExternalId">
      <soap12:operation soapAction="http://e-conomic.com/CreditorContact_GetExternalId" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CreditorContact_SetExternalId">
      <soap12:operation soapAction="http://e-conomic.com/CreditorContact_SetExternalId" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CreditorContact_Create">
      <soap12:operation soapAction="http://e-conomic.com/CreditorContact_Create" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CreditorContact_GetAll">
      <soap12:operation soapAction="http://e-conomic.com/CreditorContact_GetAll" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CreditorContact_FindByName">
      <soap12:operation soapAction="http://e-conomic.com/CreditorContact_FindByName" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CreditorContact_Delete">
      <soap12:operation soapAction="http://e-conomic.com/CreditorContact_Delete" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CreditorEntry_GetData">
      <soap12:operation soapAction="http://e-conomic.com/CreditorEntry_GetData" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CreditorEntry_GetDataArray">
      <soap12:operation soapAction="http://e-conomic.com/CreditorEntry_GetDataArray" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CreditorEntry_GetSerialNumber">
      <soap12:operation soapAction="http://e-conomic.com/CreditorEntry_GetSerialNumber" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CreditorEntry_GetType">
      <soap12:operation soapAction="http://e-conomic.com/CreditorEntry_GetType" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CreditorEntry_GetDate">
      <soap12:operation soapAction="http://e-conomic.com/CreditorEntry_GetDate" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CreditorEntry_GetCreditor">
      <soap12:operation soapAction="http://e-conomic.com/CreditorEntry_GetCreditor" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CashBookEntry_GetDueDate">
      <soap12:operation soapAction="http://e-conomic.com/CashBookEntry_GetDueDate" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CashBookEntry_SetDepartment">
      <soap12:operation soapAction="http://e-conomic.com/CashBookEntry_SetDepartment" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CashBookEntry_GetDepartment">
      <soap12:operation soapAction="http://e-conomic.com/CashBookEntry_GetDepartment" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CashBookEntry_GetDistributionKey">
      <soap12:operation soapAction="http://e-conomic.com/CashBookEntry_GetDistributionKey" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CashBookEntry_SetDistributionKey">
      <soap12:operation soapAction="http://e-conomic.com/CashBookEntry_SetDistributionKey" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CashBookEntry_GetProject">
      <soap12:operation soapAction="http://e-conomic.com/CashBookEntry_GetProject" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CashBookEntry_GetCostType">
      <soap12:operation soapAction="http://e-conomic.com/CashBookEntry_GetCostType" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CashBookEntry_GetBankPaymentType">
      <soap12:operation soapAction="http://e-conomic.com/CashBookEntry_GetBankPaymentType" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CashBookEntry_GetBankPaymentCreditorId">
      <soap12:operation soapAction="http://e-conomic.com/CashBookEntry_GetBankPaymentCreditorId" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CashBookEntry_GetBankPaymentCreditorInvoiceId">
      <soap12:operation soapAction="http://e-conomic.com/CashBookEntry_GetBankPaymentCreditorInvoiceId" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CashBookEntry_GetCapitalise">
      <soap12:operation soapAction="http://e-conomic.com/CashBookEntry_GetCapitalise" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CashBookEntry_GetStartDate">
      <soap12:operation soapAction="http://e-conomic.com/CashBookEntry_GetStartDate" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CashBookEntry_GetEndDate">
      <soap12:operation soapAction="http://e-conomic.com/CashBookEntry_GetEndDate" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CashBookEntry_SetEmployee">
      <soap12:operation soapAction="http://e-conomic.com/CashBookEntry_SetEmployee" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CashBookEntry_GetEmployee">
      <soap12:operation soapAction="http://e-conomic.com/CashBookEntry_GetEmployee" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CashBookEntry_Create">
      <soap12:operation soapAction="http://e-conomic.com/CashBookEntry_Create" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CashBookEntry_CreateDebtorPayment">
      <soap12:operation soapAction="http://e-conomic.com/CashBookEntry_CreateDebtorPayment" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CashBookEntry_CreateManualDebtorInvoice">
      <soap12:operation soapAction="http://e-conomic.com/CashBookEntry_CreateManualDebtorInvoice" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CashBookEntry_CreateCreditorPayment">
      <soap12:operation soapAction="http://e-conomic.com/CashBookEntry_CreateCreditorPayment" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CashBookEntry_CreateCreditorInvoice">
      <soap12:operation soapAction="http://e-conomic.com/CashBookEntry_CreateCreditorInvoice" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CashBookEntry_CreateFinanceVoucher">
      <soap12:operation soapAction="http://e-conomic.com/CashBookEntry_CreateFinanceVoucher" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CashBookEntry_Delete">
      <soap12:operation soapAction="http://e-conomic.com/CashBookEntry_Delete" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CashBookEntry_SetProjectAndCostType">
      <soap12:operation soapAction="http://e-conomic.com/CashBookEntry_SetProjectAndCostType" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CashBookEntry_SetRemittanceInformation">
      <soap12:operation soapAction="http://e-conomic.com/CashBookEntry_SetRemittanceInformation" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CashBookEntry_SetAccrualInformation">
      <soap12:operation soapAction="http://e-conomic.com/CashBookEntry_SetAccrualInformation" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Company_UpdateFromDataArray">
      <soap12:operation soapAction="http://e-conomic.com/Company_UpdateFromDataArray" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Company_UpdateFromData">
      <soap12:operation soapAction="http://e-conomic.com/Company_UpdateFromData" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Company_GetData">
      <soap12:operation soapAction="http://e-conomic.com/Company_GetData" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Company_GetDataArray">
      <soap12:operation soapAction="http://e-conomic.com/Company_GetDataArray" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Company_Get">
      <soap12:operation soapAction="http://e-conomic.com/Company_Get" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Company_GetNumber">
      <soap12:operation soapAction="http://e-conomic.com/Company_GetNumber" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Company_GetBaseCurrency">
      <soap12:operation soapAction="http://e-conomic.com/Company_GetBaseCurrency" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Company_GetName">
      <soap12:operation soapAction="http://e-conomic.com/Company_GetName" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Company_SetName">
      <soap12:operation soapAction="http://e-conomic.com/Company_SetName" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Company_GetAddress1">
      <soap12:operation soapAction="http://e-conomic.com/Company_GetAddress1" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Company_SetAddress1">
      <soap12:operation soapAction="http://e-conomic.com/Company_SetAddress1" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Company_GetAddress2">
      <soap12:operation soapAction="http://e-conomic.com/Company_GetAddress2" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Company_SetAddress2">
      <soap12:operation soapAction="http://e-conomic.com/Company_SetAddress2" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Company_GetPostalCode">
      <soap12:operation soapAction="http://e-conomic.com/Company_GetPostalCode" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Company_SetPostalCode">
      <soap12:operation soapAction="http://e-conomic.com/Company_SetPostalCode" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Company_GetCity">
      <soap12:operation soapAction="http://e-conomic.com/Company_GetCity" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Company_SetCity">
      <soap12:operation soapAction="http://e-conomic.com/Company_SetCity" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Company_GetCounty">
      <soap12:operation soapAction="http://e-conomic.com/Company_GetCounty" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Company_GetCountry">
      <soap12:operation soapAction="http://e-conomic.com/Company_GetCountry" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Company_GetCustomFields">
      <soap12:operation soapAction="http://e-conomic.com/Company_GetCustomFields" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Company_SetCustomFields">
      <soap12:operation soapAction="http://e-conomic.com/Company_SetCustomFields" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Company_DeleteCustomField">
      <soap12:operation soapAction="http://e-conomic.com/Company_DeleteCustomField" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Company_SetCountry">
      <soap12:operation soapAction="http://e-conomic.com/Company_SetCountry" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Company_GetTelephoneNumber">
      <soap12:operation soapAction="http://e-conomic.com/Company_GetTelephoneNumber" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Company_SetTelephoneNumber">
      <soap12:operation soapAction="http://e-conomic.com/Company_SetTelephoneNumber" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Company_GetFaxNumber">
      <soap12:operation soapAction="http://e-conomic.com/Company_GetFaxNumber" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Company_GetMobileNumber">
      <soap12:operation soapAction="http://e-conomic.com/Company_GetMobileNumber" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Company_GetContact">
      <soap12:operation soapAction="http://e-conomic.com/Company_GetContact" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Company_GetWebSite">
      <soap12:operation soapAction="http://e-conomic.com/Company_GetWebSite" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Company_SetWebSite">
      <soap12:operation soapAction="http://e-conomic.com/Company_SetWebSite" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Company_GetEmail">
      <soap12:operation soapAction="http://e-conomic.com/Company_GetEmail" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Company_SetEmail">
      <soap12:operation soapAction="http://e-conomic.com/Company_SetEmail" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Company_GetCINumber">
      <soap12:operation soapAction="http://e-conomic.com/Company_GetCINumber" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Company_SetCINumber">
      <soap12:operation soapAction="http://e-conomic.com/Company_SetCINumber" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Company_GetVatNumber">
      <soap12:operation soapAction="http://e-conomic.com/Company_GetVatNumber" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Company_GetAffiliation">
      <soap12:operation soapAction="http://e-conomic.com/Company_GetAffiliation" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Company_SetVatNumber">
      <soap12:operation soapAction="http://e-conomic.com/Company_SetVatNumber" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Company_GetSignUpDate">
      <soap12:operation soapAction="http://e-conomic.com/Company_GetSignUpDate" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CostType_GetData">
      <soap12:operation soapAction="http://e-conomic.com/CostType_GetData" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CostType_GetDataArray">
      <soap12:operation soapAction="http://e-conomic.com/CostType_GetDataArray" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CostType_GetNumber">
      <soap12:operation soapAction="http://e-conomic.com/CostType_GetNumber" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CostType_GetName">
      <soap12:operation soapAction="http://e-conomic.com/CostType_GetName" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CostType_GetCostTypeGroup">
      <soap12:operation soapAction="http://e-conomic.com/CostType_GetCostTypeGroup" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CostType_GetVatAccount">
      <soap12:operation soapAction="http://e-conomic.com/CostType_GetVatAccount" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CostType_GetAll">
      <soap12:operation soapAction="http://e-conomic.com/CostType_GetAll" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CostType_FindByNumber">
      <soap12:operation soapAction="http://e-conomic.com/CostType_FindByNumber" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CostType_FindByNumberList">
      <soap12:operation soapAction="http://e-conomic.com/CostType_FindByNumberList" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CostType_FindByName">
      <soap12:operation soapAction="http://e-conomic.com/CostType_FindByName" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CostType_GetAllUpdated">
      <soap12:operation soapAction="http://e-conomic.com/CostType_GetAllUpdated" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CostTypeGroup_GetData">
      <soap12:operation soapAction="http://e-conomic.com/CostTypeGroup_GetData" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CostTypeGroup_GetDataArray">
      <soap12:operation soapAction="http://e-conomic.com/CostTypeGroup_GetDataArray" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CostTypeGroup_GetNumber">
      <soap12:operation soapAction="http://e-conomic.com/CostTypeGroup_GetNumber" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CostTypeGroup_GetName">
      <soap12:operation soapAction="http://e-conomic.com/CostTypeGroup_GetName" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CostTypeGroup_GetAccountOngoing">
      <soap12:operation soapAction="http://e-conomic.com/CostTypeGroup_GetAccountOngoing" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CostTypeGroup_GetAccountClosed">
      <soap12:operation soapAction="http://e-conomic.com/CostTypeGroup_GetAccountClosed" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CostTypeGroup_GetAll">
      <soap12:operation soapAction="http://e-conomic.com/CostTypeGroup_GetAll" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CostTypeGroup_FindByNumber">
      <soap12:operation soapAction="http://e-conomic.com/CostTypeGroup_FindByNumber" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CostTypeGroup_FindByName">
      <soap12:operation soapAction="http://e-conomic.com/CostTypeGroup_FindByName" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Creditor_CreateFromData">
      <soap12:operation soapAction="http://e-conomic.com/Creditor_CreateFromData" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Creditor_CreateFromDataArray">
      <soap12:operation soapAction="http://e-conomic.com/Creditor_CreateFromDataArray" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="BudgetFigure_UpdateFromDataArray">
      <soap12:operation soapAction="http://e-conomic.com/BudgetFigure_UpdateFromDataArray" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="BudgetFigure_UpdateFromData">
      <soap12:operation soapAction="http://e-conomic.com/BudgetFigure_UpdateFromData" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="BudgetFigure_GetData">
      <soap12:operation soapAction="http://e-conomic.com/BudgetFigure_GetData" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="BudgetFigure_GetDataArray">
      <soap12:operation soapAction="http://e-conomic.com/BudgetFigure_GetDataArray" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="BudgetFigure_SetAccount">
      <soap12:operation soapAction="http://e-conomic.com/BudgetFigure_SetAccount" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="BudgetFigure_GetAccount">
      <soap12:operation soapAction="http://e-conomic.com/BudgetFigure_GetAccount" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="BudgetFigure_SetText">
      <soap12:operation soapAction="http://e-conomic.com/BudgetFigure_SetText" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="BudgetFigure_GetText">
      <soap12:operation soapAction="http://e-conomic.com/BudgetFigure_GetText" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="BudgetFigure_GetFromDate">
      <soap12:operation soapAction="http://e-conomic.com/BudgetFigure_GetFromDate" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="BudgetFigure_SetFromDate">
      <soap12:operation soapAction="http://e-conomic.com/BudgetFigure_SetFromDate" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="BudgetFigure_SetToDate">
      <soap12:operation soapAction="http://e-conomic.com/BudgetFigure_SetToDate" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="BudgetFigure_GetToDate">
      <soap12:operation soapAction="http://e-conomic.com/BudgetFigure_GetToDate" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="BudgetFigure_GetAmountDefaultCurrency">
      <soap12:operation soapAction="http://e-conomic.com/BudgetFigure_GetAmountDefaultCurrency" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="BudgetFigure_GetUnit1">
      <soap12:operation soapAction="http://e-conomic.com/BudgetFigure_GetUnit1" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="BudgetFigure_GetUnit2">
      <soap12:operation soapAction="http://e-conomic.com/BudgetFigure_GetUnit2" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="BudgetFigure_GetQuantity1">
      <soap12:operation soapAction="http://e-conomic.com/BudgetFigure_GetQuantity1" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="BudgetFigure_GetQuantity2">
      <soap12:operation soapAction="http://e-conomic.com/BudgetFigure_GetQuantity2" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="BudgetFigure_SetAmountDefaultCurrency">
      <soap12:operation soapAction="http://e-conomic.com/BudgetFigure_SetAmountDefaultCurrency" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="BudgetFigure_SetDepartment">
      <soap12:operation soapAction="http://e-conomic.com/BudgetFigure_SetDepartment" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="BudgetFigure_GetDepartment">
      <soap12:operation soapAction="http://e-conomic.com/BudgetFigure_GetDepartment" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="BudgetFigure_SetDistributionKey">
      <soap12:operation soapAction="http://e-conomic.com/BudgetFigure_SetDistributionKey" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="BudgetFigure_GetDistributionKey">
      <soap12:operation soapAction="http://e-conomic.com/BudgetFigure_GetDistributionKey" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="BudgetFigure_Create">
      <soap12:operation soapAction="http://e-conomic.com/BudgetFigure_Create" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="BudgetFigure_Delete">
      <soap12:operation soapAction="http://e-conomic.com/BudgetFigure_Delete" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="BudgetFigure_GetAll">
      <soap12:operation soapAction="http://e-conomic.com/BudgetFigure_GetAll" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="BudgetFigure_FindByDate">
      <soap12:operation soapAction="http://e-conomic.com/BudgetFigure_FindByDate" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CashBook_UpdateFromDataArray">
      <soap12:operation soapAction="http://e-conomic.com/CashBook_UpdateFromDataArray" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CashBook_UpdateFromData">
      <soap12:operation soapAction="http://e-conomic.com/CashBook_UpdateFromData" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CashBook_GetData">
      <soap12:operation soapAction="http://e-conomic.com/CashBook_GetData" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CashBook_GetDataArray">
      <soap12:operation soapAction="http://e-conomic.com/CashBook_GetDataArray" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CashBook_GetAll">
      <soap12:operation soapAction="http://e-conomic.com/CashBook_GetAll" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CashBook_FindByNumber">
      <soap12:operation soapAction="http://e-conomic.com/CashBook_FindByNumber" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CashBook_FindByNumberList">
      <soap12:operation soapAction="http://e-conomic.com/CashBook_FindByNumberList" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CashBook_FindByName">
      <soap12:operation soapAction="http://e-conomic.com/CashBook_FindByName" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CashBook_FindByNameList">
      <soap12:operation soapAction="http://e-conomic.com/CashBook_FindByNameList" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CashBook_RegisterPdfVoucher">
      <soap12:operation soapAction="http://e-conomic.com/CashBook_RegisterPdfVoucher" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CashBook_GetNextVoucherNumber">
      <soap12:operation soapAction="http://e-conomic.com/CashBook_GetNextVoucherNumber" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CashBook_GetEntries">
      <soap12:operation soapAction="http://e-conomic.com/CashBook_GetEntries" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CashBook_DeleteAllEntries">
      <soap12:operation soapAction="http://e-conomic.com/CashBook_DeleteAllEntries" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CashBook_Book">
      <soap12:operation soapAction="http://e-conomic.com/CashBook_Book" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CashBook_BookWithDate">
      <soap12:operation soapAction="http://e-conomic.com/CashBook_BookWithDate" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CashBook_BookWithDateClosedPeriod">
      <soap12:operation soapAction="http://e-conomic.com/CashBook_BookWithDateClosedPeriod" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CashBook_GetNumber">
      <soap12:operation soapAction="http://e-conomic.com/CashBook_GetNumber" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CashBook_GetName">
      <soap12:operation soapAction="http://e-conomic.com/CashBook_GetName" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CashBook_SetName">
      <soap12:operation soapAction="http://e-conomic.com/CashBook_SetName" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CashBookEntry_CreateFromData">
      <soap12:operation soapAction="http://e-conomic.com/CashBookEntry_CreateFromData" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Entry_CopyVoucher">
      <soap12:operation soapAction="http://e-conomic.com/Entry_CopyVoucher" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Entry_ReverseVoucher">
      <soap12:operation soapAction="http://e-conomic.com/Entry_ReverseVoucher" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Entry_TurnVoucher">
      <soap12:operation soapAction="http://e-conomic.com/Entry_TurnVoucher" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CashBookEntry_CreateFromDataArray">
      <soap12:operation soapAction="http://e-conomic.com/CashBookEntry_CreateFromDataArray" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CashBookEntry_UpdateFromDataArray">
      <soap12:operation soapAction="http://e-conomic.com/CashBookEntry_UpdateFromDataArray" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CashBookEntry_UpdateFromData">
      <soap12:operation soapAction="http://e-conomic.com/CashBookEntry_UpdateFromData" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CashBookEntry_GetData">
      <soap12:operation soapAction="http://e-conomic.com/CashBookEntry_GetData" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CashBookEntry_GetDataArray">
      <soap12:operation soapAction="http://e-conomic.com/CashBookEntry_GetDataArray" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CashBookEntry_GetType">
      <soap12:operation soapAction="http://e-conomic.com/CashBookEntry_GetType" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CashBookEntry_GetCashBook">
      <soap12:operation soapAction="http://e-conomic.com/CashBookEntry_GetCashBook" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CashBookEntry_SetDebtor">
      <soap12:operation soapAction="http://e-conomic.com/CashBookEntry_SetDebtor" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CashBookEntry_GetDebtor">
      <soap12:operation soapAction="http://e-conomic.com/CashBookEntry_GetDebtor" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CashBookEntry_GetCreditor">
      <soap12:operation soapAction="http://e-conomic.com/CashBookEntry_GetCreditor" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CashBookEntry_SetCreditor">
      <soap12:operation soapAction="http://e-conomic.com/CashBookEntry_SetCreditor" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CashBookEntry_SetAccount">
      <soap12:operation soapAction="http://e-conomic.com/CashBookEntry_SetAccount" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CashBookEntry_GetAccount">
      <soap12:operation soapAction="http://e-conomic.com/CashBookEntry_GetAccount" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CashBookEntry_GetContraAccount">
      <soap12:operation soapAction="http://e-conomic.com/CashBookEntry_GetContraAccount" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CashBookEntry_SetContraAccount">
      <soap12:operation soapAction="http://e-conomic.com/CashBookEntry_SetContraAccount" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CashBookEntry_SetDate">
      <soap12:operation soapAction="http://e-conomic.com/CashBookEntry_SetDate" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CashBookEntry_GetDate">
      <soap12:operation soapAction="http://e-conomic.com/CashBookEntry_GetDate" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CashBookEntry_SetVoucherNumber">
      <soap12:operation soapAction="http://e-conomic.com/CashBookEntry_SetVoucherNumber" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CashBookEntry_GetVoucherNumber">
      <soap12:operation soapAction="http://e-conomic.com/CashBookEntry_GetVoucherNumber" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CashBookEntry_GetText">
      <soap12:operation soapAction="http://e-conomic.com/CashBookEntry_GetText" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CashBookEntry_SetText">
      <soap12:operation soapAction="http://e-conomic.com/CashBookEntry_SetText" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CashBookEntry_GetAmountDefaultCurrency">
      <soap12:operation soapAction="http://e-conomic.com/CashBookEntry_GetAmountDefaultCurrency" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CashBookEntry_SetAmountDefaultCurrency">
      <soap12:operation soapAction="http://e-conomic.com/CashBookEntry_SetAmountDefaultCurrency" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CashBookEntry_GetCurrency">
      <soap12:operation soapAction="http://e-conomic.com/CashBookEntry_GetCurrency" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CashBookEntry_SetCurrency">
      <soap12:operation soapAction="http://e-conomic.com/CashBookEntry_SetCurrency" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CashBookEntry_SetAmount">
      <soap12:operation soapAction="http://e-conomic.com/CashBookEntry_SetAmount" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CashBookEntry_GetAmount">
      <soap12:operation soapAction="http://e-conomic.com/CashBookEntry_GetAmount" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CashBookEntry_SetVatAccount">
      <soap12:operation soapAction="http://e-conomic.com/CashBookEntry_SetVatAccount" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CashBookEntry_GetVatAccount">
      <soap12:operation soapAction="http://e-conomic.com/CashBookEntry_GetVatAccount" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CashBookEntry_GetContraVatAccount">
      <soap12:operation soapAction="http://e-conomic.com/CashBookEntry_GetContraVatAccount" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CashBookEntry_SetContraVatAccount">
      <soap12:operation soapAction="http://e-conomic.com/CashBookEntry_SetContraVatAccount" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CashBookEntry_SetDebtorInvoiceNumber">
      <soap12:operation soapAction="http://e-conomic.com/CashBookEntry_SetDebtorInvoiceNumber" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CashBookEntry_GetDebtorInvoiceNumber">
      <soap12:operation soapAction="http://e-conomic.com/CashBookEntry_GetDebtorInvoiceNumber" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CashBookEntry_GetCreditorInvoiceNumber">
      <soap12:operation soapAction="http://e-conomic.com/CashBookEntry_GetCreditorInvoiceNumber" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CashBookEntry_SetCreditorInvoiceNumber">
      <soap12:operation soapAction="http://e-conomic.com/CashBookEntry_SetCreditorInvoiceNumber" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CashBookEntry_SetDueDate">
      <soap12:operation soapAction="http://e-conomic.com/CashBookEntry_SetDueDate" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Account_CreateFromData">
      <soap12:operation soapAction="http://e-conomic.com/Account_CreateFromData" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Account_CreateFromDataArray">
      <soap12:operation soapAction="http://e-conomic.com/Account_CreateFromDataArray" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Account_UpdateFromDataArray">
      <soap12:operation soapAction="http://e-conomic.com/Account_UpdateFromDataArray" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Account_UpdateFromData">
      <soap12:operation soapAction="http://e-conomic.com/Account_UpdateFromData" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Account_GetData">
      <soap12:operation soapAction="http://e-conomic.com/Account_GetData" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Account_GetDataArray">
      <soap12:operation soapAction="http://e-conomic.com/Account_GetDataArray" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Account_Create">
      <soap12:operation soapAction="http://e-conomic.com/Account_Create" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Account_GetAll">
      <soap12:operation soapAction="http://e-conomic.com/Account_GetAll" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Account_GetAllUpdated">
      <soap12:operation soapAction="http://e-conomic.com/Account_GetAllUpdated" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Account_FindByNumber">
      <soap12:operation soapAction="http://e-conomic.com/Account_FindByNumber" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Account_FindByNumberList">
      <soap12:operation soapAction="http://e-conomic.com/Account_FindByNumberList" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Account_FindByName">
      <soap12:operation soapAction="http://e-conomic.com/Account_FindByName" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Account_GetEntryTotalsPerDate">
      <soap12:operation soapAction="http://e-conomic.com/Account_GetEntryTotalsPerDate" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Account_GetEntryTotalsPerCalendarMonth">
      <soap12:operation soapAction="http://e-conomic.com/Account_GetEntryTotalsPerCalendarMonth" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Account_GetEntryTotalsPerCalendarYear">
      <soap12:operation soapAction="http://e-conomic.com/Account_GetEntryTotalsPerCalendarYear" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Account_GetEntryTotalsByDate">
      <soap12:operation soapAction="http://e-conomic.com/Account_GetEntryTotalsByDate" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Account_Delete">
      <soap12:operation soapAction="http://e-conomic.com/Account_Delete" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Account_GetBudgetFigures">
      <soap12:operation soapAction="http://e-conomic.com/Account_GetBudgetFigures" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Account_GetBudgetFiguresByDate">
      <soap12:operation soapAction="http://e-conomic.com/Account_GetBudgetFiguresByDate" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Account_GetEntriesByDate">
      <soap12:operation soapAction="http://e-conomic.com/Account_GetEntriesByDate" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Account_GetEntriesByNumber">
      <soap12:operation soapAction="http://e-conomic.com/Account_GetEntriesByNumber" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Account_GetSumIntervals">
      <soap12:operation soapAction="http://e-conomic.com/Account_GetSumIntervals" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Account_GetNumber">
      <soap12:operation soapAction="http://e-conomic.com/Account_GetNumber" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Account_GetName">
      <soap12:operation soapAction="http://e-conomic.com/Account_GetName" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Account_SetName">
      <soap12:operation soapAction="http://e-conomic.com/Account_SetName" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Account_GetType">
      <soap12:operation soapAction="http://e-conomic.com/Account_GetType" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Account_SetType">
      <soap12:operation soapAction="http://e-conomic.com/Account_SetType" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Account_GetDebitCredit">
      <soap12:operation soapAction="http://e-conomic.com/Account_GetDebitCredit" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Account_SetDebitCredit">
      <soap12:operation soapAction="http://e-conomic.com/Account_SetDebitCredit" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Account_GetIsAccessible">
      <soap12:operation soapAction="http://e-conomic.com/Account_GetIsAccessible" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Account_SetIsAccessible">
      <soap12:operation soapAction="http://e-conomic.com/Account_SetIsAccessible" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Account_GetBlockDirectEntries">
      <soap12:operation soapAction="http://e-conomic.com/Account_GetBlockDirectEntries" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Account_SetBlockDirectEntries">
      <soap12:operation soapAction="http://e-conomic.com/Account_SetBlockDirectEntries" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Account_GetVatAccount">
      <soap12:operation soapAction="http://e-conomic.com/Account_GetVatAccount" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Account_SetVatAccount">
      <soap12:operation soapAction="http://e-conomic.com/Account_SetVatAccount" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Account_GetContraAccount">
      <soap12:operation soapAction="http://e-conomic.com/Account_GetContraAccount" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Account_SetContraAccount">
      <soap12:operation soapAction="http://e-conomic.com/Account_SetContraAccount" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Account_GetOpeningAccount">
      <soap12:operation soapAction="http://e-conomic.com/Account_GetOpeningAccount" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Account_SetOpeningAccount">
      <soap12:operation soapAction="http://e-conomic.com/Account_SetOpeningAccount" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Account_GetTotalFrom">
      <soap12:operation soapAction="http://e-conomic.com/Account_GetTotalFrom" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Account_SetTotalFrom">
      <soap12:operation soapAction="http://e-conomic.com/Account_SetTotalFrom" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Account_GetBalance">
      <soap12:operation soapAction="http://e-conomic.com/Account_GetBalance" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Account_GetDepartment">
      <soap12:operation soapAction="http://e-conomic.com/Account_GetDepartment" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Account_SetDepartment">
      <soap12:operation soapAction="http://e-conomic.com/Account_SetDepartment" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Account_GetDistributionKey">
      <soap12:operation soapAction="http://e-conomic.com/Account_GetDistributionKey" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Account_SetDistributionKey">
      <soap12:operation soapAction="http://e-conomic.com/Account_SetDistributionKey" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="AccountingPeriod_GetData">
      <soap12:operation soapAction="http://e-conomic.com/AccountingPeriod_GetData" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="AccountingPeriod_GetDataArray">
      <soap12:operation soapAction="http://e-conomic.com/AccountingPeriod_GetDataArray" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="AccountingPeriod_GetAll">
      <soap12:operation soapAction="http://e-conomic.com/AccountingPeriod_GetAll" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="AccountingPeriod_GetAllUpdated">
      <soap12:operation soapAction="http://e-conomic.com/AccountingPeriod_GetAllUpdated" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="AccountingPeriod_GetPeriod">
      <soap12:operation soapAction="http://e-conomic.com/AccountingPeriod_GetPeriod" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="AccountingPeriod_GetAccountingYear">
      <soap12:operation soapAction="http://e-conomic.com/AccountingPeriod_GetAccountingYear" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="AccountingPeriod_GetFromDate">
      <soap12:operation soapAction="http://e-conomic.com/AccountingPeriod_GetFromDate" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="AccountingPeriod_GetToDate">
      <soap12:operation soapAction="http://e-conomic.com/AccountingPeriod_GetToDate" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="AccountingPeriod_GetStatus">
      <soap12:operation soapAction="http://e-conomic.com/AccountingPeriod_GetStatus" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="AccountingYear_CreateFromData">
      <soap12:operation soapAction="http://e-conomic.com/AccountingYear_CreateFromData" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="AccountingYear_CreateFromDataArray">
      <soap12:operation soapAction="http://e-conomic.com/AccountingYear_CreateFromDataArray" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="AccountingYear_GetData">
      <soap12:operation soapAction="http://e-conomic.com/AccountingYear_GetData" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="AccountingYear_GetDataArray">
      <soap12:operation soapAction="http://e-conomic.com/AccountingYear_GetDataArray" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="AccountingYear_GetYear">
      <soap12:operation soapAction="http://e-conomic.com/AccountingYear_GetYear" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="AccountingYear_GetFromDate">
      <soap12:operation soapAction="http://e-conomic.com/AccountingYear_GetFromDate" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="AccountingYear_GetToDate">
      <soap12:operation soapAction="http://e-conomic.com/AccountingYear_GetToDate" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="AccountingYear_GetIsClosed">
      <soap12:operation soapAction="http://e-conomic.com/AccountingYear_GetIsClosed" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="AccountingYear_Create">
      <soap12:operation soapAction="http://e-conomic.com/AccountingYear_Create" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="AccountingYear_Delete">
      <soap12:operation soapAction="http://e-conomic.com/AccountingYear_Delete" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="AccountingYear_GetAll">
      <soap12:operation soapAction="http://e-conomic.com/AccountingYear_GetAll" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="AccountingYear_FindByDate">
      <soap12:operation soapAction="http://e-conomic.com/AccountingYear_FindByDate" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="AccountingYear_GetPeriods">
      <soap12:operation soapAction="http://e-conomic.com/AccountingYear_GetPeriods" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Activity_GetData">
      <soap12:operation soapAction="http://e-conomic.com/Activity_GetData" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Activity_GetDataArray">
      <soap12:operation soapAction="http://e-conomic.com/Activity_GetDataArray" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Activity_GetAll">
      <soap12:operation soapAction="http://e-conomic.com/Activity_GetAll" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Activity_FindByNumber">
      <soap12:operation soapAction="http://e-conomic.com/Activity_FindByNumber" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Activity_FindByNumberList">
      <soap12:operation soapAction="http://e-conomic.com/Activity_FindByNumberList" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Activity_GetNumber">
      <soap12:operation soapAction="http://e-conomic.com/Activity_GetNumber" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Activity_GetName">
      <soap12:operation soapAction="http://e-conomic.com/Activity_GetName" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="BankPaymentType_GetData">
      <soap12:operation soapAction="http://e-conomic.com/BankPaymentType_GetData" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="BankPaymentType_GetDataArray">
      <soap12:operation soapAction="http://e-conomic.com/BankPaymentType_GetDataArray" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="BankPaymentType_GetAll">
      <soap12:operation soapAction="http://e-conomic.com/BankPaymentType_GetAll" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="BankPaymentType_FindByName">
      <soap12:operation soapAction="http://e-conomic.com/BankPaymentType_FindByName" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="BankPaymentType_FindByNumber">
      <soap12:operation soapAction="http://e-conomic.com/BankPaymentType_FindByNumber" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="BankPaymentType_FindByNumberList">
      <soap12:operation soapAction="http://e-conomic.com/BankPaymentType_FindByNumberList" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="BankPaymentType_GetNumber">
      <soap12:operation soapAction="http://e-conomic.com/BankPaymentType_GetNumber" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="BankPaymentType_GetName">
      <soap12:operation soapAction="http://e-conomic.com/BankPaymentType_GetName" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="BudgetFigure_CreateFromData">
      <soap12:operation soapAction="http://e-conomic.com/BudgetFigure_CreateFromData" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="BudgetFigure_CreateFromDataArray">
      <soap12:operation soapAction="http://e-conomic.com/BudgetFigure_CreateFromDataArray" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Connect">
      <soap12:operation soapAction="http://e-conomic.com/Connect" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="ConnectAsAdministrator">
      <soap12:operation soapAction="http://e-conomic.com/ConnectAsAdministrator" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="ConnectAsAdministratorWithCustomerNumber">
      <soap12:operation soapAction="http://e-conomic.com/ConnectAsAdministratorWithCustomerNumber" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="ConnectWithToken">
      <soap12:operation soapAction="http://e-conomic.com/ConnectWithToken" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Disconnect">
      <soap12:operation soapAction="http://e-conomic.com/Disconnect" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetApiInformation">
      <soap12:operation soapAction="http://e-conomic.com/GetApiInformation" 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="EconomicWebService">
    <wsdl:port name="EconomicWebServiceSoap" binding="tns:EconomicWebServiceSoap">
      <soap:address location="https://api.e-conomic.com/secure/api1/EconomicWebService.asmx" />
    </wsdl:port>
    <wsdl:port name="EconomicWebServiceSoap12" binding="tns:EconomicWebServiceSoap12">
      <soap12:address location="https://api.e-conomic.com/secure/api1/EconomicWebService.asmx" />
    </wsdl:port>
  </wsdl:service>
</wsdl:definitions>