<?xml version="1.0"?>
<definitions xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="IItemServiceservice" targetNamespace="http://tempuri.org/" xmlns:tns="http://tempuri.org/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:ns1="urn:dkWSValueObjects" xmlns:ns2="urn:unimaze.com:dispatcher:messaging" xmlns:ns3="urn:MiscCons">
  <types>
    <xs:schema targetNamespace="urn:dkWSValueObjects" xmlns="urn:dkWSValueObjects">
      <xs:complexType name="TRecord">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="Fields" type="ns1:ArrayOfExtraProperties"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="ArrayOfExtraProperties">
        <xs:complexContent>
          <xs:restriction base="soapenc:Array">
            <sequence xmlns="http://www.w3.org/2001/XMLSchema"/>
            <xs:attribute ref="soapenc:arrayType" n1:arrayType="ns1:TExtraProperty[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/"/>
          </xs:restriction>
        </xs:complexContent>
      </xs:complexType>
      <xs:complexType name="TExtraProperty">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="Name" type="xs:string"/>
          <xs:element name="Value" type="xs:string"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="TRecordOptions">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="SkipEmptyValues" type="xs:boolean"/>
          <xs:element name="ExtraProperties" type="ns2:ArrayOfString"/>
          <xs:element name="MaxRecords" type="xs:int"/>
          <xs:element name="UseXMLDateTime" type="xs:boolean"/>
          <xs:element name="Filter" type="ns1:ArrayOfExtraProperties"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="ArrayOfRecord">
        <xs:complexContent>
          <xs:restriction base="soapenc:Array">
            <sequence xmlns="http://www.w3.org/2001/XMLSchema"/>
            <xs:attribute ref="soapenc:arrayType" n1:arrayType="ns1:TRecord[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/"/>
          </xs:restriction>
        </xs:complexContent>
      </xs:complexType>
      <xs:complexType name="ArrayOfRecordInfoGetOptions">
        <xs:complexContent>
          <xs:restriction base="soapenc:Array">
            <sequence xmlns="http://www.w3.org/2001/XMLSchema"/>
            <xs:attribute ref="soapenc:arrayType" n1:arrayType="ns1:TRecordInfoGetOptions[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/"/>
          </xs:restriction>
        </xs:complexContent>
      </xs:complexType>
      <xs:complexType name="TRecordInfoGetOptions">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="TableName" type="xs:string"/>
          <xs:element name="LastModified" type="xs:dateTime"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="ArrayOfRecordInfoResponse">
        <xs:complexContent>
          <xs:restriction base="soapenc:Array">
            <sequence xmlns="http://www.w3.org/2001/XMLSchema"/>
            <xs:attribute ref="soapenc:arrayType" n1:arrayType="ns1:TRecordInfoResponse[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/"/>
          </xs:restriction>
        </xs:complexContent>
      </xs:complexType>
      <xs:complexType name="TRecordInfoResponse">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="TableName" type="xs:string"/>
          <xs:element name="Count" type="xs:int"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="ArrayOfQueryNeedSync">
        <xs:complexContent>
          <xs:restriction base="soapenc:Array">
            <sequence xmlns="http://www.w3.org/2001/XMLSchema"/>
            <xs:attribute ref="soapenc:arrayType" n1:arrayType="ns1:TQueryNeedSync[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/"/>
          </xs:restriction>
        </xs:complexContent>
      </xs:complexType>
      <xs:complexType name="TQueryNeedSync">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="TableName" type="xs:string"/>
          <xs:element name="LastModified" type="xs:dateTime"/>
          <xs:element name="CheckDeleted" type="xs:boolean"/>
          <xs:element name="LastDeleted" type="xs:dateTime"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="ArrayOfSyncneeded">
        <xs:complexContent>
          <xs:restriction base="soapenc:Array">
            <sequence xmlns="http://www.w3.org/2001/XMLSchema"/>
            <xs:attribute ref="soapenc:arrayType" n1:arrayType="ns1:TSyncNeeded[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/"/>
          </xs:restriction>
        </xs:complexContent>
      </xs:complexType>
      <xs:complexType name="TSyncNeeded">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="TableName" type="xs:string"/>
          <xs:element name="HasChanged" type="xs:boolean"/>
          <xs:element name="HasDeleted" type="xs:boolean"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="TDeletedOptions">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="MaxRecords" type="xs:int"/>
          <xs:element name="ExtraProperties" type="ns2:ArrayOfString"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="ArrayOfDeletedRecord">
        <xs:complexContent>
          <xs:restriction base="soapenc:Array">
            <sequence xmlns="http://www.w3.org/2001/XMLSchema"/>
            <xs:attribute ref="soapenc:arrayType" n1:arrayType="ns1:TDeletedRecord[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/"/>
          </xs:restriction>
        </xs:complexContent>
      </xs:complexType>
      <xs:complexType name="TDeletedRecord">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="DeleteID" type="xs:int"/>
          <xs:element name="RecordID" type="xs:int"/>
          <xs:element name="HeadID" type="xs:int"/>
          <xs:element name="SequenceNumber" type="xs:int"/>
          <xs:element name="RecordCreated" type="xs:dateTime"/>
          <xs:element name="EntryID" type="xs:string"/>
          <xs:element name="EntryName" type="xs:string"/>
          <xs:element name="Fields" type="ns1:ArrayOfExtraProperties"/>
          <xs:element name="RecordDeleted" type="xs:dateTime"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="ArrayOfInteger">
        <xs:complexContent>
          <xs:restriction base="soapenc:Array">
            <sequence xmlns="http://www.w3.org/2001/XMLSchema"/>
            <xs:attribute ref="soapenc:arrayType" n1:arrayType="xs:int[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/"/>
          </xs:restriction>
        </xs:complexContent>
      </xs:complexType>
      <xs:complexType name="TSystemSettingGetOption">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="Company" type="xs:boolean"/>
          <xs:element name="Information" type="xs:boolean"/>
          <xs:element name="Projects" type="xs:boolean"/>
          <xs:element name="Dimmensions" type="xs:boolean"/>
          <xs:element name="Inventory" type="xs:boolean"/>
          <xs:element name="General" type="xs:boolean"/>
          <xs:element name="Customers" type="xs:boolean"/>
          <xs:element name="Members" type="xs:boolean"/>
          <xs:element name="Vendors" type="xs:boolean"/>
          <xs:element name="Sales" type="xs:boolean"/>
          <xs:element name="VehicleInspection" type="xs:boolean"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="TSystemSettings">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="Version" type="xs:string"/>
          <xs:element name="Company" type="ns1:TCompanyInformation"/>
          <xs:element name="Information" type="ns1:TSystemInformation"/>
          <xs:element name="Dimmension" type="ns1:TDimmensionSetting"/>
          <xs:element name="Project" type="ns1:TProjectSetting"/>
          <xs:element name="General" type="ns1:TGeneralSetting"/>
          <xs:element name="Inventory" type="ns1:TInventorySetting"/>
          <xs:element name="Customer" type="ns1:TCustomerSetting"/>
          <xs:element name="Vendor" type="ns1:TVendorSetting"/>
          <xs:element name="Sale" type="ns1:TSaleSetting"/>
          <xs:element name="Member" type="ns1:TMemberSetting"/>
          <xs:element name="dkVersion" type="xs:string"/>
          <xs:element name="SGSBaseURL" type="xs:string"/>
          <xs:element name="SGSAuthResource" type="xs:string"/>
          <xs:element name="SGSdkOneResource" type="xs:string"/>
          <xs:element name="SGSUserName" type="xs:string"/>
          <xs:element name="SGSPassword" type="xs:string"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="TCompanyInformation">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="Number" type="xs:string"/>
          <xs:element name="Name" type="xs:string"/>
          <xs:element name="SSNumber" type="xs:string"/>
          <xs:element name="Address1" type="xs:string"/>
          <xs:element name="Address2" type="xs:string"/>
          <xs:element name="Address3" type="xs:string"/>
          <xs:element name="ZipCode" type="xs:string"/>
          <xs:element name="Country" type="xs:string"/>
          <xs:element name="BankCode" type="xs:string"/>
          <xs:element name="BankAccGroup" type="xs:string"/>
          <xs:element name="BankAccount" type="xs:string"/>
          <xs:element name="VATNumber" type="xs:string"/>
          <xs:element name="Phone" type="xs:string"/>
          <xs:element name="Mobile" type="xs:string"/>
          <xs:element name="Fax" type="xs:string"/>
          <xs:element name="Email" type="xs:string"/>
          <xs:element name="Url" type="xs:string"/>
          <xs:element name="Swift" type="xs:string"/>
          <xs:element name="IBAN" type="xs:string"/>
          <xs:element name="City" type="xs:string"/>
          <xs:element name="Memos" type="ns1:ArrayOfMemo"/>
          <xs:element name="UBLIdentifier" type="xs:string"/>
          <xs:element name="UBLIdentifierType" type="xs:string"/>
          <xs:element name="UBLCountryCode" type="xs:string"/>
          <xs:element name="UBLUserName" type="xs:string"/>
          <xs:element name="UBLPassword" type="xs:string"/>
          <xs:element name="UBLServiceProviderId" type="xs:int"/>
          <xs:element name="UBLUseTestWebService" type="xs:boolean"/>
          <xs:element name="UBLInvoiceCreateAfterPrint" type="xs:boolean"/>
          <xs:element name="UBLCreatePDFVersionOfInvoice" type="xs:boolean"/>
          <xs:element name="UBLSendLicenced" type="xs:boolean"/>
          <xs:element name="UBLReceiveLicenced" type="xs:boolean"/>
          <xs:element name="CompanyInstanceId" type="xs:string"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="ArrayOfMemo">
        <xs:complexContent>
          <xs:restriction base="soapenc:Array">
            <sequence xmlns="http://www.w3.org/2001/XMLSchema"/>
            <xs:attribute ref="soapenc:arrayType" n1:arrayType="ns1:TMemo[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/"/>
          </xs:restriction>
        </xs:complexContent>
      </xs:complexType>
      <xs:complexType name="TSystemInformation">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="License" type="xs:string"/>
          <xs:element name="Owner" type="xs:string"/>
          <xs:element name="OwnerName" type="xs:string"/>
          <xs:element name="SystemInstanceID" type="xs:string"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="TDimmensionSetting">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="Dim1Enabled" type="xs:boolean"/>
          <xs:element name="Dim2Enabled" type="xs:boolean"/>
          <xs:element name="Dim3Enabled" type="xs:boolean"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="TProjectSetting">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="Enabled" type="xs:boolean"/>
          <xs:element name="PhaseEnabled" type="xs:boolean"/>
          <xs:element name="TaskEnabled" type="xs:boolean"/>
          <xs:element name="EnterDriveInJournal" type="xs:boolean"/>
          <xs:element name="AutoJobNumbering" type="xs:boolean"/>
          <xs:element name="UseJobRequestInCompany" type="xs:boolean"/>
          <xs:element name="DefaultDriveUnit" type="ns3:TComboBox_PjJournalLineUnit"/>
          <xs:element name="CurrentAutoJobNumber" type="xs:string"/>
          <xs:element name="JournalLineDescriptionBehavior" type="ns3:TComboBox_PjJournalLineDescriptionBehavior"/>
          <xs:element name="JournalEntryTimeType" type="ns3:TComboBox_PjJournalEntryTimeType"/>
          <xs:element name="JobNotStartedRegistrationAllowed" type="xs:boolean"/>
          <xs:element name="JobFinishedRegistrationAllowed" type="xs:boolean"/>
          <xs:element name="EnterDayPayInJournal" type="xs:boolean"/>
          <xs:element name="JobReqAutoNumbering" type="xs:boolean"/>
          <xs:element name="CurrentAutoJobReqNumber" type="xs:string"/>
          <xs:element name="JobReqUserIsDefaultSupervisor" type="xs:boolean"/>
          <xs:element name="JobReqUserIsDefaultWorker" type="xs:boolean"/>
          <xs:element name="JobReqInProgressIsDefaultStatus" type="xs:boolean"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="TGeneralSetting">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="CurrencyEnabled" type="xs:boolean"/>
          <xs:element name="DefaultCurrency" type="xs:string"/>
          <xs:element name="Attachments" type="xs:boolean"/>
          <xs:element name="Webservice" type="ns1:TGeneralWebserviceSetting"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="TGeneralWebserviceSetting">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="DataMining" type="xs:boolean"/>
          <xs:element name="NationEnabled" type="xs:boolean"/>
          <xs:element name="Tokens" type="xs:int"/>
          <xs:element name="Users" type="xs:int"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="TInventorySetting">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="Enabled" type="xs:boolean"/>
          <xs:element name="WharehouseEnabled" type="xs:boolean"/>
          <xs:element name="DefaultWarehouse" type="xs:string"/>
          <xs:element name="CategoriesEnabled" type="xs:boolean"/>
          <xs:element name="PriceDiscountEnabled" type="xs:boolean"/>
          <xs:element name="ItemUnitCodesEnabled" type="xs:boolean"/>
          <xs:element name="InventoryPriceSelection" type="xs:int"/>
          <xs:element name="Variations" type="xs:boolean"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="TCustomerSetting">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="Enabled" type="xs:boolean"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="TVendorSetting">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="Enabled" type="xs:boolean"/>
          <xs:element name="ConfirmationEnabled" type="xs:boolean"/>
          <xs:element name="ApproverCount" type="xs:int"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="TSaleSetting">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="Enabled" type="xs:boolean"/>
          <xs:element name="PaymentsEnabled" type="xs:boolean"/>
          <xs:element name="DefaultInvoiceText1" type="xs:string"/>
          <xs:element name="DefaultInvoiceText2" type="xs:string"/>
          <xs:element name="DefaultOrderText1" type="xs:string"/>
          <xs:element name="DefaultOrderText2" type="xs:string"/>
          <xs:element name="DefaultQuoteText1" type="xs:string"/>
          <xs:element name="DefaultQuoteText2" type="xs:string"/>
          <xs:element name="SalesInvoiceType" type="xs:int"/>
          <xs:element name="BankServiceSystemEnabled" type="xs:boolean"/>
          <xs:element name="DefaultBankServiceBankNumber" type="xs:string"/>
          <xs:element name="SendClaimToBankWhenInvoicePosted" type="xs:boolean"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="TMemberSetting">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="Enabled" type="xs:boolean"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="TMemo">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="PageName" type="xs:string"/>
          <xs:element name="Text" type="xs:string"/>
          <xs:element name="ID" type="xs:int"/>
          <xs:element name="Modified" type="xs:dateTime"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="TRegistrationEntry">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="Created" type="xs:dateTime"/>
          <xs:element name="Modified" type="xs:dateTime"/>
          <xs:element name="ID" type="xs:string"/>
          <xs:element name="Name" type="xs:string"/>
          <xs:element name="Address" type="xs:string"/>
          <xs:element name="ZipCode" type="xs:string"/>
          <xs:element name="ISATNumber" type="xs:string"/>
          <xs:element name="VATNumber" type="xs:string"/>
          <xs:element name="ExtraProperties" type="ns1:ArrayOfExtraProperties"/>
          <xs:element name="County" type="xs:string"/>
          <xs:element name="Citizenship" type="xs:string"/>
          <xs:element name="Gender" type="xs:int"/>
          <xs:element name="PlaceOfBirth" type="xs:string"/>
          <xs:element name="CurrentState" type="xs:string"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="TRegistrationGetOptions">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="Modified" type="xs:dateTime"/>
          <xs:element name="MaxEntries" type="xs:int"/>
          <xs:element name="ExtraProperties" type="ns2:ArrayOfString"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="ArrayOfRegistrationEntry">
        <xs:complexContent>
          <xs:restriction base="soapenc:Array">
            <sequence xmlns="http://www.w3.org/2001/XMLSchema"/>
            <xs:attribute ref="soapenc:arrayType" n1:arrayType="ns1:TRegistrationEntry[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/"/>
          </xs:restriction>
        </xs:complexContent>
      </xs:complexType>
      <xs:complexType name="TGLJournalHead">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="Code" type="xs:string"/>
          <xs:element name="Description" type="xs:string"/>
          <xs:element name="Period" type="xs:string"/>
          <xs:element name="Lines" type="ns1:ArrayOfGLJournalLines"/>
          <xs:element name="ExtraProperties" type="ns1:ArrayOfExtraProperties"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="ArrayOfGLJournalLines">
        <xs:complexContent>
          <xs:restriction base="soapenc:Array">
            <sequence xmlns="http://www.w3.org/2001/XMLSchema"/>
            <xs:attribute ref="soapenc:arrayType" n1:arrayType="ns1:TGLJournalLine[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/"/>
          </xs:restriction>
        </xs:complexContent>
      </xs:complexType>
      <xs:complexType name="TGLJournalLine">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="Date" type="xs:dateTime"/>
          <xs:element name="DueDate" type="xs:dateTime"/>
          <xs:element name="Voucher" type="xs:string"/>
          <xs:element name="JournalType" type="ns3:TComboBox_JournalLineType"/>
          <xs:element name="Account" type="xs:string"/>
          <xs:element name="Text" type="xs:string"/>
          <xs:element name="Reference" type="xs:string"/>
          <xs:element name="Amount" type="xs:double"/>
          <xs:element name="CurrencyCode" type="xs:string"/>
          <xs:element name="Dim1" type="xs:string"/>
          <xs:element name="ExtraProperties" type="ns1:ArrayOfExtraProperties"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="TGeneralLedgerOptions">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="PostJournal" type="xs:boolean"/>
          <xs:element name="AutoGenerateVoucher" type="xs:boolean"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="TGeneralLedgerAccountGetOptions">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="Modified" type="xs:dateTime"/>
          <xs:element name="Number" type="xs:string"/>
          <xs:element name="ExtraProperties" type="ns2:ArrayOfString"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="ArrayOfLedgerAccount">
        <xs:complexContent>
          <xs:restriction base="soapenc:Array">
            <sequence xmlns="http://www.w3.org/2001/XMLSchema"/>
            <xs:attribute ref="soapenc:arrayType" n1:arrayType="ns1:TGeneralLedgerAccount[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/"/>
          </xs:restriction>
        </xs:complexContent>
      </xs:complexType>
      <xs:complexType name="TGeneralLedgerAccount">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="Number" type="xs:string"/>
          <xs:element name="Name" type="xs:string"/>
          <xs:element name="Group" type="ns3:TComboBox_Group"/>
          <xs:element name="AccountType" type="ns3:TComboBox_AccountType"/>
          <xs:element name="TaxCode" type="xs:string"/>
          <xs:element name="ExtraProperties" type="ns1:ArrayOfExtraProperties"/>
          <xs:element name="Modified" type="xs:dateTime"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="TItemOptions">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="IncludeBarCodes" type="xs:boolean"/>
          <xs:element name="IncludeGroups" type="xs:boolean"/>
          <xs:element name="IncludeItemCategories" type="xs:boolean"/>
          <xs:element name="IncludeUnitcodes" type="xs:boolean"/>
          <xs:element name="OnlyGetWebshopItems" type="xs:boolean"/>
          <xs:element name="IfNotFoundReturnNil" type="xs:boolean"/>
          <xs:element name="IncludeWarehouse" type="xs:boolean"/>
          <xs:element name="OnlyMedicine" type="xs:boolean"/>
          <xs:element name="IncludeChanges" type="xs:boolean"/>
          <xs:element name="ChangesFrom" type="xs:dateTime"/>
          <xs:element name="DisableCategorieCheck" type="xs:boolean"/>
          <xs:element name="DisableTransactionCheck" type="xs:boolean"/>
          <xs:element name="IncludeAttachments" type="xs:boolean"/>
          <xs:element name="ShowAllAttachments" type="xs:boolean"/>
          <xs:element name="IncludeVendorLinks" type="xs:boolean"/>
          <xs:element name="ExtraProperties" type="ns2:ArrayOfString"/>
          <xs:element name="IncludeAlternative" type="xs:boolean"/>
          <xs:element name="IncludeCurrencyPrices" type="xs:boolean"/>
          <xs:element name="SkipIfWarehouseDisabledInSum" type="xs:boolean"/>
          <xs:element name="IncludeMemos" type="xs:boolean"/>
          <xs:element name="HTMLEncodeMemos" type="xs:boolean"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="TItem">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="RecordId" type="xs:int"/>
          <xs:element name="RecordCreated" type="xs:string"/>
          <xs:element name="RecordModified" type="xs:string"/>
          <xs:element name="ItemCode" type="xs:string"/>
          <xs:element name="AliasItemCode" type="xs:string"/>
          <xs:element name="Description" type="xs:string"/>
          <xs:element name="Description2" type="xs:string"/>
          <xs:element name="Group" type="xs:string"/>
          <xs:element name="GroupDescription" type="xs:string"/>
          <xs:element name="ItemClass" type="ns3:TComboBox_ItemClass"/>
          <xs:element name="UnitCode" type="xs:string"/>
          <xs:element name="UnitQuantity" type="xs:double"/>
          <xs:element name="NetWeight" type="xs:double"/>
          <xs:element name="UnitVolume" type="xs:double"/>
          <xs:element name="TotalQuantityInWarehouse" type="xs:double"/>
          <xs:element name="PurchasePrice" type="xs:double"/>
          <xs:element name="CurrencyCode" type="xs:string"/>
          <xs:element name="Exchange" type="xs:double"/>
          <xs:element name="Purchasefactor" type="xs:double"/>
          <xs:element name="CostPrice" type="xs:double"/>
          <xs:element name="ProfitRatio1" type="xs:double"/>
          <xs:element name="UnitPrice1" type="xs:double"/>
          <xs:element name="UnitPrice1WithTax" type="xs:double"/>
          <xs:element name="UnitPrice2" type="xs:double"/>
          <xs:element name="UnitPrice2WithTax" type="xs:double"/>
          <xs:element name="UnitPrice3" type="xs:double"/>
          <xs:element name="UnitPrice3WithTax" type="xs:double"/>
          <xs:element name="PropositionPrice" type="xs:double"/>
          <xs:element name="PropositionDateTo" type="xs:dateTime"/>
          <xs:element name="ShowItemInWebShop" type="xs:boolean"/>
          <xs:element name="CurrPrices" type="ns1:ArrayOfCurrencyPrice"/>
          <xs:element name="ItemCategories" type="ns1:ArrayOfItemCategories"/>
          <xs:element name="ExtraDesc1" type="xs:string"/>
          <xs:element name="ExtraDesc2" type="xs:string"/>
          <xs:element name="IsVariation" type="xs:boolean"/>
          <xs:element name="Variation" type="ns1:ArrayOfVariation"/>
          <xs:element name="TaxPercent" type="xs:double"/>
          <xs:element name="SalesTaxCode" type="xs:string"/>
          <xs:element name="BarCodes" type="ns1:ArrayOfBarCodes"/>
          <xs:element name="AllowNegativeInventiry" type="xs:boolean"/>
          <xs:element name="AllowDiscount" type="xs:boolean"/>
          <xs:element name="DiscountQuantity" type="xs:double"/>
          <xs:element name="Discount" type="xs:double"/>
          <xs:element name="MaxDiscountAllowed" type="xs:double"/>
          <xs:element name="Inactive" type="xs:boolean"/>
          <xs:element name="Warehouses" type="ns1:ArrayOfWharehouseItems"/>
          <xs:element name="DefaultSaleQuantity" type="xs:double"/>
          <xs:element name="Changes" type="ns1:ArrayOfRecordChanges"/>
          <xs:element name="Attachments" type="ns1:ArrayOfAttachment"/>
          <xs:element name="VendorLinks" type="ns1:ArrayOfItemVendorLinks"/>
          <xs:element name="UnitCodes" type="ns1:ArrayOfItemUnit"/>
          <xs:element name="ExtraProperties" type="ns1:ArrayOfExtraProperties"/>
          <xs:element name="Alternative" type="ns1:ArrayOfAlternativeItemst"/>
          <xs:element name="NotSendToRetailSystem" type="xs:boolean"/>
          <xs:element name="Memos" type="ns1:ArrayOfMemo"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="ArrayOfCurrencyPrice">
        <xs:complexContent>
          <xs:restriction base="soapenc:Array">
            <sequence xmlns="http://www.w3.org/2001/XMLSchema"/>
            <xs:attribute ref="soapenc:arrayType" n1:arrayType="ns1:TCurrencyPrice[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/"/>
          </xs:restriction>
        </xs:complexContent>
      </xs:complexType>
      <xs:complexType name="ArrayOfItemCategories">
        <xs:complexContent>
          <xs:restriction base="soapenc:Array">
            <sequence xmlns="http://www.w3.org/2001/XMLSchema"/>
            <xs:attribute ref="soapenc:arrayType" n1:arrayType="ns1:TItemCategory[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/"/>
          </xs:restriction>
        </xs:complexContent>
      </xs:complexType>
      <xs:complexType name="ArrayOfVariation">
        <xs:complexContent>
          <xs:restriction base="soapenc:Array">
            <sequence xmlns="http://www.w3.org/2001/XMLSchema"/>
            <xs:attribute ref="soapenc:arrayType" n1:arrayType="ns1:TVariation[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/"/>
          </xs:restriction>
        </xs:complexContent>
      </xs:complexType>
      <xs:complexType name="ArrayOfBarCodes">
        <xs:complexContent>
          <xs:restriction base="soapenc:Array">
            <sequence xmlns="http://www.w3.org/2001/XMLSchema"/>
            <xs:attribute ref="soapenc:arrayType" n1:arrayType="ns1:TBarCode[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/"/>
          </xs:restriction>
        </xs:complexContent>
      </xs:complexType>
      <xs:complexType name="ArrayOfWharehouseItems">
        <xs:complexContent>
          <xs:restriction base="soapenc:Array">
            <sequence xmlns="http://www.w3.org/2001/XMLSchema"/>
            <xs:attribute ref="soapenc:arrayType" n1:arrayType="ns1:TWharehouseItem[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/"/>
          </xs:restriction>
        </xs:complexContent>
      </xs:complexType>
      <xs:complexType name="ArrayOfRecordChanges">
        <xs:complexContent>
          <xs:restriction base="soapenc:Array">
            <sequence xmlns="http://www.w3.org/2001/XMLSchema"/>
            <xs:attribute ref="soapenc:arrayType" n1:arrayType="ns1:TRecordChange[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/"/>
          </xs:restriction>
        </xs:complexContent>
      </xs:complexType>
      <xs:complexType name="ArrayOfAttachment">
        <xs:complexContent>
          <xs:restriction base="soapenc:Array">
            <sequence xmlns="http://www.w3.org/2001/XMLSchema"/>
            <xs:attribute ref="soapenc:arrayType" n1:arrayType="ns1:TAttachment[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/"/>
          </xs:restriction>
        </xs:complexContent>
      </xs:complexType>
      <xs:complexType name="ArrayOfItemVendorLinks">
        <xs:complexContent>
          <xs:restriction base="soapenc:Array">
            <sequence xmlns="http://www.w3.org/2001/XMLSchema"/>
            <xs:attribute ref="soapenc:arrayType" n1:arrayType="ns1:TItemVendorLink[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/"/>
          </xs:restriction>
        </xs:complexContent>
      </xs:complexType>
      <xs:complexType name="ArrayOfItemUnit">
        <xs:complexContent>
          <xs:restriction base="soapenc:Array">
            <sequence xmlns="http://www.w3.org/2001/XMLSchema"/>
            <xs:attribute ref="soapenc:arrayType" n1:arrayType="ns1:TItemUnit[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/"/>
          </xs:restriction>
        </xs:complexContent>
      </xs:complexType>
      <xs:complexType name="ArrayOfAlternativeItemst">
        <xs:complexContent>
          <xs:restriction base="soapenc:Array">
            <sequence xmlns="http://www.w3.org/2001/XMLSchema"/>
            <xs:attribute ref="soapenc:arrayType" n1:arrayType="ns1:TItemAlternative[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/"/>
          </xs:restriction>
        </xs:complexContent>
      </xs:complexType>
      <xs:complexType name="TCurrencyPrice">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="CurrencyCode" type="xs:string"/>
          <xs:element name="Price1" type="xs:double"/>
          <xs:element name="Price2" type="xs:double"/>
          <xs:element name="Price3" type="xs:double"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="TItemCategory">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="ID" type="xs:string"/>
          <xs:element name="Description" type="xs:string"/>
          <xs:element name="IsActive" type="xs:boolean"/>
          <xs:element name="SubGroups" type="ns1:ArrayOfItemSubCategories"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="ArrayOfItemSubCategories">
        <xs:complexContent>
          <xs:restriction base="soapenc:Array">
            <sequence xmlns="http://www.w3.org/2001/XMLSchema"/>
            <xs:attribute ref="soapenc:arrayType" n1:arrayType="ns1:TItemSubCategory[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/"/>
          </xs:restriction>
        </xs:complexContent>
      </xs:complexType>
      <xs:complexType name="TItemSubCategory">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="ID" type="xs:string"/>
          <xs:element name="Description" type="xs:string"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="TVariation">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="Code" type="xs:string"/>
          <xs:element name="Code2" type="xs:string"/>
          <xs:element name="Description" type="xs:string"/>
          <xs:element name="Description2" type="xs:string"/>
          <xs:element name="Quantity" type="xs:double"/>
          <xs:element name="QuantityOnBackOrders" type="xs:double"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="TBarCode">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="Modified" type="xs:dateTime"/>
          <xs:element name="BarCode" type="xs:string"/>
          <xs:element name="ItemCode" type="xs:string"/>
          <xs:element name="Quantity" type="xs:double"/>
          <xs:element name="SubGroup1" type="xs:string"/>
          <xs:element name="SubGroup2" type="xs:string"/>
          <xs:element name="UnitCode" type="xs:string"/>
          <xs:element name="IsExtraBarcode" type="xs:boolean"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="TCustomerItemReceiverBarCode">
        <xs:complexContent>
          <xs:extension base="ns1:TBarCode">
            <sequence xmlns="http://www.w3.org/2001/XMLSchema">
              <xs:element name="LocationHeadId" type="xs:string"/>
              <xs:element name="LocationLineId" type="xs:string"/>
              <xs:element name="ItemDescription" type="xs:string"/>
              <xs:element name="BarcodeIsMandatory" type="xs:boolean"/>
              <xs:element name="BarcodeIsRack" type="xs:boolean"/>
              <xs:element name="MinOrderQuantity" type="xs:double"/>
              <xs:element name="BinQuantity" type="xs:double"/>
            </sequence>
          </xs:extension>
        </xs:complexContent>
      </xs:complexType>
      <xs:complexType name="TWharehouseItem">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="Warehouse" type="xs:string"/>
          <xs:element name="ItemCode" type="xs:string"/>
          <xs:element name="SubGroup1" type="xs:string"/>
          <xs:element name="SubGroup2" type="xs:string"/>
          <xs:element name="SubGroup3" type="xs:string"/>
          <xs:element name="SubGroup4" type="xs:string"/>
          <xs:element name="Quantity" type="xs:double"/>
          <xs:element name="LocationInWarehouse" type="xs:string"/>
          <xs:element name="Variation" type="ns1:ArrayOfVariation"/>
          <xs:element name="QuantityOnBackOrders" type="xs:double"/>
          <xs:element name="QuantityPoOrders" type="xs:double"/>
          <xs:element name="Modified" type="xs:dateTime"/>
          <xs:element name="MinStock" type="xs:double"/>
          <xs:element name="MaxStock" type="xs:double"/>
          <xs:element name="DefaultPOQuantity" type="xs:double"/>
          <xs:element name="SkipPOSuggestion" type="xs:boolean"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="TRecordChange">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="ModifiedDate" type="xs:dateTime"/>
          <xs:element name="ModifiedBy" type="xs:string"/>
          <xs:element name="Fields" type="ns1:ArrayOfFieldChanges"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="ArrayOfFieldChanges">
        <xs:complexContent>
          <xs:restriction base="soapenc:Array">
            <sequence xmlns="http://www.w3.org/2001/XMLSchema"/>
            <xs:attribute ref="soapenc:arrayType" n1:arrayType="ns1:TFieldChanges[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/"/>
          </xs:restriction>
        </xs:complexContent>
      </xs:complexType>
      <xs:complexType name="TFieldChanges">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="Name" type="xs:string"/>
          <xs:element name="Value" type="xs:string"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="TAttachment">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="ID" type="xs:int"/>
          <xs:element name="Name" type="xs:string"/>
          <xs:element name="Size" type="xs:int"/>
          <xs:element name="Linked" type="xs:dateTime"/>
          <xs:element name="MD5Hash" type="xs:string"/>
          <xs:element name="ShowOnWeb" type="xs:boolean"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="TItemVendorLink">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="Vendor" type="xs:string"/>
          <xs:element name="ItemCode" type="xs:string"/>
          <xs:element name="VendorItemCode" type="xs:string"/>
          <xs:element name="Description" type="xs:string"/>
          <xs:element name="LastPurchasePrice" type="xs:double"/>
          <xs:element name="LastPurchaseQuantity" type="xs:double"/>
          <xs:element name="LastPurchaseDate" type="xs:dateTime"/>
          <xs:element name="isMainSupplier" type="xs:boolean"/>
          <xs:element name="DeliveryTime" type="xs:int"/>
          <xs:element name="Price" type="xs:double"/>
          <xs:element name="Discount" type="xs:double"/>
          <xs:element name="PurchaseDiscount" type="xs:double"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="TItemUnit">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="UnitCode" type="xs:string"/>
          <xs:element name="UnitQuantity" type="xs:double"/>
          <xs:element name="DefaultSaleQuantity" type="xs:double"/>
          <xs:element name="UnitPriceRatio" type="xs:double"/>
          <xs:element name="NetWeight" type="xs:double"/>
          <xs:element name="UnitPrice" type="xs:double"/>
          <xs:element name="UnitPriceWithTax" type="xs:double"/>
          <xs:element name="QuantityOnHand" type="xs:double"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="TItemAlternative">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="Original_ItemCode" type="xs:string"/>
          <xs:element name="Alternative_ItemCode" type="xs:string"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="ArrayOfItems">
        <xs:complexContent>
          <xs:restriction base="soapenc:Array">
            <sequence xmlns="http://www.w3.org/2001/XMLSchema"/>
            <xs:attribute ref="soapenc:arrayType" n1:arrayType="ns1:TItem[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/"/>
          </xs:restriction>
        </xs:complexContent>
      </xs:complexType>
      <xs:complexType name="TItemCriteria">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema"/>
      </xs:complexType>
      <xs:complexType name="TAttachmentFile">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="Name" type="xs:string"/>
          <xs:element name="Data" type="xs:base64Binary"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="ArrayOfItemUnits">
        <xs:complexContent>
          <xs:restriction base="soapenc:Array">
            <sequence xmlns="http://www.w3.org/2001/XMLSchema"/>
            <xs:attribute ref="soapenc:arrayType" n1:arrayType="ns1:TItemUnits[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/"/>
          </xs:restriction>
        </xs:complexContent>
      </xs:complexType>
      <xs:complexType name="TItemUnits">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="RecordId" type="xs:int"/>
          <xs:element name="Code" type="xs:string"/>
          <xs:element name="Description" type="xs:string"/>
          <xs:element name="Modified" type="xs:dateTime"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="ArrayOfCustomerItemReceiverBarCodes">
        <xs:complexContent>
          <xs:restriction base="soapenc:Array">
            <sequence xmlns="http://www.w3.org/2001/XMLSchema"/>
            <xs:attribute ref="soapenc:arrayType" n1:arrayType="ns1:TCustomerItemReceiverBarCode[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/"/>
          </xs:restriction>
        </xs:complexContent>
      </xs:complexType>
      <xs:complexType name="ArrayOfCustomerItemReceiverLocationLink">
        <xs:complexContent>
          <xs:restriction base="soapenc:Array">
            <sequence xmlns="http://www.w3.org/2001/XMLSchema"/>
            <xs:attribute ref="soapenc:arrayType" n1:arrayType="ns1:TCustomerItemReceiverLocationLink[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/"/>
          </xs:restriction>
        </xs:complexContent>
      </xs:complexType>
      <xs:complexType name="TCustomerItemReceiverLocationLink">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="Customer" type="xs:string"/>
          <xs:element name="ItemReceiver" type="xs:string"/>
          <xs:element name="CustomerName" type="xs:string"/>
          <xs:element name="ItemReceiverName" type="xs:string"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="TInventoryJournal">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="Date" type="xs:dateTime"/>
          <xs:element name="Description" type="xs:string"/>
          <xs:element name="Warehouse" type="xs:string"/>
          <xs:element name="Lines" type="ns1:ArrayOfInventoryJournalLine"/>
          <xs:element name="ExtraProperties" type="ns1:ArrayOfExtraProperties"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="ArrayOfInventoryJournalLine">
        <xs:complexContent>
          <xs:restriction base="soapenc:Array">
            <sequence xmlns="http://www.w3.org/2001/XMLSchema"/>
            <xs:attribute ref="soapenc:arrayType" n1:arrayType="ns1:TInventoryJournalLine[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/"/>
          </xs:restriction>
        </xs:complexContent>
      </xs:complexType>
      <xs:complexType name="TInventoryJournalLine">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="ItemCode" type="xs:string"/>
          <xs:element name="Warehouse" type="xs:string"/>
          <xs:element name="Date" type="xs:dateTime"/>
          <xs:element name="Quantity" type="xs:double"/>
          <xs:element name="Price1" type="xs:double"/>
          <xs:element name="Text" type="xs:string"/>
          <xs:element name="Reference" type="xs:string"/>
          <xs:element name="ExtraProperties" type="ns1:ArrayOfExtraProperties"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="TInventorying">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="Description" type="xs:string"/>
          <xs:element name="Warehouse" type="xs:string"/>
          <xs:element name="Lines" type="ns1:ArrayOfInventoryingLine"/>
          <xs:element name="ExtraProperties" type="ns1:ArrayOfExtraProperties"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="ArrayOfInventoryingLine">
        <xs:complexContent>
          <xs:restriction base="soapenc:Array">
            <sequence xmlns="http://www.w3.org/2001/XMLSchema"/>
            <xs:attribute ref="soapenc:arrayType" n1:arrayType="ns1:TInventoryingLine[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/"/>
          </xs:restriction>
        </xs:complexContent>
      </xs:complexType>
      <xs:complexType name="TInventoryingLine">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="ItemCode" type="xs:string"/>
          <xs:element name="Warehouse" type="xs:string"/>
          <xs:element name="CountedQuantity" type="xs:double"/>
          <xs:element name="ExtraProperties" type="ns1:ArrayOfExtraProperties"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="ArrayOfInventoryTransfer">
        <xs:complexContent>
          <xs:restriction base="soapenc:Array">
            <sequence xmlns="http://www.w3.org/2001/XMLSchema"/>
            <xs:attribute ref="soapenc:arrayType" n1:arrayType="ns1:TInventoryTransfer[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/"/>
          </xs:restriction>
        </xs:complexContent>
      </xs:complexType>
      <xs:complexType name="TInventoryTransfer">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="ItemCode" type="xs:string"/>
          <xs:element name="Quantity" type="xs:double"/>
          <xs:element name="FromWarehouse" type="xs:string"/>
          <xs:element name="ToWarehouse" type="xs:string"/>
          <xs:element name="Comment" type="xs:string"/>
          <xs:element name="ExtraProperties" type="ns1:ArrayOfExtraProperties"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="TInventoryTransferOptions">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="Append" type="xs:boolean"/>
          <xs:element name="Post" type="xs:boolean"/>
          <xs:element name="Description" type="xs:string"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="TFabricationGetOptions">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="Number" type="xs:string"/>
          <xs:element name="Modified" type="xs:dateTime"/>
          <xs:element name="ProcessStatus" type="ns3:TComboBox_BOMProcessStatus"/>
          <xs:element name="ExcludeLines" type="xs:boolean"/>
          <xs:element name="ExtraProperties" type="ns2:ArrayOfString"/>
          <xs:element name="ExtraLineProperties" type="ns2:ArrayOfString"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="ArrayOfFabrication">
        <xs:complexContent>
          <xs:restriction base="soapenc:Array">
            <sequence xmlns="http://www.w3.org/2001/XMLSchema"/>
            <xs:attribute ref="soapenc:arrayType" n1:arrayType="ns1:TFabrication[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/"/>
          </xs:restriction>
        </xs:complexContent>
      </xs:complexType>
      <xs:complexType name="TFabrication">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="ID" type="xs:int"/>
          <xs:element name="Number" type="xs:int"/>
          <xs:element name="BOMNumber" type="xs:string"/>
          <xs:element name="Batch" type="xs:string"/>
          <xs:element name="Units" type="xs:string"/>
          <xs:element name="Text" type="xs:string"/>
          <xs:element name="Quantity" type="xs:double"/>
          <xs:element name="Status" type="ns3:TComboBox_BomJournalLineDeliveryStatus"/>
          <xs:element name="ProcessStatus" type="ns3:TComboBox_BOMProcessStatus"/>
          <xs:element name="Lines" type="ns1:ArrayOfFabricationLine"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="ArrayOfFabricationLine">
        <xs:complexContent>
          <xs:restriction base="soapenc:Array">
            <sequence xmlns="http://www.w3.org/2001/XMLSchema"/>
            <xs:attribute ref="soapenc:arrayType" n1:arrayType="ns1:TFabricationLine[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/"/>
          </xs:restriction>
        </xs:complexContent>
      </xs:complexType>
      <xs:complexType name="TFabricationLine">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="ExtraProperties" type="ns1:ArrayOfExtraProperties"/>
          <xs:element name="ID" type="xs:int"/>
          <xs:element name="ItemCode" type="xs:string"/>
          <xs:element name="Quantity" type="xs:double"/>
          <xs:element name="UsedQuantity" type="xs:double"/>
          <xs:element name="Reference" type="xs:string"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="ArrayOfVendors">
        <xs:complexContent>
          <xs:restriction base="soapenc:Array">
            <sequence xmlns="http://www.w3.org/2001/XMLSchema"/>
            <xs:attribute ref="soapenc:arrayType" n1:arrayType="ns1:TVendor[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/"/>
          </xs:restriction>
        </xs:complexContent>
      </xs:complexType>
      <xs:complexType name="TVendor">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="RecordId" type="xs:int"/>
          <xs:element name="Number" type="xs:string"/>
          <xs:element name="Name" type="xs:string"/>
          <xs:element name="SSNumber" type="xs:string"/>
          <xs:element name="Address1" type="xs:string"/>
          <xs:element name="Address2" type="xs:string"/>
          <xs:element name="Address3" type="xs:string"/>
          <xs:element name="ZipCode" type="xs:string"/>
          <xs:element name="City" type="xs:string"/>
          <xs:element name="CountryCode" type="xs:string"/>
          <xs:element name="CountryName" type="xs:string"/>
          <xs:element name="CountyCode" type="xs:string"/>
          <xs:element name="Phone" type="xs:string"/>
          <xs:element name="PhoneLocal" type="xs:string"/>
          <xs:element name="PhoneMobile" type="xs:string"/>
          <xs:element name="PhoneFax" type="xs:string"/>
          <xs:element name="Email" type="xs:string"/>
          <xs:element name="Discount" type="xs:double"/>
          <xs:element name="PaymentType" type="xs:string"/>
          <xs:element name="CurrencyCode" type="xs:string"/>
          <xs:element name="NoVat" type="xs:boolean"/>
          <xs:element name="LedgerCode" type="xs:string"/>
          <xs:element name="RecordCreated" type="xs:dateTime"/>
          <xs:element name="RecordModified" type="xs:dateTime"/>
          <xs:element name="BalanceAmount" type="xs:double"/>
          <xs:element name="Memos" type="ns1:ArrayOfMemo"/>
          <xs:element name="Attachments" type="ns1:ArrayOfAttachment"/>
          <xs:element name="ExtraProperties" type="ns1:ArrayOfExtraProperties"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="TInvoice">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="Options" type="ns1:TInvoiceOptions"/>
          <xs:element name="RecordID" type="xs:int"/>
          <xs:element name="InvoiceNumber" type="xs:string"/>
          <xs:element name="OrderNumber" type="xs:int"/>
          <xs:element name="Origin" type="ns3:TComboBox_SOOrigin"/>
          <xs:element name="SalesOrderType" type="ns1:TSalesOrderType"/>
          <xs:element name="CustomerNumber" type="xs:string"/>
          <xs:element name="Customer" type="ns1:TCustomer"/>
          <xs:element name="InvoiceDate" type="xs:dateTime"/>
          <xs:element name="SalePerson" type="xs:string"/>
          <xs:element name="TotalAmount" type="xs:double"/>
          <xs:element name="TotalAmountWithTax" type="xs:double"/>
          <xs:element name="ItemReceiver" type="ns1:TItemReceiver"/>
          <xs:element name="ItemReciverContact" type="xs:string"/>
          <xs:element name="ContactNumber" type="xs:string"/>
          <xs:element name="Contact" type="ns1:TContact"/>
          <xs:element name="Lines" type="ns1:ArrayOfInvoiceLine"/>
          <xs:element name="Payments" type="ns1:ArrayOfPayments"/>
          <xs:element name="PaymentTerm" type="xs:string"/>
          <xs:element name="ReferenceNumber" type="xs:string"/>
          <xs:element name="Reference" type="ns1:TReference"/>
          <xs:element name="CurrencyCode" type="xs:string"/>
          <xs:element name="Text1" type="xs:string"/>
          <xs:element name="Text2" type="xs:string"/>
          <xs:element name="Dim1" type="xs:string"/>
          <xs:element name="Job" type="ns1:TJob"/>
          <xs:element name="ClaimStatus" type="ns3:TComboBox_BSSClaimStatus"/>
          <xs:element name="SettledType" type="ns3:TComboBox_Settled"/>
          <xs:element name="SettledAmount" type="xs:double"/>
          <xs:element name="Discount" type="xs:double"/>
          <xs:element name="DiscountPercent" type="xs:double"/>
          <xs:element name="ExtraProperties" type="ns1:ArrayOfExtraProperties"/>
          <xs:element name="AttachmentFile" type="ns1:TAttachmentFile"/>
          <xs:element name="Exchange" type="xs:double"/>
          <xs:element name="HeadOriginType" type="ns3:TComboBox_SOHeadOriginType"/>
          <xs:element name="ExternalInvoiceNumber" type="xs:int"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="TInvoiceOptions">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="Customer" type="ns1:TActionMethod"/>
          <xs:element name="Contact" type="ns1:TActionMethod"/>
          <xs:element name="Itemreciver" type="ns1:TActionMethod"/>
          <xs:element name="Job" type="ns1:TActionMethod"/>
          <xs:element name="Reference" type="ns1:TActionMethod"/>
          <xs:element name="FindNewPrices" type="xs:boolean"/>
          <xs:element name="isPrescription" type="xs:boolean"/>
          <xs:element name="IncludeAttachment" type="xs:boolean"/>
          <xs:element name="ExtraProperties" type="ns2:ArrayOfString"/>
          <xs:element name="LineExtraProperties" type="ns2:ArrayOfString"/>
          <xs:element name="SendClaim" type="xs:boolean"/>
        </sequence>
      </xs:complexType>
      <xs:simpleType name="TActionMethod">
        <xs:restriction base="xs:string">
          <xs:enumeration value="_ActionUse"/>
          <xs:enumeration value="_ActionInsert"/>
          <xs:enumeration value="_ActionEdit"/>
          <xs:enumeration value="_ActionInsertEdit"/>
          <xs:enumeration value="_ActionInsertMerge"/>
          <xs:enumeration value="_ActionUseInsert"/>
        </xs:restriction>
      </xs:simpleType>
      <xs:simpleType name="TSalesOrderType">
        <xs:restriction base="xs:string">
          <xs:enumeration value="_sotDebetSale"/>
          <xs:enumeration value="_sotCreditSale"/>
          <xs:enumeration value="_sotReturnSale"/>
          <xs:enumeration value="_sotAfreikningur"/>
          <xs:enumeration value="_sotBakfaerdurAfreikningur"/>
        </xs:restriction>
      </xs:simpleType>
      <xs:complexType name="TCustomer">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="RecordID" type="xs:int"/>
          <xs:element name="Number" type="xs:string"/>
          <xs:element name="Name" type="xs:string"/>
          <xs:element name="SSNumber" type="xs:string"/>
          <xs:element name="Address1" type="xs:string"/>
          <xs:element name="Address2" type="xs:string"/>
          <xs:element name="Address3" type="xs:string"/>
          <xs:element name="Address4" type="xs:string"/>
          <xs:element name="ZipCode" type="xs:string"/>
          <xs:element name="City" type="xs:string"/>
          <xs:element name="CountryCode" type="xs:string"/>
          <xs:element name="CountryName" type="xs:string"/>
          <xs:element name="CountyCode" type="xs:string"/>
          <xs:element name="OriginCountryCode" type="xs:string"/>
          <xs:element name="Phone" type="xs:string"/>
          <xs:element name="PhoneLocal" type="xs:string"/>
          <xs:element name="PhoneMobile" type="xs:string"/>
          <xs:element name="PhoneFax" type="xs:string"/>
          <xs:element name="Email" type="xs:string"/>
          <xs:element name="Password" type="xs:string"/>
          <xs:element name="Group" type="xs:string"/>
          <xs:element name="SalesPerson" type="xs:string"/>
          <xs:element name="Discount" type="xs:double"/>
          <xs:element name="ItemReceivers" type="ns1:ArrayOfItemReceiver"/>
          <xs:element name="UseItemReceiver" type="xs:boolean"/>
          <xs:element name="Contacts" type="ns1:ArrayOfContacts"/>
          <xs:element name="PaymentTerm" type="xs:string"/>
          <xs:element name="PaymentMode" type="xs:string"/>
          <xs:element name="BSSID" type="xs:string"/>
          <xs:element name="BSSCondition" type="ns3:TComboBox_BSSCondition"/>
          <xs:element name="CurrencyCode" type="xs:string"/>
          <xs:element name="NoVat" type="xs:boolean"/>
          <xs:element name="LedgerCode" type="xs:string"/>
          <xs:element name="RecordCreated" type="xs:dateTime"/>
          <xs:element name="RecordModified" type="xs:dateTime"/>
          <xs:element name="Blocked" type="xs:boolean"/>
          <xs:element name="Gender" type="ns1:TGender"/>
          <xs:element name="CreditCard" type="ns1:TCreditCard"/>
          <xs:element name="PriceGroup" type="ns3:TComboBox_PriceGroup"/>
          <xs:element name="BillingFree" type="xs:double"/>
          <xs:element name="Properties" type="ns1:ArrayOfCustomerProperties"/>
          <xs:element name="Memos" type="ns1:ArrayOfMemo"/>
          <xs:element name="Changes" type="ns1:ArrayOfRecordChanges"/>
          <xs:element name="Attachments" type="ns1:ArrayOfAttachment"/>
          <xs:element name="Invoices" type="ns1:ArrayOfInvoiceList"/>
          <xs:element name="BalanceAmount" type="xs:double"/>
          <xs:element name="NotSendToRetailSystem" type="xs:boolean"/>
          <xs:element name="Jobs" type="ns1:ArrayOfJobs"/>
          <xs:element name="ExtraProperties" type="ns1:ArrayOfExtraProperties"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="ArrayOfItemReceiver">
        <xs:complexContent>
          <xs:restriction base="soapenc:Array">
            <sequence xmlns="http://www.w3.org/2001/XMLSchema"/>
            <xs:attribute ref="soapenc:arrayType" n1:arrayType="ns1:TItemReceiver[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/"/>
          </xs:restriction>
        </xs:complexContent>
      </xs:complexType>
      <xs:complexType name="ArrayOfContacts">
        <xs:complexContent>
          <xs:restriction base="soapenc:Array">
            <sequence xmlns="http://www.w3.org/2001/XMLSchema"/>
            <xs:attribute ref="soapenc:arrayType" n1:arrayType="ns1:TContact[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/"/>
          </xs:restriction>
        </xs:complexContent>
      </xs:complexType>
      <xs:simpleType name="TGender">
        <xs:restriction base="xs:string">
          <xs:enumeration value="_consMale"/>
          <xs:enumeration value="_consFemale"/>
          <xs:enumeration value="_consGenderCompany"/>
          <xs:enumeration value="_consNoGender"/>
          <xs:enumeration value="_consNotExists"/>
          <xs:enumeration value="_cbBoy"/>
          <xs:enumeration value="_cbGirl"/>
          <xs:enumeration value="_NonBinary"/>
        </xs:restriction>
      </xs:simpleType>
      <xs:complexType name="TCreditCard">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="CardType" type="ns3:TComboBox_ARCreditCardType"/>
          <xs:element name="CardNumber" type="xs:string"/>
          <xs:element name="CVC" type="xs:int"/>
          <xs:element name="ExpDate" type="xs:dateTime"/>
          <xs:element name="SSNumber" type="xs:string"/>
          <xs:element name="Name" type="xs:string"/>
          <xs:element name="CardToken" type="xs:string"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="ArrayOfCustomerProperties">
        <xs:complexContent>
          <xs:restriction base="soapenc:Array">
            <sequence xmlns="http://www.w3.org/2001/XMLSchema"/>
            <xs:attribute ref="soapenc:arrayType" n1:arrayType="ns1:TCustomerProperty[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/"/>
          </xs:restriction>
        </xs:complexContent>
      </xs:complexType>
      <xs:complexType name="ArrayOfInvoiceList">
        <xs:complexContent>
          <xs:restriction base="soapenc:Array">
            <sequence xmlns="http://www.w3.org/2001/XMLSchema"/>
            <xs:attribute ref="soapenc:arrayType" n1:arrayType="ns1:TInvoiceEntry[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/"/>
          </xs:restriction>
        </xs:complexContent>
      </xs:complexType>
      <xs:complexType name="ArrayOfJobs">
        <xs:complexContent>
          <xs:restriction base="soapenc:Array">
            <sequence xmlns="http://www.w3.org/2001/XMLSchema"/>
            <xs:attribute ref="soapenc:arrayType" n1:arrayType="ns1:TJob[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/"/>
          </xs:restriction>
        </xs:complexContent>
      </xs:complexType>
      <xs:complexType name="TItemReceiver">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="RecordId" type="xs:int"/>
          <xs:element name="Customer" type="xs:string"/>
          <xs:element name="Number" type="xs:string"/>
          <xs:element name="Name" type="xs:string"/>
          <xs:element name="Address1" type="xs:string"/>
          <xs:element name="Address2" type="xs:string"/>
          <xs:element name="Address3" type="xs:string"/>
          <xs:element name="Address4" type="xs:string"/>
          <xs:element name="ZipCode" type="xs:string"/>
          <xs:element name="City" type="xs:string"/>
          <xs:element name="CountryCode" type="xs:string"/>
          <xs:element name="SSNumber" type="xs:string"/>
          <xs:element name="Phone" type="xs:string"/>
          <xs:element name="PhoneLocal" type="xs:string"/>
          <xs:element name="PhoneMobile" type="xs:string"/>
          <xs:element name="Fax" type="xs:string"/>
          <xs:element name="Email" type="xs:string"/>
          <xs:element name="URL" type="xs:string"/>
          <xs:element name="Telex" type="xs:string"/>
          <xs:element name="EANNumber" type="xs:string"/>
          <xs:element name="VATNumber" type="xs:string"/>
          <xs:element name="Blocked" type="xs:boolean"/>
          <xs:element name="Modified" type="xs:dateTime"/>
          <xs:element name="ExtraProperties" type="ns1:ArrayOfExtraProperties"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="TContact">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="RecordId" type="xs:int"/>
          <xs:element name="Customer" type="xs:string"/>
          <xs:element name="Number" type="xs:string"/>
          <xs:element name="Name" type="xs:string"/>
          <xs:element name="Title" type="xs:string"/>
          <xs:element name="Address1" type="xs:string"/>
          <xs:element name="Address2" type="xs:string"/>
          <xs:element name="Address3" type="xs:string"/>
          <xs:element name="ZipCode" type="xs:string"/>
          <xs:element name="City" type="xs:string"/>
          <xs:element name="CountryCode" type="xs:string"/>
          <xs:element name="Department" type="xs:string"/>
          <xs:element name="SSNumber" type="xs:string"/>
          <xs:element name="Phone" type="xs:string"/>
          <xs:element name="PhoneLocal" type="xs:string"/>
          <xs:element name="PhoneMobile" type="xs:string"/>
          <xs:element name="Fax" type="xs:string"/>
          <xs:element name="Email" type="xs:string"/>
          <xs:element name="URL" type="xs:string"/>
          <xs:element name="Telex" type="xs:string"/>
          <xs:element name="JobTitleCode" type="xs:string"/>
          <xs:element name="Modified" type="xs:dateTime"/>
          <xs:element name="ExtraProperties" type="ns1:ArrayOfExtraProperties"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="ArrayOfInvoiceLine">
        <xs:complexContent>
          <xs:restriction base="soapenc:Array">
            <sequence xmlns="http://www.w3.org/2001/XMLSchema"/>
            <xs:attribute ref="soapenc:arrayType" n1:arrayType="ns1:TInvoiceLine[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/"/>
          </xs:restriction>
        </xs:complexContent>
      </xs:complexType>
      <xs:complexType name="ArrayOfPayments">
        <xs:complexContent>
          <xs:restriction base="soapenc:Array">
            <sequence xmlns="http://www.w3.org/2001/XMLSchema"/>
            <xs:attribute ref="soapenc:arrayType" n1:arrayType="ns1:TPayment[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/"/>
          </xs:restriction>
        </xs:complexContent>
      </xs:complexType>
      <xs:complexType name="TReference">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="Number" type="xs:string"/>
          <xs:element name="Description" type="xs:string"/>
          <xs:element name="Name" type="xs:string"/>
          <xs:element name="Address1" type="xs:string"/>
          <xs:element name="Address2" type="xs:string"/>
          <xs:element name="SSNumber" type="xs:string"/>
          <xs:element name="ZipCode" type="xs:string"/>
          <xs:element name="City" type="xs:string"/>
          <xs:element name="CountryCode" type="xs:string"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="TJob">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="RecordID" type="xs:int"/>
          <xs:element name="Number" type="xs:string"/>
          <xs:element name="Name" type="xs:string"/>
          <xs:element name="Group" type="xs:string"/>
          <xs:element name="MasterJobNumber" type="xs:string"/>
          <xs:element name="QuotationNumber" type="xs:int"/>
          <xs:element name="CustomerToBill" type="xs:string"/>
          <xs:element name="CustomerNameToBill" type="xs:string"/>
          <xs:element name="CustomerToRecieve" type="xs:string"/>
          <xs:element name="Founder" type="xs:string"/>
          <xs:element name="Owner" type="xs:string"/>
          <xs:element name="Supervisor" type="xs:string"/>
          <xs:element name="Worker" type="xs:string"/>
          <xs:element name="Dim1" type="xs:string"/>
          <xs:element name="Dim2" type="xs:string"/>
          <xs:element name="Dim3" type="xs:string"/>
          <xs:element name="Dim1Required" type="xs:boolean"/>
          <xs:element name="Dim2Required" type="xs:boolean"/>
          <xs:element name="Dim3Required" type="xs:boolean"/>
          <xs:element name="FoundingDate" type="xs:dateTime"/>
          <xs:element name="EstimatedBeginingDate" type="xs:dateTime"/>
          <xs:element name="EstimatedFinishDate" type="xs:dateTime"/>
          <xs:element name="ActualBeginingDate" type="xs:dateTime"/>
          <xs:element name="ActualFinishDate" type="xs:dateTime"/>
          <xs:element name="OptimistDate" type="xs:dateTime"/>
          <xs:element name="PessimistDate" type="xs:dateTime"/>
          <xs:element name="JobType" type="ns3:TComboBox_PjJobType"/>
          <xs:element name="JobStatus" type="ns3:TComboBox_PjJobStatus"/>
          <xs:element name="JobBillingMode" type="ns3:TComboBox_PjBillingMode"/>
          <xs:element name="PhaseId" type="xs:string"/>
          <xs:element name="PhaseRequired" type="xs:boolean"/>
          <xs:element name="TaskId" type="xs:string"/>
          <xs:element name="TaskRequired" type="xs:boolean"/>
          <xs:element name="ForeignName" type="xs:string"/>
          <xs:element name="JobContactName" type="xs:string"/>
          <xs:element name="QuotationAmount" type="xs:double"/>
          <xs:element name="Serialnumber" type="xs:string"/>
          <xs:element name="QuotationAmountWithVAT" type="xs:boolean"/>
          <xs:element name="LedgerCode" type="xs:string"/>
          <xs:element name="DiscountType" type="ns3:TComboBox_PjDiscountType"/>
          <xs:element name="JobDiscountPercent" type="xs:double"/>
          <xs:element name="DiscountOfTime" type="xs:boolean"/>
          <xs:element name="DiscountOfDriveTime" type="xs:boolean"/>
          <xs:element name="DiscountOfCost" type="xs:boolean"/>
          <xs:element name="ForeignPriceForWork" type="xs:double"/>
          <xs:element name="SkipTaxOnInvoice" type="xs:boolean"/>
          <xs:element name="QuotationCurrencyCode" type="xs:string"/>
          <xs:element name="QuotationWorkingHours" type="xs:double"/>
          <xs:element name="QuotationWorkingAmount" type="xs:double"/>
          <xs:element name="QuotationCostAmount" type="xs:double"/>
          <xs:element name="QuotationLicenceAmount" type="xs:double"/>
          <xs:element name="Modified" type="xs:dateTime"/>
          <xs:element name="JobDescription" type="xs:string"/>
          <xs:element name="LinkedPhases" type="ns1:ArrayOfJobPhaseLinks"/>
          <xs:element name="LinkedTasks" type="ns1:ArrayOfJobTaskLinks"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="ArrayOfJobPhaseLinks">
        <xs:complexContent>
          <xs:restriction base="soapenc:Array">
            <sequence xmlns="http://www.w3.org/2001/XMLSchema"/>
            <xs:attribute ref="soapenc:arrayType" n1:arrayType="ns1:TJobPhaseLink[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/"/>
          </xs:restriction>
        </xs:complexContent>
      </xs:complexType>
      <xs:complexType name="ArrayOfJobTaskLinks">
        <xs:complexContent>
          <xs:restriction base="soapenc:Array">
            <sequence xmlns="http://www.w3.org/2001/XMLSchema"/>
            <xs:attribute ref="soapenc:arrayType" n1:arrayType="ns1:TJobTaskLink[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/"/>
          </xs:restriction>
        </xs:complexContent>
      </xs:complexType>
      <xs:complexType name="TCustomerProperty">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="ID" type="xs:int"/>
          <xs:element name="Attribute" type="xs:string"/>
          <xs:element name="Option" type="xs:string"/>
          <xs:element name="Comment" type="xs:string"/>
          <xs:element name="Modified" type="xs:dateTime"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="TInvoiceEntry">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="InvoiceNumber" type="xs:string"/>
          <xs:element name="CustomerNumber" type="xs:string"/>
          <xs:element name="InvoiceDate" type="xs:dateTime"/>
          <xs:element name="TotalAmount" type="xs:double"/>
          <xs:element name="TotalAmountWithTax" type="xs:double"/>
          <xs:element name="ReferenceNumber" type="xs:string"/>
          <xs:element name="CurrencyCode" type="xs:string"/>
          <xs:element name="SettledType" type="ns3:TComboBox_Settled"/>
          <xs:element name="SettledAmount" type="xs:double"/>
          <xs:element name="Discount" type="xs:double"/>
          <xs:element name="DiscountPercent" type="xs:double"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="TJobPhaseLink">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="Phase" type="xs:string"/>
          <xs:element name="Description" type="xs:string"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="TJobTaskLink">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="Task" type="xs:string"/>
          <xs:element name="Description" type="xs:string"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="TInvoiceLine">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="SequenceNumber" type="xs:int"/>
          <xs:element name="ItemCode" type="xs:string"/>
          <xs:element name="Text" type="xs:string"/>
          <xs:element name="Text2" type="xs:string"/>
          <xs:element name="Warehouse" type="xs:string"/>
          <xs:element name="Quantity" type="xs:double"/>
          <xs:element name="UnitCode" type="xs:string"/>
          <xs:element name="UnitPrice" type="xs:double"/>
          <xs:element name="UnitPriceWithTax" type="xs:double"/>
          <xs:element name="Discount" type="xs:double"/>
          <xs:element name="DiscountAmount" type="xs:double"/>
          <xs:element name="DiscountAmountWithTax" type="xs:double"/>
          <xs:element name="TotalAmount" type="xs:double"/>
          <xs:element name="TotalAmountWithTax" type="xs:double"/>
          <xs:element name="Variations" type="ns1:ArrayOfVariation"/>
          <xs:element name="Dim1" type="xs:string"/>
          <xs:element name="Reference" type="xs:string"/>
          <xs:element name="ExtraProperties" type="ns1:ArrayOfExtraProperties"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="TPayment">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="RecordId" type="xs:int"/>
          <xs:element name="PaymentTypeId" type="xs:int"/>
          <xs:element name="Amount" type="xs:double"/>
          <xs:element name="ExtraProperties" type="ns1:ArrayOfExtraProperties"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="TOrder">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="RecordCreated" type="xs:dateTime"/>
          <xs:element name="RecordModified" type="xs:dateTime"/>
          <xs:element name="RecordID" type="xs:int"/>
          <xs:element name="OrderNumber" type="xs:int"/>
          <xs:element name="CustomerNumber" type="xs:string"/>
          <xs:element name="Customer" type="ns1:TCustomer"/>
          <xs:element name="OrderDate" type="xs:dateTime"/>
          <xs:element name="DueDate" type="xs:dateTime"/>
          <xs:element name="SalePerson" type="xs:string"/>
          <xs:element name="TotalAmount" type="xs:double"/>
          <xs:element name="ItemReceiver" type="ns1:TItemReceiver"/>
          <xs:element name="Contact" type="ns1:TContact"/>
          <xs:element name="Lines" type="ns1:ArrayOfOrderLine"/>
          <xs:element name="ReferenceNumber" type="xs:string"/>
          <xs:element name="CustomerOrderNo" type="xs:string"/>
          <xs:element name="CurrencyCode" type="xs:string"/>
          <xs:element name="Exchange" type="xs:double"/>
          <xs:element name="Text1" type="xs:string"/>
          <xs:element name="Text2" type="xs:string"/>
          <xs:element name="Goodsmarking" type="xs:string"/>
          <xs:element name="CustomerOrderDate" type="xs:dateTime"/>
          <xs:element name="RequestedDeliveryDate" type="xs:dateTime"/>
          <xs:element name="Options" type="ns1:TOrderOptions"/>
          <xs:element name="Status" type="ns3:TComboBox_SOHeadStatus"/>
          <xs:element name="DeliveryStatus" type="ns3:TComboBox_SODeliveryStatus"/>
          <xs:element name="HeadOriginType" type="ns3:TComboBox_SOHeadOriginType"/>
          <xs:element name="Origin" type="ns3:TComboBox_SOOrigin"/>
          <xs:element name="ConfirmedDeliveryDate" type="xs:dateTime"/>
          <xs:element name="FinalDeliveryDate" type="xs:dateTime"/>
          <xs:element name="OrgSalesOrderDate" type="xs:dateTime"/>
          <xs:element name="ExtraProperties" type="ns1:ArrayOfExtraProperties"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="ArrayOfOrderLine">
        <xs:complexContent>
          <xs:restriction base="soapenc:Array">
            <sequence xmlns="http://www.w3.org/2001/XMLSchema"/>
            <xs:attribute ref="soapenc:arrayType" n1:arrayType="ns1:TOrderLine[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/"/>
          </xs:restriction>
        </xs:complexContent>
      </xs:complexType>
      <xs:complexType name="TOrderOptions">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="Customer" type="ns1:TActionMethod"/>
          <xs:element name="LookupInVendorItems" type="xs:boolean"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="TOrderLine">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="SequenceNumber" type="xs:int"/>
          <xs:element name="ItemCode" type="xs:string"/>
          <xs:element name="Text" type="xs:string"/>
          <xs:element name="Text2" type="xs:string"/>
          <xs:element name="Warehouse" type="xs:string"/>
          <xs:element name="Quantity" type="xs:double"/>
          <xs:element name="QuantityDelivered" type="xs:double"/>
          <xs:element name="UnitPrice" type="xs:double"/>
          <xs:element name="UnitPriceWithTax" type="xs:double"/>
          <xs:element name="UnitCode" type="xs:string"/>
          <xs:element name="Discount" type="xs:double"/>
          <xs:element name="DiscountPercent" type="xs:double"/>
          <xs:element name="TotalAmount" type="xs:double"/>
          <xs:element name="TotalAmountWithTax" type="xs:double"/>
          <xs:element name="Variations" type="ns1:ArrayOfVariation"/>
          <xs:element name="BarCode" type="xs:string"/>
          <xs:element name="SkipOrderLineInCreate" type="xs:boolean"/>
          <xs:element name="CreatedSalesOrderQuantity" type="xs:double"/>
          <xs:element name="Reference" type="xs:string"/>
          <xs:element name="UseCustomerItemCode" type="xs:boolean"/>
          <xs:element name="EDIOrderNumber" type="xs:string"/>
          <xs:element name="UNDOrderNumber" type="xs:int"/>
          <xs:element name="TheriakDoctor" type="xs:string"/>
          <xs:element name="SIAmount" type="xs:double"/>
          <xs:element name="ExtraProperties" type="ns1:ArrayOfExtraProperties"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="TQuote">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="RecordCreated" type="xs:dateTime"/>
          <xs:element name="RecordModified" type="xs:dateTime"/>
          <xs:element name="ID" type="xs:int"/>
          <xs:element name="Number" type="xs:string"/>
          <xs:element name="QuoteNumber" type="xs:int"/>
          <xs:element name="CustomerNumber" type="xs:string"/>
          <xs:element name="Customer" type="ns1:TCustomer"/>
          <xs:element name="Date" type="xs:dateTime"/>
          <xs:element name="DueDate" type="xs:dateTime"/>
          <xs:element name="SalePerson" type="xs:string"/>
          <xs:element name="Status" type="ns3:TComboBox_SOHeadStatus"/>
          <xs:element name="TotalAmount" type="xs:double"/>
          <xs:element name="TotalAmountWithTax" type="xs:double"/>
          <xs:element name="ItemReceiver" type="ns1:TItemReceiver"/>
          <xs:element name="ItemReciverContact" type="xs:string"/>
          <xs:element name="ContactNumber" type="xs:string"/>
          <xs:element name="Contact" type="ns1:TContact"/>
          <xs:element name="Lines" type="ns1:ArrayOfQuoteLine"/>
          <xs:element name="ReferenceNumber" type="xs:string"/>
          <xs:element name="CurrencyCode" type="xs:string"/>
          <xs:element name="Exchange" type="xs:double"/>
          <xs:element name="Text1" type="xs:string"/>
          <xs:element name="Text2" type="xs:string"/>
          <xs:element name="Discount" type="xs:double"/>
          <xs:element name="DiscountPercent" type="xs:double"/>
          <xs:element name="HeadOriginType" type="ns3:TComboBox_SOHeadOriginType"/>
          <xs:element name="Origin" type="ns3:TComboBox_SOOrigin"/>
          <xs:element name="Options" type="ns1:TQuoteOptions"/>
          <xs:element name="ExtraProperties" type="ns1:ArrayOfExtraProperties"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="ArrayOfQuoteLine">
        <xs:complexContent>
          <xs:restriction base="soapenc:Array">
            <sequence xmlns="http://www.w3.org/2001/XMLSchema"/>
            <xs:attribute ref="soapenc:arrayType" n1:arrayType="ns1:TQuoteLine[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/"/>
          </xs:restriction>
        </xs:complexContent>
      </xs:complexType>
      <xs:complexType name="TQuoteOptions">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="Customer" type="ns1:TActionMethod"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="TQuoteLine">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="SequenceNumber" type="xs:int"/>
          <xs:element name="ItemCode" type="xs:string"/>
          <xs:element name="Text" type="xs:string"/>
          <xs:element name="Text2" type="xs:string"/>
          <xs:element name="Warehouse" type="xs:string"/>
          <xs:element name="Quantity" type="xs:double"/>
          <xs:element name="UnitCode" type="xs:string"/>
          <xs:element name="UnitPrice" type="xs:double"/>
          <xs:element name="UnitPriceWithTax" type="xs:double"/>
          <xs:element name="Discount" type="xs:double"/>
          <xs:element name="DiscountAmount" type="xs:double"/>
          <xs:element name="DiscountAmountWithTax" type="xs:double"/>
          <xs:element name="TotalAmount" type="xs:double"/>
          <xs:element name="TotalAmountWithTax" type="xs:double"/>
          <xs:element name="Variations" type="ns1:ArrayOfVariation"/>
          <xs:element name="Reference" type="xs:string"/>
          <xs:element name="ExtraProperties" type="ns1:ArrayOfExtraProperties"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="ArrayOfItemWarehouse">
        <xs:complexContent>
          <xs:restriction base="soapenc:Array">
            <sequence xmlns="http://www.w3.org/2001/XMLSchema"/>
            <xs:attribute ref="soapenc:arrayType" n1:arrayType="ns1:TItemWarehouse[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/"/>
          </xs:restriction>
        </xs:complexContent>
      </xs:complexType>
      <xs:complexType name="TItemWarehouse">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="ItemCode" type="xs:string"/>
          <xs:element name="Quantity" type="xs:double"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="ArrayOfItemGroups">
        <xs:complexContent>
          <xs:restriction base="soapenc:Array">
            <sequence xmlns="http://www.w3.org/2001/XMLSchema"/>
            <xs:attribute ref="soapenc:arrayType" n1:arrayType="ns1:TItemGroup[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/"/>
          </xs:restriction>
        </xs:complexContent>
      </xs:complexType>
      <xs:complexType name="TItemGroup">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="RecordId" type="xs:int"/>
          <xs:element name="GroupID" type="xs:string"/>
          <xs:element name="Description" type="xs:string"/>
          <xs:element name="UNSPSC" type="xs:string"/>
          <xs:element name="Modified" type="xs:dateTime"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="TCustomerOptions">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="IncludeContacts" type="xs:boolean"/>
          <xs:element name="IncludeItemRecievers" type="xs:boolean"/>
          <xs:element name="IncludeProperties" type="xs:boolean"/>
          <xs:element name="IncludeMemos" type="xs:boolean"/>
          <xs:element name="HTMLEncodeMemos" type="xs:boolean"/>
          <xs:element name="IncludeChanges" type="xs:boolean"/>
          <xs:element name="ChangesFrom" type="xs:dateTime"/>
          <xs:element name="IncludeAttachments" type="xs:boolean"/>
          <xs:element name="ShowAllAttachments" type="xs:boolean"/>
          <xs:element name="IncludeJobs" type="xs:boolean"/>
          <xs:element name="ExtraProperties" type="ns2:ArrayOfString"/>
          <xs:element name="LookupTransactions" type="xs:boolean"/>
          <xs:element name="IncludeInvoiceList" type="xs:boolean"/>
          <xs:element name="ItemReciver" type="xs:string"/>
          <xs:element name="InvoiceLimitFrom" type="xs:dateTime"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="ArrayOfCustomers">
        <xs:complexContent>
          <xs:restriction base="soapenc:Array">
            <sequence xmlns="http://www.w3.org/2001/XMLSchema"/>
            <xs:attribute ref="soapenc:arrayType" n1:arrayType="ns1:TCustomer[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/"/>
          </xs:restriction>
        </xs:complexContent>
      </xs:complexType>
      <xs:complexType name="ArrayOfCustomerGroups">
        <xs:complexContent>
          <xs:restriction base="soapenc:Array">
            <sequence xmlns="http://www.w3.org/2001/XMLSchema"/>
            <xs:attribute ref="soapenc:arrayType" n1:arrayType="ns1:TCustomerGroup[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/"/>
          </xs:restriction>
        </xs:complexContent>
      </xs:complexType>
      <xs:complexType name="TCustomerGroup">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="Number" type="xs:string"/>
          <xs:element name="Description" type="xs:string"/>
          <xs:element name="Modified" type="xs:dateTime"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="ArrayOfBalance">
        <xs:complexContent>
          <xs:restriction base="soapenc:Array">
            <sequence xmlns="http://www.w3.org/2001/XMLSchema"/>
            <xs:attribute ref="soapenc:arrayType" n1:arrayType="ns1:TBalance[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/"/>
          </xs:restriction>
        </xs:complexContent>
      </xs:complexType>
      <xs:complexType name="TBalance">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="Number" type="xs:string"/>
          <xs:element name="Amount" type="xs:double"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="ArrayOfCustomerPaymentTerms">
        <xs:complexContent>
          <xs:restriction base="soapenc:Array">
            <sequence xmlns="http://www.w3.org/2001/XMLSchema"/>
            <xs:attribute ref="soapenc:arrayType" n1:arrayType="ns1:TCustomerPaymentTerm[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/"/>
          </xs:restriction>
        </xs:complexContent>
      </xs:complexType>
      <xs:complexType name="TCustomerPaymentTerm">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="Code" type="xs:string"/>
          <xs:element name="Description" type="xs:string"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="ArrayOfCustomerPaymentModes">
        <xs:complexContent>
          <xs:restriction base="soapenc:Array">
            <sequence xmlns="http://www.w3.org/2001/XMLSchema"/>
            <xs:attribute ref="soapenc:arrayType" n1:arrayType="ns1:TCustomerPaymentMode[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/"/>
          </xs:restriction>
        </xs:complexContent>
      </xs:complexType>
      <xs:complexType name="TCustomerPaymentMode">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="Code" type="xs:string"/>
          <xs:element name="Description" type="xs:string"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="ArrayOfPaymentMode">
        <xs:complexContent>
          <xs:restriction base="soapenc:Array">
            <sequence xmlns="http://www.w3.org/2001/XMLSchema"/>
            <xs:attribute ref="soapenc:arrayType" n1:arrayType="ns1:TPaymentMode[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/"/>
          </xs:restriction>
        </xs:complexContent>
      </xs:complexType>
      <xs:complexType name="TPaymentMode">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="Number" type="xs:string"/>
          <xs:element name="Description" type="xs:string"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="ArrayOfPaymentTerm">
        <xs:complexContent>
          <xs:restriction base="soapenc:Array">
            <sequence xmlns="http://www.w3.org/2001/XMLSchema"/>
            <xs:attribute ref="soapenc:arrayType" n1:arrayType="ns1:TPaymentTerm[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/"/>
          </xs:restriction>
        </xs:complexContent>
      </xs:complexType>
      <xs:complexType name="TPaymentTerm">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="Number" type="xs:string"/>
          <xs:element name="Description" type="xs:string"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="ArrayOfCustomerLedgerCodes">
        <xs:complexContent>
          <xs:restriction base="soapenc:Array">
            <sequence xmlns="http://www.w3.org/2001/XMLSchema"/>
            <xs:attribute ref="soapenc:arrayType" n1:arrayType="ns1:TCustomerLedgerCode[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/"/>
          </xs:restriction>
        </xs:complexContent>
      </xs:complexType>
      <xs:complexType name="TCustomerLedgerCode">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="Code" type="xs:string"/>
          <xs:element name="Description" type="xs:string"/>
          <xs:element name="Account" type="xs:string"/>
          <xs:element name="InterestAccount" type="xs:string"/>
          <xs:element name="InterestTaxAccount" type="xs:string"/>
          <xs:element name="BankAccount" type="xs:string"/>
          <xs:element name="BankServiceAccount" type="xs:string"/>
          <xs:element name="DiscountAccount" type="xs:string"/>
          <xs:element name="FinanceChargeAccount" type="xs:string"/>
          <xs:element name="AfrAccount" type="xs:string"/>
          <xs:element name="CommissionAccount" type="xs:string"/>
          <xs:element name="Modified" type="xs:dateTime"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="TCustomerTransactionsOptions">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="ExtraProperties" type="ns2:ArrayOfString"/>
          <xs:element name="Customer" type="xs:string"/>
          <xs:element name="MaxRecords" type="xs:int"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="ArrayOfCustomerTransactions">
        <xs:complexContent>
          <xs:restriction base="soapenc:Array">
            <sequence xmlns="http://www.w3.org/2001/XMLSchema"/>
            <xs:attribute ref="soapenc:arrayType" n1:arrayType="ns1:TCustomerTransaction[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/"/>
          </xs:restriction>
        </xs:complexContent>
      </xs:complexType>
      <xs:complexType name="TCustomerTransaction">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="RecordId" type="xs:int"/>
          <xs:element name="HeadId" type="xs:int"/>
          <xs:element name="SequenceNumber" type="xs:int"/>
          <xs:element name="Created" type="xs:dateTime"/>
          <xs:element name="Modified" type="xs:dateTime"/>
          <xs:element name="Origin" type="ns3:TComboBox_Origin"/>
          <xs:element name="Customer" type="xs:string"/>
          <xs:element name="JournalDate" type="xs:dateTime"/>
          <xs:element name="Voucher" type="xs:string"/>
          <xs:element name="JournalType" type="xs:int"/>
          <xs:element name="Code" type="ns3:TComboBox_JournalLineCode"/>
          <xs:element name="Text" type="xs:string"/>
          <xs:element name="Reference" type="xs:string"/>
          <xs:element name="InvoiceNumber" type="xs:string"/>
          <xs:element name="DueDate" type="xs:dateTime"/>
          <xs:element name="HCode" type="xs:string"/>
          <xs:element name="HType" type="ns3:TComboBox_JournalHeadType"/>
          <xs:element name="DebCred" type="ns3:TComboBox_DebCred"/>
          <xs:element name="Amount" type="xs:double"/>
          <xs:element name="InputAmount" type="xs:double"/>
          <xs:element name="CurrencyCode" type="xs:string"/>
          <xs:element name="Exchange" type="xs:double"/>
          <xs:element name="CurAmount" type="xs:double"/>
          <xs:element name="SettleAmount" type="xs:double"/>
          <xs:element name="SettleCurAmount" type="xs:double"/>
          <xs:element name="SettledType" type="ns3:TComboBox_Settled"/>
          <xs:element name="SettledId" type="xs:int"/>
          <xs:element name="LedgerAccount" type="xs:string"/>
          <xs:element name="ARRecordType" type="ns3:TComboBox_ARRecordType"/>
          <xs:element name="ExtraProperties" type="ns1:ArrayOfExtraProperties"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="TINSystemPriceOrigins">
        <xs:complexContent>
          <xs:restriction base="soapenc:Array">
            <sequence xmlns="http://www.w3.org/2001/XMLSchema"/>
            <xs:attribute ref="soapenc:arrayType" n1:arrayType="ns1:TINSystemPriceOrigin[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/"/>
          </xs:restriction>
        </xs:complexContent>
      </xs:complexType>
      <xs:complexType name="TINSystemPriceOrigin">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="PriceOrigin" type="xs:int"/>
          <xs:element name="PriceOriginDescription" type="xs:string"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="TARCustInItemPriceDetails">
        <xs:complexContent>
          <xs:restriction base="soapenc:Array">
            <sequence xmlns="http://www.w3.org/2001/XMLSchema"/>
            <xs:attribute ref="soapenc:arrayType" n1:arrayType="ns1:TARCustInItemPriceDetail[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/"/>
          </xs:restriction>
        </xs:complexContent>
      </xs:complexType>
      <xs:complexType name="TARCustInItemPriceDetail">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="ItemCode" type="xs:string"/>
          <xs:element name="Quantity" type="xs:double"/>
          <xs:element name="UnitPrice" type="xs:double"/>
          <xs:element name="DiscountPercent" type="xs:double"/>
          <xs:element name="NetAmount" type="xs:double"/>
          <xs:element name="NetAmountWithTax" type="xs:double"/>
          <xs:element name="BruttoAmount" type="xs:double"/>
          <xs:element name="BruttoAmountWithTax" type="xs:double"/>
          <xs:element name="BruttoCurAmount" type="xs:double"/>
          <xs:element name="PriceOrigin" type="xs:int"/>
          <xs:element name="PriceOriginDescription" type="xs:string"/>
          <xs:element name="CompareDate" type="xs:date"/>
          <xs:element name="IsContractual" type="xs:boolean"/>
          <xs:element name="IsDiscountTable" type="xs:boolean"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="TARCustAdvancedDiscountDetail">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="UserId" type="xs:string"/>
          <xs:element name="UserName" type="xs:string"/>
          <xs:element name="CustomerId" type="xs:string"/>
          <xs:element name="CustomerName" type="xs:string"/>
          <xs:element name="IsAdvancedDiscountManage" type="xs:boolean"/>
          <xs:element name="MaximumDiscountPercent" type="xs:double"/>
          <xs:element name="StandardDiscountPercent" type="xs:double"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="ArrayOfSubscriptionType">
        <xs:complexContent>
          <xs:restriction base="soapenc:Array">
            <sequence xmlns="http://www.w3.org/2001/XMLSchema"/>
            <xs:attribute ref="soapenc:arrayType" n1:arrayType="ns1:TSubscriptionType[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/"/>
          </xs:restriction>
        </xs:complexContent>
      </xs:complexType>
      <xs:complexType name="TSubscriptionType">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="Number" type="xs:string"/>
          <xs:element name="Description" type="xs:string"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="TSubscription">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="Types" type="ns1:ArrayOfSubscriptionType"/>
          <xs:element name="Customer" type="ns1:TCustomer"/>
          <xs:element name="Subscriber" type="ns1:TSubscriber"/>
          <xs:element name="CreditCard" type="ns1:TCreditCard"/>
          <xs:element name="Saleperson" type="xs:string"/>
          <xs:element name="ContactName" type="xs:string"/>
          <xs:element name="ItemCode" type="xs:string"/>
          <xs:element name="PaymentTerm" type="xs:string"/>
          <xs:element name="PaymentMode" type="xs:string"/>
          <xs:element name="Memo" type="xs:string"/>
          <xs:element name="IsDisabled" type="xs:boolean"/>
          <xs:element name="CampaignId" type="xs:string"/>
          <xs:element name="IntrestRate" type="xs:double"/>
          <xs:element name="SkipInDistribution" type="xs:boolean"/>
          <xs:element name="Trial" type="ns1:TTrialSubscription"/>
          <xs:element name="Rate" type="ns1:TSubscriptionRate"/>
          <xs:element name="Discount" type="ns1:TSubscriptionDiscount"/>
          <xs:element name="Description" type="xs:string"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="TSubscriber">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="Number" type="xs:string"/>
          <xs:element name="FullName" type="xs:string"/>
          <xs:element name="Title" type="xs:string"/>
          <xs:element name="FirstName" type="xs:string"/>
          <xs:element name="MiddleName" type="xs:string"/>
          <xs:element name="SurName" type="xs:string"/>
          <xs:element name="SSNumber" type="xs:string"/>
          <xs:element name="Address1" type="xs:string"/>
          <xs:element name="Address2" type="xs:string"/>
          <xs:element name="Address3" type="xs:string"/>
          <xs:element name="Address4" type="xs:string"/>
          <xs:element name="ZipCode" type="xs:string"/>
          <xs:element name="City" type="xs:string"/>
          <xs:element name="CountyCode" type="xs:string"/>
          <xs:element name="CountryCode" type="xs:string"/>
          <xs:element name="OriginCountryCode" type="xs:string"/>
          <xs:element name="Phone1" type="xs:string"/>
          <xs:element name="Phone2" type="xs:string"/>
          <xs:element name="MobilePhone1" type="xs:string"/>
          <xs:element name="MobilePhone2" type="xs:string"/>
          <xs:element name="Fax" type="xs:string"/>
          <xs:element name="Email" type="xs:string"/>
          <xs:element name="URL" type="xs:string"/>
          <xs:element name="Group" type="xs:string"/>
          <xs:element name="Gender" type="ns1:TGender"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="TTrialSubscription">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="ItemCode" type="xs:string"/>
          <xs:element name="Expires" type="xs:dateTime"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="TSubscriptionRate">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="IntervalType" type="ns3:TComboBox_ORMemberFeeRate"/>
          <xs:element name="RateMonth" type="xs:int"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="TSubscriptionDiscount">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="Percent" type="xs:double"/>
          <xs:element name="Expires" type="xs:dateTime"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="TSubscriptionOptions">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="CustomerAction" type="ns1:TActionMethod"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="ArrayOfSubscriptions">
        <xs:complexContent>
          <xs:restriction base="soapenc:Array">
            <sequence xmlns="http://www.w3.org/2001/XMLSchema"/>
            <xs:attribute ref="soapenc:arrayType" n1:arrayType="ns1:TSubscription[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/"/>
          </xs:restriction>
        </xs:complexContent>
      </xs:complexType>
      <xs:complexType name="ArrayOfSubscriber">
        <xs:complexContent>
          <xs:restriction base="soapenc:Array">
            <sequence xmlns="http://www.w3.org/2001/XMLSchema"/>
            <xs:attribute ref="soapenc:arrayType" n1:arrayType="ns1:TSubscriber[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/"/>
          </xs:restriction>
        </xs:complexContent>
      </xs:complexType>
      <xs:complexType name="TVendorGetOptions">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="Modified" type="xs:dateTime"/>
          <xs:element name="MaxRecords" type="xs:int"/>
          <xs:element name="Filter" type="ns1:ArrayOfExtraProperties"/>
          <xs:element name="ExtraProperties" type="ns2:ArrayOfString"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="TVendorItem">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="Vendor" type="xs:string"/>
          <xs:element name="Code" type="xs:string"/>
          <xs:element name="Description" type="xs:string"/>
          <xs:element name="TaxRate" type="xs:double"/>
          <xs:element name="CurrencyCode" type="xs:string"/>
          <xs:element name="Group" type="xs:string"/>
          <xs:element name="Barcode" type="xs:string"/>
          <xs:element name="ListPrice" type="xs:double"/>
          <xs:element name="SuggestedPrice" type="xs:double"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="ArrayOfVendorItem">
        <xs:complexContent>
          <xs:restriction base="soapenc:Array">
            <sequence xmlns="http://www.w3.org/2001/XMLSchema"/>
            <xs:attribute ref="soapenc:arrayType" n1:arrayType="ns1:TVendorItem[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/"/>
          </xs:restriction>
        </xs:complexContent>
      </xs:complexType>
      <xs:complexType name="TVendorTransactionsOptions">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="ExtraProperties" type="ns2:ArrayOfString"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="ArrayOfVendorTransactions">
        <xs:complexContent>
          <xs:restriction base="soapenc:Array">
            <sequence xmlns="http://www.w3.org/2001/XMLSchema"/>
            <xs:attribute ref="soapenc:arrayType" n1:arrayType="ns1:TVendorTransaction[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/"/>
          </xs:restriction>
        </xs:complexContent>
      </xs:complexType>
      <xs:complexType name="TVendorTransaction">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="RecordId" type="xs:int"/>
          <xs:element name="HeadId" type="xs:int"/>
          <xs:element name="SequenceNumber" type="xs:int"/>
          <xs:element name="Created" type="xs:dateTime"/>
          <xs:element name="Modified" type="xs:dateTime"/>
          <xs:element name="Origin" type="ns3:TComboBox_Origin"/>
          <xs:element name="Vendor" type="xs:string"/>
          <xs:element name="JournalDate" type="xs:dateTime"/>
          <xs:element name="Voucher" type="xs:string"/>
          <xs:element name="JournalType" type="xs:int"/>
          <xs:element name="Code" type="ns3:TComboBox_JournalLineCode"/>
          <xs:element name="Text" type="xs:string"/>
          <xs:element name="Reference" type="xs:string"/>
          <xs:element name="InvoiceNumber" type="xs:string"/>
          <xs:element name="DueDate" type="xs:dateTime"/>
          <xs:element name="HCode" type="xs:string"/>
          <xs:element name="HType" type="ns3:TComboBox_JournalHeadType"/>
          <xs:element name="DebCred" type="ns3:TComboBox_DebCred"/>
          <xs:element name="Amount" type="xs:double"/>
          <xs:element name="InputAmount" type="xs:double"/>
          <xs:element name="CurrencyCode" type="xs:string"/>
          <xs:element name="Exchange" type="xs:double"/>
          <xs:element name="CurAmount" type="xs:double"/>
          <xs:element name="SettleAmount" type="xs:double"/>
          <xs:element name="SettleCurAmount" type="xs:double"/>
          <xs:element name="SettledType" type="ns3:TComboBox_Settled"/>
          <xs:element name="SettledId" type="xs:int"/>
          <xs:element name="LedgerAccount" type="xs:string"/>
          <xs:element name="APRecordType" type="ns3:TComboBox_APRecordType"/>
          <xs:element name="APPaymentStatus" type="ns3:TComboBox_InputSchemeCommandType"/>
          <xs:element name="ExtraProperties" type="ns1:ArrayOfExtraProperties"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="TVendorInvoiceOptions">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="ExtraProperties" type="ns2:ArrayOfString"/>
          <xs:element name="ExtraLineProperties" type="ns2:ArrayOfString"/>
          <xs:element name="InvoiceType" type="ns1:TVendorInvoiceType"/>
          <xs:element name="IncludeLines" type="xs:boolean"/>
          <xs:element name="Posted" type="xs:boolean"/>
          <xs:element name="FilterApproval" type="xs:boolean"/>
          <xs:element name="IncludeApproval" type="xs:boolean"/>
          <xs:element name="InvoiceID" type="xs:int"/>
          <xs:element name="InvoiceFrom" type="xs:dateTime"/>
          <xs:element name="Vendor" type="xs:string"/>
          <xs:element name="MaxRecords" type="xs:int"/>
        </sequence>
      </xs:complexType>
      <xs:simpleType name="TVendorInvoiceType">
        <xs:restriction base="xs:string">
          <xs:enumeration value="_vitUnPosted"/>
          <xs:enumeration value="_vitPosted"/>
        </xs:restriction>
      </xs:simpleType>
      <xs:complexType name="ArrayOfVendorInvoice">
        <xs:complexContent>
          <xs:restriction base="soapenc:Array">
            <sequence xmlns="http://www.w3.org/2001/XMLSchema"/>
            <xs:attribute ref="soapenc:arrayType" n1:arrayType="ns1:TVendorInvoice[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/"/>
          </xs:restriction>
        </xs:complexContent>
      </xs:complexType>
      <xs:complexType name="TVendorInvoice">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="ID" type="xs:int"/>
          <xs:element name="Modified" type="xs:dateTime"/>
          <xs:element name="Vendor" type="xs:string"/>
          <xs:element name="VendorName" type="xs:string"/>
          <xs:element name="InvoiceNumber" type="xs:string"/>
          <xs:element name="InvoiceDate" type="xs:dateTime"/>
          <xs:element name="ReceivedDate" type="xs:dateTime"/>
          <xs:element name="DueDate" type="xs:dateTime"/>
          <xs:element name="Voucher" type="xs:string"/>
          <xs:element name="Text" type="xs:string"/>
          <xs:element name="Reference" type="xs:string"/>
          <xs:element name="InvoiceType" type="ns3:TComboBox_DebCred"/>
          <xs:element name="Amount" type="xs:double"/>
          <xs:element name="CurrencyCode" type="xs:string"/>
          <xs:element name="Exchange" type="xs:double"/>
          <xs:element name="Lines" type="ns1:ArrayOfVendorInvoiceLines"/>
          <xs:element name="Approval1" type="ns1:TVendorInvoiceApproval"/>
          <xs:element name="Approval2" type="ns1:TVendorInvoiceApproval"/>
          <xs:element name="Approval3" type="ns1:TVendorInvoiceApproval"/>
          <xs:element name="ExtraProperties" type="ns1:ArrayOfExtraProperties"/>
          <xs:element name="HasAttachment" type="xs:boolean"/>
          <xs:element name="Origin" type="ns3:TComboBox_APInvoiceOrigin"/>
          <xs:element name="Dim1" type="xs:string"/>
          <xs:element name="Dim2" type="xs:string"/>
          <xs:element name="Description" type="xs:string"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="ArrayOfVendorInvoiceLines">
        <xs:complexContent>
          <xs:restriction base="soapenc:Array">
            <sequence xmlns="http://www.w3.org/2001/XMLSchema"/>
            <xs:attribute ref="soapenc:arrayType" n1:arrayType="ns1:TVendorInvoiceLine[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/"/>
          </xs:restriction>
        </xs:complexContent>
      </xs:complexType>
      <xs:complexType name="TVendorInvoiceApproval">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="ApprovedBy" type="xs:string"/>
          <xs:element name="ToApprovement" type="xs:dateTime"/>
          <xs:element name="FromApprovement" type="xs:dateTime"/>
          <xs:element name="ApprovedStatus" type="ns3:TComboBox_APApporvedStatus"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="TVendorInvoiceLine">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="Head" type="xs:int"/>
          <xs:element name="Sequence" type="xs:int"/>
          <xs:element name="Account" type="xs:string"/>
          <xs:element name="Text" type="xs:string"/>
          <xs:element name="Reference" type="xs:string"/>
          <xs:element name="TaxPercent" type="xs:double"/>
          <xs:element name="LineType" type="ns3:TComboBox_InvoiceLineType"/>
          <xs:element name="Amount" type="xs:double"/>
          <xs:element name="Code" type="ns3:TComboBox_JournalLineCode"/>
          <xs:element name="ExtraProperties" type="ns1:ArrayOfExtraProperties"/>
          <xs:element name="Voucher" type="xs:string"/>
          <xs:element name="Dim1" type="xs:string"/>
          <xs:element name="Dim2" type="xs:string"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="TVendorApprovalOptions">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="Status" type="ns3:TComboBox_APApporvedStatus"/>
          <xs:element name="Description" type="xs:string"/>
          <xs:element name="ExtraProperties" type="ns1:ArrayOfExtraProperties"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="TVendorInvoiceAttachmentGetOptions">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="Posted" type="xs:boolean"/>
          <xs:element name="RecordID" type="xs:int"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="ArrayOfAttachmentFile">
        <xs:complexContent>
          <xs:restriction base="soapenc:Array">
            <sequence xmlns="http://www.w3.org/2001/XMLSchema"/>
            <xs:attribute ref="soapenc:arrayType" n1:arrayType="ns1:TAttachmentFile[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/"/>
          </xs:restriction>
        </xs:complexContent>
      </xs:complexType>
      <xs:complexType name="TVendorInvoiceLineOptions">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="Posted" type="xs:boolean"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="ArrayOfPurchaseOrders">
        <xs:complexContent>
          <xs:restriction base="soapenc:Array">
            <sequence xmlns="http://www.w3.org/2001/XMLSchema"/>
            <xs:attribute ref="soapenc:arrayType" n1:arrayType="ns1:TPurchaseOrder[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/"/>
          </xs:restriction>
        </xs:complexContent>
      </xs:complexType>
      <xs:complexType name="TPurchaseOrder">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="PONumber" type="xs:string"/>
          <xs:element name="RecordID" type="xs:int"/>
          <xs:element name="Vendor" type="ns1:TVendor"/>
          <xs:element name="OrderDate" type="xs:dateTime"/>
          <xs:element name="Lines" type="ns1:ArrayOfPurchaseOrderLines"/>
          <xs:element name="Reference" type="xs:string"/>
          <xs:element name="ExtraProperties" type="ns1:ArrayOfExtraProperties"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="ArrayOfPurchaseOrderLines">
        <xs:complexContent>
          <xs:restriction base="soapenc:Array">
            <sequence xmlns="http://www.w3.org/2001/XMLSchema"/>
            <xs:attribute ref="soapenc:arrayType" n1:arrayType="ns1:TPurchaseOrderLine[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/"/>
          </xs:restriction>
        </xs:complexContent>
      </xs:complexType>
      <xs:complexType name="TPurchaseOrderLine">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="HeadID" type="xs:int"/>
          <xs:element name="SequenceID" type="xs:int"/>
          <xs:element name="ItemCode" type="xs:string"/>
          <xs:element name="VendorItemCode" type="xs:string"/>
          <xs:element name="Warehouse" type="xs:string"/>
          <xs:element name="Quantity" type="xs:double"/>
          <xs:element name="Reference" type="xs:string"/>
          <xs:element name="ExtraProperties" type="ns1:ArrayOfExtraProperties"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="TPurchaseOptions">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="ExtraProperties" type="ns2:ArrayOfString"/>
          <xs:element name="ExtraLineProperties" type="ns2:ArrayOfString"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="TSubscriptionOrderFilter">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="ItemCode" type="xs:string"/>
          <xs:element name="SubcriptionGroup" type="xs:string"/>
          <xs:element name="Modified" type="xs:dateTime"/>
          <xs:element name="SubscriptionID" type="xs:int"/>
          <xs:element name="SubscriptionDate" type="xs:dateTime"/>
          <xs:element name="Customer" type="xs:string"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="ArrayOfInvoices">
        <xs:complexContent>
          <xs:restriction base="soapenc:Array">
            <sequence xmlns="http://www.w3.org/2001/XMLSchema"/>
            <xs:attribute ref="soapenc:arrayType" n1:arrayType="ns1:TInvoice[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/"/>
          </xs:restriction>
        </xs:complexContent>
      </xs:complexType>
      <xs:complexType name="TInvoiceGetOptions">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="ExtraProperties" type="ns2:ArrayOfString"/>
          <xs:element name="LineExtraProperties" type="ns2:ArrayOfString"/>
          <xs:element name="ItemReciver" type="xs:string"/>
          <xs:element name="ExcludeLines" type="xs:boolean"/>
          <xs:element name="MaxInvoices" type="xs:int"/>
          <xs:element name="ExcludeObject" type="xs:boolean"/>
          <xs:element name="SalesType" type="ns3:TComboBox_SalesType"/>
          <xs:element name="DisableTranactionCheck" type="xs:boolean"/>
          <xs:element name="Warehouse" type="xs:string"/>
          <xs:element name="IncludeAttachment" type="xs:boolean"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="ArrayOfEmployees">
        <xs:complexContent>
          <xs:restriction base="soapenc:Array">
            <sequence xmlns="http://www.w3.org/2001/XMLSchema"/>
            <xs:attribute ref="soapenc:arrayType" n1:arrayType="ns1:TEmployee[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/"/>
          </xs:restriction>
        </xs:complexContent>
      </xs:complexType>
      <xs:complexType name="TEmployee">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="RecordId" type="xs:int"/>
          <xs:element name="Number" type="xs:string"/>
          <xs:element name="Name" type="xs:string"/>
          <xs:element name="Address1" type="xs:string"/>
          <xs:element name="Address2" type="xs:string"/>
          <xs:element name="Address3" type="xs:string"/>
          <xs:element name="ZipCode" type="xs:string"/>
          <xs:element name="City" type="xs:string"/>
          <xs:element name="CountryCode" type="xs:string"/>
          <xs:element name="SSNumber" type="xs:string"/>
          <xs:element name="Phone" type="xs:string"/>
          <xs:element name="PhoneLocal" type="xs:string"/>
          <xs:element name="PhoneMobile" type="xs:string"/>
          <xs:element name="Fax" type="xs:string"/>
          <xs:element name="Email" type="xs:string"/>
          <xs:element name="URL" type="xs:string"/>
          <xs:element name="StampType" type="ns1:TTimeClockStampType"/>
          <xs:element name="StampStatus" type="xs:int"/>
          <xs:element name="Comment" type="xs:string"/>
          <xs:element name="Status" type="ns3:TComboBox_PrEmployeeStatus"/>
          <xs:element name="Tag" type="xs:string"/>
          <xs:element name="Group" type="xs:string"/>
          <xs:element name="Supervisor" type="xs:string"/>
          <xs:element name="Dim1" type="xs:string"/>
          <xs:element name="Dim2" type="xs:string"/>
          <xs:element name="Dim3" type="xs:string"/>
          <xs:element name="Gender" type="ns1:TGender"/>
          <xs:element name="BankAccount" type="ns1:TBankAccount"/>
          <xs:element name="SpouseName" type="xs:string"/>
          <xs:element name="ShortName" type="xs:string"/>
          <xs:element name="Created" type="xs:dateTime"/>
          <xs:element name="Modified" type="xs:dateTime"/>
          <xs:element name="ExtraProperties" type="ns1:ArrayOfExtraProperties"/>
        </sequence>
      </xs:complexType>
      <xs:simpleType name="TTimeClockStampType">
        <xs:restriction base="xs:string">
          <xs:enumeration value="stInn"/>
          <xs:enumeration value="stOut"/>
          <xs:enumeration value="stUpdate"/>
        </xs:restriction>
      </xs:simpleType>
      <xs:complexType name="TBankAccount">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="Code" type="xs:string"/>
          <xs:element name="Account" type="xs:string"/>
          <xs:element name="AccountType" type="xs:string"/>
          <xs:element name="AccountGroup" type="xs:string"/>
          <xs:element name="Owner" type="xs:string"/>
          <xs:element name="OwnerName" type="xs:string"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="TEmployeeGetOptions">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="LastModified" type="xs:dateTime"/>
          <xs:element name="ExtraProperties" type="ns2:ArrayOfString"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="ArrayOfInvoiceClaims">
        <xs:complexContent>
          <xs:restriction base="soapenc:Array">
            <sequence xmlns="http://www.w3.org/2001/XMLSchema"/>
            <xs:attribute ref="soapenc:arrayType" n1:arrayType="ns1:TInvoiceClaim[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/"/>
          </xs:restriction>
        </xs:complexContent>
      </xs:complexType>
      <xs:complexType name="TInvoiceClaim">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="ClaimNumber" type="xs:string"/>
          <xs:element name="ClaimDate" type="xs:dateTime"/>
          <xs:element name="Amount" type="xs:double"/>
          <xs:element name="Invoices" type="ns1:ArrayOfInvoices"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="TInvoiceClaimEx">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="RecordCreated" type="xs:dateTime"/>
          <xs:element name="RecordModified" type="xs:dateTime"/>
          <xs:element name="RecordId" type="xs:int"/>
          <xs:element name="Posted" type="xs:boolean"/>
          <xs:element name="ClaimOwnerSSNumer" type="xs:string"/>
          <xs:element name="Customer" type="xs:string"/>
          <xs:element name="CustomerName" type="xs:string"/>
          <xs:element name="CustomerAddress1" type="xs:string"/>
          <xs:element name="CustomerAddress2" type="xs:string"/>
          <xs:element name="CustomerZipCode" type="xs:string"/>
          <xs:element name="CustomerCountryCode" type="xs:string"/>
          <xs:element name="CustomerSSNumber" type="xs:string"/>
          <xs:element name="Reference" type="xs:string"/>
          <xs:element name="ClaimNumber" type="xs:int"/>
          <xs:element name="ClaimDate" type="xs:date"/>
          <xs:element name="DateDue" type="xs:date"/>
          <xs:element name="DateWhenToDropClaim" type="xs:date"/>
          <xs:element name="Amount" type="xs:double"/>
          <xs:element name="FinanceCharge" type="xs:double"/>
          <xs:element name="SecondFinanceCharge" type="xs:double"/>
          <xs:element name="FinanceChargeDayCount" type="xs:int"/>
          <xs:element name="SecondFinanceChargeDayCount" type="xs:int"/>
          <xs:element name="BankNumber" type="xs:string"/>
          <xs:element name="Sedilgjald" type="xs:double"/>
          <xs:element name="Sedilgjald2" type="xs:double"/>
          <xs:element name="ClaimOwnerId" type="xs:string"/>
          <xs:element name="ErrorText" type="xs:string"/>
          <xs:element name="ExtraProperties" type="ns1:ArrayOfExtraProperties"/>
          <xs:element name="Invoices" type="ns1:ArrayOfInvoices"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="TSaleStatisticOptions">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="ExcludeCustomers" type="ns2:ArrayOfString"/>
          <xs:element name="ExcludeProducts" type="ns2:ArrayOfString"/>
          <xs:element name="ExcludeWarehouse" type="ns2:ArrayOfString"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="TSalesStatistic">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="NetAmount" type="xs:double"/>
          <xs:element name="NetAmountWithTax" type="xs:double"/>
          <xs:element name="CostAmount" type="xs:double"/>
          <xs:element name="Discount" type="xs:double"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="ArrayOfOrders">
        <xs:complexContent>
          <xs:restriction base="soapenc:Array">
            <sequence xmlns="http://www.w3.org/2001/XMLSchema"/>
            <xs:attribute ref="soapenc:arrayType" n1:arrayType="ns1:TOrder[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/"/>
          </xs:restriction>
        </xs:complexContent>
      </xs:complexType>
      <xs:complexType name="TOrderGetFilter">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="Modified" type="xs:dateTime"/>
          <xs:element name="FilterProperties" type="ns1:ArrayOfExtraProperties"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="TOrderGetOptions">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="ExtraProperties" type="ns2:ArrayOfString"/>
          <xs:element name="LineExtraProperties" type="ns2:ArrayOfString"/>
          <xs:element name="ExcludeLines" type="xs:boolean"/>
          <xs:element name="Modified" type="xs:dateTime"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="TPaymentPlanRequest">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="InvoiceNumber" type="xs:int"/>
          <xs:element name="SenderRequestId" type="xs:string"/>
          <xs:element name="Description" type="xs:string"/>
          <xs:element name="Reference" type="xs:string"/>
          <xs:element name="CardNumber" type="xs:string"/>
          <xs:element name="CardMethod" type="xs:string"/>
          <xs:element name="TotalInvoiceAmount" type="xs:decimal"/>
          <xs:element name="NettoInvoiceAmountNow" type="xs:decimal"/>
          <xs:element name="Paymentplan" type="ns1:ArrayOfPaymentPlanTransactions"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="ArrayOfPaymentPlanTransactions">
        <xs:complexContent>
          <xs:restriction base="soapenc:Array">
            <sequence xmlns="http://www.w3.org/2001/XMLSchema"/>
            <xs:attribute ref="soapenc:arrayType" n1:arrayType="ns1:TPaymentPlanTransaction[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/"/>
          </xs:restriction>
        </xs:complexContent>
      </xs:complexType>
      <xs:complexType name="TPaymentPlanTransaction">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="PaymentDate" type="xs:dateTime"/>
          <xs:element name="Amount" type="xs:decimal"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="TPaymentPlanCancel">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="HeadId" type="xs:int"/>
          <xs:element name="Reason" type="xs:string"/>
          <xs:element name="User" type="xs:string"/>
          <xs:element name="CancelDate" type="xs:dateTime"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="TQuoteOrderResult">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="Quote" type="ns1:TQuote"/>
          <xs:element name="Order" type="ns1:TOrder"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="TQuoteInvoiceResult">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="Invoice" type="ns1:TInvoice"/>
          <xs:element name="Quote" type="ns1:TQuote"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="TOrderInvoiceResult">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="Invoice" type="ns1:TInvoice"/>
          <xs:element name="Order" type="ns1:TOrder"/>
          <xs:element name="HandledOrder" type="ns1:TOrder"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="TQuoteGetOptions">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="ExtraProperties" type="ns2:ArrayOfString"/>
          <xs:element name="LineExtraProperties" type="ns2:ArrayOfString"/>
          <xs:element name="ExcludeLines" type="xs:boolean"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="ArrayOfQuotes">
        <xs:complexContent>
          <xs:restriction base="soapenc:Array">
            <sequence xmlns="http://www.w3.org/2001/XMLSchema"/>
            <xs:attribute ref="soapenc:arrayType" n1:arrayType="ns1:TQuote[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/"/>
          </xs:restriction>
        </xs:complexContent>
      </xs:complexType>
      <xs:complexType name="TSOActionIn">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="ActionType" type="xs:int"/>
          <xs:element name="SalesType" type="xs:int"/>
          <xs:element name="Customer" type="xs:string"/>
          <xs:element name="DeliveryDate" type="xs:date"/>
          <xs:element name="UseCustomerItemCode" type="xs:boolean"/>
          <xs:element name="ItemCode" type="xs:string"/>
          <xs:element name="CustomerItemCode" type="xs:string"/>
          <xs:element name="CustomerOrderNo" type="xs:string"/>
          <xs:element name="LineReference" type="xs:string"/>
          <xs:element name="QuantityAction" type="xs:int"/>
          <xs:element name="Quantity" type="xs:double"/>
          <xs:element name="EDIOrderNumber" type="xs:string"/>
          <xs:element name="UNDOrderNumber" type="xs:int"/>
          <xs:element name="TheriakDoctor" type="xs:string"/>
          <xs:element name="SIAmount" type="xs:double"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="ArrayOfSOActionResults">
        <xs:complexContent>
          <xs:restriction base="soapenc:Array">
            <sequence xmlns="http://www.w3.org/2001/XMLSchema"/>
            <xs:attribute ref="soapenc:arrayType" n1:arrayType="ns1:TSOActionResult[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/"/>
          </xs:restriction>
        </xs:complexContent>
      </xs:complexType>
      <xs:complexType name="TSOActionResult">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="SalesType" type="xs:int"/>
          <xs:element name="OrderNumber" type="xs:int"/>
          <xs:element name="InvoiceDate" type="xs:date"/>
          <xs:element name="InvoiceNumber" type="xs:int"/>
          <xs:element name="CustomerOrderDate" type="xs:date"/>
          <xs:element name="RequestedDeliveryDate" type="xs:date"/>
          <xs:element name="ConfirmedDeliveryDate" type="xs:date"/>
          <xs:element name="FinalDeliveryDate" type="xs:date"/>
          <xs:element name="InvoiceDueDate" type="xs:date"/>
          <xs:element name="QuoteDateFrom" type="xs:date"/>
          <xs:element name="QuoteDateTo" type="xs:date"/>
          <xs:element name="OrgSalesOrderDate" type="xs:date"/>
          <xs:element name="InvoiceClaimDate" type="xs:date"/>
          <xs:element name="PurchaseOrderNumber" type="xs:int"/>
          <xs:element name="UBLCreated" type="xs:boolean"/>
          <xs:element name="Customer" type="xs:string"/>
          <xs:element name="ItemCode" type="xs:string"/>
          <xs:element name="CustomerItemCode" type="xs:string"/>
          <xs:element name="HeadReference" type="xs:string"/>
          <xs:element name="LineReference" type="xs:string"/>
          <xs:element name="CustomerOrderNo" type="xs:string"/>
          <xs:element name="BatchNumber" type="xs:string"/>
          <xs:element name="Quantity" type="xs:double"/>
          <xs:element name="QuantityDelivered" type="xs:double"/>
          <xs:element name="AfterQuantity" type="xs:double"/>
          <xs:element name="AfterQuantityDelivered" type="xs:double"/>
          <xs:element name="ActionResult" type="xs:boolean"/>
          <xs:element name="ActionMessage" type="xs:string"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="TSalesPerson">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="RecordId" type="xs:int"/>
          <xs:element name="Number" type="xs:string"/>
          <xs:element name="NameOnInvoice" type="xs:string"/>
          <xs:element name="Address1" type="xs:string"/>
          <xs:element name="Address2" type="xs:string"/>
          <xs:element name="Address3" type="xs:string"/>
          <xs:element name="Phone" type="xs:string"/>
          <xs:element name="PhoneLocal" type="xs:string"/>
          <xs:element name="PhoneMobile" type="xs:string"/>
          <xs:element name="EmailAddress" type="xs:string"/>
          <xs:element name="Employee" type="ns1:TEmployee"/>
          <xs:element name="Modified" type="xs:dateTime"/>
          <xs:element name="ExtraProperties" type="ns1:ArrayOfExtraProperties"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="ArrayOfSalesPerson">
        <xs:complexContent>
          <xs:restriction base="soapenc:Array">
            <sequence xmlns="http://www.w3.org/2001/XMLSchema"/>
            <xs:attribute ref="soapenc:arrayType" n1:arrayType="ns1:TSalesPerson[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/"/>
          </xs:restriction>
        </xs:complexContent>
      </xs:complexType>
      <xs:complexType name="ArrayOfPaymentTypes">
        <xs:complexContent>
          <xs:restriction base="soapenc:Array">
            <sequence xmlns="http://www.w3.org/2001/XMLSchema"/>
            <xs:attribute ref="soapenc:arrayType" n1:arrayType="ns1:TWSPaymentType[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/"/>
          </xs:restriction>
        </xs:complexContent>
      </xs:complexType>
      <xs:complexType name="TWSPaymentType">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="PaymentTypeId" type="xs:int"/>
          <xs:element name="Description" type="xs:string"/>
          <xs:element name="PaymentType" type="ns3:TComboBox_SORUPaymentType"/>
          <xs:element name="GLAccountNumber" type="xs:string"/>
          <xs:element name="Active" type="xs:boolean"/>
          <xs:element name="SystemPaymentMode" type="xs:boolean"/>
          <xs:element name="ShowOnPaymentForm" type="xs:boolean"/>
          <xs:element name="Modified" type="xs:dateTime"/>
        </sequence>
      </xs:complexType>
      <xs:simpleType name="TImageFormat">
        <xs:restriction base="xs:string">
          <xs:enumeration value="_Jpeg"/>
          <xs:enumeration value="_PNG"/>
        </xs:restriction>
      </xs:simpleType>
      <xs:complexType name="TFileLinkAttachment">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="FileLinkId" type="xs:int"/>
          <xs:element name="TableId" type="xs:int"/>
          <xs:element name="TableRecordId" type="xs:int"/>
          <xs:element name="MiscId" type="xs:int"/>
          <xs:element name="FileId" type="xs:int"/>
          <xs:element name="TableRecordCreated" type="xs:dateTime"/>
          <xs:element name="FileName" type="xs:string"/>
          <xs:element name="Description" type="xs:string"/>
          <xs:element name="FileLinkType" type="ns3:TComboBox_GeFileLinkType"/>
          <xs:element name="FileLinkDestinationType" type="ns3:TComboBox_GeFileLinkDestinationType"/>
          <xs:element name="PathIndex" type="xs:int"/>
          <xs:element name="DoAttachFile" type="xs:boolean"/>
          <xs:element name="ShowOnWeb" type="xs:boolean"/>
          <xs:element name="Url" type="xs:string"/>
          <xs:element name="FileData" type="xs:base64Binary"/>
          <xs:element name="FileCustomTextData" type="xs:string"/>
          <xs:element name="FileRawTextData" type="xs:string"/>
          <xs:element name="ExtraProperties" type="ns1:ArrayOfExtraProperties"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="TUBLDocumentInfoOptions">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="GetUBLXML" type="xs:boolean"/>
          <xs:element name="GetDocumentPublishingUrl" type="xs:boolean"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="TUBLDocumentInfo">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="UBLDocumentId" type="xs:int"/>
          <xs:element name="UBMLXML" type="xs:string"/>
          <xs:element name="UBLDocumentPublishingUrl" type="xs:string"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="ArrayOfCurrency">
        <xs:complexContent>
          <xs:restriction base="soapenc:Array">
            <sequence xmlns="http://www.w3.org/2001/XMLSchema"/>
            <xs:attribute ref="soapenc:arrayType" n1:arrayType="ns1:TCurrency[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/"/>
          </xs:restriction>
        </xs:complexContent>
      </xs:complexType>
      <xs:complexType name="TCurrency">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="Number" type="xs:string"/>
          <xs:element name="Description" type="xs:string"/>
          <xs:element name="Rate" type="xs:double"/>
          <xs:element name="Decimals" type="xs:int"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="ArrayOfCountry">
        <xs:complexContent>
          <xs:restriction base="soapenc:Array">
            <sequence xmlns="http://www.w3.org/2001/XMLSchema"/>
            <xs:attribute ref="soapenc:arrayType" n1:arrayType="ns1:TCountry[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/"/>
          </xs:restriction>
        </xs:complexContent>
      </xs:complexType>
      <xs:complexType name="TCountry">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="Code" type="xs:string"/>
          <xs:element name="LocalName" type="xs:string"/>
          <xs:element name="EnglishName" type="xs:string"/>
          <xs:element name="ESBCode" type="xs:string"/>
          <xs:element name="CurrencyCode" type="xs:string"/>
          <xs:element name="EUMember" type="xs:boolean"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="ArrayOfCounty">
        <xs:complexContent>
          <xs:restriction base="soapenc:Array">
            <sequence xmlns="http://www.w3.org/2001/XMLSchema"/>
            <xs:attribute ref="soapenc:arrayType" n1:arrayType="ns1:TCounty[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/"/>
          </xs:restriction>
        </xs:complexContent>
      </xs:complexType>
      <xs:complexType name="TCounty">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="Code" type="xs:string"/>
          <xs:element name="Description" type="xs:string"/>
          <xs:element name="ZipCode" type="xs:string"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="ArrayOfDim1">
        <xs:complexContent>
          <xs:restriction base="soapenc:Array">
            <sequence xmlns="http://www.w3.org/2001/XMLSchema"/>
            <xs:attribute ref="soapenc:arrayType" n1:arrayType="ns1:TDim1[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/"/>
          </xs:restriction>
        </xs:complexContent>
      </xs:complexType>
      <xs:complexType name="TDim1">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="Number" type="xs:string"/>
          <xs:element name="Name" type="xs:string"/>
          <xs:element name="Modified" type="xs:dateTime"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="ArrayOfDim2">
        <xs:complexContent>
          <xs:restriction base="soapenc:Array">
            <sequence xmlns="http://www.w3.org/2001/XMLSchema"/>
            <xs:attribute ref="soapenc:arrayType" n1:arrayType="ns1:TDim2[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/"/>
          </xs:restriction>
        </xs:complexContent>
      </xs:complexType>
      <xs:complexType name="TDim2">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="Number" type="xs:string"/>
          <xs:element name="Name" type="xs:string"/>
          <xs:element name="Modified" type="xs:dateTime"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="ArrayOfDim3">
        <xs:complexContent>
          <xs:restriction base="soapenc:Array">
            <sequence xmlns="http://www.w3.org/2001/XMLSchema"/>
            <xs:attribute ref="soapenc:arrayType" n1:arrayType="ns1:TDim3[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/"/>
          </xs:restriction>
        </xs:complexContent>
      </xs:complexType>
      <xs:complexType name="TDim3">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="Number" type="xs:string"/>
          <xs:element name="Name" type="xs:string"/>
          <xs:element name="Modified" type="xs:dateTime"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="ArrayOfMemberSubscriptionGroupTypes">
        <xs:complexContent>
          <xs:restriction base="soapenc:Array">
            <sequence xmlns="http://www.w3.org/2001/XMLSchema"/>
            <xs:attribute ref="soapenc:arrayType" n1:arrayType="ns1:TMemberSubscriptionGroupTypes[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/"/>
          </xs:restriction>
        </xs:complexContent>
      </xs:complexType>
      <xs:complexType name="TMemberSubscriptionGroupTypes">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="ID" type="xs:int"/>
          <xs:element name="Number" type="xs:string"/>
          <xs:element name="Description" type="xs:string"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="ArrayOfMemberSubscriptionGroups">
        <xs:complexContent>
          <xs:restriction base="soapenc:Array">
            <sequence xmlns="http://www.w3.org/2001/XMLSchema"/>
            <xs:attribute ref="soapenc:arrayType" n1:arrayType="ns1:TMemberSubscriptionGroup[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/"/>
          </xs:restriction>
        </xs:complexContent>
      </xs:complexType>
      <xs:complexType name="TMemberSubscriptionGroup">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="ID" type="xs:int"/>
          <xs:element name="Number" type="xs:string"/>
          <xs:element name="Description" type="xs:string"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="ArrayOfMemberSubscriptionAllergies">
        <xs:complexContent>
          <xs:restriction base="soapenc:Array">
            <sequence xmlns="http://www.w3.org/2001/XMLSchema"/>
            <xs:attribute ref="soapenc:arrayType" n1:arrayType="ns1:TMemberSubscriptionAllergies[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/"/>
          </xs:restriction>
        </xs:complexContent>
      </xs:complexType>
      <xs:complexType name="TMemberSubscriptionAllergies">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="ID" type="xs:string"/>
          <xs:element name="Description" type="xs:string"/>
          <xs:element name="ExtradesciptionNeeded" type="xs:boolean"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="TMemberSubscription">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="Member" type="ns1:TCustomer"/>
          <xs:element name="GroupType" type="ns1:TMemberSubscriptionGroupTypes"/>
          <xs:element name="Group" type="ns1:TMemberSubscriptionGroup"/>
          <xs:element name="Payer" type="ns1:TCustomer"/>
          <xs:element name="CardInfo" type="ns1:TCardInfo"/>
          <xs:element name="PaymentMode" type="ns1:TPaymentMode"/>
          <xs:element name="SubscriptionFrom" type="xs:dateTime"/>
          <xs:element name="SubscriptionTo" type="xs:dateTime"/>
          <xs:element name="SubscriptionDays" type="ns1:TMESubscriptionDays"/>
          <xs:element name="ItemCode" type="xs:string"/>
          <xs:element name="Allergies" type="ns1:ArrayOfMemberSubscriptionAllergies"/>
          <xs:element name="AllergyDescription" type="xs:string"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="TCardInfo">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="CardNumber" type="xs:string"/>
          <xs:element name="EXPDate" type="xs:dateTime"/>
          <xs:element name="CardType" type="ns1:TCardType"/>
          <xs:element name="CardToken" type="xs:string"/>
        </sequence>
      </xs:complexType>
      <xs:simpleType name="TCardType">
        <xs:restriction base="xs:string">
          <xs:enumeration value="_ctNone"/>
          <xs:enumeration value="_ctVisa"/>
          <xs:enumeration value="_ctEuro"/>
        </xs:restriction>
      </xs:simpleType>
      <xs:complexType name="TMESubscriptionDays">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="UseMonday" type="xs:boolean"/>
          <xs:element name="UseThuesday" type="xs:boolean"/>
          <xs:element name="UseWedensday" type="xs:boolean"/>
          <xs:element name="UseThursday" type="xs:boolean"/>
          <xs:element name="UseFriday" type="xs:boolean"/>
          <xs:element name="UseSaturday" type="xs:boolean"/>
          <xs:element name="UseSunday" type="xs:boolean"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="TValidSubscriptions">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="ID" type="xs:int"/>
          <xs:element name="SubscriptionDate" type="xs:date"/>
          <xs:element name="SubscriptonsValid" type="ns1:ArrayOfValidAtDate"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="ArrayOfValidAtDate">
        <xs:complexContent>
          <xs:restriction base="soapenc:Array">
            <sequence xmlns="http://www.w3.org/2001/XMLSchema"/>
            <xs:attribute ref="soapenc:arrayType" n1:arrayType="ns1:TValidAtDate[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/"/>
          </xs:restriction>
        </xs:complexContent>
      </xs:complexType>
      <xs:complexType name="TValidAtDate">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="ID" type="xs:int"/>
          <xs:element name="Name" type="xs:string"/>
          <xs:element name="SSNNumber" type="xs:string"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="TJobGetOptions">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="Modified" type="xs:dateTime"/>
          <xs:element name="MaxRecords" type="xs:int"/>
          <xs:element name="IncludePhaseLinks" type="xs:boolean"/>
          <xs:element name="IncludeTaskLinks" type="xs:boolean"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="TRequest">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="RecordCreated" type="xs:dateTime"/>
          <xs:element name="RecordModified" type="xs:dateTime"/>
          <xs:element name="RecordId" type="xs:int"/>
          <xs:element name="RequestType" type="ns3:TComboBox_GeRequestType"/>
          <xs:element name="RequestId" type="xs:string"/>
          <xs:element name="Description" type="xs:string"/>
          <xs:element name="Status" type="ns3:TComboBox_GeRequestStatus"/>
          <xs:element name="Transfered" type="xs:boolean"/>
          <xs:element name="Dim1" type="xs:string"/>
          <xs:element name="Dim2" type="xs:string"/>
          <xs:element name="Dim3" type="xs:string"/>
          <xs:element name="JobNumber" type="xs:string"/>
          <xs:element name="PhaseId" type="xs:string"/>
          <xs:element name="TaskId" type="xs:string"/>
          <xs:element name="Supervisor" type="xs:string"/>
          <xs:element name="Worker" type="xs:string"/>
          <xs:element name="DateTimeFrom" type="xs:dateTime"/>
          <xs:element name="DateTimeTo" type="xs:dateTime"/>
          <xs:element name="Priority" type="xs:boolean"/>
          <xs:element name="NumberOfWorkers" type="xs:int"/>
          <xs:element name="Scheduled" type="xs:boolean"/>
          <xs:element name="Locked" type="xs:boolean"/>
          <xs:element name="ParentRequestId" type="xs:string"/>
          <xs:element name="ExtraDesc" type="xs:string"/>
          <xs:element name="InvoiceText" type="xs:string"/>
          <xs:element name="MemoText" type="xs:string"/>
          <xs:element name="ExtraProperties" type="ns1:ArrayOfExtraProperties"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="TWorkJournalLine">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="RecordID" type="xs:int"/>
          <xs:element name="Code" type="xs:string"/>
          <xs:element name="EmployeeNumber" type="xs:string"/>
          <xs:element name="JobNumber" type="xs:string"/>
          <xs:element name="PhaseId" type="xs:string"/>
          <xs:element name="TaskId" type="xs:string"/>
          <xs:element name="JournalDate" type="xs:dateTime"/>
          <xs:element name="Text" type="xs:string"/>
          <xs:element name="QuantityDayTime" type="xs:double"/>
          <xs:element name="QuantityDriveTime" type="xs:double"/>
          <xs:element name="QuantityItem" type="xs:double"/>
          <xs:element name="QuantityOverTime" type="xs:double"/>
          <xs:element name="QuantityDayPayUnits" type="xs:double"/>
          <xs:element name="ShouldBeBilled" type="xs:boolean"/>
          <xs:element name="CostLines" type="ns1:ArrayOfWorkJournalCostLines"/>
          <xs:element name="Dim1" type="xs:string"/>
          <xs:element name="Dim2" type="xs:string"/>
          <xs:element name="Dim3" type="xs:string"/>
          <xs:element name="UnitCode" type="xs:string"/>
          <xs:element name="Reference" type="xs:string"/>
          <xs:element name="SaleQuantity" type="xs:double"/>
          <xs:element name="MemoText" type="xs:string"/>
          <xs:element name="DriveUnit" type="ns3:TComboBox_PjJournalLineUnit"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="ArrayOfWorkJournalCostLines">
        <xs:complexContent>
          <xs:restriction base="soapenc:Array">
            <sequence xmlns="http://www.w3.org/2001/XMLSchema"/>
            <xs:attribute ref="soapenc:arrayType" n1:arrayType="ns1:TWorkJournalCostLine[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/"/>
          </xs:restriction>
        </xs:complexContent>
      </xs:complexType>
      <xs:complexType name="TWorkJournalCostLine">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="ItemCode" type="xs:string"/>
          <xs:element name="Description" type="xs:string"/>
          <xs:element name="Quantity" type="xs:double"/>
          <xs:element name="DiscountPercent" type="xs:double"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="TWorkOptions">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="JobNumber" type="xs:string"/>
          <xs:element name="Employee" type="xs:string"/>
          <xs:element name="ItemCode" type="xs:string"/>
          <xs:element name="DateFrom" type="xs:dateTime"/>
          <xs:element name="DateTo" type="xs:dateTime"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="ArrayOfWorkLines">
        <xs:complexContent>
          <xs:restriction base="soapenc:Array">
            <sequence xmlns="http://www.w3.org/2001/XMLSchema"/>
            <xs:attribute ref="soapenc:arrayType" n1:arrayType="ns1:TWorkLine[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/"/>
          </xs:restriction>
        </xs:complexContent>
      </xs:complexType>
      <xs:complexType name="TWorkLine">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="ParentID" type="xs:int"/>
          <xs:element name="SequenceID" type="xs:int"/>
          <xs:element name="EmployeeNumber" type="xs:string"/>
          <xs:element name="JobNumber" type="xs:string"/>
          <xs:element name="PhaseId" type="xs:string"/>
          <xs:element name="TaskId" type="xs:string"/>
          <xs:element name="WorkDate" type="xs:dateTime"/>
          <xs:element name="Text" type="xs:string"/>
          <xs:element name="QuantityDayTime" type="xs:double"/>
          <xs:element name="QuantityDriveTime" type="xs:double"/>
          <xs:element name="QuantityOverTime" type="xs:double"/>
          <xs:element name="QuantityDayPayUnits" type="xs:double"/>
          <xs:element name="DriveUnit" type="ns3:TComboBox_PjJournalLineUnit"/>
          <xs:element name="ExtraProperties" type="ns1:ArrayOfExtraProperties"/>
          <xs:element name="ShouldBeBilled" type="xs:boolean"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="TAddWorkItemOptions">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="Post" type="xs:boolean"/>
          <xs:element name="DateFrom" type="xs:dateTime"/>
          <xs:element name="DateTo" type="xs:dateTime"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="TUpdateWorkItemOptions">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="Post" type="xs:boolean"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="TPostWorkItemOptions">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema"/>
      </xs:complexType>
      <xs:complexType name="ArrayOfWorkCostLines">
        <xs:complexContent>
          <xs:restriction base="soapenc:Array">
            <sequence xmlns="http://www.w3.org/2001/XMLSchema"/>
            <xs:attribute ref="soapenc:arrayType" n1:arrayType="ns1:TWorkCostLine[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/"/>
          </xs:restriction>
        </xs:complexContent>
      </xs:complexType>
      <xs:complexType name="TWorkCostLine">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="ParentID" type="xs:int"/>
          <xs:element name="SequenceID" type="xs:int"/>
          <xs:element name="EmployeeNumber" type="xs:string"/>
          <xs:element name="JobNumber" type="xs:string"/>
          <xs:element name="PhaseId" type="xs:string"/>
          <xs:element name="TaskId" type="xs:string"/>
          <xs:element name="ItemCode" type="xs:string"/>
          <xs:element name="CostDate" type="xs:dateTime"/>
          <xs:element name="Description" type="xs:string"/>
          <xs:element name="Quantity" type="xs:double"/>
          <xs:element name="DiscountPercent" type="xs:double"/>
          <xs:element name="ExtraProperties" type="ns1:ArrayOfExtraProperties"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="TAddWorkCostItemOptions">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="Post" type="xs:boolean"/>
          <xs:element name="DateFrom" type="xs:dateTime"/>
          <xs:element name="DateTo" type="xs:dateTime"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="TUpdateWorkCostItemOptions">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="Post" type="xs:boolean"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="TJobInvoiceOptions">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="JobNumber" type="xs:string"/>
          <xs:element name="InvoiceDateFrom" type="xs:dateTime"/>
          <xs:element name="InvoiceDateTo" type="xs:dateTime"/>
          <xs:element name="IncludeJob" type="xs:boolean"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="TJobTransactionsOptions">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="JobFilter" type="xs:string"/>
          <xs:element name="ExtraProperties" type="ns2:ArrayOfString"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="ArrayOfJobTransactions">
        <xs:complexContent>
          <xs:restriction base="soapenc:Array">
            <sequence xmlns="http://www.w3.org/2001/XMLSchema"/>
            <xs:attribute ref="soapenc:arrayType" n1:arrayType="ns1:TJobTransaction[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/"/>
          </xs:restriction>
        </xs:complexContent>
      </xs:complexType>
      <xs:complexType name="TJobTransaction">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="RecordID" type="xs:int"/>
          <xs:element name="Job" type="xs:string"/>
          <xs:element name="Customer" type="xs:string"/>
          <xs:element name="Employee" type="xs:string"/>
          <xs:element name="Text" type="xs:string"/>
          <xs:element name="Quantity" type="xs:double"/>
          <xs:element name="UnitAmount" type="xs:double"/>
          <xs:element name="UnitAmountWithTax" type="xs:double"/>
          <xs:element name="TotalAmount" type="xs:double"/>
          <xs:element name="TotalAmountWithTax" type="xs:double"/>
          <xs:element name="UnitCost" type="xs:double"/>
          <xs:element name="TotalCost" type="xs:double"/>
          <xs:element name="ShouldBeBilled" type="xs:boolean"/>
          <xs:element name="DriveUnit" type="ns3:TComboBox_PjJournalLineUnit"/>
          <xs:element name="PhaseId" type="xs:string"/>
          <xs:element name="HasBeenBilled" type="xs:boolean"/>
          <xs:element name="SaleQuantity" type="xs:double"/>
          <xs:element name="JournalDate" type="xs:dateTime"/>
          <xs:element name="JobType" type="ns3:TComboBox_PjJournalLineType"/>
          <xs:element name="JobCode" type="ns3:TComboBox_PjJournalCode"/>
          <xs:element name="ItemNumber" type="xs:string"/>
          <xs:element name="InvoiceNumber" type="xs:int"/>
          <xs:element name="Warehouse" type="xs:string"/>
          <xs:element name="Reference" type="xs:string"/>
          <xs:element name="BilledStatus" type="ns3:TComboBox_PjRecordBilledStatus"/>
          <xs:element name="CurrencyCode" type="xs:string"/>
          <xs:element name="Exchange" type="xs:double"/>
          <xs:element name="CurAmount" type="xs:double"/>
          <xs:element name="ExtraProperties" type="ns1:ArrayOfExtraProperties"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="TMemberOptions">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="IncludeCarrier" type="xs:boolean"/>
          <xs:element name="IncludeSubGroups" type="xs:boolean"/>
          <xs:element name="IncludeMembership" type="xs:boolean"/>
          <xs:element name="IncludeEducation" type="xs:boolean"/>
          <xs:element name="IncludeApplications" type="xs:boolean"/>
          <xs:element name="IcludeFundPayments" type="xs:boolean"/>
          <xs:element name="FundPaymentDateFrom" type="xs:dateTime"/>
          <xs:element name="IncludeStatistics" type="xs:boolean"/>
          <xs:element name="IncludeResume" type="xs:boolean"/>
          <xs:element name="ExtraProperties" type="ns2:ArrayOfString"/>
          <xs:element name="Filter" type="ns1:TMemberFilter"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="TMemberFilter">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="AStatus" type="xs:string"/>
          <xs:element name="Group" type="xs:string"/>
          <xs:element name="Tag" type="xs:string"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="TMemberV2">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="RecordID" type="xs:int"/>
          <xs:element name="RecordCreated" type="xs:dateTime"/>
          <xs:element name="RecordModified" type="xs:dateTime"/>
          <xs:element name="Number" type="xs:string"/>
          <xs:element name="Name" type="xs:string"/>
          <xs:element name="SSNumber" type="xs:string"/>
          <xs:element name="Address1" type="xs:string"/>
          <xs:element name="Address2" type="xs:string"/>
          <xs:element name="Address3" type="xs:string"/>
          <xs:element name="Address4" type="xs:string"/>
          <xs:element name="ZipCode" type="xs:string"/>
          <xs:element name="City" type="xs:string"/>
          <xs:element name="CountryCode" type="xs:string"/>
          <xs:element name="CountryName" type="xs:string"/>
          <xs:element name="CountyCode" type="xs:string"/>
          <xs:element name="Phone" type="xs:string"/>
          <xs:element name="PhoneLocal" type="xs:string"/>
          <xs:element name="PhoneMobile" type="xs:string"/>
          <xs:element name="PhoneFax" type="xs:string"/>
          <xs:element name="Telex" type="xs:string"/>
          <xs:element name="Email" type="xs:string"/>
          <xs:element name="Password" type="xs:string"/>
          <xs:element name="Group" type="xs:string"/>
          <xs:element name="Tag" type="xs:string"/>
          <xs:element name="SalesPerson" type="xs:string"/>
          <xs:element name="Discount" type="xs:double"/>
          <xs:element name="ItemReceivers" type="ns1:ArrayOfItemReceiver"/>
          <xs:element name="Contacts" type="ns1:ArrayOfContacts"/>
          <xs:element name="PaymentType" type="xs:string"/>
          <xs:element name="CurrencyCode" type="xs:string"/>
          <xs:element name="NoVat" type="xs:boolean"/>
          <xs:element name="LedgerCode" type="xs:string"/>
          <xs:element name="Blocked" type="xs:boolean"/>
          <xs:element name="Dead" type="xs:boolean"/>
          <xs:element name="Retierd" type="xs:boolean"/>
          <xs:element name="Disabled" type="xs:boolean"/>
          <xs:element name="Points" type="xs:double"/>
          <xs:element name="URL" type="xs:string"/>
          <xs:element name="BankCode" type="xs:string"/>
          <xs:element name="BankAccGroup" type="xs:string"/>
          <xs:element name="BankAccount" type="xs:string"/>
          <xs:element name="MemberSubGroups" type="ns1:ArrayOfMemberSubGroups"/>
          <xs:element name="Carrer" type="ns1:ArrayOfMemberCarrer"/>
          <xs:element name="Membership" type="ns1:ArrayOfMemberMemberships"/>
          <xs:element name="Education" type="ns1:ArrayOfMemberEducations"/>
          <xs:element name="Applications" type="ns1:ArrayOfMemberApplication"/>
          <xs:element name="Funds" type="ns1:ArrayOfMemberFunds"/>
          <xs:element name="CreditCard" type="ns1:TCreditCard"/>
          <xs:element name="Statistics" type="ns1:TMemberStatistics"/>
          <xs:element name="Resume" type="ns1:ArrayOfMemberResume"/>
          <xs:element name="Gender" type="ns1:TGender"/>
          <xs:element name="PaymentMode" type="xs:string"/>
          <xs:element name="HasConfirmedTerms" type="xs:boolean"/>
          <xs:element name="ConfirmedTermId" type="xs:int"/>
          <xs:element name="OriginCountryCode" type="xs:string"/>
          <xs:element name="ExtraProperties" type="ns1:ArrayOfExtraProperties"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="ArrayOfMemberSubGroups">
        <xs:complexContent>
          <xs:restriction base="soapenc:Array">
            <sequence xmlns="http://www.w3.org/2001/XMLSchema"/>
            <xs:attribute ref="soapenc:arrayType" n1:arrayType="ns1:TMemberSubGroup[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/"/>
          </xs:restriction>
        </xs:complexContent>
      </xs:complexType>
      <xs:complexType name="ArrayOfMemberCarrer">
        <xs:complexContent>
          <xs:restriction base="soapenc:Array">
            <sequence xmlns="http://www.w3.org/2001/XMLSchema"/>
            <xs:attribute ref="soapenc:arrayType" n1:arrayType="ns1:TMemberCarrer[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/"/>
          </xs:restriction>
        </xs:complexContent>
      </xs:complexType>
      <xs:complexType name="ArrayOfMemberMemberships">
        <xs:complexContent>
          <xs:restriction base="soapenc:Array">
            <sequence xmlns="http://www.w3.org/2001/XMLSchema"/>
            <xs:attribute ref="soapenc:arrayType" n1:arrayType="ns1:TMemberMembership[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/"/>
          </xs:restriction>
        </xs:complexContent>
      </xs:complexType>
      <xs:complexType name="ArrayOfMemberEducations">
        <xs:complexContent>
          <xs:restriction base="soapenc:Array">
            <sequence xmlns="http://www.w3.org/2001/XMLSchema"/>
            <xs:attribute ref="soapenc:arrayType" n1:arrayType="ns1:TMemberEducation[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/"/>
          </xs:restriction>
        </xs:complexContent>
      </xs:complexType>
      <xs:complexType name="ArrayOfMemberApplication">
        <xs:complexContent>
          <xs:restriction base="soapenc:Array">
            <sequence xmlns="http://www.w3.org/2001/XMLSchema"/>
            <xs:attribute ref="soapenc:arrayType" n1:arrayType="ns1:TMemberApplication[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/"/>
          </xs:restriction>
        </xs:complexContent>
      </xs:complexType>
      <xs:complexType name="ArrayOfMemberFunds">
        <xs:complexContent>
          <xs:restriction base="soapenc:Array">
            <sequence xmlns="http://www.w3.org/2001/XMLSchema"/>
            <xs:attribute ref="soapenc:arrayType" n1:arrayType="ns1:TMemberFund[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/"/>
          </xs:restriction>
        </xs:complexContent>
      </xs:complexType>
      <xs:complexType name="TMemberStatistics">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="MemberAge" type="xs:double"/>
          <xs:element name="CareerAge" type="xs:double"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="ArrayOfMemberResume">
        <xs:complexContent>
          <xs:restriction base="soapenc:Array">
            <sequence xmlns="http://www.w3.org/2001/XMLSchema"/>
            <xs:attribute ref="soapenc:arrayType" n1:arrayType="ns1:TMemberResume[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/"/>
          </xs:restriction>
        </xs:complexContent>
      </xs:complexType>
      <xs:complexType name="TMemberSubGroup">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="Group" type="xs:string"/>
          <xs:element name="SubGroup" type="xs:string"/>
          <xs:element name="Description" type="xs:string"/>
          <xs:element name="GroupDescription" type="xs:string"/>
          <xs:element name="DefaultItemCode" type="xs:string"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="TMemberCarrer">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="RecordID" type="xs:int"/>
          <xs:element name="Company" type="xs:string"/>
          <xs:element name="JobTitleCode" type="xs:string"/>
          <xs:element name="JobTitle" type="xs:string"/>
          <xs:element name="DateFrom" type="xs:dateTime"/>
          <xs:element name="DateTo" type="xs:dateTime"/>
          <xs:element name="WorkPercentage" type="xs:double"/>
          <xs:element name="Description" type="xs:string"/>
          <xs:element name="Workplace" type="xs:string"/>
          <xs:element name="WorkplaceName" type="xs:string"/>
          <xs:element name="CompanyName" type="xs:string"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="TMemberMembership">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="Member" type="xs:string"/>
          <xs:element name="DateFrom" type="xs:dateTime"/>
          <xs:element name="DateTo" type="xs:dateTime"/>
          <xs:element name="Description" type="xs:string"/>
          <xs:element name="MembershipNumber" type="xs:string"/>
          <xs:element name="MembershipType" type="ns1:TMemberMembershipType"/>
          <xs:element name="MembershipStatus" type="xs:string"/>
          <xs:element name="JobTitleApplication" type="xs:boolean"/>
          <xs:element name="ApplicationNumber" type="xs:int"/>
          <xs:element name="ApplicationType" type="xs:string"/>
          <xs:element name="ApplicationTypeDesc" type="xs:string"/>
          <xs:element name="ManagedBy" type="xs:string"/>
          <xs:element name="MeetingNumber" type="xs:int"/>
          <xs:element name="DateOfMeeting" type="xs:dateTime"/>
          <xs:element name="Reference" type="xs:string"/>
        </sequence>
      </xs:complexType>
      <xs:simpleType name="TMemberMembershipType">
        <xs:restriction base="xs:string">
          <xs:enumeration value="_cbORMemberShipTypeFull"/>
          <xs:enumeration value="_cbORMemberShipTypePart"/>
          <xs:enumeration value="_cbORMemberShipTypeNone"/>
          <xs:enumeration value="_cbORMemberShipTypeInfo"/>
          <xs:enumeration value="_cbORMemberShipTypeDead"/>
          <xs:enumeration value="_cbORMemberShipTypeApplication"/>
        </xs:restriction>
      </xs:simpleType>
      <xs:complexType name="TMemberEducation">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="RecordID" type="xs:int"/>
          <xs:element name="Member" type="xs:string"/>
          <xs:element name="Institution" type="xs:string"/>
          <xs:element name="DateFrom" type="xs:dateTime"/>
          <xs:element name="DateTo" type="xs:dateTime"/>
          <xs:element name="CourseCode" type="xs:string"/>
          <xs:element name="CourceText" type="xs:string"/>
          <xs:element name="GraduationCode" type="xs:string"/>
          <xs:element name="GraduationText" type="xs:string"/>
          <xs:element name="Description" type="xs:string"/>
          <xs:element name="Reference" type="xs:string"/>
          <xs:element name="ZipCode" type="xs:string"/>
          <xs:element name="CountryCode" type="xs:string"/>
          <xs:element name="MasterSSNumber" type="xs:string"/>
          <xs:element name="MasterName" type="xs:string"/>
          <xs:element name="CompanySSNumber" type="xs:string"/>
          <xs:element name="CompanyName" type="xs:string"/>
          <xs:element name="CourseDesc" type="xs:string"/>
          <xs:element name="GraduationDesc" type="xs:string"/>
          <xs:element name="InstitutionDesc" type="xs:string"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="TMemberApplication">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="Member" type="xs:string"/>
          <xs:element name="MemberBankCode" type="xs:string"/>
          <xs:element name="MemberBankAccGroup" type="xs:string"/>
          <xs:element name="MemberBankAccount" type="xs:string"/>
          <xs:element name="FundCode" type="xs:string"/>
          <xs:element name="GrantDescription" type="xs:string"/>
          <xs:element name="Grant" type="xs:string"/>
          <xs:element name="Purpose" type="xs:string"/>
          <xs:element name="Description" type="xs:string"/>
          <xs:element name="ApplicationNumber" type="xs:int"/>
          <xs:element name="Status" type="ns1:TMemberApplicationStatus"/>
          <xs:element name="ManagedBy" type="ns1:TMemberApplicationManagedBy"/>
          <xs:element name="ApplicationDate" type="xs:dateTime"/>
          <xs:element name="DateOfMeeting" type="xs:dateTime"/>
          <xs:element name="DenialCode" type="xs:string"/>
          <xs:element name="DenialCodeDescription" type="xs:string"/>
          <xs:element name="Group" type="xs:string"/>
          <xs:element name="SubGroup" type="xs:string"/>
          <xs:element name="TotalAmount" type="xs:double"/>
          <xs:element name="PeriodFrom" type="xs:dateTime"/>
          <xs:element name="PeriodTo" type="xs:dateTime"/>
          <xs:element name="ApplicationAmount" type="xs:double"/>
          <xs:element name="PostedDate" type="xs:dateTime"/>
          <xs:element name="Comment" type="xs:string"/>
          <xs:element name="Text1" type="xs:string"/>
          <xs:element name="Text2" type="xs:string"/>
          <xs:element name="MembershipRulesOK" type="xs:boolean"/>
          <xs:element name="GrantRulesOK" type="xs:boolean"/>
          <xs:element name="Reference" type="xs:string"/>
          <xs:element name="JobRatio" type="xs:double"/>
          <xs:element name="PeriodDesc" type="xs:string"/>
          <xs:element name="CommunicationMemo" type="xs:string"/>
          <xs:element name="CommunicationMemoSeen" type="xs:boolean"/>
          <xs:element name="GrantCount" type="xs:int"/>
          <xs:element name="UnitCount" type="xs:int"/>
          <xs:element name="Location" type="xs:string"/>
          <xs:element name="PeriodDescription" type="xs:string"/>
          <xs:element name="Organizer" type="xs:string"/>
          <xs:element name="WorkPlace" type="xs:string"/>
          <xs:element name="WorkPlaceNumber" type="xs:string"/>
          <xs:element name="VoucherTag" type="xs:string"/>
          <xs:element name="ContactNumber" type="xs:string"/>
          <xs:element name="ContactName" type="xs:string"/>
          <xs:element name="ContactPhone" type="xs:string"/>
          <xs:element name="ContactPhoneMobile" type="xs:string"/>
          <xs:element name="ContactEmail" type="xs:string"/>
          <xs:element name="ContactBankCode" type="xs:string"/>
          <xs:element name="ContactBankAccGroup" type="xs:string"/>
          <xs:element name="ContactBankAccount" type="xs:string"/>
          <xs:element name="ContactBankAccountIdNumber" type="xs:string"/>
          <xs:element name="ApplicationDetails" type="ns1:ArrayOfMemberApplicationDetails"/>
          <xs:element name="WorkPlaceHistory" type="ns1:ArrayOfWorkPlaces"/>
          <xs:element name="MaternityLeaves" type="ns1:ArrayOfMaternityLeaves"/>
          <xs:element name="AmountTraveled" type="xs:double"/>
          <xs:element name="TravelCost" type="xs:double"/>
          <xs:element name="CompanyID" type="xs:string"/>
          <xs:element name="Attachments" type="ns1:ArrayOfAttachment"/>
          <xs:element name="TermsConsentGiven" type="xs:boolean"/>
          <xs:element name="TermId" type="xs:int"/>
          <xs:element name="PrefdBankCode" type="xs:string"/>
          <xs:element name="PrefdBankAccount" type="xs:string"/>
          <xs:element name="PrefdBankAccGroup" type="xs:string"/>
          <xs:element name="PrefdBankAccountIdNumber" type="xs:string"/>
          <xs:element name="ForwardedCMSId" type="xs:string"/>
        </sequence>
      </xs:complexType>
      <xs:simpleType name="TMemberApplicationStatus">
        <xs:restriction base="xs:string">
          <xs:enumeration value="_cbORApInProgress"/>
          <xs:enumeration value="_cbORApAccepted"/>
          <xs:enumeration value="_cbORApRejected"/>
          <xs:enumeration value="_cbORApExpired"/>
          <xs:enumeration value="_cbORApPartlyPaid"/>
          <xs:enumeration value="_cbORApFullyPaid"/>
          <xs:enumeration value="_cbORApClosed"/>
          <xs:enumeration value="_cbORApPayedToCompany"/>
          <xs:enumeration value="_cbORApOnHold"/>
          <xs:enumeration value="_cbORApInvalid"/>
          <xs:enumeration value="_cbORAPNotFinished"/>
        </xs:restriction>
      </xs:simpleType>
      <xs:simpleType name="TMemberApplicationManagedBy">
        <xs:restriction base="xs:string">
          <xs:enumeration value="_cbOREmployee"/>
          <xs:enumeration value="_cbORMeeting"/>
        </xs:restriction>
      </xs:simpleType>
      <xs:complexType name="ArrayOfMemberApplicationDetails">
        <xs:complexContent>
          <xs:restriction base="soapenc:Array">
            <sequence xmlns="http://www.w3.org/2001/XMLSchema"/>
            <xs:attribute ref="soapenc:arrayType" n1:arrayType="ns1:TMemberApplicationDetail[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/"/>
          </xs:restriction>
        </xs:complexContent>
      </xs:complexType>
      <xs:complexType name="ArrayOfWorkPlaces">
        <xs:complexContent>
          <xs:restriction base="soapenc:Array">
            <sequence xmlns="http://www.w3.org/2001/XMLSchema"/>
            <xs:attribute ref="soapenc:arrayType" n1:arrayType="ns1:TWorkPlace[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/"/>
          </xs:restriction>
        </xs:complexContent>
      </xs:complexType>
      <xs:complexType name="ArrayOfMaternityLeaves">
        <xs:complexContent>
          <xs:restriction base="soapenc:Array">
            <sequence xmlns="http://www.w3.org/2001/XMLSchema"/>
            <xs:attribute ref="soapenc:arrayType" n1:arrayType="ns1:TMaternityLeave[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/"/>
          </xs:restriction>
        </xs:complexContent>
      </xs:complexType>
      <xs:complexType name="TMemberApplicationDetail">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="TypeOfPayment" type="ns1:TMemberApplicationTypeOfPayment"/>
          <xs:element name="ActualPaymentDate" type="xs:dateTime"/>
          <xs:element name="PaymentAmount" type="xs:double"/>
          <xs:element name="PaymentPaid" type="xs:boolean"/>
          <xs:element name="AmountPaid" type="xs:double"/>
          <xs:element name="TaxAmountPaid" type="xs:double"/>
        </sequence>
      </xs:complexType>
      <xs:simpleType name="TMemberApplicationTypeOfPayment">
        <xs:restriction base="xs:string">
          <xs:enumeration value="_cbORAPLineNormal"/>
          <xs:enumeration value="_cbORAPLineCost"/>
          <xs:enumeration value="_cbORAPLineAdvancePaid"/>
        </xs:restriction>
      </xs:simpleType>
      <xs:complexType name="TWorkPlace">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="WorkPlaceNumber" type="xs:string"/>
          <xs:element name="WorkPlaceName" type="xs:string"/>
          <xs:element name="DateFrom" type="xs:dateTime"/>
          <xs:element name="DateTo" type="xs:dateTime"/>
          <xs:element name="JobRatio" type="xs:double"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="TMaternityLeave">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="DateFrom" type="xs:dateTime"/>
          <xs:element name="DateTo" type="xs:dateTime"/>
          <xs:element name="JobRatio" type="xs:double"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="TMemberFund">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="BatchId" type="xs:int"/>
          <xs:element name="JournalDate" type="xs:dateTime"/>
          <xs:element name="DateFrom" type="xs:dateTime"/>
          <xs:element name="DateTo" type="xs:dateTime"/>
          <xs:element name="Customer" type="xs:string"/>
          <xs:element name="WorkplaceId" type="xs:string"/>
          <xs:element name="MembershipCompany" type="xs:string"/>
          <xs:element name="Reference" type="xs:string"/>
          <xs:element name="TotalAmount" type="xs:double"/>
          <xs:element name="CustomerName" type="xs:string"/>
          <xs:element name="Settled" type="xs:boolean"/>
          <xs:element name="Payments" type="ns1:ArrayOfMemberFundPaymnets"/>
          <xs:element name="Supporter" type="xs:string"/>
          <xs:element name="SupporterName" type="xs:string"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="ArrayOfMemberFundPaymnets">
        <xs:complexContent>
          <xs:restriction base="soapenc:Array">
            <sequence xmlns="http://www.w3.org/2001/XMLSchema"/>
            <xs:attribute ref="soapenc:arrayType" n1:arrayType="ns1:TMemberFundPayment[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/"/>
          </xs:restriction>
        </xs:complexContent>
      </xs:complexType>
      <xs:complexType name="TMemberFundPayment">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="FundCode" type="xs:string"/>
          <xs:element name="FundName" type="xs:string"/>
          <xs:element name="Amount" type="xs:double"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="TMemberResume">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="Description" type="xs:string"/>
          <xs:element name="Description2" type="xs:string"/>
          <xs:element name="Group" type="xs:string"/>
          <xs:element name="ResumeType" type="xs:string"/>
          <xs:element name="PeriodFrom" type="xs:dateTime"/>
          <xs:element name="PeriodTo" type="xs:dateTime"/>
          <xs:element name="Reference" type="xs:string"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="ArrayOfMembersV2">
        <xs:complexContent>
          <xs:restriction base="soapenc:Array">
            <sequence xmlns="http://www.w3.org/2001/XMLSchema"/>
            <xs:attribute ref="soapenc:arrayType" n1:arrayType="ns1:TMemberV2[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/"/>
          </xs:restriction>
        </xs:complexContent>
      </xs:complexType>
      <xs:complexType name="TMemberInfo">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="MemberName" type="xs:string"/>
          <xs:element name="Gender" type="ns1:TGender"/>
          <xs:element name="Age" type="xs:string"/>
          <xs:element name="PostNumber" type="xs:string"/>
          <xs:element name="SubGroups" type="ns1:ArrayOfMemberSubGroups"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="TMemberFee">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="Member" type="ns1:TMemberV2"/>
          <xs:element name="Payer" type="ns1:TPerson"/>
          <xs:element name="ItemCode" type="xs:string"/>
          <xs:element name="Amount" type="xs:double"/>
          <xs:element name="CreditCard" type="ns1:TCreditCard"/>
          <xs:element name="RateSplit" type="xs:int"/>
          <xs:element name="Saleperson" type="xs:string"/>
          <xs:element name="ContactName" type="xs:string"/>
          <xs:element name="DiscountPercent" type="xs:double"/>
          <xs:element name="ReductionPayment" type="xs:double"/>
          <xs:element name="DiscountValidUntil" type="xs:dateTime"/>
          <xs:element name="PaymentTerm" type="xs:string"/>
          <xs:element name="PaymentMode" type="xs:string"/>
          <xs:element name="Memo" type="xs:string"/>
          <xs:element name="FeeType" type="xs:string"/>
          <xs:element name="CampaignId" type="xs:string"/>
          <xs:element name="Dim2" type="xs:string"/>
          <xs:element name="RateIntervalType" type="ns3:TComboBox_ORMemberFeeRate"/>
          <xs:element name="IntrestRate" type="xs:double"/>
          <xs:element name="RateMonth" type="xs:int"/>
          <xs:element name="IsDisabled" type="xs:boolean"/>
          <xs:element name="DateFrom" type="xs:date"/>
          <xs:element name="DateTo" type="xs:date"/>
          <xs:element name="ExtraProperties" type="ns1:ArrayOfExtraProperties"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="TPerson">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="Number" type="xs:string"/>
          <xs:element name="Name" type="xs:string"/>
          <xs:element name="SSNumber" type="xs:string"/>
          <xs:element name="Address1" type="xs:string"/>
          <xs:element name="Address2" type="xs:string"/>
          <xs:element name="Address3" type="xs:string"/>
          <xs:element name="Address4" type="xs:string"/>
          <xs:element name="ZipCode" type="xs:string"/>
          <xs:element name="City" type="xs:string"/>
          <xs:element name="CountryCode" type="xs:string"/>
          <xs:element name="CountryName" type="xs:string"/>
          <xs:element name="CountyCode" type="xs:string"/>
          <xs:element name="Phone" type="xs:string"/>
          <xs:element name="PhoneLocal" type="xs:string"/>
          <xs:element name="PhoneMobile" type="xs:string"/>
          <xs:element name="PhoneFax" type="xs:string"/>
          <xs:element name="Email" type="xs:string"/>
          <xs:element name="RecordCreated" type="xs:dateTime"/>
          <xs:element name="RecordModified" type="xs:dateTime"/>
          <xs:element name="Blocked" type="xs:boolean"/>
          <xs:element name="Gender" type="ns1:TGender"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="TMemberFeeOptions">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="MemberAction" type="ns1:TActionMethod"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="TApplyForMembership">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="Member" type="ns1:TMemberV2"/>
          <xs:element name="ApplyForTitle" type="xs:boolean"/>
          <xs:element name="Attachments" type="ns1:ArrayOfAttachmentFile"/>
          <xs:element name="ApplicationType" type="xs:string"/>
          <xs:element name="Memo" type="xs:string"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="TMembershipApplicationResult">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="ApplicationNumber" type="xs:int"/>
          <xs:element name="ApplicationTypeDescription" type="xs:string"/>
          <xs:element name="JobTitleApplicationNumber" type="xs:int"/>
          <xs:element name="JobTitleApplicationTypeDescription" type="xs:string"/>
          <xs:element name="HasJobTitleApplication" type="xs:boolean"/>
          <xs:element name="ResultMessage" type="xs:string"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="ArrayOfMemberGroups">
        <xs:complexContent>
          <xs:restriction base="soapenc:Array">
            <sequence xmlns="http://www.w3.org/2001/XMLSchema"/>
            <xs:attribute ref="soapenc:arrayType" n1:arrayType="ns1:TMemberGroup[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/"/>
          </xs:restriction>
        </xs:complexContent>
      </xs:complexType>
      <xs:complexType name="TMemberGroup">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="Group" type="xs:string"/>
          <xs:element name="Description" type="xs:string"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="TApplicationResult">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="ApplicationNumber" type="xs:int"/>
          <xs:element name="ResultMessage" type="xs:string"/>
          <xs:element name="TaxPercent" type="xs:double"/>
          <xs:element name="NetAmount" type="xs:double"/>
          <xs:element name="TaxAmount" type="xs:double"/>
          <xs:element name="ForwardedCMSId" type="xs:string"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="ArrayOfMembershipCompanies">
        <xs:complexContent>
          <xs:restriction base="soapenc:Array">
            <sequence xmlns="http://www.w3.org/2001/XMLSchema"/>
            <xs:attribute ref="soapenc:arrayType" n1:arrayType="ns1:TMembershipCompany[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/"/>
          </xs:restriction>
        </xs:complexContent>
      </xs:complexType>
      <xs:complexType name="TMembershipCompany">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="Code" type="xs:string"/>
          <xs:element name="Number" type="xs:int"/>
          <xs:element name="Name" type="xs:string"/>
          <xs:element name="Funds" type="ns1:ArrayOfFunds"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="ArrayOfFunds">
        <xs:complexContent>
          <xs:restriction base="soapenc:Array">
            <sequence xmlns="http://www.w3.org/2001/XMLSchema"/>
            <xs:attribute ref="soapenc:arrayType" n1:arrayType="ns1:TFund[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/"/>
          </xs:restriction>
        </xs:complexContent>
      </xs:complexType>
      <xs:complexType name="TFund">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="FundCode" type="xs:string"/>
          <xs:element name="Name" type="xs:string"/>
          <xs:element name="FundSecondaryName" type="xs:string"/>
          <xs:element name="FundType" type="xs:string"/>
          <xs:element name="MembershipCompany" type="xs:string"/>
          <xs:element name="CompanyID" type="xs:string"/>
          <xs:element name="AllMembersAreActiveInGroup" type="xs:string"/>
          <xs:element name="Grants" type="ns1:ArrayOfGrants"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="ArrayOfGrants">
        <xs:complexContent>
          <xs:restriction base="soapenc:Array">
            <sequence xmlns="http://www.w3.org/2001/XMLSchema"/>
            <xs:attribute ref="soapenc:arrayType" n1:arrayType="ns1:TGrant[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/"/>
          </xs:restriction>
        </xs:complexContent>
      </xs:complexType>
      <xs:complexType name="TGrant">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="GrantCode" type="xs:string"/>
          <xs:element name="Description" type="xs:string"/>
          <xs:element name="Text" type="xs:string"/>
          <xs:element name="PurposeArray" type="ns1:ArrayOfPurposes"/>
          <xs:element name="FundCode" type="xs:string"/>
          <xs:element name="FundDescription" type="xs:string"/>
          <xs:element name="Rights" type="ns1:TGrantRights"/>
          <xs:element name="GrantType" type="ns1:TGrantType"/>
          <xs:element name="GrantFieldRequirements" type="ns1:TGrantFieldRequirement"/>
          <xs:element name="CompanyID" type="xs:string"/>
          <xs:element name="Attachment1" type="xs:string"/>
          <xs:element name="Attachment2" type="xs:string"/>
          <xs:element name="Attachment3" type="xs:string"/>
          <xs:element name="Attachment4" type="xs:string"/>
          <xs:element name="AttachmentInputNeeded" type="xs:boolean"/>
          <xs:element name="AllowsTravelCost" type="xs:boolean"/>
          <xs:element name="AmountPerUnitOfTravel" type="xs:double"/>
          <xs:element name="StaticTravelAmount" type="xs:double"/>
          <xs:element name="TheropyType" type="xs:int"/>
          <xs:element name="FundID" type="xs:string"/>
          <xs:element name="ApplicantType" type="ns1:TGrantApplicantType"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="ArrayOfPurposes">
        <xs:complexContent>
          <xs:restriction base="soapenc:Array">
            <sequence xmlns="http://www.w3.org/2001/XMLSchema"/>
            <xs:attribute ref="soapenc:arrayType" n1:arrayType="ns1:TPurpose[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/"/>
          </xs:restriction>
        </xs:complexContent>
      </xs:complexType>
      <xs:complexType name="TGrantRights">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="GrantRuleType" type="ns1:TGrantRuleType"/>
          <xs:element name="AvailableCount" type="xs:int"/>
          <xs:element name="AvailableAmount" type="xs:double"/>
          <xs:element name="RuleAmount" type="xs:double"/>
          <xs:element name="RuleCount" type="xs:int"/>
          <xs:element name="MaxAmount" type="xs:double"/>
          <xs:element name="MinAmount" type="xs:double"/>
          <xs:element name="TaxPercent" type="xs:double"/>
          <xs:element name="ConditionFailed" type="xs:boolean"/>
        </sequence>
      </xs:complexType>
      <xs:simpleType name="TGrantRuleType">
        <xs:restriction base="xs:string">
          <xs:enumeration value="_NoRule"/>
          <xs:enumeration value="_AmountRule"/>
          <xs:enumeration value="_CountRule"/>
        </xs:restriction>
      </xs:simpleType>
      <xs:simpleType name="TGrantType">
        <xs:restriction base="xs:string">
          <xs:enumeration value="_cbORGeneralAmount"/>
          <xs:enumeration value="_cbORGeneralCount"/>
          <xs:enumeration value="_cbORGraduateStudy"/>
          <xs:enumeration value="_cbORSeminar"/>
          <xs:enumeration value="_cbORStudyTour"/>
          <xs:enumeration value="_cbORSchoolFees"/>
          <xs:enumeration value="_cbORTravelCost"/>
          <xs:enumeration value="_cbORStudyHoliday"/>
        </xs:restriction>
      </xs:simpleType>
      <xs:complexType name="TGrantFieldRequirement">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="MemberRequired" type="xs:boolean"/>
          <xs:element name="FundCodeRequired" type="xs:boolean"/>
          <xs:element name="GrantRequired" type="xs:boolean"/>
          <xs:element name="PurposeRequired" type="xs:boolean"/>
          <xs:element name="TotalAmountRequired" type="xs:boolean"/>
          <xs:element name="GrantCountRequired" type="xs:boolean"/>
          <xs:element name="UnitCountRequired" type="xs:boolean"/>
          <xs:element name="LocationRequired" type="xs:boolean"/>
          <xs:element name="OrganizerRequired" type="xs:boolean"/>
          <xs:element name="PeriodRequired" type="xs:boolean"/>
          <xs:element name="PeriodToRequired" type="xs:boolean"/>
          <xs:element name="CommentRequired" type="xs:boolean"/>
          <xs:element name="Text1Required" type="xs:boolean"/>
          <xs:element name="ReferenceRequired" type="xs:boolean"/>
          <xs:element name="DescriptionRequired" type="xs:boolean"/>
          <xs:element name="AttachmentsRequired" type="xs:boolean"/>
          <xs:element name="WorkplaceRequired" type="xs:boolean"/>
          <xs:element name="JobTitleRequired" type="xs:boolean"/>
          <xs:element name="JobRatioRequired" type="xs:boolean"/>
          <xs:element name="WPHistoryRequired" type="xs:boolean"/>
          <xs:element name="WPHistoryJobRatioRequired" type="xs:boolean"/>
          <xs:element name="AmountLabel" type="xs:string"/>
          <xs:element name="GrantCountLabel" type="xs:string"/>
          <xs:element name="UnitCountLabel" type="xs:string"/>
          <xs:element name="LocationLabel" type="xs:string"/>
          <xs:element name="OrganizerLabel" type="xs:string"/>
          <xs:element name="PeriodLabel" type="xs:string"/>
          <xs:element name="CommentLabel" type="xs:string"/>
          <xs:element name="Text1Label" type="xs:string"/>
          <xs:element name="Text2Label" type="xs:string"/>
          <xs:element name="PurposeLabel" type="xs:string"/>
          <xs:element name="ReferenceLabel" type="xs:string"/>
          <xs:element name="DescriptionLabel" type="xs:string"/>
          <xs:element name="AmountDesc" type="xs:string"/>
          <xs:element name="GrantCountDesc" type="xs:string"/>
          <xs:element name="UnitCountDesc" type="xs:string"/>
          <xs:element name="LocationDesc" type="xs:string"/>
          <xs:element name="OrganizerDesc" type="xs:string"/>
          <xs:element name="PeriodDesc" type="xs:string"/>
          <xs:element name="CommentDesc" type="xs:string"/>
          <xs:element name="Text1Desc" type="xs:string"/>
          <xs:element name="Text2Desc" type="xs:string"/>
          <xs:element name="PurposeDesc" type="xs:string"/>
          <xs:element name="ReferenceDesc" type="xs:string"/>
          <xs:element name="DescriptionDesc" type="xs:string"/>
          <xs:element name="Text2Required" type="xs:boolean"/>
        </sequence>
      </xs:complexType>
      <xs:simpleType name="TGrantApplicantType">
        <xs:restriction base="xs:string">
          <xs:enumeration value="_MemberApplicant"/>
          <xs:enumeration value="_UnionApplicant"/>
          <xs:enumeration value="_InstitutionApplicant"/>
        </xs:restriction>
      </xs:simpleType>
      <xs:complexType name="TPurpose">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="Purpose" type="xs:string"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="ArrayOfWorkPlaces2">
        <xs:complexContent>
          <xs:restriction base="soapenc:Array">
            <sequence xmlns="http://www.w3.org/2001/XMLSchema"/>
            <xs:attribute ref="soapenc:arrayType" n1:arrayType="ns1:TWorkPlace2[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/"/>
          </xs:restriction>
        </xs:complexContent>
      </xs:complexType>
      <xs:complexType name="TWorkPlace2">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="WorkPlaceNumber" type="xs:string"/>
          <xs:element name="WorkPlaceName" type="xs:string"/>
          <xs:element name="Company" type="xs:string"/>
          <xs:element name="CompanyName" type="xs:string"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="ArrayOfApplicationType">
        <xs:complexContent>
          <xs:restriction base="soapenc:Array">
            <sequence xmlns="http://www.w3.org/2001/XMLSchema"/>
            <xs:attribute ref="soapenc:arrayType" n1:arrayType="ns1:TApplicationType[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/"/>
          </xs:restriction>
        </xs:complexContent>
      </xs:complexType>
      <xs:complexType name="TApplicationType">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="ApplicationTypeName" type="xs:string"/>
          <xs:element name="IsTitleApplication" type="xs:boolean"/>
          <xs:element name="JobTitle" type="xs:string"/>
          <xs:element name="Description" type="xs:string"/>
          <xs:element name="DocumentNumber" type="xs:int"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="ArrayOfGrantUsedData">
        <xs:complexContent>
          <xs:restriction base="soapenc:Array">
            <sequence xmlns="http://www.w3.org/2001/XMLSchema"/>
            <xs:attribute ref="soapenc:arrayType" n1:arrayType="ns1:TGrantUsedData[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/"/>
          </xs:restriction>
        </xs:complexContent>
      </xs:complexType>
      <xs:complexType name="TGrantUsedData">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="ApplicationDate" type="xs:dateTime"/>
          <xs:element name="Amount" type="xs:double"/>
          <xs:element name="ApplicationNumber" type="xs:int"/>
          <xs:element name="ApplicationRecordId" type="xs:int"/>
          <xs:element name="ApplicationAmount" type="xs:double"/>
          <xs:element name="PaymentAmount" type="xs:double"/>
          <xs:element name="TotalAmount" type="xs:double"/>
          <xs:element name="PaymentDate" type="xs:dateTime"/>
          <xs:element name="ActualPaymentDate" type="xs:dateTime"/>
          <xs:element name="FundCode" type="xs:string"/>
          <xs:element name="FundName" type="xs:string"/>
          <xs:element name="Grant" type="xs:string"/>
          <xs:element name="GrantDescription" type="xs:string"/>
          <xs:element name="AvailableAmount" type="xs:double"/>
          <xs:element name="AvailableCount" type="xs:int"/>
          <xs:element name="RuleAvailableDate" type="xs:dateTime"/>
          <xs:element name="RuleRecordID" type="xs:int"/>
          <xs:element name="RuleType" type="xs:int"/>
          <xs:element name="FundType" type="xs:string"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="TTermDocument">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="TermId" type="xs:int"/>
          <xs:element name="TermDocumentFilename" type="xs:string"/>
          <xs:element name="TermDocumentDescription" type="xs:string"/>
          <xs:element name="TermDocumentData" type="xs:base64Binary"/>
          <xs:element name="LinkReference" type="xs:string"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="ArrayOfTermDocuments">
        <xs:complexContent>
          <xs:restriction base="soapenc:Array">
            <sequence xmlns="http://www.w3.org/2001/XMLSchema"/>
            <xs:attribute ref="soapenc:arrayType" n1:arrayType="ns1:TTermDocument[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/"/>
          </xs:restriction>
        </xs:complexContent>
      </xs:complexType>
      <xs:complexType name="ArrayOfMessages">
        <xs:complexContent>
          <xs:restriction base="soapenc:Array">
            <sequence xmlns="http://www.w3.org/2001/XMLSchema"/>
            <xs:attribute ref="soapenc:arrayType" n1:arrayType="ns1:TGeMessage[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/"/>
          </xs:restriction>
        </xs:complexContent>
      </xs:complexType>
      <xs:complexType name="TGeMessage">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="MessageRecordId" type="xs:int"/>
          <xs:element name="MessageFrom" type="xs:string"/>
          <xs:element name="MessageFromName" type="xs:string"/>
          <xs:element name="MessageTo" type="xs:string"/>
          <xs:element name="ParentId" type="xs:int"/>
          <xs:element name="ReadByUser" type="xs:boolean"/>
          <xs:element name="DateFrom" type="xs:dateTime"/>
          <xs:element name="DateTo" type="xs:dateTime"/>
          <xs:element name="Description" type="xs:string"/>
          <xs:element name="SentDate" type="xs:dateTime"/>
          <xs:element name="TheMessage" type="xs:string"/>
          <xs:element name="Attachments" type="ns1:ArrayOfAttachment"/>
          <xs:element name="MessageType" type="ns1:TMessageType"/>
          <xs:element name="WrittenByStaff" type="xs:boolean"/>
        </sequence>
      </xs:complexType>
      <xs:simpleType name="TMessageType">
        <xs:restriction base="xs:string">
          <xs:enumeration value="_MessAnnouncement"/>
          <xs:enumeration value="_MessApplication"/>
          <xs:enumeration value="_MessMember"/>
        </xs:restriction>
      </xs:simpleType>
      <xs:complexType name="TGeMessageResult">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="MessageRecordId" type="xs:int"/>
          <xs:element name="Successfullysent" type="xs:boolean"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="ArrayOfJobTitles">
        <xs:complexContent>
          <xs:restriction base="soapenc:Array">
            <sequence xmlns="http://www.w3.org/2001/XMLSchema"/>
            <xs:attribute ref="soapenc:arrayType" n1:arrayType="ns1:TMemberJobTitle[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/"/>
          </xs:restriction>
        </xs:complexContent>
      </xs:complexType>
      <xs:complexType name="TMemberJobTitle">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="RecordID" type="xs:int"/>
          <xs:element name="Number" type="xs:string"/>
          <xs:element name="Date" type="xs:dateTime"/>
          <xs:element name="Description" type="xs:string"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="ArrayOfMemberResumeTypes">
        <xs:complexContent>
          <xs:restriction base="soapenc:Array">
            <sequence xmlns="http://www.w3.org/2001/XMLSchema"/>
            <xs:attribute ref="soapenc:arrayType" n1:arrayType="ns1:TMemberResumeType[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/"/>
          </xs:restriction>
        </xs:complexContent>
      </xs:complexType>
      <xs:complexType name="TMemberResumeType">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="Name" type="xs:string"/>
          <xs:element name="Description" type="xs:string"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="ArrayOfMemberResumeGroups">
        <xs:complexContent>
          <xs:restriction base="soapenc:Array">
            <sequence xmlns="http://www.w3.org/2001/XMLSchema"/>
            <xs:attribute ref="soapenc:arrayType" n1:arrayType="ns1:TMemberResumeGroup[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/"/>
          </xs:restriction>
        </xs:complexContent>
      </xs:complexType>
      <xs:complexType name="TMemberResumeGroup">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="Name" type="xs:string"/>
          <xs:element name="Description" type="xs:string"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="ArrayOfMemberMovements">
        <xs:complexContent>
          <xs:restriction base="soapenc:Array">
            <sequence xmlns="http://www.w3.org/2001/XMLSchema"/>
            <xs:attribute ref="soapenc:arrayType" n1:arrayType="ns1:TMemberMovement[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/"/>
          </xs:restriction>
        </xs:complexContent>
      </xs:complexType>
      <xs:complexType name="TMemberMovement">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="Member" type="xs:string"/>
          <xs:element name="MemberName" type="xs:string"/>
          <xs:element name="MemberEmail" type="xs:string"/>
          <xs:element name="DateFrom" type="xs:dateTime"/>
          <xs:element name="DateTo" type="xs:dateTime"/>
          <xs:element name="Description" type="xs:string"/>
          <xs:element name="Description2" type="xs:string"/>
          <xs:element name="Group" type="xs:string"/>
          <xs:element name="GroupDesc" type="xs:string"/>
          <xs:element name="AType" type="xs:string"/>
          <xs:element name="ATypeDesc" type="xs:string"/>
          <xs:element name="Reference" type="xs:string"/>
          <xs:element name="ItemCode" type="xs:string"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="ArrayOfElectionBallots">
        <xs:complexContent>
          <xs:restriction base="soapenc:Array">
            <sequence xmlns="http://www.w3.org/2001/XMLSchema"/>
            <xs:attribute ref="soapenc:arrayType" n1:arrayType="ns1:TElectionBallot[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/"/>
          </xs:restriction>
        </xs:complexContent>
      </xs:complexType>
      <xs:complexType name="TElectionBallot">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="RecordId" type="xs:int"/>
          <xs:element name="Title" type="xs:string"/>
          <xs:element name="Footer" type="xs:string"/>
          <xs:element name="DateFrom" type="xs:dateTime"/>
          <xs:element name="DateTo" type="xs:dateTime"/>
          <xs:element name="Color" type="xs:string"/>
          <xs:element name="Terms" type="xs:string"/>
          <xs:element name="Instructions" type="xs:string"/>
          <xs:element name="BallotType" type="xs:int"/>
          <xs:element name="HasVoted" type="xs:boolean"/>
          <xs:element name="VotingDate" type="xs:dateTime"/>
          <xs:element name="CompanyId" type="xs:string"/>
          <xs:element name="ElectionHeads" type="ns1:ArrayOfElectionHeads"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="ArrayOfElectionHeads">
        <xs:complexContent>
          <xs:restriction base="soapenc:Array">
            <sequence xmlns="http://www.w3.org/2001/XMLSchema"/>
            <xs:attribute ref="soapenc:arrayType" n1:arrayType="ns1:TElectionHead[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/"/>
          </xs:restriction>
        </xs:complexContent>
      </xs:complexType>
      <xs:complexType name="TElectionHead">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="RecordId" type="xs:int"/>
          <xs:element name="BallotId" type="xs:int"/>
          <xs:element name="Title" type="xs:string"/>
          <xs:element name="AnswerType" type="xs:int"/>
          <xs:element name="Required" type="xs:boolean"/>
          <xs:element name="Multiselect" type="xs:boolean"/>
          <xs:element name="MultiselectMinCount" type="xs:int"/>
          <xs:element name="MultiselectMaxCount" type="xs:int"/>
          <xs:element name="HasBlankVote" type="xs:boolean"/>
          <xs:element name="Footer" type="xs:string"/>
          <xs:element name="Terms" type="xs:string"/>
          <xs:element name="Instructions" type="xs:string"/>
          <xs:element name="ElectionLines" type="ns1:ArrayOfElectionLines"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="ArrayOfElectionLines">
        <xs:complexContent>
          <xs:restriction base="soapenc:Array">
            <sequence xmlns="http://www.w3.org/2001/XMLSchema"/>
            <xs:attribute ref="soapenc:arrayType" n1:arrayType="ns1:TElectionLine[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/"/>
          </xs:restriction>
        </xs:complexContent>
      </xs:complexType>
      <xs:complexType name="TElectionLine">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="HeadId" type="xs:int"/>
          <xs:element name="SeqNum" type="xs:double"/>
          <xs:element name="Answer" type="xs:string"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="ArrayOfElectionAnswers">
        <xs:complexContent>
          <xs:restriction base="soapenc:Array">
            <sequence xmlns="http://www.w3.org/2001/XMLSchema"/>
            <xs:attribute ref="soapenc:arrayType" n1:arrayType="ns1:TElectionAnswer[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/"/>
          </xs:restriction>
        </xs:complexContent>
      </xs:complexType>
      <xs:complexType name="TElectionAnswer">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="HeadId" type="xs:int"/>
          <xs:element name="SeqNum" type="xs:double"/>
          <xs:element name="AnswerType" type="xs:int"/>
          <xs:element name="StringAnswer" type="xs:string"/>
          <xs:element name="BoolAnswer" type="xs:boolean"/>
          <xs:element name="FloatAnswer" type="xs:double"/>
          <xs:element name="IsBlankAnswer" type="xs:boolean"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="TWSResult">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="ResultCode" type="xs:int"/>
          <xs:element name="ErrorString" type="xs:string"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="TTimeClockStampInfo">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="Employee" type="ns1:TEmployee"/>
          <xs:element name="Dim1" type="xs:string"/>
          <xs:element name="StampType" type="ns1:TTimeClockStampType"/>
          <xs:element name="StampStatus" type="xs:int"/>
          <xs:element name="Description" type="xs:string"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="TTimeClockTransaction">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="ID" type="xs:int"/>
          <xs:element name="Employee" type="xs:string"/>
          <xs:element name="Start" type="xs:dateTime"/>
          <xs:element name="Finish" type="xs:dateTime"/>
          <xs:element name="ExtraProperties" type="ns1:ArrayOfExtraProperties"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="ArrayOfCourses">
        <xs:complexContent>
          <xs:restriction base="soapenc:Array">
            <sequence xmlns="http://www.w3.org/2001/XMLSchema"/>
            <xs:attribute ref="soapenc:arrayType" n1:arrayType="ns1:TCourse[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/"/>
          </xs:restriction>
        </xs:complexContent>
      </xs:complexType>
      <xs:complexType name="TCourse">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="BookingNumber" type="xs:string"/>
          <xs:element name="CourseNumber" type="xs:string"/>
          <xs:element name="CourseName" type="xs:string"/>
          <xs:element name="Description" type="xs:string"/>
          <xs:element name="Reference" type="xs:string"/>
          <xs:element name="Location" type="xs:string"/>
          <xs:element name="Price" type="xs:double"/>
          <xs:element name="MaxParticipants" type="xs:int"/>
          <xs:element name="EnrolledParticipants" type="xs:int"/>
          <xs:element name="GroupNumber" type="xs:string"/>
          <xs:element name="GroupName" type="xs:string"/>
          <xs:element name="LessonCount" type="xs:int"/>
          <xs:element name="URL" type="xs:string"/>
          <xs:element name="DateFrom" type="xs:date"/>
          <xs:element name="DateTo" type="xs:date"/>
          <xs:element name="ExtraText1" type="xs:string"/>
          <xs:element name="ExtraText2" type="xs:string"/>
          <xs:element name="ExtraText3" type="xs:string"/>
          <xs:element name="ExtraText4" type="xs:string"/>
          <xs:element name="Supervisor" type="xs:string"/>
          <xs:element name="SupervisorName" type="xs:string"/>
          <xs:element name="ClosedForRegistrationOnWeb" type="xs:boolean"/>
          <xs:element name="LessonSchedule" type="ns1:ArrayOfLessonSchedules"/>
          <xs:element name="Categories" type="ns1:ArrayOfCategories"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="ArrayOfLessonSchedules">
        <xs:complexContent>
          <xs:restriction base="soapenc:Array">
            <sequence xmlns="http://www.w3.org/2001/XMLSchema"/>
            <xs:attribute ref="soapenc:arrayType" n1:arrayType="ns1:TLessonSchedule[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/"/>
          </xs:restriction>
        </xs:complexContent>
      </xs:complexType>
      <xs:complexType name="ArrayOfCategories">
        <xs:complexContent>
          <xs:restriction base="soapenc:Array">
            <sequence xmlns="http://www.w3.org/2001/XMLSchema"/>
            <xs:attribute ref="soapenc:arrayType" n1:arrayType="ns1:TCategory[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/"/>
          </xs:restriction>
        </xs:complexContent>
      </xs:complexType>
      <xs:complexType name="TLessonSchedule">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="DateTimeFrom" type="xs:dateTime"/>
          <xs:element name="DateTimeTo" type="xs:dateTime"/>
          <xs:element name="ExtraDescription" type="xs:string"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="TCategory">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="Group" type="xs:string"/>
          <xs:element name="SubGroup" type="xs:string"/>
          <xs:element name="Description" type="xs:string"/>
          <xs:element name="GroupDescription" type="xs:string"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="ArrayOfCourseTypes">
        <xs:complexContent>
          <xs:restriction base="soapenc:Array">
            <sequence xmlns="http://www.w3.org/2001/XMLSchema"/>
            <xs:attribute ref="soapenc:arrayType" n1:arrayType="ns1:TCourseType[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/"/>
          </xs:restriction>
        </xs:complexContent>
      </xs:complexType>
      <xs:complexType name="TCourseType">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="CourseName" type="xs:string"/>
          <xs:element name="Description" type="xs:string"/>
          <xs:element name="Reference" type="xs:string"/>
          <xs:element name="Active" type="xs:boolean"/>
          <xs:element name="MaxParticipants" type="xs:int"/>
          <xs:element name="LessonCount" type="xs:int"/>
          <xs:element name="URL" type="xs:string"/>
          <xs:element name="GroupNumber" type="xs:string"/>
          <xs:element name="GroupName" type="xs:string"/>
          <xs:element name="ExtraText1" type="xs:string"/>
          <xs:element name="ExtraText2" type="xs:string"/>
          <xs:element name="ExtraText3" type="xs:string"/>
          <xs:element name="ExtraText4" type="xs:string"/>
          <xs:element name="Categories" type="ns1:ArrayOfCategories"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="ArrayOfParticipants">
        <xs:complexContent>
          <xs:restriction base="soapenc:Array">
            <sequence xmlns="http://www.w3.org/2001/XMLSchema"/>
            <xs:attribute ref="soapenc:arrayType" n1:arrayType="ns1:TParticipant[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/"/>
          </xs:restriction>
        </xs:complexContent>
      </xs:complexType>
      <xs:complexType name="TParticipant">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="SSNumber" type="xs:string"/>
          <xs:element name="Name" type="xs:string"/>
          <xs:element name="Address" type="xs:string"/>
          <xs:element name="ZipCode" type="xs:string"/>
          <xs:element name="Phone" type="xs:string"/>
          <xs:element name="Email" type="xs:string"/>
          <xs:element name="ExtraDesc" type="xs:string"/>
          <xs:element name="PayerSSNumber" type="xs:string"/>
          <xs:element name="PayerName" type="xs:string"/>
          <xs:element name="PayerAddress" type="xs:string"/>
          <xs:element name="PayerZipCode" type="xs:string"/>
          <xs:element name="PayerPhone" type="xs:string"/>
          <xs:element name="PayerEmail" type="xs:string"/>
          <xs:element name="SalesPerson" type="xs:string"/>
          <xs:element name="RelativeName" type="xs:string"/>
          <xs:element name="RelativeSSNumber" type="xs:string"/>
          <xs:element name="RelativeEmail" type="xs:string"/>
          <xs:element name="RelativePhone" type="xs:string"/>
          <xs:element name="BookingStatus" type="ns3:TComboBox_EMPartBookingStatus"/>
          <xs:element name="PaymentStatus" type="ns3:TComboBox_EMPartPaymentStatus"/>
          <xs:element name="BookingTime" type="xs:dateTime"/>
          <xs:element name="PriceInfo" type="ns1:TPriceInfo"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="TPriceInfo">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="NetAmountWithTax" type="xs:double"/>
          <xs:element name="NetAmount" type="xs:double"/>
          <xs:element name="Discount" type="xs:double"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="TPaymentInfo">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="PaymentType" type="ns1:TEMPaymentType"/>
          <xs:element name="CardTransactionNumber" type="xs:int"/>
          <xs:element name="CardAuthorisationNumber" type="xs:int"/>
          <xs:element name="PaymentAmount" type="xs:double"/>
        </sequence>
      </xs:complexType>
      <xs:simpleType name="TEMPaymentType">
        <xs:restriction base="xs:string">
          <xs:enumeration value="_EMPtNone"/>
          <xs:enumeration value="_EMPsCard"/>
          <xs:enumeration value="_EMPsInvoiced"/>
          <xs:enumeration value="_EMPsGiftCard"/>
        </xs:restriction>
      </xs:simpleType>
      <xs:complexType name="TEnrollmentResult">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="Success" type="xs:boolean"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="TLocation">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="LocationID" type="xs:string"/>
          <xs:element name="Description" type="xs:string"/>
          <xs:element name="Address1" type="xs:string"/>
          <xs:element name="Address2" type="xs:string"/>
          <xs:element name="Address3" type="xs:string"/>
          <xs:element name="ZipCode" type="xs:string"/>
          <xs:element name="City" type="xs:string"/>
          <xs:element name="CountryCode" type="xs:string"/>
          <xs:element name="Phone" type="xs:string"/>
          <xs:element name="PhoneLocal" type="xs:string"/>
          <xs:element name="PhoneMobile" type="xs:string"/>
          <xs:element name="Fax" type="xs:string"/>
          <xs:element name="Email" type="xs:string"/>
          <xs:element name="Url" type="xs:string"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="TEMBooking">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="Name" type="xs:string"/>
          <xs:element name="CustomerNumber" type="xs:string"/>
          <xs:element name="Email" type="xs:string"/>
          <xs:element name="Phone" type="xs:string"/>
          <xs:element name="ResourceBookings" type="ns1:ArrayOfResourceBookings"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="ArrayOfResourceBookings">
        <xs:complexContent>
          <xs:restriction base="soapenc:Array">
            <sequence xmlns="http://www.w3.org/2001/XMLSchema"/>
            <xs:attribute ref="soapenc:arrayType" n1:arrayType="ns1:TEMResourceBooking[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/"/>
          </xs:restriction>
        </xs:complexContent>
      </xs:complexType>
      <xs:complexType name="TEMResourceBooking">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="GroupId" type="xs:string"/>
          <xs:element name="DateFrom" type="xs:dateTime"/>
          <xs:element name="DateTo" type="xs:dateTime"/>
          <xs:element name="NumberOfResources" type="xs:int"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="TEMBookingResponse">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="BookingNumber" type="xs:string"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="ArrayOfResourceGroup">
        <xs:complexContent>
          <xs:restriction base="soapenc:Array">
            <sequence xmlns="http://www.w3.org/2001/XMLSchema"/>
            <xs:attribute ref="soapenc:arrayType" n1:arrayType="ns1:TEMResourceGroup[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/"/>
          </xs:restriction>
        </xs:complexContent>
      </xs:complexType>
      <xs:complexType name="TEMResourceGroup">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="GroupId" type="xs:string"/>
          <xs:element name="Description" type="xs:string"/>
          <xs:element name="ResourceAvailability" type="ns1:ArrayOfResourceAvailability"/>
          <xs:element name="ResourcePrices" type="ns1:ArrayOfResourcePrices"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="ArrayOfResourceAvailability">
        <xs:complexContent>
          <xs:restriction base="soapenc:Array">
            <sequence xmlns="http://www.w3.org/2001/XMLSchema"/>
            <xs:attribute ref="soapenc:arrayType" n1:arrayType="ns1:TEMResourceAvailability[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/"/>
          </xs:restriction>
        </xs:complexContent>
      </xs:complexType>
      <xs:complexType name="ArrayOfResourcePrices">
        <xs:complexContent>
          <xs:restriction base="soapenc:Array">
            <sequence xmlns="http://www.w3.org/2001/XMLSchema"/>
            <xs:attribute ref="soapenc:arrayType" n1:arrayType="ns1:TEMResourcePrices[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/"/>
          </xs:restriction>
        </xs:complexContent>
      </xs:complexType>
      <xs:complexType name="TEMResourceAvailability">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="DateFrom" type="xs:dateTime"/>
          <xs:element name="DateTo" type="xs:dateTime"/>
          <xs:element name="Availability" type="xs:int"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="TEMResourcePrices">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="DateFrom" type="xs:dateTime"/>
          <xs:element name="DateTo" type="xs:dateTime"/>
          <xs:element name="PriceWithTax" type="xs:double"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="TVehicleInspection">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="RecordId" type="xs:int"/>
          <xs:element name="RecordCreated" type="xs:dateTime"/>
          <xs:element name="RecordModified" type="xs:dateTime"/>
          <xs:element name="VehicleNumber" type="xs:string"/>
          <xs:element name="InspectionDate" type="xs:dateTime"/>
          <xs:element name="ReInspectionDate" type="xs:dateTime"/>
          <xs:element name="Station" type="xs:string"/>
          <xs:element name="StationType" type="xs:string"/>
          <xs:element name="InspectionReportNumber" type="xs:int"/>
          <xs:element name="InspectionType" type="ns3:TComboBox_SOVehicleInspectionType"/>
          <xs:element name="InspectionResult" type="ns3:TComboBox_SOVehicleInspectionResultType"/>
          <xs:element name="ReInspectionResult" type="ns3:TComboBox_SOVehicleInspectionResultType"/>
          <xs:element name="OdoMeter" type="xs:int"/>
          <xs:element name="InspectionTrack" type="xs:string"/>
          <xs:element name="InspectionOff" type="xs:string"/>
          <xs:element name="CoResult" type="xs:double"/>
          <xs:element name="NoxResult" type="xs:double"/>
          <xs:element name="HcResult" type="xs:double"/>
          <xs:element name="Co2000" type="xs:double"/>
          <xs:element name="Lambda2000" type="xs:double"/>
          <xs:element name="InspectionExportStatus" type="ns3:TComboBox_SOVehicleInspectionExportStatus"/>
          <xs:element name="InspectionEmployee" type="xs:string"/>
          <xs:element name="OwnerEmail" type="xs:string"/>
          <xs:element name="InspectionStatus" type="ns3:TComboBox_SOVehicleInspectionStatus"/>
          <xs:element name="SmokeOpacity" type="xs:double"/>
          <xs:element name="Track" type="xs:int"/>
          <xs:element name="PollutionMeasures" type="xs:int"/>
          <xs:element name="LightDevice" type="xs:int"/>
          <xs:element name="BrakeTest" type="xs:int"/>
          <xs:element name="BrakesMeasured" type="xs:boolean"/>
          <xs:element name="Deviations" type="ns3:TComboBox_SOVehicleInspectionDeviations"/>
          <xs:element name="ExtraResults" type="ns3:TComboBox_SOVehicleInspectionExtraResult"/>
          <xs:element name="AppointmentId" type="xs:int"/>
          <xs:element name="VehicleSticker" type="xs:int"/>
          <xs:element name="InvoiceNumber" type="xs:int"/>
          <xs:element name="PreviousOdoMeter" type="xs:int"/>
          <xs:element name="InspectionTypeRecordId" type="xs:int"/>
          <xs:element name="InspectionMemo" type="xs:string"/>
          <xs:element name="InspectionErrorText" type="xs:string"/>
          <xs:element name="DateSentToEkju" type="xs:dateTime"/>
          <xs:element name="SGSreportNumber" type="xs:int"/>
          <xs:element name="InspectionLines" type="ns1:ArrayOfVehicleInspectionLines"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="ArrayOfVehicleInspectionLines">
        <xs:complexContent>
          <xs:restriction base="soapenc:Array">
            <sequence xmlns="http://www.w3.org/2001/XMLSchema"/>
            <xs:attribute ref="soapenc:arrayType" n1:arrayType="ns1:TVehicleInspectionLine[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/"/>
          </xs:restriction>
        </xs:complexContent>
      </xs:complexType>
      <xs:complexType name="TVehicleInspectionLine">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="RecordCreated" type="xs:dateTime"/>
          <xs:element name="RecordModified" type="xs:dateTime"/>
          <xs:element name="SequenceNumber" type="xs:int"/>
          <xs:element name="InspectionCode" type="xs:string"/>
          <xs:element name="InspectionValue" type="ns3:TComboBox_SOVehicleInspectionValueType"/>
          <xs:element name="Comments" type="xs:string"/>
          <xs:element name="Deleted" type="xs:boolean"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="TUser">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="Username" type="xs:string"/>
          <xs:element name="Name" type="xs:string"/>
          <xs:element name="SSNumber" type="xs:string"/>
          <xs:element name="Password" type="xs:string"/>
          <xs:element name="Email" type="xs:string"/>
          <xs:element name="Enabled" type="xs:boolean"/>
          <xs:element name="HasAdminRights" type="xs:boolean"/>
          <xs:element name="Employee" type="xs:string"/>
          <xs:element name="Language" type="xs:string"/>
          <xs:element name="UserType" type="ns3:TComboBox_GeneralUserType"/>
          <xs:element name="ExtraProperties" type="ns1:ArrayOfExtraProperties"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="ArrayOfUsers">
        <xs:complexContent>
          <xs:restriction base="soapenc:Array">
            <sequence xmlns="http://www.w3.org/2001/XMLSchema"/>
            <xs:attribute ref="soapenc:arrayType" n1:arrayType="ns1:TUser[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/"/>
          </xs:restriction>
        </xs:complexContent>
      </xs:complexType>
      <xs:complexType name="ArrayOfCompany">
        <xs:complexContent>
          <xs:restriction base="soapenc:Array">
            <sequence xmlns="http://www.w3.org/2001/XMLSchema"/>
            <xs:attribute ref="soapenc:arrayType" n1:arrayType="ns1:TCompany[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/"/>
          </xs:restriction>
        </xs:complexContent>
      </xs:complexType>
      <xs:complexType name="TCompany">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="ID" type="xs:string"/>
          <xs:element name="Name" type="xs:string"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="TToken">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="Token" type="xs:string"/>
          <xs:element name="AppID" type="xs:string"/>
          <xs:element name="UserName" type="xs:string"/>
          <xs:element name="Name" type="xs:string"/>
          <xs:element name="Employee" type="xs:string"/>
          <xs:element name="CompanyID" type="xs:string"/>
          <xs:element name="CompanyName" type="xs:string"/>
          <xs:element name="ValidUntil" type="xs:dateTime"/>
          <xs:element name="LanguageCode" type="xs:string"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="Security">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="UsernameToken" type="ns1:TUsernameToken"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="TUsernameToken">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="Username" type="xs:string"/>
          <xs:element name="Password" type="xs:string"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="BasicSecurity">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="Username" type="xs:string"/>
          <xs:element name="Password" type="xs:string"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="TokenSecurity">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="Token" type="xs:string"/>
          <xs:element name="AppID" type="xs:string"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="ResponseHeader">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="CompanyID" type="xs:string"/>
          <xs:element name="CompanyName" type="xs:string"/>
          <xs:element name="CompanyAddress" type="xs:string"/>
          <xs:element name="UserID" type="xs:string"/>
          <xs:element name="ServerName" type="xs:string"/>
          <xs:element name="ServerDate" type="xs:dateTime"/>
          <xs:element name="LicenceNumber" type="xs:string"/>
          <xs:element name="LocalCurrency" type="xs:string"/>
        </sequence>
      </xs:complexType>
    </xs:schema>
    <xs:schema targetNamespace="urn:unimaze.com:dispatcher:messaging" xmlns="urn:unimaze.com:dispatcher:messaging">
      <xs:complexType name="ArrayOfString">
        <xs:complexContent>
          <xs:restriction base="soapenc:Array">
            <sequence xmlns="http://www.w3.org/2001/XMLSchema"/>
            <xs:attribute ref="soapenc:arrayType" n1:arrayType="xs:string[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/"/>
          </xs:restriction>
        </xs:complexContent>
      </xs:complexType>
    </xs:schema>
    <xs:schema targetNamespace="urn:MiscCons" xmlns="urn:MiscCons">
      <xs:simpleType name="TComboBox_PjJournalLineUnit">
        <xs:restriction base="xs:string">
          <xs:enumeration value="_cbKM"/>
          <xs:enumeration value="_cbTrip"/>
          <xs:enumeration value="_cbKMSpecial"/>
          <xs:enumeration value="_cbKMOffRoad"/>
        </xs:restriction>
      </xs:simpleType>
      <xs:simpleType name="TComboBox_PjJournalLineDescriptionBehavior">
        <xs:restriction base="xs:string">
          <xs:enumeration value="_cbTPjDescFromJob"/>
          <xs:enumeration value="_cbTPjDescFromPhase"/>
          <xs:enumeration value="_cbTPjDescEmpty"/>
          <xs:enumeration value="_cbTPjDescFromTask"/>
        </xs:restriction>
      </xs:simpleType>
      <xs:simpleType name="TComboBox_PjJournalEntryTimeType">
        <xs:restriction base="xs:string">
          <xs:enumeration value="_cbTPjETQuantity"/>
          <xs:enumeration value="_cbTPjETTimePeriod"/>
          <xs:enumeration value="_ctPjETEnterBoth"/>
        </xs:restriction>
      </xs:simpleType>
      <xs:simpleType name="TComboBox_JournalLineType">
        <xs:restriction base="xs:string">
          <xs:enumeration value="_cbJLineGeneralLedger"/>
          <xs:enumeration value="_cbJLineAccountsReceivable"/>
          <xs:enumeration value="_cbJLineAccountsPayable"/>
          <xs:enumeration value="_cbJLineProjects"/>
          <xs:enumeration value="_cbJLinePayroll"/>
          <xs:enumeration value="_cbJLineFixedAssets"/>
          <xs:enumeration value="_cbJLineMemberPayments"/>
          <xs:enumeration value="_cbJLineBankTransaction"/>
          <xs:enumeration value="_cbJLineSupporter"/>
          <xs:enumeration value="_cbJLineBooking"/>
          <xs:enumeration value="_cbJLineLottery"/>
          <xs:enumeration value="_cbJLineLotteryPrice"/>
        </xs:restriction>
      </xs:simpleType>
      <xs:simpleType name="TComboBox_Group">
        <xs:restriction base="xs:string">
          <xs:enumeration value="_cbIncomeStatement"/>
          <xs:enumeration value="_cbBalanceSheet"/>
        </xs:restriction>
      </xs:simpleType>
      <xs:simpleType name="TComboBox_AccountType">
        <xs:restriction base="xs:string">
          <xs:enumeration value="_cbPostable"/>
          <xs:enumeration value="_cbTitle"/>
        </xs:restriction>
      </xs:simpleType>
      <xs:simpleType name="TComboBox_ItemClass">
        <xs:restriction base="xs:string">
          <xs:enumeration value="_cbStockItem"/>
          <xs:enumeration value="_cbServiceItem"/>
          <xs:enumeration value="_cbLaborItem"/>
          <xs:enumeration value="_cbMachineItem"/>
          <xs:enumeration value="_cbBOMItem"/>
          <xs:enumeration value="_cbExtraFeeItem"/>
          <xs:enumeration value="_cbHotelStayItem"/>
          <xs:enumeration value="_cbHotelStayFeeItem"/>
          <xs:enumeration value="_cbItemAcloholFee"/>
          <xs:enumeration value="_cbRentalItem"/>
        </xs:restriction>
      </xs:simpleType>
      <xs:simpleType name="TComboBox_BOMProcessStatus">
        <xs:restriction base="xs:string">
          <xs:enumeration value="_cbBOMNotStarted"/>
          <xs:enumeration value="_cbBOMInProgress"/>
          <xs:enumeration value="_cbBOMFinished"/>
          <xs:enumeration value="_cbBOMInWaiting"/>
          <xs:enumeration value="_cbBOMItemNotInStock"/>
          <xs:enumeration value="_cbBOMPacking"/>
          <xs:enumeration value="_cbBOMSentToWarehouse"/>
        </xs:restriction>
      </xs:simpleType>
      <xs:simpleType name="TComboBox_BomJournalLineDeliveryStatus">
        <xs:restriction base="xs:string">
          <xs:enumeration value="_cbBomJournalLineDeliveryStatusNotHandled"/>
          <xs:enumeration value="_cbBomJournalLineDeliveryStatusHandled"/>
          <xs:enumeration value="_cbBomJournalLineDeliveryStatusInProgress"/>
          <xs:enumeration value="_cbBomJournalLinePackingStatusInProgress"/>
          <xs:enumeration value="_cbBOMJournalLinePackingToHandComputer"/>
        </xs:restriction>
      </xs:simpleType>
      <xs:simpleType name="TComboBox_SOOrigin">
        <xs:restriction base="xs:string">
          <xs:enumeration value="_cbOriginSalesOrder"/>
          <xs:enumeration value="_cbOriginBackOrder"/>
          <xs:enumeration value="_cbOriginQuotation"/>
          <xs:enumeration value="_cbOriginRecurringOrder"/>
          <xs:enumeration value="_cbOriginJob"/>
          <xs:enumeration value="_cbOrigindkPosInvoice"/>
          <xs:enumeration value="_cbOrigindkWebService"/>
          <xs:enumeration value="_cbOriginSubscription"/>
          <xs:enumeration value="_cbOriginHandComputers"/>
          <xs:enumeration value="_cbOriginCabas"/>
          <xs:enumeration value="_cbOriginBookingSystem"/>
          <xs:enumeration value="_cbOriginDistribution"/>
          <xs:enumeration value="_cbOriginMekoCat"/>
          <xs:enumeration value="_cbOriginUndispatchedSalesOrder"/>
          <xs:enumeration value="_cbOriginPrescription"/>
          <xs:enumeration value="_cbInvoiceOriginUBLOrder"/>
          <xs:enumeration value="_cbOriginFasteignagjold"/>
          <xs:enumeration value="_cbOriginProjectQuotation"/>
        </xs:restriction>
      </xs:simpleType>
      <xs:simpleType name="TComboBox_BSSCondition">
        <xs:restriction base="xs:string">
          <xs:enumeration value="_cbBSSGeneral"/>
          <xs:enumeration value="_cbBSSSpecial"/>
        </xs:restriction>
      </xs:simpleType>
      <xs:simpleType name="TComboBox_ARCreditCardType">
        <xs:restriction base="xs:string">
          <xs:enumeration value="_cbNoCreditCard"/>
          <xs:enumeration value="_cbVisaCreditCard"/>
          <xs:enumeration value="_cbEuroCreditCard"/>
          <xs:enumeration value="_cbAmericanExpress"/>
        </xs:restriction>
      </xs:simpleType>
      <xs:simpleType name="TComboBox_PriceGroup">
        <xs:restriction base="xs:string">
          <xs:enumeration value="_cbPrice1"/>
          <xs:enumeration value="_cbPrice2"/>
          <xs:enumeration value="_cbPrice3"/>
        </xs:restriction>
      </xs:simpleType>
      <xs:simpleType name="TComboBox_Settled">
        <xs:restriction base="xs:string">
          <xs:enumeration value="_cbNotSettled"/>
          <xs:enumeration value="_cbPartlySettled"/>
          <xs:enumeration value="_cbFullySettled"/>
        </xs:restriction>
      </xs:simpleType>
      <xs:simpleType name="TComboBox_PjJobType">
        <xs:restriction base="xs:string">
          <xs:enumeration value="_cbTimeJob"/>
          <xs:enumeration value="_cbServiceJob"/>
          <xs:enumeration value="_cbQuotationJob"/>
          <xs:enumeration value="_cbInHouseJob"/>
        </xs:restriction>
      </xs:simpleType>
      <xs:simpleType name="TComboBox_PjJobStatus">
        <xs:restriction base="xs:string">
          <xs:enumeration value="_cbJobNotStarted"/>
          <xs:enumeration value="_cbJobInProgress"/>
          <xs:enumeration value="_cbJobInWaiting"/>
          <xs:enumeration value="_cbJobFinished"/>
          <xs:enumeration value="_cbJobReady"/>
        </xs:restriction>
      </xs:simpleType>
      <xs:simpleType name="TComboBox_PjBillingMode">
        <xs:restriction base="xs:string">
          <xs:enumeration value="_cbBillMonthly"/>
          <xs:enumeration value="_cbBillFinished"/>
          <xs:enumeration value="_cbBillIrregulary"/>
          <xs:enumeration value="_cbNoBill"/>
          <xs:enumeration value="_cbBillWarranty"/>
        </xs:restriction>
      </xs:simpleType>
      <xs:simpleType name="TComboBox_PjDiscountType">
        <xs:restriction base="xs:string">
          <xs:enumeration value="_cbPjCustomerDiscount"/>
          <xs:enumeration value="_cbPjJobDiscount"/>
          <xs:enumeration value="_cbPjNoDiscount"/>
        </xs:restriction>
      </xs:simpleType>
      <xs:simpleType name="TComboBox_BSSClaimStatus">
        <xs:restriction base="xs:string">
          <xs:enumeration value="_cbBSSNotOnClaim"/>
          <xs:enumeration value="_cbBSSPartlyOnClaim"/>
          <xs:enumeration value="_cbBSSAllOnClaim"/>
          <xs:enumeration value="_cbBSSNotAllowedOnClaim"/>
        </xs:restriction>
      </xs:simpleType>
      <xs:simpleType name="TComboBox_SOHeadOriginType">
        <xs:restriction base="xs:string">
          <xs:enumeration value="_cbSOHeadOriginARCustomer"/>
          <xs:enumeration value="_cbSOHeadOriginCRMProspect"/>
          <xs:enumeration value="_cbSOHeadOriginRoomer"/>
          <xs:enumeration value="_cbSOHeadOriginDkHotel"/>
          <xs:enumeration value="_cbSOHeadOriginCODCustomer"/>
          <xs:enumeration value="_cbSOHeadOriginDkOne"/>
          <xs:enumeration value="_cbSOHeadOriginGoDo"/>
          <xs:enumeration value="_cbSOHeadOriginExternalOrigin"/>
        </xs:restriction>
      </xs:simpleType>
      <xs:simpleType name="TComboBox_SOHeadStatus">
        <xs:restriction base="xs:string">
          <xs:enumeration value="_cbSOInProcess"/>
          <xs:enumeration value="_cbSOSent"/>
          <xs:enumeration value="_cbSOPartHandled"/>
          <xs:enumeration value="_cbSOHandled"/>
          <xs:enumeration value="_cbSOOnHold"/>
          <xs:enumeration value="_cbSOCanceled"/>
        </xs:restriction>
      </xs:simpleType>
      <xs:simpleType name="TComboBox_SODeliveryStatus">
        <xs:restriction base="xs:string">
          <xs:enumeration value="_cbDelInProcess"/>
          <xs:enumeration value="_cbDelReady"/>
          <xs:enumeration value="_cbDelHurry"/>
          <xs:enumeration value="_cbDelWait"/>
          <xs:enumeration value="_cbDelRequest"/>
        </xs:restriction>
      </xs:simpleType>
      <xs:simpleType name="TComboBox_Origin">
        <xs:restriction base="xs:string">
          <xs:enumeration value="_cbGLJournal"/>
          <xs:enumeration value="_cbARJournal"/>
          <xs:enumeration value="_cbAPJournal"/>
          <xs:enumeration value="_cbSOInvoice"/>
          <xs:enumeration value="_cbARInterestCalc"/>
          <xs:enumeration value="_cbInJournal"/>
          <xs:enumeration value="_cbSOJournal"/>
          <xs:enumeration value="_cbSOOpenInvoice"/>
          <xs:enumeration value="_cbPjJournal"/>
          <xs:enumeration value="_cbAPInvoice"/>
          <xs:enumeration value="_cbAPInvoicePayment"/>
          <xs:enumeration value="_cbPjInvoice"/>
          <xs:enumeration value="_cbSKIPayment"/>
          <xs:enumeration value="_cbPjDirect"/>
          <xs:enumeration value="_cbGeSaldo"/>
          <xs:enumeration value="_cbFAJournal"/>
          <xs:enumeration value="_cbINBOMFabricate"/>
          <xs:enumeration value="_cbNOT_USED"/>
          <xs:enumeration value="_cbMEPayments"/>
          <xs:enumeration value="_cbMEBankTrans"/>
          <xs:enumeration value="_cbPjPostedJournal"/>
          <xs:enumeration value="_cbCustomReport"/>
          <xs:enumeration value="_cbDepreciationReport"/>
          <xs:enumeration value="_cbVisa"/>
          <xs:enumeration value="_cbEuro"/>
          <xs:enumeration value="_cbDoJournal"/>
          <xs:enumeration value="_cbPOJournal"/>
          <xs:enumeration value="_cbPOPostedJournal"/>
          <xs:enumeration value="_cbDataExport"/>
          <xs:enumeration value="_cbORGrantApplication"/>
          <xs:enumeration value="_cbOrGrantPayment"/>
          <xs:enumeration value="_cbAPInterestCalc"/>
          <xs:enumeration value="_cbARBSSPayment"/>
          <xs:enumeration value="_cbORMemberFee"/>
          <xs:enumeration value="_cbORMemberFeeClaim"/>
          <xs:enumeration value="_cbORMemberFeeClaimDrop"/>
          <xs:enumeration value="_cbARBSSPaymentEx_NOTUSED"/>
          <xs:enumeration value="_cbORMemberFeeClaimEx_NOTUSED"/>
          <xs:enumeration value="_cbORMemberFeeClaimDropEx_NOTUSED"/>
          <xs:enumeration value="_cbInTrans"/>
          <xs:enumeration value="_cbORMemberFeeCreditcardEx"/>
          <xs:enumeration value="_cbORMemberFeeCreditcardPaymentEx"/>
          <xs:enumeration value="_cbInWOPJournal"/>
          <xs:enumeration value="_cbInOpenJournal"/>
          <xs:enumeration value="_cbInUndispatchedSalesOrder"/>
          <xs:enumeration value="_cbInWOPPostedJournal"/>
          <xs:enumeration value="_cbGLTrans"/>
          <xs:enumeration value="_cbAPRequest"/>
          <xs:enumeration value="_cbArTrans"/>
          <xs:enumeration value="_cbApTrans"/>
          <xs:enumeration value="_cbInPrescription"/>
          <xs:enumeration value="_cbDiscardedAccountPeriod"/>
          <xs:enumeration value="_cbSoHead"/>
          <xs:enumeration value="_cbGLFastGd"/>
          <xs:enumeration value="_cbORLottery"/>
        </xs:restriction>
      </xs:simpleType>
      <xs:simpleType name="TComboBox_JournalLineCode">
        <xs:restriction base="xs:string">
          <xs:enumeration value="_cbJLineOrinary"/>
          <xs:enumeration value="_cbJLineBaseTax"/>
          <xs:enumeration value="_cbJLineTax"/>
          <xs:enumeration value="_cbJLineOpening"/>
          <xs:enumeration value="_cbJLineTaxSettlement"/>
          <xs:enumeration value="_cbJLineExchangeRateDifference"/>
        </xs:restriction>
      </xs:simpleType>
      <xs:simpleType name="TComboBox_JournalHeadType">
        <xs:restriction base="xs:string">
          <xs:enumeration value="_cbJournalManual"/>
          <xs:enumeration value="_cbJournalAutomatic"/>
          <xs:enumeration value="_cbJournalExchangeRateDifference"/>
          <xs:enumeration value="_cbJournalPayments"/>
          <xs:enumeration value="_cbJournalReceipt"/>
          <xs:enumeration value="_cbJournalFundTransfer"/>
          <xs:enumeration value="_cbJournalINMedicor"/>
          <xs:enumeration value="_cbJournalWebservice"/>
          <xs:enumeration value="_cbSoOnlinePosting"/>
          <xs:enumeration value="_cbJournalPrinting"/>
          <xs:enumeration value="_cbJournalTimeClock"/>
        </xs:restriction>
      </xs:simpleType>
      <xs:simpleType name="TComboBox_DebCred">
        <xs:restriction base="xs:string">
          <xs:enumeration value="_cbDebet"/>
          <xs:enumeration value="_cbCredit"/>
        </xs:restriction>
      </xs:simpleType>
      <xs:simpleType name="TComboBox_ARRecordType">
        <xs:restriction base="xs:string">
          <xs:enumeration value="_cbARDebetJournal"/>
          <xs:enumeration value="_cbARCreditJournal"/>
          <xs:enumeration value="_cbARDebetInvoice"/>
          <xs:enumeration value="_cbARCreditInvoice"/>
          <xs:enumeration value="_cbARReturnInvoice"/>
          <xs:enumeration value="_cbARInterest"/>
          <xs:enumeration value="_cbARExchangeRateDifference"/>
          <xs:enumeration value="_cbARDebetORJournal"/>
          <xs:enumeration value="_cbARCreditORJournal"/>
          <xs:enumeration value="_cbARClaimBase"/>
          <xs:enumeration value="_cbARPayedClaim"/>
          <xs:enumeration value="_cbARDroppedClaim"/>
          <xs:enumeration value="_cbARCreditcardBase"/>
          <xs:enumeration value="_cbARPayedCreditcard"/>
        </xs:restriction>
      </xs:simpleType>
      <xs:simpleType name="TComboBox_ORMemberFeeRate">
        <xs:restriction base="xs:string">
          <xs:enumeration value="_cbORMemFeeRateOneOf"/>
          <xs:enumeration value="_cbORMemFeeRateMonthly"/>
          <xs:enumeration value="_cbORMemFeeRateYearly"/>
        </xs:restriction>
      </xs:simpleType>
      <xs:simpleType name="TComboBox_APRecordType">
        <xs:restriction base="xs:string">
          <xs:enumeration value="_cbAPDebetJournal"/>
          <xs:enumeration value="_cbAPCreditJournal"/>
          <xs:enumeration value="_cbAPDebetInvoice"/>
          <xs:enumeration value="_cbAPCreditInvoice"/>
          <xs:enumeration value="_cbAPPaidInvoice"/>
          <xs:enumeration value="_cbSKIPaidApplication"/>
          <xs:enumeration value="_cbAPExchangeRateDifference"/>
          <xs:enumeration value="_cbAPInterest"/>
          <xs:enumeration value="_cbAPCapitalTax"/>
        </xs:restriction>
      </xs:simpleType>
      <xs:simpleType name="TComboBox_InputSchemeCommandType">
        <xs:restriction base="xs:string">
          <xs:enumeration value="_cbInpScCmNone"/>
        </xs:restriction>
      </xs:simpleType>
      <xs:simpleType name="TComboBox_InvoiceLineType">
        <xs:restriction base="xs:string">
          <xs:enumeration value="_cbExpenses"/>
          <xs:enumeration value="_cbPayment"/>
          <xs:enumeration value="_cbBalanceSettlement"/>
          <xs:enumeration value="_cbProjectExpenses"/>
          <xs:enumeration value="_cbFixedAssets"/>
          <xs:enumeration value="_cbCustomers"/>
          <xs:enumeration value="_cbVendors"/>
          <xs:enumeration value="_cbJobRequest"/>
        </xs:restriction>
      </xs:simpleType>
      <xs:simpleType name="TComboBox_APApporvedStatus">
        <xs:restriction base="xs:string">
          <xs:enumeration value="_cbApApproved"/>
          <xs:enumeration value="_cbApUnApproved"/>
          <xs:enumeration value="_cbApDenied"/>
          <xs:enumeration value="_cbApInProgress"/>
        </xs:restriction>
      </xs:simpleType>
      <xs:simpleType name="TComboBox_APInvoiceOrigin">
        <xs:restriction base="xs:string">
          <xs:enumeration value="_cbInvoiceOriginManual"/>
          <xs:enumeration value="_cbInvoiceOriginUBLInvoice"/>
          <xs:enumeration value="_cbInvoiceOriginImportedFromFile"/>
          <xs:enumeration value="_cbInvoiceOriginImportedFromWebService"/>
        </xs:restriction>
      </xs:simpleType>
      <xs:simpleType name="TComboBox_SalesType">
        <xs:restriction base="xs:string">
          <xs:enumeration value="_cbSOSalesOrder"/>
          <xs:enumeration value="_cbSOBackOrder"/>
          <xs:enumeration value="_cbSOQuotation"/>
          <xs:enumeration value="_cbSORecurringOrder"/>
          <xs:enumeration value="_cbSOProject"/>
          <xs:enumeration value="_cbSOdkPosInvoice"/>
          <xs:enumeration value="_cbSODistribution"/>
          <xs:enumeration value="_cbSOUndispatchedSalesOrder"/>
          <xs:enumeration value="_cbSOPrescription"/>
        </xs:restriction>
      </xs:simpleType>
      <xs:simpleType name="TComboBox_PrEmployeeStatus">
        <xs:restriction base="xs:string">
          <xs:enumeration value="_cbPrActive"/>
          <xs:enumeration value="_cbPrInactive"/>
          <xs:enumeration value="_cbPrQuit"/>
        </xs:restriction>
      </xs:simpleType>
      <xs:simpleType name="TComboBox_IOBSClaimStatus">
        <xs:restriction base="xs:string">
          <xs:enumeration value="_cbIOBSCsNotSent"/>
          <xs:enumeration value="_cbIOBSCsError"/>
          <xs:enumeration value="_cbIOBSCsInProgress"/>
          <xs:enumeration value="_cbIOBSCsSent"/>
          <xs:enumeration value="_cbIOBSCsFullyPaid"/>
          <xs:enumeration value="_cbIOBSCsPartlyPaid"/>
          <xs:enumeration value="_cbIOBSCsBooked"/>
          <xs:enumeration value="_cbIOBSCsCancelled"/>
          <xs:enumeration value="_cbIOBSCsAltered"/>
          <xs:enumeration value="_cbIOBSCsUnpaid"/>
          <xs:enumeration value="_cbIOBSCsLegalCollection"/>
          <xs:enumeration value="_cbIOBSCsSecondaryCollection"/>
        </xs:restriction>
      </xs:simpleType>
      <xs:simpleType name="TComboBox_SORUPaymentType">
        <xs:restriction base="xs:string">
          <xs:enumeration value="_cbSORUCash"/>
          <xs:enumeration value="_cbSORUCheck"/>
          <xs:enumeration value="_cbSORUCreditCard"/>
          <xs:enumeration value="_cbSORUDebetCard"/>
          <xs:enumeration value="_cbSORUOther"/>
          <xs:enumeration value="_cbSORUInvoiced"/>
          <xs:enumeration value="_cbSORUExchange"/>
          <xs:enumeration value="_cbSORUBankDeposit"/>
          <xs:enumeration value="_cbSORUClaimNote"/>
          <xs:enumeration value="_cbSORUGiftNote"/>
          <xs:enumeration value="_cbSORULoan"/>
          <xs:enumeration value="_cbSORUSI"/>
          <xs:enumeration value="_cbSORUGTW"/>
        </xs:restriction>
      </xs:simpleType>
      <xs:simpleType name="TComboBox_GeFileLinkType">
        <xs:restriction base="xs:string">
          <xs:enumeration value="_cbFlDataOnDisk"/>
          <xs:enumeration value="_cbFlDataInDatabase"/>
          <xs:enumeration value="_cbFlDirectory"/>
          <xs:enumeration value="_cbFlDataOnWeb"/>
        </xs:restriction>
      </xs:simpleType>
      <xs:simpleType name="TComboBox_GeFileLinkDestinationType">
        <xs:restriction base="xs:string">
          <xs:enumeration value="_cbFldNotDefined"/>
          <xs:enumeration value="_cbFldVendorInvoice"/>
        </xs:restriction>
      </xs:simpleType>
      <xs:simpleType name="TComboBox_GeRequestType">
        <xs:restriction base="xs:string">
          <xs:enumeration value="_cbRequestTypeNone"/>
          <xs:enumeration value="_cbRequestTypeJob"/>
          <xs:enumeration value="_cbRequestTypeOther"/>
          <xs:enumeration value="_cbRequestTypeBooking"/>
        </xs:restriction>
      </xs:simpleType>
      <xs:simpleType name="TComboBox_GeRequestStatus">
        <xs:restriction base="xs:string">
          <xs:enumeration value="_cbRequestStatusNotStarted"/>
          <xs:enumeration value="_cbRequestStatusInProgress"/>
          <xs:enumeration value="_cbRequestStatusOnHold"/>
          <xs:enumeration value="_cbRequestStatusFinished"/>
          <xs:enumeration value="_cbRequestStatusPreWork"/>
          <xs:enumeration value="_cbRequestStatusOrderingParts"/>
          <xs:enumeration value="_cbRequestStatusCancelled"/>
          <xs:enumeration value="_cbRequestStatusReadyToBill"/>
          <xs:enumeration value="_cbRequestStatusBilled"/>
          <xs:enumeration value="_cbRequestStatusArrived"/>
          <xs:enumeration value="_cbRequestStatusPreeBooked"/>
        </xs:restriction>
      </xs:simpleType>
      <xs:simpleType name="TComboBox_PjJournalLineType">
        <xs:restriction base="xs:string">
          <xs:enumeration value="_cbDayTime"/>
          <xs:enumeration value="_cbOverTime"/>
          <xs:enumeration value="_cbDriveTime"/>
          <xs:enumeration value="_cbDayPay"/>
          <xs:enumeration value="_cbItem"/>
          <xs:enumeration value="_cbGLCost"/>
        </xs:restriction>
      </xs:simpleType>
      <xs:simpleType name="TComboBox_PjJournalCode">
        <xs:restriction base="xs:string">
          <xs:enumeration value="_cbInputTime"/>
          <xs:enumeration value="_cbInputCost"/>
        </xs:restriction>
      </xs:simpleType>
      <xs:simpleType name="TComboBox_PjRecordBilledStatus">
        <xs:restriction base="xs:string">
          <xs:enumeration value="_cbNoBillStatus"/>
          <xs:enumeration value="_cbWaitBillStatus"/>
          <xs:enumeration value="_cbWriteOffBillStatus"/>
        </xs:restriction>
      </xs:simpleType>
      <xs:simpleType name="TComboBox_EMPartBookingStatus">
        <xs:restriction base="xs:string">
          <xs:enumeration value="_cbEMPartBookStatusBooked"/>
          <xs:enumeration value="_cbEMPartBookStatusOnHold"/>
          <xs:enumeration value="_cbEMPartBookStatusInvited"/>
          <xs:enumeration value="_cbEMPartBookStatusCancelled"/>
          <xs:enumeration value="_cbEMPartBookStatusNoShow"/>
        </xs:restriction>
      </xs:simpleType>
      <xs:simpleType name="TComboBox_EMPartPaymentStatus">
        <xs:restriction base="xs:string">
          <xs:enumeration value="_cbEMPartPayStatusUnPayed"/>
          <xs:enumeration value="_cbEMPartPayStatusPayed"/>
          <xs:enumeration value="_cbEMPartPayStatusPartPayed"/>
          <xs:enumeration value="_cbEMPartPayStatusFreePayment"/>
        </xs:restriction>
      </xs:simpleType>
      <xs:simpleType name="TComboBox_SOVehicleInspectionType">
        <xs:restriction base="xs:string">
          <xs:enumeration value="_cbSOITUnKnown"/>
          <xs:enumeration value="_cbSOITInspection"/>
          <xs:enumeration value="_cbSOITAdalskodunfyrraars"/>
          <xs:enumeration value="_cbSOITEndurtekinAdalskodunfyrraars"/>
          <xs:enumeration value="_cbSOITEndurtekinAdalSkodun"/>
          <xs:enumeration value="_cbSOITReInspection"/>
          <xs:enumeration value="_cbSOITEndurskodunfyrraars"/>
          <xs:enumeration value="_cbSOITEndurskodunvegnaBreytinga"/>
          <xs:enumeration value="_cbSOITEndurskodunvegnaskraningar"/>
          <xs:enumeration value="_cbSOITLettskodun"/>
          <xs:enumeration value="_cbSOITBreytingaskodun"/>
          <xs:enumeration value="_cbSOITSkraningaSkodun"/>
          <xs:enumeration value="_cbSOITSerskodun"/>
          <xs:enumeration value="_cbSOITBodunISkodun"/>
          <xs:enumeration value="_cbSOITEndurskraningaskodun"/>
          <xs:enumeration value="_cbSOITLeyfisSkodun"/>
          <xs:enumeration value="_cbSOITSlysaTjonaskodun"/>
          <xs:enumeration value="_cbSOITFulltruaSkodun"/>
          <xs:enumeration value="_cbSOITAukaskodunadkrofuLogr"/>
          <xs:enumeration value="_cbSOITFerdathjonustukodun"/>
          <xs:enumeration value="_cbSOITEdalvagnasskodun"/>
          <xs:enumeration value="_cbSOITSamanburdarSkodun"/>
          <xs:enumeration value="_cbSOITVegaSkodun"/>
        </xs:restriction>
      </xs:simpleType>
      <xs:simpleType name="TComboBox_SOVehicleInspectionResultType">
        <xs:restriction base="xs:string">
          <xs:enumeration value="_cbSOVIRNoIssues"/>
          <xs:enumeration value="_cbSOVIRMinorFix"/>
          <xs:enumeration value="_cbSOVIRReInspection"/>
          <xs:enumeration value="_cbSOVIRUsageBanned"/>
          <xs:enumeration value="_cbSOVIRCancelled"/>
        </xs:restriction>
      </xs:simpleType>
      <xs:simpleType name="TComboBox_SOVehicleInspectionExportStatus">
        <xs:restriction base="xs:string">
          <xs:enumeration value="_cbSOVesNone"/>
          <xs:enumeration value="_cbSOVesExported"/>
          <xs:enumeration value="_cbSOVesError"/>
        </xs:restriction>
      </xs:simpleType>
      <xs:simpleType name="TComboBox_SOVehicleInspectionStatus">
        <xs:restriction base="xs:string">
          <xs:enumeration value="_cbSOVSNone"/>
          <xs:enumeration value="_cbSOVSInProgress"/>
          <xs:enumeration value="_cbSOVSDone"/>
        </xs:restriction>
      </xs:simpleType>
      <xs:simpleType name="TComboBox_SOVehicleInspectionDeviations">
        <xs:restriction base="xs:string">
          <xs:enumeration value="_cbSOVDNone"/>
          <xs:enumeration value="_cbSOVDUsageForbidden"/>
          <xs:enumeration value="_cbSOVDOneComment"/>
          <xs:enumeration value="_cbSOVDCorrectionNotAttended"/>
          <xs:enumeration value="_cbSOVDLittleEffort"/>
        </xs:restriction>
      </xs:simpleType>
      <xs:simpleType name="TComboBox_SOVehicleInspectionExtraResult">
        <xs:restriction base="xs:string">
          <xs:enumeration value="_cbSOVENone"/>
          <xs:enumeration value="_cbSOVENeedsInspection"/>
          <xs:enumeration value="_cbSOVERegistrationRejected"/>
        </xs:restriction>
      </xs:simpleType>
      <xs:simpleType name="TComboBox_SOVehicleInspectionValueType">
        <xs:restriction base="xs:string">
          <xs:enumeration value="_cbSOVIVNoIssue"/>
          <xs:enumeration value="_cbSOVIVMinorFix"/>
          <xs:enumeration value="_cbSOVtVMediumFix"/>
          <xs:enumeration value="_cbSOVtVSeriousFix"/>
        </xs:restriction>
      </xs:simpleType>
      <xs:simpleType name="TComboBox_SOVehicleInspectionAppointmentStatus">
        <xs:restriction base="xs:string">
          <xs:enumeration value="_cbSOVAsNone"/>
          <xs:enumeration value="_cbSOVAsArrived"/>
          <xs:enumeration value="_cbSOVAsInProgress"/>
          <xs:enumeration value="_cbSOVAsWaiting"/>
          <xs:enumeration value="_cbSOVAsDone"/>
          <xs:enumeration value="_cbSOVAsCanceled"/>
        </xs:restriction>
      </xs:simpleType>
      <xs:simpleType name="TComboBox_GeneralUserType">
        <xs:restriction base="xs:string">
          <xs:enumeration value="_cbDKUser"/>
          <xs:enumeration value="_cbWebServiceUser"/>
          <xs:enumeration value="_cbBlackboxUser"/>
          <xs:enumeration value="_cbIdentityProviderUser"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:schema>
  </types>
  <message name="GetRecord0Request">
    <part name="tableName" type="xs:string"/>
    <part name="Key" type="xs:string"/>
    <part name="values" type="ns1:TRecord"/>
    <part name="options" type="ns1:TRecordOptions"/>
  </message>
  <message name="GetRecord0Response">
    <part name="return" type="ns1:TRecord"/>
  </message>
  <message name="GetRecord0headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="GetRecord0headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="GetRecords1Request">
    <part name="lastModified" type="xs:dateTime"/>
    <part name="TableName" type="xs:string"/>
    <part name="opt" type="ns1:TRecordOptions"/>
  </message>
  <message name="GetRecords1Response">
    <part name="return" type="ns1:ArrayOfRecord"/>
  </message>
  <message name="GetRecords1headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="GetRecords1headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="GetRecordEX2Request">
    <part name="TableName" type="xs:string"/>
    <part name="RecordID" type="xs:int"/>
    <part name="NumberOfRecords" type="xs:int"/>
    <part name="opt" type="ns1:TRecordOptions"/>
  </message>
  <message name="GetRecordEX2Response">
    <part name="return" type="ns1:ArrayOfRecord"/>
  </message>
  <message name="GetRecordEX2headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="GetRecordEX2headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="CreateRecord3Request">
    <part name="TableName" type="xs:string"/>
    <part name="obj" type="ns1:TRecord"/>
  </message>
  <message name="CreateRecord3Response">
    <part name="return" type="ns1:TRecord"/>
  </message>
  <message name="CreateRecord3headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="CreateRecord3headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="CreateRecords4Request">
    <part name="TableName" type="xs:string"/>
    <part name="records" type="ns1:ArrayOfRecord"/>
  </message>
  <message name="CreateRecords4Response">
    <part name="return" type="ns1:ArrayOfRecord"/>
  </message>
  <message name="CreateRecords4headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="CreateRecords4headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="UpdateRecord5Request">
    <part name="TableName" type="xs:string"/>
    <part name="keyname" type="xs:string"/>
    <part name="obj" type="ns1:TRecord"/>
  </message>
  <message name="UpdateRecord5Response"/>
  <message name="UpdateRecord5headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="UpdateRecord5headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="UpdateRecordEx6Request">
    <part name="TableName" type="xs:string"/>
    <part name="keyname" type="xs:string"/>
    <part name="obj" type="ns1:TRecord"/>
  </message>
  <message name="UpdateRecordEx6Response">
    <part name="return" type="ns1:TRecord"/>
  </message>
  <message name="UpdateRecordEx6headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="UpdateRecordEx6headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="DeleteRecord7Request">
    <part name="TableName" type="xs:string"/>
    <part name="key" type="xs:string"/>
    <part name="keyvalue" type="xs:string"/>
  </message>
  <message name="DeleteRecord7Response">
    <part name="return" type="xs:int"/>
  </message>
  <message name="DeleteRecord7headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="DeleteRecord7headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="DeleteRecordEx8Request">
    <part name="TableName" type="xs:string"/>
    <part name="key" type="xs:string"/>
    <part name="obj" type="ns1:TRecord"/>
  </message>
  <message name="DeleteRecordEx8Response">
    <part name="return" type="xs:int"/>
  </message>
  <message name="DeleteRecordEx8headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="DeleteRecordEx8headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="Ping9Request"/>
  <message name="Ping9Response">
    <part name="return" type="xs:boolean"/>
  </message>
  <message name="Ping9headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="Ping9headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="GetRecordLines10Request">
    <part name="lastModified" type="xs:dateTime"/>
    <part name="TableName" type="xs:string"/>
    <part name="opt" type="ns1:TRecordOptions"/>
  </message>
  <message name="GetRecordLines10Response">
    <part name="return" type="ns1:ArrayOfRecord"/>
  </message>
  <message name="GetRecordLines10headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="GetRecordLines10headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="GetRecordLinesEX11Request">
    <part name="TableName" type="xs:string"/>
    <part name="HeadID" type="xs:int"/>
    <part name="SequenceNumber" type="xs:int"/>
    <part name="NumberOfRecords" type="xs:int"/>
    <part name="opt" type="ns1:TRecordOptions"/>
  </message>
  <message name="GetRecordLinesEX11Response">
    <part name="return" type="ns1:ArrayOfRecord"/>
  </message>
  <message name="GetRecordLinesEX11headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="GetRecordLinesEX11headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="GetRecordCount12Request">
    <part name="TableName" type="xs:string"/>
    <part name="lastModified" type="xs:dateTime"/>
  </message>
  <message name="GetRecordCount12Response">
    <part name="return" type="xs:int"/>
  </message>
  <message name="GetRecordCount12headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="GetRecordCount12headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="GetRecordCountEX13Request">
    <part name="TableName" type="xs:string"/>
  </message>
  <message name="GetRecordCountEX13Response">
    <part name="return" type="xs:int"/>
  </message>
  <message name="GetRecordCountEX13headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="GetRecordCountEX13headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="GetTablesRecordCount14Request">
    <part name="arr" type="ns1:ArrayOfRecordInfoGetOptions"/>
  </message>
  <message name="GetTablesRecordCount14Response">
    <part name="return" type="ns1:ArrayOfRecordInfoResponse"/>
  </message>
  <message name="GetTablesRecordCount14headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="GetTablesRecordCount14headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="GetRecordTableIndexNumber15Request">
    <part name="TableName" type="xs:string"/>
  </message>
  <message name="GetRecordTableIndexNumber15Response">
    <part name="return" type="xs:int"/>
  </message>
  <message name="GetRecordTableIndexNumber15headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="GetRecordTableIndexNumber15headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="GetRecordFieldList16Request">
    <part name="TableName" type="xs:string"/>
  </message>
  <message name="GetRecordFieldList16Response">
    <part name="return" type="ns2:ArrayOfString"/>
  </message>
  <message name="GetRecordFieldList16headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="GetRecordFieldList16headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="GetHasRecordChanges17Request">
    <part name="arr" type="ns1:ArrayOfQueryNeedSync"/>
  </message>
  <message name="GetHasRecordChanges17Response">
    <part name="return" type="ns1:ArrayOfSyncneeded"/>
  </message>
  <message name="GetHasRecordChanges17headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="GetHasRecordChanges17headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="GetDeleted18Request">
    <part name="tableName" type="xs:string"/>
    <part name="deletedAfter" type="xs:dateTime"/>
    <part name="options" type="ns1:TDeletedOptions"/>
  </message>
  <message name="GetDeleted18Response">
    <part name="return" type="ns1:ArrayOfDeletedRecord"/>
  </message>
  <message name="GetDeleted18headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="GetDeleted18headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="GetDeletedID19Request">
    <part name="tableName" type="xs:string"/>
  </message>
  <message name="GetDeletedID19Response">
    <part name="return" type="ns1:ArrayOfInteger"/>
  </message>
  <message name="GetDeletedID19headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="GetDeletedID19headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="GetSystemSettings20Request">
    <part name="obj" type="ns1:TSystemSettingGetOption"/>
  </message>
  <message name="GetSystemSettings20Response">
    <part name="return" type="ns1:TSystemSettings"/>
  </message>
  <message name="GetSystemSettings20headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="GetSystemSettings20headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="GetSSNRegistration21Request">
    <part name="ssnumber" type="xs:string"/>
  </message>
  <message name="GetSSNRegistration21Response">
    <part name="return" type="ns1:TRegistrationEntry"/>
  </message>
  <message name="GetSSNRegistration21headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="GetSSNRegistration21headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="GetRegistrations22Request">
    <part name="options" type="ns1:TRegistrationGetOptions"/>
  </message>
  <message name="GetRegistrations22Response">
    <part name="return" type="ns1:ArrayOfRegistrationEntry"/>
  </message>
  <message name="GetRegistrations22headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="GetRegistrations22headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="CreateGeneralLedgerJournal23Request">
    <part name="obj" type="ns1:TGLJournalHead"/>
    <part name="opt" type="ns1:TGeneralLedgerOptions"/>
  </message>
  <message name="CreateGeneralLedgerJournal23Response"/>
  <message name="CreateGeneralLedgerJournal23headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="CreateGeneralLedgerJournal23headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="GetGeneralLedgerAccounts24Request">
    <part name="options" type="ns1:TGeneralLedgerAccountGetOptions"/>
  </message>
  <message name="GetGeneralLedgerAccounts24Response">
    <part name="return" type="ns1:ArrayOfLedgerAccount"/>
  </message>
  <message name="GetGeneralLedgerAccounts24headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="GetGeneralLedgerAccounts24headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="GetItem25Request">
    <part name="itemCode" type="xs:string"/>
    <part name="opt" type="ns1:TItemOptions"/>
  </message>
  <message name="GetItem25Response">
    <part name="return" type="ns1:TItem"/>
  </message>
  <message name="GetItem25headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="GetItem25headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="GetItemFromRecordID26Request">
    <part name="RecordID" type="xs:int"/>
    <part name="opt" type="ns1:TItemOptions"/>
  </message>
  <message name="GetItemFromRecordID26Response">
    <part name="return" type="ns1:TItem"/>
  </message>
  <message name="GetItemFromRecordID26headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="GetItemFromRecordID26headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="GetItems27Request">
    <part name="lastModified" type="xs:dateTime"/>
    <part name="opt" type="ns1:TItemOptions"/>
  </message>
  <message name="GetItems27Response">
    <part name="return" type="ns1:ArrayOfItems"/>
  </message>
  <message name="GetItems27headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="GetItems27headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="GetItemsFromArray28Request">
    <part name="arr" type="ns1:ArrayOfItems"/>
    <part name="opt" type="ns1:TItemOptions"/>
  </message>
  <message name="GetItemsFromArray28Response">
    <part name="return" type="ns1:ArrayOfItems"/>
  </message>
  <message name="GetItemsFromArray28headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="GetItemsFromArray28headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="GetItemsEx29Request">
    <part name="RecordID" type="xs:int"/>
    <part name="NumberOfRecords" type="xs:int"/>
    <part name="opt" type="ns1:TItemOptions"/>
  </message>
  <message name="GetItemsEx29Response">
    <part name="return" type="ns1:ArrayOfItems"/>
  </message>
  <message name="GetItemsEx29headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="GetItemsEx29headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="GetDeletedItems30Request">
    <part name="lastModified" type="xs:dateTime"/>
  </message>
  <message name="GetDeletedItems30Response">
    <part name="return" type="ns1:ArrayOfItems"/>
  </message>
  <message name="GetDeletedItems30headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="GetDeletedItems30headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="NumberOfModifiedItems31Request">
    <part name="lastModified" type="xs:dateTime"/>
    <part name="opt" type="ns1:TItemOptions"/>
  </message>
  <message name="NumberOfModifiedItems31Response">
    <part name="return" type="xs:int"/>
  </message>
  <message name="NumberOfModifiedItems31headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="NumberOfModifiedItems31headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="GetItemCount32Request">
    <part name="criteria" type="ns1:TItemCriteria"/>
  </message>
  <message name="GetItemCount32Response">
    <part name="return" type="xs:int"/>
  </message>
  <message name="GetItemCount32headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="GetItemCount32headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="CreateItem33Request">
    <part name="obj" type="ns1:TItem"/>
  </message>
  <message name="CreateItem33Response">
    <part name="return" type="ns1:TItem"/>
  </message>
  <message name="CreateItem33headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="CreateItem33headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="CreateItems34Request">
    <part name="objArr" type="ns1:ArrayOfItems"/>
  </message>
  <message name="CreateItems34Response"/>
  <message name="CreateItems34headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="CreateItems34headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="UpdateItem35Request">
    <part name="obj" type="ns1:TItem"/>
  </message>
  <message name="UpdateItem35Response">
    <part name="return" type="ns1:TItem"/>
  </message>
  <message name="UpdateItem35headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="UpdateItem35headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="UpdateItems36Request">
    <part name="objArr" type="ns1:ArrayOfItems"/>
  </message>
  <message name="UpdateItems36Response"/>
  <message name="UpdateItems36headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="UpdateItems36headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="ItemExists37Request">
    <part name="ItemCode" type="xs:string"/>
  </message>
  <message name="ItemExists37Response">
    <part name="return" type="xs:boolean"/>
  </message>
  <message name="ItemExists37headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="ItemExists37headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="DeleteItem38Request">
    <part name="ItemCode" type="xs:string"/>
  </message>
  <message name="DeleteItem38Response"/>
  <message name="DeleteItem38headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="DeleteItem38headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="UploadItemAttachment39Request">
    <part name="ItemCode" type="xs:string"/>
    <part name="att" type="ns1:TAttachmentFile"/>
  </message>
  <message name="UploadItemAttachment39Response"/>
  <message name="UploadItemAttachment39headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="UploadItemAttachment39headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="GetItemUnits40Request">
    <part name="lastModified" type="xs:dateTime"/>
  </message>
  <message name="GetItemUnits40Response">
    <part name="return" type="ns1:ArrayOfItemUnits"/>
  </message>
  <message name="GetItemUnits40headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="GetItemUnits40headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="getBarCodes41Request">
    <part name="lastModified" type="xs:dateTime"/>
  </message>
  <message name="getBarCodes41Response">
    <part name="return" type="ns1:ArrayOfBarCodes"/>
  </message>
  <message name="getBarCodes41headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="getBarCodes41headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="CreateBarcode42Request">
    <part name="obj" type="ns1:TBarCode"/>
  </message>
  <message name="CreateBarcode42Response"/>
  <message name="CreateBarcode42headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="CreateBarcode42headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="DeleteBarcode43Request">
    <part name="obj" type="ns1:TBarCode"/>
  </message>
  <message name="DeleteBarcode43Response"/>
  <message name="DeleteBarcode43headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="DeleteBarcode43headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="GetCustomerItemReceiverLocationBarCodes44Request">
    <part name="CustomerNumber" type="xs:string"/>
    <part name="ItemReceiverNumber" type="xs:string"/>
  </message>
  <message name="GetCustomerItemReceiverLocationBarCodes44Response">
    <part name="return" type="ns1:ArrayOfCustomerItemReceiverBarCodes"/>
  </message>
  <message name="GetCustomerItemReceiverLocationBarCodes44headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="GetCustomerItemReceiverLocationBarCodes44headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="GetCustomerItemReceiverLocationLink45Request"/>
  <message name="GetCustomerItemReceiverLocationLink45Response">
    <part name="return" type="ns1:ArrayOfCustomerItemReceiverLocationLink"/>
  </message>
  <message name="GetCustomerItemReceiverLocationLink45headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="GetCustomerItemReceiverLocationLink45headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="CreateInventoryJournal46Request">
    <part name="obj" type="ns1:TInventoryJournal"/>
  </message>
  <message name="CreateInventoryJournal46Response"/>
  <message name="CreateInventoryJournal46headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="CreateInventoryJournal46headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="CreateInventorying47Request">
    <part name="obj" type="ns1:TInventorying"/>
  </message>
  <message name="CreateInventorying47Response"/>
  <message name="CreateInventorying47headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="CreateInventorying47headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="CreateInventoryTransfer48Request">
    <part name="obj" type="ns1:ArrayOfInventoryTransfer"/>
    <part name="doAppend" type="xs:boolean"/>
  </message>
  <message name="CreateInventoryTransfer48Response"/>
  <message name="CreateInventoryTransfer48headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="CreateInventoryTransfer48headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="CreateInventoryTransferEx49Request">
    <part name="obj" type="ns1:ArrayOfInventoryTransfer"/>
    <part name="options" type="ns1:TInventoryTransferOptions"/>
  </message>
  <message name="CreateInventoryTransferEx49Response"/>
  <message name="CreateInventoryTransferEx49headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="CreateInventoryTransferEx49headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="GetItemCategories50Request">
    <part name="Itemcode" type="xs:string"/>
  </message>
  <message name="GetItemCategories50Response">
    <part name="return" type="ns1:ArrayOfItemCategories"/>
  </message>
  <message name="GetItemCategories50headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="GetItemCategories50headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="GetFabrication51Request">
    <part name="options" type="ns1:TFabricationGetOptions"/>
  </message>
  <message name="GetFabrication51Response">
    <part name="return" type="ns1:ArrayOfFabrication"/>
  </message>
  <message name="GetFabrication51headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="GetFabrication51headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="UpdateFabrication52Request">
    <part name="obj" type="ns1:TFabrication"/>
  </message>
  <message name="UpdateFabrication52Response">
    <part name="return" type="ns1:TFabrication"/>
  </message>
  <message name="UpdateFabrication52headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="UpdateFabrication52headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="UpdateFabricationLine53Request">
    <part name="fabrication" type="xs:int"/>
    <part name="obj" type="ns1:TFabricationLine"/>
  </message>
  <message name="UpdateFabricationLine53Response"/>
  <message name="UpdateFabricationLine53headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="UpdateFabricationLine53headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="GetItemVendors54Request">
    <part name="itemCode" type="xs:string"/>
    <part name="OnlyGetWebShopItems" type="xs:boolean"/>
  </message>
  <message name="GetItemVendors54Response">
    <part name="return" type="ns1:ArrayOfVendors"/>
  </message>
  <message name="GetItemVendors54headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="GetItemVendors54headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="GetCustomerItemDiscounts55Request">
    <part name="inv" type="ns1:TInvoice"/>
  </message>
  <message name="GetCustomerItemDiscounts55Response">
    <part name="return" type="ns1:TInvoice"/>
  </message>
  <message name="GetCustomerItemDiscounts55headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="GetCustomerItemDiscounts55headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="GetCustomerItemDiscountsForInvoiceLine56Request">
    <part name="inv" type="ns1:TInvoice"/>
    <part name="line" type="ns1:TInvoiceLine"/>
  </message>
  <message name="GetCustomerItemDiscountsForInvoiceLine56Response">
    <part name="return" type="ns1:TInvoiceLine"/>
  </message>
  <message name="GetCustomerItemDiscountsForInvoiceLine56headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="GetCustomerItemDiscountsForInvoiceLine56headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="GetCustomerItemDiscountsForOrderLine57Request">
    <part name="order" type="ns1:TOrder"/>
    <part name="line" type="ns1:TOrderLine"/>
  </message>
  <message name="GetCustomerItemDiscountsForOrderLine57Response">
    <part name="return" type="ns1:TOrderLine"/>
  </message>
  <message name="GetCustomerItemDiscountsForOrderLine57headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="GetCustomerItemDiscountsForOrderLine57headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="GetCustomerItemDiscountsForQuoteLine58Request">
    <part name="quote" type="ns1:TQuote"/>
    <part name="line" type="ns1:TQuoteLine"/>
  </message>
  <message name="GetCustomerItemDiscountsForQuoteLine58Response">
    <part name="return" type="ns1:TQuoteLine"/>
  </message>
  <message name="GetCustomerItemDiscountsForQuoteLine58headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="GetCustomerItemDiscountsForQuoteLine58headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="GetQuantityInItemWarehouse59Request">
    <part name="itemCode" type="xs:string"/>
    <part name="warehouse" type="xs:string"/>
  </message>
  <message name="GetQuantityInItemWarehouse59Response">
    <part name="return" type="xs:double"/>
  </message>
  <message name="GetQuantityInItemWarehouse59headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="GetQuantityInItemWarehouse59headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="GetAllQuantityInItemWarehouse60Request">
    <part name="lastModified" type="xs:dateTime"/>
    <part name="warehouse" type="xs:string"/>
    <part name="OnlyGetWebShopItems" type="xs:boolean"/>
  </message>
  <message name="GetAllQuantityInItemWarehouse60Response">
    <part name="return" type="ns1:ArrayOfItemWarehouse"/>
  </message>
  <message name="GetAllQuantityInItemWarehouse60headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="GetAllQuantityInItemWarehouse60headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="GetItemGroups61Request">
    <part name="lastModified" type="xs:dateTime"/>
  </message>
  <message name="GetItemGroups61Response">
    <part name="return" type="ns1:ArrayOfItemGroups"/>
  </message>
  <message name="GetItemGroups61headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="GetItemGroups61headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="GetItemsByGroup62Request">
    <part name="GroupID" type="xs:string"/>
  </message>
  <message name="GetItemsByGroup62Response">
    <part name="return" type="ns1:ArrayOfItems"/>
  </message>
  <message name="GetItemsByGroup62headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="GetItemsByGroup62headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="GetItemsByGroupRecordID63Request">
    <part name="GroupRecordID" type="xs:int"/>
  </message>
  <message name="GetItemsByGroupRecordID63Response">
    <part name="return" type="ns1:ArrayOfItems"/>
  </message>
  <message name="GetItemsByGroupRecordID63headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="GetItemsByGroupRecordID63headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="GetCustomer64Request">
    <part name="number" type="xs:string"/>
    <part name="opt" type="ns1:TCustomerOptions"/>
  </message>
  <message name="GetCustomer64Response">
    <part name="return" type="ns1:TCustomer"/>
  </message>
  <message name="GetCustomer64headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="GetCustomer64headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="GetCustomers65Request">
    <part name="lastModified" type="xs:dateTime"/>
    <part name="opt" type="ns1:TCustomerOptions"/>
  </message>
  <message name="GetCustomers65Response">
    <part name="return" type="ns1:ArrayOfCustomers"/>
  </message>
  <message name="GetCustomers65headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="GetCustomers65headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="GetCustomersEx66Request">
    <part name="RecordID" type="xs:int"/>
    <part name="NumberOfRecords" type="xs:int"/>
    <part name="opt" type="ns1:TCustomerOptions"/>
  </message>
  <message name="GetCustomersEx66Response">
    <part name="return" type="ns1:ArrayOfCustomers"/>
  </message>
  <message name="GetCustomersEx66headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="GetCustomersEx66headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="GetCustomerFromPhoneNumber67Request">
    <part name="pNumber" type="xs:string"/>
    <part name="OnlyOneContact" type="xs:boolean"/>
  </message>
  <message name="GetCustomerFromPhoneNumber67Response">
    <part name="return" type="ns1:TCustomer"/>
  </message>
  <message name="GetCustomerFromPhoneNumber67headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="GetCustomerFromPhoneNumber67headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="GetCustomersBySalesPerson68Request">
    <part name="SalesPerson" type="xs:string"/>
  </message>
  <message name="GetCustomersBySalesPerson68Response">
    <part name="return" type="ns1:ArrayOfCustomers"/>
  </message>
  <message name="GetCustomersBySalesPerson68headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="GetCustomersBySalesPerson68headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="NumberOfModifiedCustomers69Request">
    <part name="lastModified" type="xs:dateTime"/>
  </message>
  <message name="NumberOfModifiedCustomers69Response">
    <part name="return" type="xs:int"/>
  </message>
  <message name="NumberOfModifiedCustomers69headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="NumberOfModifiedCustomers69headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="GetCustomerGroup70Request">
    <part name="lastModified" type="xs:dateTime"/>
  </message>
  <message name="GetCustomerGroup70Response">
    <part name="return" type="ns1:ArrayOfCustomerGroups"/>
  </message>
  <message name="GetCustomerGroup70headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="GetCustomerGroup70headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="GetCustomerBalance71Request">
    <part name="number" type="xs:string"/>
  </message>
  <message name="GetCustomerBalance71Response">
    <part name="return" type="ns1:ArrayOfBalance"/>
  </message>
  <message name="GetCustomerBalance71headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="GetCustomerBalance71headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="UpdateCustomer72Request">
    <part name="obj" type="ns1:TCustomer"/>
  </message>
  <message name="UpdateCustomer72Response">
    <part name="return" type="ns1:TCustomer"/>
  </message>
  <message name="UpdateCustomer72headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="UpdateCustomer72headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="UpdateCustomers73Request">
    <part name="objArr" type="ns1:ArrayOfCustomers"/>
  </message>
  <message name="UpdateCustomers73Response"/>
  <message name="UpdateCustomers73headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="UpdateCustomers73headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="CreateCustomer74Request">
    <part name="obj" type="ns1:TCustomer"/>
  </message>
  <message name="CreateCustomer74Response">
    <part name="return" type="ns1:TCustomer"/>
  </message>
  <message name="CreateCustomer74headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="CreateCustomer74headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="CreateCustomers75Request">
    <part name="objArr" type="ns1:ArrayOfCustomers"/>
  </message>
  <message name="CreateCustomers75Response"/>
  <message name="CreateCustomers75headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="CreateCustomers75headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="CustomerCount76Request"/>
  <message name="CustomerCount76Response">
    <part name="return" type="xs:int"/>
  </message>
  <message name="CustomerCount76headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="CustomerCount76headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="DeleteCustomer77Request">
    <part name="obj" type="ns1:TCustomer"/>
  </message>
  <message name="DeleteCustomer77Response"/>
  <message name="DeleteCustomer77headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="DeleteCustomer77headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="DeleteCustomers78Request">
    <part name="CustomerArray" type="ns1:ArrayOfCustomers"/>
  </message>
  <message name="DeleteCustomers78Response"/>
  <message name="DeleteCustomers78headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="DeleteCustomers78headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="CustomerExists79Request">
    <part name="number" type="xs:string"/>
  </message>
  <message name="CustomerExists79Response">
    <part name="return" type="xs:boolean"/>
  </message>
  <message name="CustomerExists79headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="CustomerExists79headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="GetCustomerPaymentTerms80Request"/>
  <message name="GetCustomerPaymentTerms80Response">
    <part name="return" type="ns1:ArrayOfCustomerPaymentTerms"/>
  </message>
  <message name="GetCustomerPaymentTerms80headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="GetCustomerPaymentTerms80headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="GetCustomerPaymentModes81Request"/>
  <message name="GetCustomerPaymentModes81Response">
    <part name="return" type="ns1:ArrayOfCustomerPaymentModes"/>
  </message>
  <message name="GetCustomerPaymentModes81headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="GetCustomerPaymentModes81headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="GetPaymentModes82Request">
    <part name="modified" type="xs:dateTime"/>
  </message>
  <message name="GetPaymentModes82Response">
    <part name="return" type="ns1:ArrayOfPaymentMode"/>
  </message>
  <message name="GetPaymentModes82headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="GetPaymentModes82headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="GetPaymentTerms83Request">
    <part name="modified" type="xs:dateTime"/>
  </message>
  <message name="GetPaymentTerms83Response">
    <part name="return" type="ns1:ArrayOfPaymentTerm"/>
  </message>
  <message name="GetPaymentTerms83headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="GetPaymentTerms83headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="GetCustomerLedgerCodes84Request">
    <part name="modified" type="xs:dateTime"/>
  </message>
  <message name="GetCustomerLedgerCodes84Response">
    <part name="return" type="ns1:ArrayOfCustomerLedgerCodes"/>
  </message>
  <message name="GetCustomerLedgerCodes84headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="GetCustomerLedgerCodes84headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="GetCustomerTransactions85Request">
    <part name="lastModified" type="xs:dateTime"/>
    <part name="options" type="ns1:TCustomerTransactionsOptions"/>
  </message>
  <message name="GetCustomerTransactions85Response">
    <part name="return" type="ns1:ArrayOfCustomerTransactions"/>
  </message>
  <message name="GetCustomerTransactions85headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="GetCustomerTransactions85headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="GetCustomerTransactionsEx86Request">
    <part name="RecordID" type="xs:int"/>
    <part name="NumberOfRecords" type="xs:int"/>
    <part name="options" type="ns1:TCustomerTransactionsOptions"/>
  </message>
  <message name="GetCustomerTransactionsEx86Response">
    <part name="return" type="ns1:ArrayOfCustomerTransactions"/>
  </message>
  <message name="GetCustomerTransactionsEx86headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="GetCustomerTransactionsEx86headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="GetSystemPriceOrigins87Request"/>
  <message name="GetSystemPriceOrigins87Response">
    <part name="return" type="ns1:TINSystemPriceOrigins"/>
  </message>
  <message name="GetSystemPriceOrigins87headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="GetSystemPriceOrigins87headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="GetARCustInItemPriceDetails88Request">
    <part name="CustomerId" type="xs:string"/>
    <part name="ItemCode" type="xs:string"/>
    <part name="Quantity" type="xs:double"/>
    <part name="CompareDate" type="xs:date"/>
  </message>
  <message name="GetARCustInItemPriceDetails88Response">
    <part name="return" type="ns1:TARCustInItemPriceDetails"/>
  </message>
  <message name="GetARCustInItemPriceDetails88headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="GetARCustInItemPriceDetails88headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="GetARCustAdvancedDiscountDetail89Request">
    <part name="CustomerId" type="xs:string"/>
  </message>
  <message name="GetARCustAdvancedDiscountDetail89Response">
    <part name="return" type="ns1:TARCustAdvancedDiscountDetail"/>
  </message>
  <message name="GetARCustAdvancedDiscountDetail89headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="GetARCustAdvancedDiscountDetail89headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="UploadCustomerAttachment90Request">
    <part name="CustomerNumber" type="xs:string"/>
    <part name="att" type="ns1:TAttachmentFile"/>
  </message>
  <message name="UploadCustomerAttachment90Response"/>
  <message name="UploadCustomerAttachment90headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="UploadCustomerAttachment90headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="CreatedContact91Request">
    <part name="obj" type="ns1:TContact"/>
  </message>
  <message name="CreatedContact91Response">
    <part name="return" type="ns1:TContact"/>
  </message>
  <message name="CreatedContact91headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="CreatedContact91headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="DeleteContact92Request">
    <part name="obj" type="ns1:TContact"/>
  </message>
  <message name="DeleteContact92Response"/>
  <message name="DeleteContact92headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="DeleteContact92headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="UpdateContact93Request">
    <part name="obj" type="ns1:TContact"/>
  </message>
  <message name="UpdateContact93Response">
    <part name="return" type="ns1:TContact"/>
  </message>
  <message name="UpdateContact93headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="UpdateContact93headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="CreateItemReceiver94Request">
    <part name="obj" type="ns1:TItemReceiver"/>
  </message>
  <message name="CreateItemReceiver94Response">
    <part name="return" type="ns1:TItemReceiver"/>
  </message>
  <message name="CreateItemReceiver94headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="CreateItemReceiver94headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="DeleteItemReceiver95Request">
    <part name="obj" type="ns1:TItemReceiver"/>
  </message>
  <message name="DeleteItemReceiver95Response"/>
  <message name="DeleteItemReceiver95headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="DeleteItemReceiver95headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="UpdateItemReceiver96Request">
    <part name="obj" type="ns1:TItemReceiver"/>
  </message>
  <message name="UpdateItemReceiver96Response">
    <part name="return" type="ns1:TItemReceiver"/>
  </message>
  <message name="UpdateItemReceiver96headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="UpdateItemReceiver96headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="CreateCustomerMemo97Request">
    <part name="customer" type="xs:string"/>
    <part name="page" type="xs:string"/>
    <part name="text" type="xs:string"/>
  </message>
  <message name="CreateCustomerMemo97Response">
    <part name="return" type="xs:int"/>
  </message>
  <message name="CreateCustomerMemo97headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="CreateCustomerMemo97headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="UpdateCustomerMemo98Request">
    <part name="customer" type="xs:string"/>
    <part name="id" type="xs:int"/>
    <part name="page" type="xs:string"/>
    <part name="text" type="xs:string"/>
  </message>
  <message name="UpdateCustomerMemo98Response">
    <part name="return" type="xs:int"/>
  </message>
  <message name="UpdateCustomerMemo98headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="UpdateCustomerMemo98headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="DeleteCustomerMemo99Request">
    <part name="customer" type="xs:string"/>
    <part name="id" type="xs:int"/>
  </message>
  <message name="DeleteCustomerMemo99Response"/>
  <message name="DeleteCustomerMemo99headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="DeleteCustomerMemo99headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="GetSubscriptionTypes100Request">
    <part name="lastModified" type="xs:dateTime"/>
  </message>
  <message name="GetSubscriptionTypes100Response">
    <part name="return" type="ns1:ArrayOfSubscriptionType"/>
  </message>
  <message name="GetSubscriptionTypes100headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="GetSubscriptionTypes100headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="GetSubscriptionType101Request">
    <part name="Number" type="xs:string"/>
  </message>
  <message name="GetSubscriptionType101Response">
    <part name="return" type="ns1:TSubscriptionType"/>
  </message>
  <message name="GetSubscriptionType101headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="GetSubscriptionType101headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="CreateSubscription102Request">
    <part name="obj" type="ns1:TSubscription"/>
    <part name="opt" type="ns1:TSubscriptionOptions"/>
  </message>
  <message name="CreateSubscription102Response"/>
  <message name="CreateSubscription102headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="CreateSubscription102headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="getSubscriptions103Request">
    <part name="CustomerNumber" type="xs:string"/>
  </message>
  <message name="getSubscriptions103Response">
    <part name="return" type="ns1:ArrayOfSubscriptions"/>
  </message>
  <message name="getSubscriptions103headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="getSubscriptions103headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="getSubscriptionsEx104Request">
    <part name="SubscripberID" type="xs:string"/>
  </message>
  <message name="getSubscriptionsEx104Response">
    <part name="return" type="ns1:ArrayOfSubscriptions"/>
  </message>
  <message name="getSubscriptionsEx104headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="getSubscriptionsEx104headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="SubscriptionExists105Request">
    <part name="TypeID" type="xs:string"/>
    <part name="CustomerID" type="xs:string"/>
    <part name="SubscripberID" type="xs:string"/>
  </message>
  <message name="SubscriptionExists105Response">
    <part name="return" type="xs:boolean"/>
  </message>
  <message name="SubscriptionExists105headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="SubscriptionExists105headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="GetSubscribers106Request">
    <part name="lastModified" type="xs:dateTime"/>
  </message>
  <message name="GetSubscribers106Response">
    <part name="return" type="ns1:ArrayOfSubscriber"/>
  </message>
  <message name="GetSubscribers106headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="GetSubscribers106headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="GetVendor107Request">
    <part name="number" type="xs:string"/>
  </message>
  <message name="GetVendor107Response">
    <part name="return" type="ns1:TVendor"/>
  </message>
  <message name="GetVendor107headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="GetVendor107headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="GetVendorEx108Request">
    <part name="number" type="xs:string"/>
    <part name="options" type="ns1:TVendorGetOptions"/>
  </message>
  <message name="GetVendorEx108Response">
    <part name="return" type="ns1:TVendor"/>
  </message>
  <message name="GetVendorEx108headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="GetVendorEx108headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="GetVendors109Request">
    <part name="lastModified" type="xs:dateTime"/>
  </message>
  <message name="GetVendors109Response">
    <part name="return" type="ns1:ArrayOfVendors"/>
  </message>
  <message name="GetVendors109headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="GetVendors109headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="GetVendorsEx110Request">
    <part name="options" type="ns1:TVendorGetOptions"/>
  </message>
  <message name="GetVendorsEx110Response">
    <part name="return" type="ns1:ArrayOfVendors"/>
  </message>
  <message name="GetVendorsEx110headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="GetVendorsEx110headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="UpdateVendor111Request">
    <part name="obj" type="ns1:TVendor"/>
  </message>
  <message name="UpdateVendor111Response">
    <part name="return" type="ns1:TVendor"/>
  </message>
  <message name="UpdateVendor111headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="UpdateVendor111headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="CreateVendor112Request">
    <part name="obj" type="ns1:TVendor"/>
  </message>
  <message name="CreateVendor112Response">
    <part name="return" type="ns1:TVendor"/>
  </message>
  <message name="CreateVendor112headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="CreateVendor112headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="VendorExists113Request">
    <part name="number" type="xs:string"/>
  </message>
  <message name="VendorExists113Response">
    <part name="return" type="xs:boolean"/>
  </message>
  <message name="VendorExists113headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="VendorExists113headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="DeleteVendor114Request">
    <part name="obj" type="ns1:TVendor"/>
  </message>
  <message name="DeleteVendor114Response"/>
  <message name="DeleteVendor114headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="DeleteVendor114headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="NumberOfModifiedVendors115Request">
    <part name="lastModified" type="xs:dateTime"/>
  </message>
  <message name="NumberOfModifiedVendors115Response">
    <part name="return" type="xs:int"/>
  </message>
  <message name="NumberOfModifiedVendors115headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="NumberOfModifiedVendors115headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="GetVendorBalance116Request">
    <part name="number" type="xs:string"/>
  </message>
  <message name="GetVendorBalance116Response">
    <part name="return" type="ns1:ArrayOfBalance"/>
  </message>
  <message name="GetVendorBalance116headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="GetVendorBalance116headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="UploadVendorAttachment117Request">
    <part name="vendor" type="xs:string"/>
    <part name="att" type="ns1:TAttachmentFile"/>
  </message>
  <message name="UploadVendorAttachment117Response"/>
  <message name="UploadVendorAttachment117headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="UploadVendorAttachment117headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="CreateVendorMemo118Request">
    <part name="vendor" type="xs:string"/>
    <part name="page" type="xs:string"/>
    <part name="text" type="xs:string"/>
  </message>
  <message name="CreateVendorMemo118Response">
    <part name="return" type="xs:int"/>
  </message>
  <message name="CreateVendorMemo118headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="CreateVendorMemo118headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="UpdateVendorMemo119Request">
    <part name="vendor" type="xs:string"/>
    <part name="id" type="xs:int"/>
    <part name="page" type="xs:string"/>
    <part name="text" type="xs:string"/>
  </message>
  <message name="UpdateVendorMemo119Response">
    <part name="return" type="xs:int"/>
  </message>
  <message name="UpdateVendorMemo119headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="UpdateVendorMemo119headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="DeleteVendorMemo120Request">
    <part name="vendor" type="xs:string"/>
    <part name="id" type="xs:int"/>
  </message>
  <message name="DeleteVendorMemo120Response"/>
  <message name="DeleteVendorMemo120headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="DeleteVendorMemo120headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="GetVendorItem121Request">
    <part name="number" type="xs:string"/>
    <part name="vendor" type="xs:string"/>
  </message>
  <message name="GetVendorItem121Response">
    <part name="return" type="ns1:TVendorItem"/>
  </message>
  <message name="GetVendorItem121headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="GetVendorItem121headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="GetVendorItems122Request">
    <part name="arr" type="ns1:ArrayOfVendorItem"/>
  </message>
  <message name="GetVendorItems122Response">
    <part name="return" type="ns1:ArrayOfVendorItem"/>
  </message>
  <message name="GetVendorItems122headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="GetVendorItems122headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="GetVendorTransactions123Request">
    <part name="lastModified" type="xs:dateTime"/>
    <part name="options" type="ns1:TVendorTransactionsOptions"/>
  </message>
  <message name="GetVendorTransactions123Response">
    <part name="return" type="ns1:ArrayOfVendorTransactions"/>
  </message>
  <message name="GetVendorTransactions123headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="GetVendorTransactions123headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="GetVendorTransactionsEx124Request">
    <part name="RecordID" type="xs:int"/>
    <part name="NumberOfRecords" type="xs:int"/>
    <part name="options" type="ns1:TVendorTransactionsOptions"/>
  </message>
  <message name="GetVendorTransactionsEx124Response">
    <part name="return" type="ns1:ArrayOfVendorTransactions"/>
  </message>
  <message name="GetVendorTransactionsEx124headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="GetVendorTransactionsEx124headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="GetVendorInvoices125Request">
    <part name="options" type="ns1:TVendorInvoiceOptions"/>
  </message>
  <message name="GetVendorInvoices125Response">
    <part name="return" type="ns1:ArrayOfVendorInvoice"/>
  </message>
  <message name="GetVendorInvoices125headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="GetVendorInvoices125headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="GetVendorInvoiceEx126Request">
    <part name="options" type="ns1:TVendorInvoiceOptions"/>
  </message>
  <message name="GetVendorInvoiceEx126Response">
    <part name="return" type="ns1:ArrayOfVendorInvoice"/>
  </message>
  <message name="GetVendorInvoiceEx126headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="GetVendorInvoiceEx126headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="CreateVendorInvoice127Request">
    <part name="obj" type="ns1:TVendorInvoice"/>
  </message>
  <message name="CreateVendorInvoice127Response">
    <part name="return" type="ns1:TVendorInvoice"/>
  </message>
  <message name="CreateVendorInvoice127headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="CreateVendorInvoice127headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="UpdateVendorInvoice128Request">
    <part name="obj" type="ns1:TVendorInvoice"/>
  </message>
  <message name="UpdateVendorInvoice128Response"/>
  <message name="UpdateVendorInvoice128headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="UpdateVendorInvoice128headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="UpdateVendorInvoiceEx129Request">
    <part name="vendorInvoice" type="ns1:TVendorInvoice"/>
  </message>
  <message name="UpdateVendorInvoiceEx129Response">
    <part name="return" type="ns1:TVendorInvoice"/>
  </message>
  <message name="UpdateVendorInvoiceEx129headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="UpdateVendorInvoiceEx129headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="DeleteVendorInvoice130Request">
    <part name="vendorInvoice" type="ns1:TVendorInvoice"/>
  </message>
  <message name="DeleteVendorInvoice130Response"/>
  <message name="DeleteVendorInvoice130headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="DeleteVendorInvoice130headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="VendorInvoiceApprovement131Request">
    <part name="RecordID" type="xs:int"/>
    <part name="status" type="ns3:TComboBox_APApporvedStatus"/>
  </message>
  <message name="VendorInvoiceApprovement131Response"/>
  <message name="VendorInvoiceApprovement131headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="VendorInvoiceApprovement131headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="VendorInvoiceApprovementEX132Request">
    <part name="RecordID" type="xs:int"/>
    <part name="options" type="ns1:TVendorApprovalOptions"/>
  </message>
  <message name="VendorInvoiceApprovementEX132Response"/>
  <message name="VendorInvoiceApprovementEX132headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="VendorInvoiceApprovementEX132headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="GetVendorInvoiceattachment133Request">
    <part name="options" type="ns1:TVendorInvoiceAttachmentGetOptions"/>
  </message>
  <message name="GetVendorInvoiceattachment133Response">
    <part name="return" type="ns1:TAttachmentFile"/>
  </message>
  <message name="GetVendorInvoiceattachment133headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="GetVendorInvoiceattachment133headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="GetVendorInvoiceattachments134Request">
    <part name="options" type="ns1:TVendorInvoiceAttachmentGetOptions"/>
  </message>
  <message name="GetVendorInvoiceattachments134Response">
    <part name="return" type="ns1:ArrayOfAttachmentFile"/>
  </message>
  <message name="GetVendorInvoiceattachments134headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="GetVendorInvoiceattachments134headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="UploadVendorInvoiceAttachment135Request">
    <part name="RecordID" type="xs:int"/>
    <part name="att" type="ns1:TAttachmentFile"/>
  </message>
  <message name="UploadVendorInvoiceAttachment135Response"/>
  <message name="UploadVendorInvoiceAttachment135headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="UploadVendorInvoiceAttachment135headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="UpdateVendorInvoiceLine136Request">
    <part name="obj" type="ns1:TVendorInvoiceLine"/>
    <part name="options" type="ns1:TVendorInvoiceLineOptions"/>
  </message>
  <message name="UpdateVendorInvoiceLine136Response"/>
  <message name="UpdateVendorInvoiceLine136headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="UpdateVendorInvoiceLine136headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="CreatePurchaseOrder137Request">
    <part name="pArray" type="ns1:ArrayOfPurchaseOrders"/>
  </message>
  <message name="CreatePurchaseOrder137Response">
    <part name="return" type="xs:int"/>
  </message>
  <message name="CreatePurchaseOrder137headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="CreatePurchaseOrder137headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="DeletePurchaseOrder138Request">
    <part name="OrderID" type="xs:int"/>
  </message>
  <message name="DeletePurchaseOrder138Response"/>
  <message name="DeletePurchaseOrder138headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="DeletePurchaseOrder138headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="GetPurchaseOrder139Request">
    <part name="RecordID" type="xs:int"/>
    <part name="options" type="ns1:TPurchaseOptions"/>
  </message>
  <message name="GetPurchaseOrder139Response">
    <part name="return" type="ns1:TPurchaseOrder"/>
  </message>
  <message name="GetPurchaseOrder139headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="GetPurchaseOrder139headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="GetPurchaseOrderByNumber140Request">
    <part name="PONumber" type="xs:string"/>
    <part name="options" type="ns1:TPurchaseOptions"/>
  </message>
  <message name="GetPurchaseOrderByNumber140Response">
    <part name="return" type="ns1:TPurchaseOrder"/>
  </message>
  <message name="GetPurchaseOrderByNumber140headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="GetPurchaseOrderByNumber140headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="GetPurchaseOrders141Request">
    <part name="lastModified" type="xs:dateTime"/>
    <part name="opt" type="ns1:TPurchaseOptions"/>
  </message>
  <message name="GetPurchaseOrders141Response">
    <part name="return" type="ns1:ArrayOfPurchaseOrders"/>
  </message>
  <message name="GetPurchaseOrders141headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="GetPurchaseOrders141headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="GetPurchaseOrderFromReference142Request">
    <part name="reference" type="xs:string"/>
    <part name="options" type="ns1:TPurchaseOptions"/>
  </message>
  <message name="GetPurchaseOrderFromReference142Response">
    <part name="return" type="ns1:TPurchaseOrder"/>
  </message>
  <message name="GetPurchaseOrderFromReference142headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="GetPurchaseOrderFromReference142headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="UpdatePurchaseOrder143Request">
    <part name="order" type="ns1:TPurchaseOrder"/>
  </message>
  <message name="UpdatePurchaseOrder143Response"/>
  <message name="UpdatePurchaseOrder143headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="UpdatePurchaseOrder143headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="UpdatePurchaseOrderLine144Request">
    <part name="orderLine" type="ns1:TPurchaseOrderLine"/>
  </message>
  <message name="UpdatePurchaseOrderLine144Response"/>
  <message name="UpdatePurchaseOrderLine144headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="UpdatePurchaseOrderLine144headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="DeletePurchaseOrderLine145Request">
    <part name="orderLine" type="ns1:TPurchaseOrderLine"/>
  </message>
  <message name="DeletePurchaseOrderLine145Response"/>
  <message name="DeletePurchaseOrderLine145headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="DeletePurchaseOrderLine145headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="CreateSubscriptionOrder146Request">
    <part name="obj" type="ns1:TInvoice"/>
  </message>
  <message name="CreateSubscriptionOrder146Response">
    <part name="return" type="xs:int"/>
  </message>
  <message name="CreateSubscriptionOrder146headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="CreateSubscriptionOrder146headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="CreateSubscriptionOrderEx147Request">
    <part name="obj" type="ns1:TInvoice"/>
  </message>
  <message name="CreateSubscriptionOrderEx147Response">
    <part name="return" type="ns1:TInvoice"/>
  </message>
  <message name="CreateSubscriptionOrderEx147headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="CreateSubscriptionOrderEx147headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="GetSubscriptionOrders148Request">
    <part name="obj" type="ns1:TSubscriptionOrderFilter"/>
  </message>
  <message name="GetSubscriptionOrders148Response">
    <part name="return" type="ns1:ArrayOfInvoices"/>
  </message>
  <message name="GetSubscriptionOrders148headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="GetSubscriptionOrders148headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="GetSubscriptionOrdersEx149Request">
    <part name="obj" type="ns1:TSubscriptionOrderFilter"/>
    <part name="SubscriptionOrderGetOptions" type="ns1:TInvoiceGetOptions"/>
  </message>
  <message name="GetSubscriptionOrdersEx149Response">
    <part name="return" type="ns1:ArrayOfInvoices"/>
  </message>
  <message name="GetSubscriptionOrdersEx149headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="GetSubscriptionOrdersEx149headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="UpdateSubscriptionOrder150Request">
    <part name="obj" type="ns1:TInvoice"/>
  </message>
  <message name="UpdateSubscriptionOrder150Response"/>
  <message name="UpdateSubscriptionOrder150headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="UpdateSubscriptionOrder150headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="UpdateSubscriptionOrderLine151Request">
    <part name="SubscriptionID" type="xs:int"/>
    <part name="obj" type="ns1:TInvoiceLine"/>
  </message>
  <message name="UpdateSubscriptionOrderLine151Response"/>
  <message name="UpdateSubscriptionOrderLine151headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="UpdateSubscriptionOrderLine151headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="GetEmployees152Request">
    <part name="lastModified" type="xs:dateTime"/>
  </message>
  <message name="GetEmployees152Response">
    <part name="return" type="ns1:ArrayOfEmployees"/>
  </message>
  <message name="GetEmployees152headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="GetEmployees152headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="GetEmployeesEx153Request">
    <part name="options" type="ns1:TEmployeeGetOptions"/>
  </message>
  <message name="GetEmployeesEx153Response">
    <part name="return" type="ns1:ArrayOfEmployees"/>
  </message>
  <message name="GetEmployeesEx153headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="GetEmployeesEx153headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="GetEmployee154Request">
    <part name="number" type="xs:string"/>
  </message>
  <message name="GetEmployee154Response">
    <part name="return" type="ns1:TEmployee"/>
  </message>
  <message name="GetEmployee154headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="GetEmployee154headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="CreateEmployee155Request">
    <part name="obj" type="ns1:TEmployee"/>
  </message>
  <message name="CreateEmployee155Response">
    <part name="return" type="ns1:TEmployee"/>
  </message>
  <message name="CreateEmployee155headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="CreateEmployee155headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="UpdateEmployee156Request">
    <part name="obj" type="ns1:TEmployee"/>
  </message>
  <message name="UpdateEmployee156Response">
    <part name="return" type="ns1:TEmployee"/>
  </message>
  <message name="UpdateEmployee156headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="UpdateEmployee156headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="DeleteEmployee157Request">
    <part name="number" type="xs:string"/>
  </message>
  <message name="DeleteEmployee157Response"/>
  <message name="DeleteEmployee157headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="DeleteEmployee157headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="CreateInvoice158Request">
    <part name="Invoice" type="ns1:TInvoice"/>
    <part name="doPost" type="xs:boolean"/>
  </message>
  <message name="CreateInvoice158Response">
    <part name="return" type="xs:int"/>
  </message>
  <message name="CreateInvoice158headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="CreateInvoice158headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="CreateInvoiceEx159Request">
    <part name="Invoice" type="ns1:TInvoice"/>
    <part name="doPost" type="xs:boolean"/>
  </message>
  <message name="CreateInvoiceEx159Response">
    <part name="return" type="ns1:TInvoice"/>
  </message>
  <message name="CreateInvoiceEx159headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="CreateInvoiceEx159headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="CreateCreditInvoice160Request">
    <part name="originInvoiceNumber" type="xs:int"/>
    <part name="doPost" type="xs:boolean"/>
  </message>
  <message name="CreateCreditInvoice160Response">
    <part name="return" type="ns1:TInvoice"/>
  </message>
  <message name="CreateCreditInvoice160headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="CreateCreditInvoice160headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="CreateCreditInvoiceWithCustomDate161Request">
    <part name="originInvoiceNumber" type="xs:int"/>
    <part name="creditInvoiceDate" type="xs:date"/>
    <part name="doPost" type="xs:boolean"/>
  </message>
  <message name="CreateCreditInvoiceWithCustomDate161Response">
    <part name="return" type="ns1:TInvoice"/>
  </message>
  <message name="CreateCreditInvoiceWithCustomDate161headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="CreateCreditInvoiceWithCustomDate161headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="CreateInvoices162Request">
    <part name="arr" type="ns1:ArrayOfInvoices"/>
    <part name="doPost" type="xs:boolean"/>
  </message>
  <message name="CreateInvoices162Response"/>
  <message name="CreateInvoices162headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="CreateInvoices162headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="UpdateInvoice163Request">
    <part name="Invoice" type="ns1:TInvoice"/>
    <part name="doPost" type="xs:boolean"/>
  </message>
  <message name="UpdateInvoice163Response">
    <part name="return" type="ns1:TInvoice"/>
  </message>
  <message name="UpdateInvoice163headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="UpdateInvoice163headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="PostInvoice164Request">
    <part name="Invoice" type="ns1:TInvoice"/>
  </message>
  <message name="PostInvoice164Response">
    <part name="return" type="ns1:TInvoice"/>
  </message>
  <message name="PostInvoice164headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="PostInvoice164headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="DeleteInvoice165Request">
    <part name="Invoice" type="ns1:TInvoice"/>
  </message>
  <message name="DeleteInvoice165Response"/>
  <message name="DeleteInvoice165headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="DeleteInvoice165headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="GetInvoice166Request">
    <part name="CustomerNumber" type="xs:string"/>
    <part name="InvoiceNumber" type="xs:int"/>
    <part name="opt" type="ns1:TInvoiceGetOptions"/>
  </message>
  <message name="GetInvoice166Response">
    <part name="return" type="ns1:TInvoice"/>
  </message>
  <message name="GetInvoice166headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="GetInvoice166headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="GetInvoiceByReference167Request">
    <part name="reference" type="xs:string"/>
    <part name="opt" type="ns1:TInvoiceGetOptions"/>
  </message>
  <message name="GetInvoiceByReference167Response">
    <part name="return" type="ns1:TInvoice"/>
  </message>
  <message name="GetInvoiceByReference167headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="GetInvoiceByReference167headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="GetInvoicesModified168Request">
    <part name="lastModified" type="xs:dateTime"/>
    <part name="opt" type="ns1:TInvoiceGetOptions"/>
  </message>
  <message name="GetInvoicesModified168Response">
    <part name="return" type="ns1:ArrayOfInvoices"/>
  </message>
  <message name="GetInvoicesModified168headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="GetInvoicesModified168headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="GetUnPostedInvoices169Request">
    <part name="CustomerNumber" type="xs:string"/>
  </message>
  <message name="GetUnPostedInvoices169Response">
    <part name="return" type="ns1:ArrayOfInvoices"/>
  </message>
  <message name="GetUnPostedInvoices169headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="GetUnPostedInvoices169headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="GetUnPostedInvoice170Request">
    <part name="recordId" type="xs:int"/>
    <part name="RecordCreated" type="xs:dateTime"/>
    <part name="opt" type="ns1:TInvoiceGetOptions"/>
  </message>
  <message name="GetUnPostedInvoice170Response">
    <part name="return" type="ns1:TInvoice"/>
  </message>
  <message name="GetUnPostedInvoice170headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="GetUnPostedInvoice170headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="GetInvoices171Request">
    <part name="CustomerNumber" type="xs:string"/>
    <part name="NumberOfInvoices" type="xs:int"/>
    <part name="opt" type="ns1:TInvoiceGetOptions"/>
  </message>
  <message name="GetInvoices171Response">
    <part name="return" type="ns1:ArrayOfInvoices"/>
  </message>
  <message name="GetInvoices171headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="GetInvoices171headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="GetInvoicesChunk172Request">
    <part name="RecordID" type="xs:int"/>
    <part name="NumberOfRecords" type="xs:int"/>
    <part name="opt" type="ns1:TInvoiceGetOptions"/>
  </message>
  <message name="GetInvoicesChunk172Response">
    <part name="return" type="ns1:ArrayOfInvoices"/>
  </message>
  <message name="GetInvoicesChunk172headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="GetInvoicesChunk172headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="GetInvoicesEx173Request">
    <part name="DateFrom" type="xs:dateTime"/>
    <part name="DateTo" type="xs:dateTime"/>
    <part name="lookUpTranactions" type="xs:boolean"/>
  </message>
  <message name="GetInvoicesEx173Response">
    <part name="return" type="ns1:ArrayOfInvoices"/>
  </message>
  <message name="GetInvoicesEx173headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="GetInvoicesEx173headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="GetInvoicesFromClaims174Request">
    <part name="arrClaim" type="ns1:ArrayOfInvoiceClaims"/>
  </message>
  <message name="GetInvoicesFromClaims174Response">
    <part name="return" type="ns1:ArrayOfInvoiceClaims"/>
  </message>
  <message name="GetInvoicesFromClaims174headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="GetInvoicesFromClaims174headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="GetNextClaimNumber175Request"/>
  <message name="GetNextClaimNumber175Response">
    <part name="return" type="xs:int"/>
  </message>
  <message name="GetNextClaimNumber175headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="GetNextClaimNumber175headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="GetClaim176Request">
    <part name="Customer" type="xs:string"/>
    <part name="ClaimNumber" type="xs:int"/>
    <part name="ClaimDate" type="xs:dateTime"/>
    <part name="ClaimBank" type="xs:string"/>
  </message>
  <message name="GetClaim176Response">
    <part name="return" type="ns1:TInvoiceClaimEx"/>
  </message>
  <message name="GetClaim176headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="GetClaim176headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="PostClaim177Request">
    <part name="Customer" type="xs:string"/>
    <part name="ClaimNumber" type="xs:int"/>
    <part name="ClaimDate" type="xs:dateTime"/>
    <part name="ClaimBank" type="xs:string"/>
  </message>
  <message name="PostClaim177Response"/>
  <message name="PostClaim177headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="PostClaim177headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="UpdateClaimStatus178Request">
    <part name="Customer" type="xs:string"/>
    <part name="ClaimNumber" type="xs:int"/>
    <part name="ClaimDate" type="xs:dateTime"/>
    <part name="ClaimBank" type="xs:string"/>
    <part name="ClaimStatus" type="ns3:TComboBox_IOBSClaimStatus"/>
    <part name="ErrorMessage" type="xs:string"/>
  </message>
  <message name="UpdateClaimStatus178Response"/>
  <message name="UpdateClaimStatus178headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="UpdateClaimStatus178headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="DeleteInvoiceFromReference179Request">
    <part name="rID" type="xs:string"/>
    <part name="Warehouse" type="xs:string"/>
  </message>
  <message name="DeleteInvoiceFromReference179Response"/>
  <message name="DeleteInvoiceFromReference179headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="DeleteInvoiceFromReference179headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="UpdateInvoiceUBLStatus180Request">
    <part name="InvoiceNumber" type="xs:int"/>
    <part name="UBLMessageID" type="xs:string"/>
    <part name="DestinationPartyId" type="xs:string"/>
    <part name="MessageDescription" type="xs:string"/>
    <part name="UBLCreated" type="xs:boolean"/>
  </message>
  <message name="UpdateInvoiceUBLStatus180Response"/>
  <message name="UpdateInvoiceUBLStatus180headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="UpdateInvoiceUBLStatus180headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="UpdateInvoiceEmailStatus181Request">
    <part name="InvoiceNumber" type="xs:int"/>
    <part name="EmailSent" type="xs:boolean"/>
  </message>
  <message name="UpdateInvoiceEmailStatus181Response"/>
  <message name="UpdateInvoiceEmailStatus181headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="UpdateInvoiceEmailStatus181headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="GetSalesStatistic182Request">
    <part name="Year" type="xs:int"/>
    <part name="Month" type="xs:int"/>
    <part name="options" type="ns1:TSaleStatisticOptions"/>
  </message>
  <message name="GetSalesStatistic182Response">
    <part name="return" type="ns1:TSalesStatistic"/>
  </message>
  <message name="GetSalesStatistic182headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="GetSalesStatistic182headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="CreateOrder183Request">
    <part name="Order" type="ns1:TOrder"/>
  </message>
  <message name="CreateOrder183Response">
    <part name="return" type="xs:int"/>
  </message>
  <message name="CreateOrder183headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="CreateOrder183headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="CreateOrderEx184Request">
    <part name="Order" type="ns1:TOrder"/>
  </message>
  <message name="CreateOrderEx184Response">
    <part name="return" type="ns1:TOrder"/>
  </message>
  <message name="CreateOrderEx184headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="CreateOrderEx184headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="UpdateOrder185Request">
    <part name="order" type="ns1:TOrder"/>
  </message>
  <message name="UpdateOrder185Response">
    <part name="return" type="ns1:TOrder"/>
  </message>
  <message name="UpdateOrder185headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="UpdateOrder185headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="UpdateOrderStatus186Request">
    <part name="orderNumber" type="xs:int"/>
    <part name="CustomerNumber" type="xs:string"/>
    <part name="newStatus" type="ns3:TComboBox_SOHeadStatus"/>
  </message>
  <message name="UpdateOrderStatus186Response"/>
  <message name="UpdateOrderStatus186headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="UpdateOrderStatus186headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="UpdateOrderEmailStatus187Request">
    <part name="orderNumber" type="xs:int"/>
    <part name="Posted" type="xs:boolean"/>
    <part name="EmailSent" type="xs:boolean"/>
  </message>
  <message name="UpdateOrderEmailStatus187Response"/>
  <message name="UpdateOrderEmailStatus187headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="UpdateOrderEmailStatus187headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="CreateCustomerItemreceiverLocationOrder188Request">
    <part name="Order" type="ns1:TOrder"/>
  </message>
  <message name="CreateCustomerItemreceiverLocationOrder188Response">
    <part name="return" type="xs:int"/>
  </message>
  <message name="CreateCustomerItemreceiverLocationOrder188headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="CreateCustomerItemreceiverLocationOrder188headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="GetOrder189Request">
    <part name="id" type="xs:int"/>
    <part name="CustomerNumber" type="xs:string"/>
  </message>
  <message name="GetOrder189Response">
    <part name="return" type="ns1:TOrder"/>
  </message>
  <message name="GetOrder189headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="GetOrder189headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="GetOrders190Request">
    <part name="CustomerNumber" type="xs:string"/>
  </message>
  <message name="GetOrders190Response">
    <part name="return" type="ns1:ArrayOfOrders"/>
  </message>
  <message name="GetOrders190headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="GetOrders190headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="GetOrdersByFilter191Request">
    <part name="filter" type="ns1:TOrderGetFilter"/>
  </message>
  <message name="GetOrdersByFilter191Response">
    <part name="return" type="ns1:ArrayOfOrders"/>
  </message>
  <message name="GetOrdersByFilter191headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="GetOrdersByFilter191headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="GetOrdersByDate192Request">
    <part name="DateFrom" type="xs:dateTime"/>
    <part name="DateTo" type="xs:dateTime"/>
    <part name="opt" type="ns1:TOrderGetOptions"/>
  </message>
  <message name="GetOrdersByDate192Response">
    <part name="return" type="ns1:ArrayOfOrders"/>
  </message>
  <message name="GetOrdersByDate192headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="GetOrdersByDate192headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="AddToOrder193Request">
    <part name="OrderID" type="xs:int"/>
    <part name="orderLine" type="ns1:TOrderLine"/>
  </message>
  <message name="AddToOrder193Response">
    <part name="return" type="xs:int"/>
  </message>
  <message name="AddToOrder193headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="AddToOrder193headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="RemoveFromOrder194Request">
    <part name="OrderID" type="xs:int"/>
    <part name="orderLine" type="ns1:TOrderLine"/>
  </message>
  <message name="RemoveFromOrder194Response"/>
  <message name="RemoveFromOrder194headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="RemoveFromOrder194headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="UpdateOrderLine195Request">
    <part name="OrderID" type="xs:int"/>
    <part name="orderLine" type="ns1:TOrderLine"/>
  </message>
  <message name="UpdateOrderLine195Response"/>
  <message name="UpdateOrderLine195headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="UpdateOrderLine195headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="DeleteOrder196Request">
    <part name="OrderID" type="xs:int"/>
    <part name="CustomerNumber" type="xs:string"/>
  </message>
  <message name="DeleteOrder196Response">
    <part name="return" type="xs:boolean"/>
  </message>
  <message name="DeleteOrder196headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="DeleteOrder196headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="DeleteUnPostedInvoice197Request">
    <part name="RecordID" type="xs:int"/>
  </message>
  <message name="DeleteUnPostedInvoice197Response"/>
  <message name="DeleteUnPostedInvoice197headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="DeleteUnPostedInvoice197headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="CreatePaymentPlan198Request">
    <part name="PaymentPlanRequest" type="ns1:TPaymentPlanRequest"/>
  </message>
  <message name="CreatePaymentPlan198Response">
    <part name="return" type="xs:int"/>
  </message>
  <message name="CreatePaymentPlan198headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="CreatePaymentPlan198headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="CancelPaymentPlan199Request">
    <part name="PaymentPlanCancel" type="ns1:TPaymentPlanCancel"/>
  </message>
  <message name="CancelPaymentPlan199Response">
    <part name="return" type="xs:int"/>
  </message>
  <message name="CancelPaymentPlan199headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="CancelPaymentPlan199headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="QuoteToOrder200Request">
    <part name="Quote" type="ns1:TQuote"/>
  </message>
  <message name="QuoteToOrder200Response">
    <part name="return" type="ns1:TQuoteOrderResult"/>
  </message>
  <message name="QuoteToOrder200headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="QuoteToOrder200headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="QuoteToInvoice201Request">
    <part name="Quote" type="ns1:TQuote"/>
  </message>
  <message name="QuoteToInvoice201Response">
    <part name="return" type="ns1:TQuoteInvoiceResult"/>
  </message>
  <message name="QuoteToInvoice201headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="QuoteToInvoice201headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="OrderToInvoice202Request">
    <part name="Order" type="ns1:TOrder"/>
  </message>
  <message name="OrderToInvoice202Response">
    <part name="return" type="ns1:TOrderInvoiceResult"/>
  </message>
  <message name="OrderToInvoice202headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="OrderToInvoice202headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="CreateQuote203Request">
    <part name="Quote" type="ns1:TQuote"/>
  </message>
  <message name="CreateQuote203Response">
    <part name="return" type="ns1:TQuote"/>
  </message>
  <message name="CreateQuote203headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="CreateQuote203headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="UpdateQuote204Request">
    <part name="Quote" type="ns1:TQuote"/>
  </message>
  <message name="UpdateQuote204Response">
    <part name="return" type="ns1:TQuote"/>
  </message>
  <message name="UpdateQuote204headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="UpdateQuote204headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="GetQuote205Request">
    <part name="CustomerNumber" type="xs:string"/>
    <part name="Number" type="xs:int"/>
    <part name="opt" type="ns1:TQuoteGetOptions"/>
  </message>
  <message name="GetQuote205Response">
    <part name="return" type="ns1:TQuote"/>
  </message>
  <message name="GetQuote205headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="GetQuote205headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="GetQuotes206Request">
    <part name="CustomerNumber" type="xs:string"/>
    <part name="count" type="xs:int"/>
    <part name="opt" type="ns1:TQuoteGetOptions"/>
  </message>
  <message name="GetQuotes206Response">
    <part name="return" type="ns1:ArrayOfQuotes"/>
  </message>
  <message name="GetQuotes206headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="GetQuotes206headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="GetQuotesByDate207Request">
    <part name="DateFrom" type="xs:dateTime"/>
    <part name="DateTo" type="xs:dateTime"/>
    <part name="opt" type="ns1:TQuoteGetOptions"/>
  </message>
  <message name="GetQuotesByDate207Response">
    <part name="return" type="ns1:ArrayOfQuotes"/>
  </message>
  <message name="GetQuotesByDate207headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="GetQuotesByDate207headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="GetQuotesInChunks208Request">
    <part name="RecordID" type="xs:int"/>
    <part name="NumberOfRecords" type="xs:int"/>
    <part name="opt" type="ns1:TQuoteGetOptions"/>
  </message>
  <message name="GetQuotesInChunks208Response">
    <part name="return" type="ns1:ArrayOfQuotes"/>
  </message>
  <message name="GetQuotesInChunks208headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="GetQuotesInChunks208headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="DeleteQuote209Request">
    <part name="Number" type="xs:int"/>
    <part name="CustomerNumber" type="xs:string"/>
  </message>
  <message name="DeleteQuote209Response"/>
  <message name="DeleteQuote209headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="DeleteQuote209headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="UpdateQuoteStatus210Request">
    <part name="quoteNumber" type="xs:int"/>
    <part name="CustomerNumber" type="xs:string"/>
    <part name="newStatus" type="ns3:TComboBox_SOHeadStatus"/>
  </message>
  <message name="UpdateQuoteStatus210Response"/>
  <message name="UpdateQuoteStatus210headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="UpdateQuoteStatus210headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="UpdateQuoteEmailStatus211Request">
    <part name="quoteNumber" type="xs:int"/>
    <part name="EmailSent" type="xs:boolean"/>
  </message>
  <message name="UpdateQuoteEmailStatus211Response"/>
  <message name="UpdateQuoteEmailStatus211headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="UpdateQuoteEmailStatus211headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="DoSOAction212Request">
    <part name="SOActionIn" type="ns1:TSOActionIn"/>
  </message>
  <message name="DoSOAction212Response">
    <part name="return" type="ns1:ArrayOfSOActionResults"/>
  </message>
  <message name="DoSOAction212headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="DoSOAction212headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="GetSalesPerson213Request">
    <part name="number" type="xs:string"/>
  </message>
  <message name="GetSalesPerson213Response">
    <part name="return" type="ns1:TSalesPerson"/>
  </message>
  <message name="GetSalesPerson213headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="GetSalesPerson213headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="GetSalesPersons214Request">
    <part name="lastModified" type="xs:dateTime"/>
  </message>
  <message name="GetSalesPersons214Response">
    <part name="return" type="ns1:ArrayOfSalesPerson"/>
  </message>
  <message name="GetSalesPersons214headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="GetSalesPersons214headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="SalesPersonsExists215Request">
    <part name="number" type="xs:string"/>
  </message>
  <message name="SalesPersonsExists215Response">
    <part name="return" type="xs:boolean"/>
  </message>
  <message name="SalesPersonsExists215headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="SalesPersonsExists215headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="getPaymentTypes216Request"/>
  <message name="getPaymentTypes216Response">
    <part name="return" type="ns1:ArrayOfPaymentTypes"/>
  </message>
  <message name="getPaymentTypes216headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="getPaymentTypes216headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="GetPaymentTypesByLastModified217Request">
    <part name="lastModified" type="xs:dateTime"/>
  </message>
  <message name="GetPaymentTypesByLastModified217Response">
    <part name="return" type="ns1:ArrayOfPaymentTypes"/>
  </message>
  <message name="GetPaymentTypesByLastModified217headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="GetPaymentTypesByLastModified217headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="GetAttachment218Request">
    <part name="AttachmentID" type="xs:int"/>
  </message>
  <message name="GetAttachment218Response">
    <part name="return" type="xs:base64Binary"/>
  </message>
  <message name="GetAttachment218headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="GetAttachment218headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="RemoveAttachment219Request">
    <part name="AttachmentID" type="xs:int"/>
    <part name="removefromdisk" type="xs:boolean"/>
  </message>
  <message name="RemoveAttachment219Response">
    <part name="return" type="xs:base64Binary"/>
  </message>
  <message name="RemoveAttachment219headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="RemoveAttachment219headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="GetAttachmentImage220Request">
    <part name="ImageID" type="xs:int"/>
    <part name="MaxWidth" type="xs:int"/>
    <part name="maxHeight" type="xs:int"/>
    <part name="format" type="ns1:TImageFormat"/>
  </message>
  <message name="GetAttachmentImage220Response">
    <part name="return" type="xs:base64Binary"/>
  </message>
  <message name="GetAttachmentImage220headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="GetAttachmentImage220headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="GetAllGeImageLinks221Request">
    <part name="TableID" type="xs:int"/>
    <part name="RecordID" type="xs:int"/>
  </message>
  <message name="GetAllGeImageLinks221Response">
    <part name="return" type="ns1:ArrayOfAttachmentFile"/>
  </message>
  <message name="GetAllGeImageLinks221headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="GetAllGeImageLinks221headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="UploadGeImageLink222Request">
    <part name="TableID" type="xs:int"/>
    <part name="RecordID" type="xs:int"/>
    <part name="att" type="ns1:TAttachmentFile"/>
  </message>
  <message name="UploadGeImageLink222Response"/>
  <message name="UploadGeImageLink222headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="UploadGeImageLink222headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="GetFileLinkAttachment223Request">
    <part name="FileLinkId" type="xs:int"/>
  </message>
  <message name="GetFileLinkAttachment223Response">
    <part name="return" type="ns1:TFileLinkAttachment"/>
  </message>
  <message name="GetFileLinkAttachment223headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="GetFileLinkAttachment223headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="CreateFileLinkAttachment224Request">
    <part name="FileLinkAttachment" type="ns1:TFileLinkAttachment"/>
  </message>
  <message name="CreateFileLinkAttachment224Response">
    <part name="return" type="ns1:TFileLinkAttachment"/>
  </message>
  <message name="CreateFileLinkAttachment224headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="CreateFileLinkAttachment224headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="UpdateFileLinkAttachment225Request">
    <part name="FileLinkAttachment" type="ns1:TFileLinkAttachment"/>
  </message>
  <message name="UpdateFileLinkAttachment225Response">
    <part name="return" type="ns1:TFileLinkAttachment"/>
  </message>
  <message name="UpdateFileLinkAttachment225headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="UpdateFileLinkAttachment225headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="DeleteFileLinkAttachment226Request">
    <part name="FileLinkId" type="xs:int"/>
    <part name="LinkedRecordCreated" type="xs:dateTime"/>
    <part name="removeFromDisk" type="xs:boolean"/>
  </message>
  <message name="DeleteFileLinkAttachment226Response">
    <part name="return" type="xs:boolean"/>
  </message>
  <message name="DeleteFileLinkAttachment226headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="DeleteFileLinkAttachment226headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="GetUBLDocumentInfo227Request">
    <part name="UBLDocumentId" type="xs:int"/>
    <part name="UBLDocumentInfoOptions" type="ns1:TUBLDocumentInfoOptions"/>
  </message>
  <message name="GetUBLDocumentInfo227Response">
    <part name="return" type="ns1:TUBLDocumentInfo"/>
  </message>
  <message name="GetUBLDocumentInfo227headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="GetUBLDocumentInfo227headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="getCurency228Request">
    <part name="CurrencyNumber" type="xs:string"/>
  </message>
  <message name="getCurency228Response">
    <part name="return" type="ns1:ArrayOfCurrency"/>
  </message>
  <message name="getCurency228headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="getCurency228headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="GetCountry229Request">
    <part name="CountryCode" type="xs:string"/>
  </message>
  <message name="GetCountry229Response">
    <part name="return" type="ns1:ArrayOfCountry"/>
  </message>
  <message name="GetCountry229headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="GetCountry229headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="GetCounty230Request">
    <part name="lastModified" type="xs:dateTime"/>
  </message>
  <message name="GetCounty230Response">
    <part name="return" type="ns1:ArrayOfCounty"/>
  </message>
  <message name="GetCounty230headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="GetCounty230headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="GetDim1231Request">
    <part name="lastModified" type="xs:dateTime"/>
  </message>
  <message name="GetDim1231Response">
    <part name="return" type="ns1:ArrayOfDim1"/>
  </message>
  <message name="GetDim1231headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="GetDim1231headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="GetDim2232Request">
    <part name="lastModified" type="xs:dateTime"/>
  </message>
  <message name="GetDim2232Response">
    <part name="return" type="ns1:ArrayOfDim2"/>
  </message>
  <message name="GetDim2232headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="GetDim2232headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="GetDim3233Request">
    <part name="lastModified" type="xs:dateTime"/>
  </message>
  <message name="GetDim3233Response">
    <part name="return" type="ns1:ArrayOfDim3"/>
  </message>
  <message name="GetDim3233headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="GetDim3233headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="HasAnyMemeberSubscription234Request">
    <part name="Customer" type="xs:string"/>
  </message>
  <message name="HasAnyMemeberSubscription234Response">
    <part name="return" type="xs:boolean"/>
  </message>
  <message name="HasAnyMemeberSubscription234headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="HasAnyMemeberSubscription234headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="ValidMemberSubscription235Request">
    <part name="GroupTypeID" type="xs:int"/>
    <part name="Password" type="xs:int"/>
  </message>
  <message name="ValidMemberSubscription235Response">
    <part name="return" type="xs:string"/>
  </message>
  <message name="ValidMemberSubscription235headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="ValidMemberSubscription235headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="GetMemberSubscriptionGroupTypes236Request"/>
  <message name="GetMemberSubscriptionGroupTypes236Response">
    <part name="return" type="ns1:ArrayOfMemberSubscriptionGroupTypes"/>
  </message>
  <message name="GetMemberSubscriptionGroupTypes236headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="GetMemberSubscriptionGroupTypes236headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="GetMemberSubscriptionGroups237Request">
    <part name="TypeID" type="xs:int"/>
  </message>
  <message name="GetMemberSubscriptionGroups237Response">
    <part name="return" type="ns1:ArrayOfMemberSubscriptionGroups"/>
  </message>
  <message name="GetMemberSubscriptionGroups237headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="GetMemberSubscriptionGroups237headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="GetMemberSubscriptionAllergies238Request"/>
  <message name="GetMemberSubscriptionAllergies238Response">
    <part name="return" type="ns1:ArrayOfMemberSubscriptionAllergies"/>
  </message>
  <message name="GetMemberSubscriptionAllergies238headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="GetMemberSubscriptionAllergies238headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="CreateMemberSubscription239Request">
    <part name="Subscription" type="ns1:TMemberSubscription"/>
  </message>
  <message name="CreateMemberSubscription239Response">
    <part name="return" type="xs:string"/>
  </message>
  <message name="CreateMemberSubscription239headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="CreateMemberSubscription239headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="GetMemberSubscription240Request">
    <part name="MemberNumber" type="xs:string"/>
    <part name="GroupTypeid" type="xs:int"/>
    <part name="GroupID" type="xs:int"/>
  </message>
  <message name="GetMemberSubscription240Response">
    <part name="return" type="ns1:TMemberSubscription"/>
  </message>
  <message name="GetMemberSubscription240headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="GetMemberSubscription240headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="GetMemberSubscriptionByPassword241Request">
    <part name="GroupTypeID" type="xs:int"/>
    <part name="Password" type="xs:int"/>
  </message>
  <message name="GetMemberSubscriptionByPassword241Response">
    <part name="return" type="ns1:TMemberSubscription"/>
  </message>
  <message name="GetMemberSubscriptionByPassword241headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="GetMemberSubscriptionByPassword241headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="PostValidSubscriptions242Request">
    <part name="ValidAtDate" type="xs:date"/>
    <part name="GroupTypeID" type="xs:int"/>
  </message>
  <message name="PostValidSubscriptions242Response">
    <part name="return" type="ns1:TValidSubscriptions"/>
  </message>
  <message name="PostValidSubscriptions242headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="PostValidSubscriptions242headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="GetCurrPrices243Request">
    <part name="RecordId" type="xs:int"/>
  </message>
  <message name="GetCurrPrices243Response">
    <part name="return" type="ns1:ArrayOfCurrencyPrice"/>
  </message>
  <message name="GetCurrPrices243headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="GetCurrPrices243headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="GetJob244Request">
    <part name="JobID" type="xs:string"/>
  </message>
  <message name="GetJob244Response">
    <part name="return" type="ns1:TJob"/>
  </message>
  <message name="GetJob244headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="GetJob244headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="GetJobs245Request">
    <part name="lastModified" type="xs:dateTime"/>
  </message>
  <message name="GetJobs245Response">
    <part name="return" type="ns1:ArrayOfJobs"/>
  </message>
  <message name="GetJobs245headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="GetJobs245headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="GetJobsEx246Request">
    <part name="options" type="ns1:TJobGetOptions"/>
  </message>
  <message name="GetJobsEx246Response">
    <part name="return" type="ns1:ArrayOfJobs"/>
  </message>
  <message name="GetJobsEx246headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="GetJobsEx246headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="CreateJob247Request">
    <part name="obj" type="ns1:TJob"/>
  </message>
  <message name="CreateJob247Response">
    <part name="return" type="ns1:TJob"/>
  </message>
  <message name="CreateJob247headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="CreateJob247headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="UpdateJob248Request">
    <part name="obj" type="ns1:TJob"/>
  </message>
  <message name="UpdateJob248Response">
    <part name="return" type="ns1:TJob"/>
  </message>
  <message name="UpdateJob248headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="UpdateJob248headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="DeleteJob249Request">
    <part name="JobID" type="xs:string"/>
  </message>
  <message name="DeleteJob249Response"/>
  <message name="DeleteJob249headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="DeleteJob249headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="GetRequest250Request">
    <part name="RequestType" type="ns3:TComboBox_GeRequestType"/>
    <part name="RequestId" type="xs:string"/>
  </message>
  <message name="GetRequest250Response">
    <part name="return" type="ns1:TRequest"/>
  </message>
  <message name="GetRequest250headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="GetRequest250headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="CreateRequest251Request">
    <part name="obj" type="ns1:TRequest"/>
  </message>
  <message name="CreateRequest251Response">
    <part name="return" type="ns1:TRequest"/>
  </message>
  <message name="CreateRequest251headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="CreateRequest251headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="UpdateRequest252Request">
    <part name="obj" type="ns1:TRequest"/>
  </message>
  <message name="UpdateRequest252Response">
    <part name="return" type="ns1:TRequest"/>
  </message>
  <message name="UpdateRequest252headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="UpdateRequest252headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="DeleteRequest253Request">
    <part name="RequestType" type="ns3:TComboBox_GeRequestType"/>
    <part name="RequestId" type="xs:string"/>
  </message>
  <message name="DeleteRequest253Response"/>
  <message name="DeleteRequest253headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="DeleteRequest253headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="AddToWorkJournal254Request">
    <part name="obj" type="ns1:TWorkJournalLine"/>
    <part name="JournalDateFrom" type="xs:dateTime"/>
    <part name="JournalDateTo" type="xs:dateTime"/>
  </message>
  <message name="AddToWorkJournal254Response"/>
  <message name="AddToWorkJournal254headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="AddToWorkJournal254headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="GetWorkItems255Request">
    <part name="options" type="ns1:TWorkOptions"/>
  </message>
  <message name="GetWorkItems255Response">
    <part name="return" type="ns1:ArrayOfWorkLines"/>
  </message>
  <message name="GetWorkItems255headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="GetWorkItems255headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="AddWorkItem256Request">
    <part name="obj" type="ns1:TWorkLine"/>
    <part name="JournalDateFrom" type="xs:dateTime"/>
    <part name="JournalDateTo" type="xs:dateTime"/>
  </message>
  <message name="AddWorkItem256Response">
    <part name="return" type="ns1:TWorkLine"/>
  </message>
  <message name="AddWorkItem256headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="AddWorkItem256headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="AddWorkItems257Request">
    <part name="arr" type="ns1:ArrayOfWorkLines"/>
    <part name="JournalDateFrom" type="xs:dateTime"/>
    <part name="JournalDateTo" type="xs:dateTime"/>
  </message>
  <message name="AddWorkItems257Response">
    <part name="return" type="ns1:ArrayOfWorkLines"/>
  </message>
  <message name="AddWorkItems257headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="AddWorkItems257headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="AddWorkItemsEx258Request">
    <part name="arr" type="ns1:ArrayOfWorkLines"/>
    <part name="options" type="ns1:TAddWorkItemOptions"/>
  </message>
  <message name="AddWorkItemsEx258Response">
    <part name="return" type="ns1:ArrayOfWorkLines"/>
  </message>
  <message name="AddWorkItemsEx258headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="AddWorkItemsEx258headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="UpdateWorkItem259Request">
    <part name="obj" type="ns1:TWorkLine"/>
  </message>
  <message name="UpdateWorkItem259Response">
    <part name="return" type="ns1:TWorkLine"/>
  </message>
  <message name="UpdateWorkItem259headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="UpdateWorkItem259headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="UpdateWorkItems260Request">
    <part name="obj" type="ns1:ArrayOfWorkLines"/>
  </message>
  <message name="UpdateWorkItems260Response">
    <part name="return" type="ns1:ArrayOfWorkLines"/>
  </message>
  <message name="UpdateWorkItems260headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="UpdateWorkItems260headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="UpdateWorkItemsEx261Request">
    <part name="arr" type="ns1:ArrayOfWorkLines"/>
    <part name="options" type="ns1:TUpdateWorkItemOptions"/>
  </message>
  <message name="UpdateWorkItemsEx261Response">
    <part name="return" type="ns1:ArrayOfWorkLines"/>
  </message>
  <message name="UpdateWorkItemsEx261headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="UpdateWorkItemsEx261headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="PostWorkItems262Request">
    <part name="arr" type="ns1:ArrayOfWorkLines"/>
    <part name="opt" type="ns1:TPostWorkItemOptions"/>
  </message>
  <message name="PostWorkItems262Response">
    <part name="return" type="ns1:ArrayOfWorkLines"/>
  </message>
  <message name="PostWorkItems262headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="PostWorkItems262headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="DeleteWorkItem263Request">
    <part name="obj" type="ns1:TWorkLine"/>
  </message>
  <message name="DeleteWorkItem263Response"/>
  <message name="DeleteWorkItem263headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="DeleteWorkItem263headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="DeleteWorkItems264Request">
    <part name="obj" type="ns1:ArrayOfWorkLines"/>
  </message>
  <message name="DeleteWorkItems264Response"/>
  <message name="DeleteWorkItems264headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="DeleteWorkItems264headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="GetWorkCostItems265Request">
    <part name="options" type="ns1:TWorkOptions"/>
  </message>
  <message name="GetWorkCostItems265Response">
    <part name="return" type="ns1:ArrayOfWorkCostLines"/>
  </message>
  <message name="GetWorkCostItems265headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="GetWorkCostItems265headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="AddWorkCostItem266Request">
    <part name="obj" type="ns1:TWorkCostLine"/>
    <part name="JournalDateFrom" type="xs:dateTime"/>
    <part name="JournalDateTo" type="xs:dateTime"/>
  </message>
  <message name="AddWorkCostItem266Response">
    <part name="return" type="ns1:TWorkCostLine"/>
  </message>
  <message name="AddWorkCostItem266headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="AddWorkCostItem266headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="AddWorkCostItems267Request">
    <part name="arr" type="ns1:ArrayOfWorkCostLines"/>
    <part name="JournalDateFrom" type="xs:dateTime"/>
    <part name="JournalDateTo" type="xs:dateTime"/>
  </message>
  <message name="AddWorkCostItems267Response">
    <part name="return" type="ns1:ArrayOfWorkCostLines"/>
  </message>
  <message name="AddWorkCostItems267headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="AddWorkCostItems267headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="AddWorkCostItemsEx268Request">
    <part name="arr" type="ns1:ArrayOfWorkCostLines"/>
    <part name="options" type="ns1:TAddWorkCostItemOptions"/>
  </message>
  <message name="AddWorkCostItemsEx268Response">
    <part name="return" type="ns1:ArrayOfWorkCostLines"/>
  </message>
  <message name="AddWorkCostItemsEx268headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="AddWorkCostItemsEx268headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="UpdateWorkCostItem269Request">
    <part name="obj" type="ns1:TWorkCostLine"/>
  </message>
  <message name="UpdateWorkCostItem269Response">
    <part name="return" type="ns1:TWorkCostLine"/>
  </message>
  <message name="UpdateWorkCostItem269headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="UpdateWorkCostItem269headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="UpdateWorkCostItems270Request">
    <part name="obj" type="ns1:ArrayOfWorkCostLines"/>
  </message>
  <message name="UpdateWorkCostItems270Response">
    <part name="return" type="ns1:ArrayOfWorkCostLines"/>
  </message>
  <message name="UpdateWorkCostItems270headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="UpdateWorkCostItems270headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="UpdateWorkCostItemsEx271Request">
    <part name="arr" type="ns1:ArrayOfWorkCostLines"/>
    <part name="options" type="ns1:TUpdateWorkCostItemOptions"/>
  </message>
  <message name="UpdateWorkCostItemsEx271Response">
    <part name="return" type="ns1:ArrayOfWorkCostLines"/>
  </message>
  <message name="UpdateWorkCostItemsEx271headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="UpdateWorkCostItemsEx271headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="PostWorkCostItems272Request">
    <part name="arr" type="ns1:ArrayOfWorkCostLines"/>
    <part name="opt" type="ns1:TPostWorkItemOptions"/>
  </message>
  <message name="PostWorkCostItems272Response">
    <part name="return" type="ns1:ArrayOfWorkCostLines"/>
  </message>
  <message name="PostWorkCostItems272headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="PostWorkCostItems272headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="DeleteWorkCostItem273Request">
    <part name="obj" type="ns1:TWorkCostLine"/>
  </message>
  <message name="DeleteWorkCostItem273Response"/>
  <message name="DeleteWorkCostItem273headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="DeleteWorkCostItem273headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="DeleteWorkCostItems274Request">
    <part name="obj" type="ns1:ArrayOfWorkCostLines"/>
  </message>
  <message name="DeleteWorkCostItems274Response"/>
  <message name="DeleteWorkCostItems274headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="DeleteWorkCostItems274headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="GetJobInvoices275Request">
    <part name="options" type="ns1:TJobInvoiceOptions"/>
  </message>
  <message name="GetJobInvoices275Response">
    <part name="return" type="ns1:ArrayOfInvoices"/>
  </message>
  <message name="GetJobInvoices275headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="GetJobInvoices275headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="GetJobTransactions276Request">
    <part name="lastModified" type="xs:dateTime"/>
    <part name="options" type="ns1:TJobTransactionsOptions"/>
  </message>
  <message name="GetJobTransactions276Response">
    <part name="return" type="ns1:ArrayOfJobTransactions"/>
  </message>
  <message name="GetJobTransactions276headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="GetJobTransactions276headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="GetJobTransactionsEX277Request">
    <part name="RecordID" type="xs:int"/>
    <part name="NumberOfRecords" type="xs:int"/>
    <part name="options" type="ns1:TJobTransactionsOptions"/>
  </message>
  <message name="GetJobTransactionsEX277Response">
    <part name="return" type="ns1:ArrayOfJobTransactions"/>
  </message>
  <message name="GetJobTransactionsEX277headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="GetJobTransactionsEX277headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="CheckMember278Request">
    <part name="memberNumber" type="xs:string"/>
    <part name="membershipCompany" type="xs:string"/>
  </message>
  <message name="CheckMember278Response">
    <part name="return" type="xs:boolean"/>
  </message>
  <message name="CheckMember278headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="CheckMember278headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="CheckMember2279Request">
    <part name="memberNumber" type="xs:string"/>
  </message>
  <message name="CheckMember2279Response">
    <part name="return" type="xs:boolean"/>
  </message>
  <message name="CheckMember2279headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="CheckMember2279headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="GetMember280Request">
    <part name="number" type="xs:string"/>
    <part name="MembOpt" type="ns1:TMemberOptions"/>
  </message>
  <message name="GetMember280Response">
    <part name="return" type="ns1:TMemberV2"/>
  </message>
  <message name="GetMember280headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="GetMember280headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="GetMembers281Request">
    <part name="lastModified" type="xs:dateTime"/>
    <part name="MembOpt" type="ns1:TMemberOptions"/>
  </message>
  <message name="GetMembers281Response">
    <part name="return" type="ns1:ArrayOfMembersV2"/>
  </message>
  <message name="GetMembers281headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="GetMembers281headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="GetMembersFromConditions282Request">
    <part name="memberInfo" type="ns1:TMemberInfo"/>
  </message>
  <message name="GetMembersFromConditions282Response">
    <part name="return" type="ns1:ArrayOfMembersV2"/>
  </message>
  <message name="GetMembersFromConditions282headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="GetMembersFromConditions282headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="GetMembersFromConditionsEx283Request">
    <part name="memberInfo" type="ns1:TMemberInfo"/>
    <part name="MembOpt" type="ns1:TMemberOptions"/>
  </message>
  <message name="GetMembersFromConditionsEx283Response">
    <part name="return" type="ns1:ArrayOfMembersV2"/>
  </message>
  <message name="GetMembersFromConditionsEx283headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="GetMembersFromConditionsEx283headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="CreateMember284Request">
    <part name="obj" type="ns1:TMemberV2"/>
  </message>
  <message name="CreateMember284Response"/>
  <message name="CreateMember284headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="CreateMember284headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="UpdateMember285Request">
    <part name="obj" type="ns1:TMemberV2"/>
  </message>
  <message name="UpdateMember285Response"/>
  <message name="UpdateMember285headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="UpdateMember285headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="UpdateMembers286Request">
    <part name="arrObj" type="ns1:ArrayOfMembersV2"/>
  </message>
  <message name="UpdateMembers286Response"/>
  <message name="UpdateMembers286headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="UpdateMembers286headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="GetMembersEx287Request">
    <part name="RecordID" type="xs:int"/>
    <part name="NumberOfRecords" type="xs:int"/>
    <part name="opt" type="ns1:TMemberOptions"/>
  </message>
  <message name="GetMembersEx287Response">
    <part name="return" type="ns1:ArrayOfMembersV2"/>
  </message>
  <message name="GetMembersEx287headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="GetMembersEx287headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="GetModifiedMembers288Request">
    <part name="RecordID" type="xs:int"/>
    <part name="NumberOfRecord" type="xs:int"/>
    <part name="lastModified" type="xs:dateTime"/>
    <part name="MembOpt" type="ns1:TMemberOptions"/>
  </message>
  <message name="GetModifiedMembers288Response">
    <part name="return" type="ns1:ArrayOfMembersV2"/>
  </message>
  <message name="GetModifiedMembers288headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="GetModifiedMembers288headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="NumberOfModifiedMembers289Request">
    <part name="lastModified" type="xs:dateTime"/>
  </message>
  <message name="NumberOfModifiedMembers289Response">
    <part name="return" type="xs:int"/>
  </message>
  <message name="NumberOfModifiedMembers289headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="NumberOfModifiedMembers289headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="MemberActiveInVactionFund290Request">
    <part name="number" type="xs:string"/>
  </message>
  <message name="MemberActiveInVactionFund290Response">
    <part name="return" type="xs:boolean"/>
  </message>
  <message name="MemberActiveInVactionFund290headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="MemberActiveInVactionFund290headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="CreateMemberFee291Request">
    <part name="obj" type="ns1:TMemberFee"/>
    <part name="opt" type="ns1:TMemberFeeOptions"/>
  </message>
  <message name="CreateMemberFee291Response"/>
  <message name="CreateMemberFee291headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="CreateMemberFee291headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="ApplyForMembership292Request">
    <part name="application" type="ns1:TApplyForMembership"/>
  </message>
  <message name="ApplyForMembership292Response">
    <part name="return" type="ns1:TMembershipApplicationResult"/>
  </message>
  <message name="ApplyForMembership292headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="ApplyForMembership292headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="MemberExists293Request">
    <part name="number" type="xs:string"/>
  </message>
  <message name="MemberExists293Response">
    <part name="return" type="xs:boolean"/>
  </message>
  <message name="MemberExists293headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="MemberExists293headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="isMemberInGroup294Request">
    <part name="number" type="xs:string"/>
    <part name="Group" type="xs:string"/>
    <part name="SubGroup" type="xs:string"/>
  </message>
  <message name="isMemberInGroup294Response">
    <part name="return" type="xs:boolean"/>
  </message>
  <message name="isMemberInGroup294headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="isMemberInGroup294headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="GetMemberGroups295Request">
    <part name="lastModified" type="xs:dateTime"/>
  </message>
  <message name="GetMemberGroups295Response">
    <part name="return" type="ns1:ArrayOfMemberGroups"/>
  </message>
  <message name="GetMemberGroups295headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="GetMemberGroups295headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="GetMemberSubGroups296Request">
    <part name="lastModified" type="xs:dateTime"/>
  </message>
  <message name="GetMemberSubGroups296Response">
    <part name="return" type="ns1:ArrayOfMemberSubGroups"/>
  </message>
  <message name="GetMemberSubGroups296headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="GetMemberSubGroups296headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="isGovermentEmployee297Request">
    <part name="number" type="xs:string"/>
  </message>
  <message name="isGovermentEmployee297Response">
    <part name="return" type="xs:boolean"/>
  </message>
  <message name="isGovermentEmployee297headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="isGovermentEmployee297headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="CreateApplication298Request">
    <part name="application" type="ns1:TMemberApplication"/>
  </message>
  <message name="CreateApplication298Response">
    <part name="return" type="ns1:TApplicationResult"/>
  </message>
  <message name="CreateApplication298headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="CreateApplication298headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="MemberActiveInFund299Request">
    <part name="number" type="xs:string"/>
    <part name="FundCode" type="xs:string"/>
  </message>
  <message name="MemberActiveInFund299Response">
    <part name="return" type="xs:boolean"/>
  </message>
  <message name="MemberActiveInFund299headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="MemberActiveInFund299headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="CommonAction300Request">
    <part name="ActionType" type="xs:string"/>
    <part name="ActionData" type="xs:string"/>
  </message>
  <message name="CommonAction300Response">
    <part name="return" type="xs:string"/>
  </message>
  <message name="CommonAction300headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="CommonAction300headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="MemberCanBuyItem301Request">
    <part name="Member" type="xs:string"/>
    <part name="Item" type="xs:string"/>
    <part name="Quantity" type="xs:int"/>
  </message>
  <message name="MemberCanBuyItem301Response">
    <part name="return" type="xs:boolean"/>
  </message>
  <message name="MemberCanBuyItem301headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="MemberCanBuyItem301headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="CheckForUnfinishedApplication302Request">
    <part name="Member" type="xs:string"/>
    <part name="fundCode" type="xs:string"/>
    <part name="ContactNumber" type="xs:string"/>
  </message>
  <message name="CheckForUnfinishedApplication302Response">
    <part name="return" type="ns1:TMemberApplication"/>
  </message>
  <message name="CheckForUnfinishedApplication302headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="CheckForUnfinishedApplication302headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="RemoveUnfinishedApplication303Request">
    <part name="Member" type="xs:string"/>
    <part name="fundcode" type="xs:string"/>
    <part name="applicationNumber" type="xs:int"/>
  </message>
  <message name="RemoveUnfinishedApplication303Response"/>
  <message name="RemoveUnfinishedApplication303headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="RemoveUnfinishedApplication303headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="CommunicationMemoOpened304Request">
    <part name="Member" type="xs:string"/>
    <part name="fundcode" type="xs:string"/>
    <part name="applicationNumber" type="xs:int"/>
  </message>
  <message name="CommunicationMemoOpened304Response"/>
  <message name="CommunicationMemoOpened304headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="CommunicationMemoOpened304headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="GetContactApplicationArray305Request">
    <part name="ContactNumber" type="xs:string"/>
  </message>
  <message name="GetContactApplicationArray305Response">
    <part name="return" type="ns1:ArrayOfMemberApplication"/>
  </message>
  <message name="GetContactApplicationArray305headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="GetContactApplicationArray305headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="SendApplicationAttachment306Request">
    <part name="fileData" type="xs:base64Binary"/>
    <part name="fileName" type="xs:string"/>
    <part name="memberNumber" type="xs:string"/>
    <part name="applicationNumber" type="xs:int"/>
  </message>
  <message name="SendApplicationAttachment306Response"/>
  <message name="SendApplicationAttachment306headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="SendApplicationAttachment306headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="GetApplicationAttachmentInfo307Request">
    <part name="fundCode" type="xs:string"/>
    <part name="applicationNumber" type="xs:int"/>
  </message>
  <message name="GetApplicationAttachmentInfo307Response">
    <part name="return" type="ns1:ArrayOfAttachment"/>
  </message>
  <message name="GetApplicationAttachmentInfo307headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="GetApplicationAttachmentInfo307headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="GetMembershipData308Request">
    <part name="memberNumber" type="xs:string"/>
  </message>
  <message name="GetMembershipData308Response">
    <part name="return" type="ns1:ArrayOfMembershipCompanies"/>
  </message>
  <message name="GetMembershipData308headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="GetMembershipData308headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="GetAllMembershipCompanies309Request">
    <part name="GetFunds" type="xs:boolean"/>
    <part name="GetGrants" type="xs:boolean"/>
  </message>
  <message name="GetAllMembershipCompanies309Response">
    <part name="return" type="ns1:ArrayOfMembershipCompanies"/>
  </message>
  <message name="GetAllMembershipCompanies309headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="GetAllMembershipCompanies309headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="GetWorkplaces310Request">
    <part name="Company" type="xs:string"/>
  </message>
  <message name="GetWorkplaces310Response">
    <part name="return" type="ns1:ArrayOfWorkPlaces2"/>
  </message>
  <message name="GetWorkplaces310headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="GetWorkplaces310headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="GetAllWorkplaces311Request"/>
  <message name="GetAllWorkplaces311Response">
    <part name="return" type="ns1:ArrayOfWorkPlaces2"/>
  </message>
  <message name="GetAllWorkplaces311headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="GetAllWorkplaces311headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="GetApplicationGroupTypes312Request">
    <part name="filterDocumentNumber" type="xs:boolean"/>
    <part name="documentNumber" type="xs:int"/>
  </message>
  <message name="GetApplicationGroupTypes312Response">
    <part name="return" type="ns1:ArrayOfApplicationType"/>
  </message>
  <message name="GetApplicationGroupTypes312headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="GetApplicationGroupTypes312headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="GetApplicationGroupTypeByDocumentNumber313Request">
    <part name="DocumentNumber" type="xs:int"/>
  </message>
  <message name="GetApplicationGroupTypeByDocumentNumber313Response">
    <part name="return" type="ns1:ArrayOfApplicationType"/>
  </message>
  <message name="GetApplicationGroupTypeByDocumentNumber313headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="GetApplicationGroupTypeByDocumentNumber313headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="UpdateApplicationStatus314Request">
    <part name="MemberNumber" type="xs:string"/>
    <part name="FundCode" type="xs:string"/>
    <part name="ApplicationNumber" type="xs:int"/>
    <part name="NewStatus" type="ns1:TMemberApplicationStatus"/>
  </message>
  <message name="UpdateApplicationStatus314Response"/>
  <message name="UpdateApplicationStatus314headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="UpdateApplicationStatus314headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="GetGrantRuleAvailableData315Request">
    <part name="MemberNumber" type="xs:string"/>
  </message>
  <message name="GetGrantRuleAvailableData315Response">
    <part name="return" type="ns1:ArrayOfGrantUsedData"/>
  </message>
  <message name="GetGrantRuleAvailableData315headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="GetGrantRuleAvailableData315headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="GetTermsForCompany316Request"/>
  <message name="GetTermsForCompany316Response">
    <part name="return" type="ns1:TTermDocument"/>
  </message>
  <message name="GetTermsForCompany316headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="GetTermsForCompany316headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="GetTermsForFund317Request">
    <part name="FundCode" type="xs:string"/>
  </message>
  <message name="GetTermsForFund317Response">
    <part name="return" type="ns1:TTermDocument"/>
  </message>
  <message name="GetTermsForFund317headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="GetTermsForFund317headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="GetTerms318Request">
    <part name="termId" type="xs:int"/>
  </message>
  <message name="GetTerms318Response">
    <part name="return" type="ns1:TTermDocument"/>
  </message>
  <message name="GetTerms318headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="GetTerms318headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="GetTermsForAllFunds319Request"/>
  <message name="GetTermsForAllFunds319Response">
    <part name="return" type="ns1:ArrayOfTermDocuments"/>
  </message>
  <message name="GetTermsForAllFunds319headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="GetTermsForAllFunds319headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="GiveConsentForTerms320Request">
    <part name="TermId" type="xs:int"/>
    <part name="FundCode" type="xs:string"/>
    <part name="ApplicationNumber" type="xs:int"/>
    <part name="MemberNumber" type="xs:string"/>
  </message>
  <message name="GiveConsentForTerms320Response"/>
  <message name="GiveConsentForTerms320headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="GiveConsentForTerms320headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="GiveConsentForCompanyTerms321Request">
    <part name="TermId" type="xs:int"/>
    <part name="MemberNumber" type="xs:string"/>
  </message>
  <message name="GiveConsentForCompanyTerms321Response"/>
  <message name="GiveConsentForCompanyTerms321headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="GiveConsentForCompanyTerms321headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="GetMemberUnreadMessages322Request">
    <part name="MemberNumber" type="xs:string"/>
  </message>
  <message name="GetMemberUnreadMessages322Response">
    <part name="return" type="ns1:ArrayOfMessages"/>
  </message>
  <message name="GetMemberUnreadMessages322headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="GetMemberUnreadMessages322headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="GetApplicationMessages323Request">
    <part name="MemberNumber" type="xs:string"/>
    <part name="FundCode" type="xs:string"/>
    <part name="ApplicationNumber" type="xs:int"/>
  </message>
  <message name="GetApplicationMessages323Response">
    <part name="return" type="ns1:ArrayOfMessages"/>
  </message>
  <message name="GetApplicationMessages323headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="GetApplicationMessages323headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="GetMemberMessages324Request">
    <part name="MemberNumber" type="xs:string"/>
  </message>
  <message name="GetMemberMessages324Response">
    <part name="return" type="ns1:ArrayOfMessages"/>
  </message>
  <message name="GetMemberMessages324headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="GetMemberMessages324headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="GetMemberAnnouncement325Request">
    <part name="MemberNumber" type="xs:string"/>
  </message>
  <message name="GetMemberAnnouncement325Response">
    <part name="return" type="ns1:ArrayOfMessages"/>
  </message>
  <message name="GetMemberAnnouncement325headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="GetMemberAnnouncement325headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="CreateApplicationMessage326Request">
    <part name="MemberNumber" type="xs:string"/>
    <part name="FundCode" type="xs:string"/>
    <part name="ApplicationNumber" type="xs:int"/>
    <part name="Obj" type="ns1:TGeMessage"/>
  </message>
  <message name="CreateApplicationMessage326Response">
    <part name="return" type="ns1:TGeMessageResult"/>
  </message>
  <message name="CreateApplicationMessage326headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="CreateApplicationMessage326headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="CreateMemberMessage327Request">
    <part name="MemberNumber" type="xs:string"/>
    <part name="Obj" type="ns1:TGeMessage"/>
  </message>
  <message name="CreateMemberMessage327Response">
    <part name="return" type="ns1:TGeMessageResult"/>
  </message>
  <message name="CreateMemberMessage327headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="CreateMemberMessage327headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="UpdateMessageReadStatus328Request">
    <part name="MessageRecordId" type="xs:int"/>
    <part name="MemberNumber" type="xs:string"/>
    <part name="Read" type="xs:boolean"/>
  </message>
  <message name="UpdateMessageReadStatus328Response"/>
  <message name="UpdateMessageReadStatus328headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="UpdateMessageReadStatus328headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="UploadMessageAttachment329Request">
    <part name="MessageRecordId" type="xs:int"/>
    <part name="att" type="ns1:TAttachmentFile"/>
  </message>
  <message name="UploadMessageAttachment329Response"/>
  <message name="UploadMessageAttachment329headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="UploadMessageAttachment329headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="GetMemberCarrerArray330Request">
    <part name="memberNumber" type="xs:string"/>
  </message>
  <message name="GetMemberCarrerArray330Response">
    <part name="return" type="ns1:ArrayOfMemberCarrer"/>
  </message>
  <message name="GetMemberCarrerArray330headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="GetMemberCarrerArray330headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="GetMemberMembershipArray331Request">
    <part name="memberNumber" type="xs:string"/>
  </message>
  <message name="GetMemberMembershipArray331Response">
    <part name="return" type="ns1:ArrayOfMemberMemberships"/>
  </message>
  <message name="GetMemberMembershipArray331headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="GetMemberMembershipArray331headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="GetMemberEducationArray332Request">
    <part name="memberNumber" type="xs:string"/>
  </message>
  <message name="GetMemberEducationArray332Response">
    <part name="return" type="ns1:ArrayOfMemberEducations"/>
  </message>
  <message name="GetMemberEducationArray332headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="GetMemberEducationArray332headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="GetMemberJobTitleArray333Request">
    <part name="memberNumber" type="xs:string"/>
  </message>
  <message name="GetMemberJobTitleArray333Response">
    <part name="return" type="ns1:ArrayOfJobTitles"/>
  </message>
  <message name="GetMemberJobTitleArray333headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="GetMemberJobTitleArray333headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="GetMemberApplicationArray334Request">
    <part name="memberNumber" type="xs:string"/>
  </message>
  <message name="GetMemberApplicationArray334Response">
    <part name="return" type="ns1:ArrayOfMemberApplication"/>
  </message>
  <message name="GetMemberApplicationArray334headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="GetMemberApplicationArray334headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="GetMemberFundsArray335Request">
    <part name="memberNumber" type="xs:string"/>
    <part name="options" type="ns1:TMemberOptions"/>
  </message>
  <message name="GetMemberFundsArray335Response">
    <part name="return" type="ns1:ArrayOfMemberFunds"/>
  </message>
  <message name="GetMemberFundsArray335headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="GetMemberFundsArray335headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="GetCustomerFundsArray336Request">
    <part name="CustomerNumber" type="xs:string"/>
    <part name="DateFrom" type="xs:dateTime"/>
  </message>
  <message name="GetCustomerFundsArray336Response">
    <part name="return" type="ns1:ArrayOfMemberFunds"/>
  </message>
  <message name="GetCustomerFundsArray336headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="GetCustomerFundsArray336headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="GetMemberSubGroupsArray337Request">
    <part name="memberNumber" type="xs:string"/>
  </message>
  <message name="GetMemberSubGroupsArray337Response">
    <part name="return" type="ns1:ArrayOfMemberSubGroups"/>
  </message>
  <message name="GetMemberSubGroupsArray337headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="GetMemberSubGroupsArray337headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="GetMemberResumeTypes338Request">
    <part name="lastModified" type="xs:dateTime"/>
  </message>
  <message name="GetMemberResumeTypes338Response">
    <part name="return" type="ns1:ArrayOfMemberResumeTypes"/>
  </message>
  <message name="GetMemberResumeTypes338headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="GetMemberResumeTypes338headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="GetMemberResumeGroups339Request">
    <part name="lastModified" type="xs:dateTime"/>
  </message>
  <message name="GetMemberResumeGroups339Response">
    <part name="return" type="ns1:ArrayOfMemberResumeGroups"/>
  </message>
  <message name="GetMemberResumeGroups339headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="GetMemberResumeGroups339headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="GetMembersMovementsByTypeAndDate340Request">
    <part name="AType" type="xs:string"/>
    <part name="ADate" type="xs:dateTime"/>
  </message>
  <message name="GetMembersMovementsByTypeAndDate340Response">
    <part name="return" type="ns1:ArrayOfMemberMovements"/>
  </message>
  <message name="GetMembersMovementsByTypeAndDate340headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="GetMembersMovementsByTypeAndDate340headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="GetMembersMovementsByGroupAndDate341Request">
    <part name="AGroup" type="xs:string"/>
    <part name="ADate" type="xs:dateTime"/>
  </message>
  <message name="GetMembersMovementsByGroupAndDate341Response">
    <part name="return" type="ns1:ArrayOfMemberMovements"/>
  </message>
  <message name="GetMembersMovementsByGroupAndDate341headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="GetMembersMovementsByGroupAndDate341headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="GetElections342Request">
    <part name="VoterType" type="xs:int"/>
    <part name="Number" type="xs:string"/>
  </message>
  <message name="GetElections342Response">
    <part name="return" type="ns1:ArrayOfElectionBallots"/>
  </message>
  <message name="GetElections342headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="GetElections342headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="GetElection343Request">
    <part name="BallotNumber" type="xs:string"/>
  </message>
  <message name="GetElection343Response">
    <part name="return" type="ns1:ArrayOfElectionHeads"/>
  </message>
  <message name="GetElection343headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="GetElection343headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="GetElectionLines344Request">
    <part name="ElectionId" type="xs:int"/>
  </message>
  <message name="GetElectionLines344Response">
    <part name="return" type="ns1:ArrayOfElectionLines"/>
  </message>
  <message name="GetElectionLines344headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="GetElectionLines344headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="ReturnVotes345Request">
    <part name="VoterNumber" type="xs:string"/>
    <part name="VoterType" type="xs:int"/>
    <part name="BallotId" type="xs:string"/>
    <part name="arrVotes" type="ns1:ArrayOfElectionAnswers"/>
  </message>
  <message name="ReturnVotes345Response">
    <part name="return" type="ns1:TWSResult"/>
  </message>
  <message name="ReturnVotes345headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="ReturnVotes345headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="TimeClockStampedInEmployees346Request"/>
  <message name="TimeClockStampedInEmployees346Response">
    <part name="return" type="ns1:ArrayOfEmployees"/>
  </message>
  <message name="TimeClockStampedInEmployees346headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="TimeClockStampedInEmployees346headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="TimeClockStampEmployee347Request">
    <part name="info" type="ns1:TTimeClockStampInfo"/>
  </message>
  <message name="TimeClockStampEmployee347Response">
    <part name="return" type="ns1:TTimeClockStampInfo"/>
  </message>
  <message name="TimeClockStampEmployee347headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="TimeClockStampEmployee347headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="TimeClockEmployeeStatus348Request">
    <part name="EmployeeID" type="xs:string"/>
  </message>
  <message name="TimeClockEmployeeStatus348Response">
    <part name="return" type="ns1:TTimeClockStampInfo"/>
  </message>
  <message name="TimeClockEmployeeStatus348headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="TimeClockEmployeeStatus348headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="CreateTimeClockTransaction349Request">
    <part name="obj" type="ns1:TTimeClockTransaction"/>
  </message>
  <message name="CreateTimeClockTransaction349Response">
    <part name="return" type="ns1:TTimeClockTransaction"/>
  </message>
  <message name="CreateTimeClockTransaction349headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="CreateTimeClockTransaction349headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="GetCourses350Request"/>
  <message name="GetCourses350Response">
    <part name="return" type="ns1:ArrayOfCourses"/>
  </message>
  <message name="GetCourses350headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="GetCourses350headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="GetCompletedCourses351Request"/>
  <message name="GetCompletedCourses351Response">
    <part name="return" type="ns1:ArrayOfCourses"/>
  </message>
  <message name="GetCompletedCourses351headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="GetCompletedCourses351headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="GetCancelledCourses352Request"/>
  <message name="GetCancelledCourses352Response">
    <part name="return" type="ns1:ArrayOfCourses"/>
  </message>
  <message name="GetCancelledCourses352headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="GetCancelledCourses352headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="GetParticipantCourses353Request">
    <part name="ssNumber" type="xs:string"/>
  </message>
  <message name="GetParticipantCourses353Response">
    <part name="return" type="ns1:ArrayOfCourses"/>
  </message>
  <message name="GetParticipantCourses353headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="GetParticipantCourses353headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="GetParticipantCourseTypes354Request">
    <part name="ssNumber" type="xs:string"/>
  </message>
  <message name="GetParticipantCourseTypes354Response">
    <part name="return" type="ns1:ArrayOfCourseTypes"/>
  </message>
  <message name="GetParticipantCourseTypes354headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="GetParticipantCourseTypes354headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="GetParticipantsInCourse355Request">
    <part name="bookingNumber" type="xs:string"/>
  </message>
  <message name="GetParticipantsInCourse355Response">
    <part name="return" type="ns1:ArrayOfParticipants"/>
  </message>
  <message name="GetParticipantsInCourse355headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="GetParticipantsInCourse355headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="GetCourseTypes356Request"/>
  <message name="GetCourseTypes356Response">
    <part name="return" type="ns1:ArrayOfCourseTypes"/>
  </message>
  <message name="GetCourseTypes356headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="GetCourseTypes356headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="EnrollInCourse357Request">
    <part name="bookingNumber" type="xs:string"/>
    <part name="participant" type="ns1:TParticipant"/>
    <part name="paymentInfo" type="ns1:TPaymentInfo"/>
  </message>
  <message name="EnrollInCourse357Response">
    <part name="return" type="ns1:TEnrollmentResult"/>
  </message>
  <message name="EnrollInCourse357headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="EnrollInCourse357headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="RemoveParticipantFromCourse358Request">
    <part name="bookingNumber" type="xs:string"/>
    <part name="ssNumber" type="xs:string"/>
  </message>
  <message name="RemoveParticipantFromCourse358Response">
    <part name="return" type="xs:boolean"/>
  </message>
  <message name="RemoveParticipantFromCourse358headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="RemoveParticipantFromCourse358headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="ChangeParticipantPaymentStatus359Request">
    <part name="bookingNumber" type="xs:string"/>
    <part name="participantNumber" type="xs:string"/>
    <part name="paymentStatus" type="ns3:TComboBox_EMPartPaymentStatus"/>
  </message>
  <message name="ChangeParticipantPaymentStatus359Response"/>
  <message name="ChangeParticipantPaymentStatus359headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="ChangeParticipantPaymentStatus359headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="GetLocation360Request">
    <part name="locationNumber" type="xs:string"/>
  </message>
  <message name="GetLocation360Response">
    <part name="return" type="ns1:TLocation"/>
  </message>
  <message name="GetLocation360headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="GetLocation360headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="CreateEMBooking361Request">
    <part name="booking" type="ns1:TEMBooking"/>
  </message>
  <message name="CreateEMBooking361Response">
    <part name="return" type="ns1:TEMBookingResponse"/>
  </message>
  <message name="CreateEMBooking361headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="CreateEMBooking361headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="GetEMResourceGroups362Request"/>
  <message name="GetEMResourceGroups362Response">
    <part name="return" type="ns1:ArrayOfResourceGroup"/>
  </message>
  <message name="GetEMResourceGroups362headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="GetEMResourceGroups362headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="GetVehicleInspection363Request">
    <part name="RecordId" type="xs:int"/>
  </message>
  <message name="GetVehicleInspection363Response">
    <part name="return" type="ns1:TVehicleInspection"/>
  </message>
  <message name="GetVehicleInspection363headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="GetVehicleInspection363headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="CreateVehicleInspection364Request">
    <part name="VehicleInspection" type="ns1:TVehicleInspection"/>
  </message>
  <message name="CreateVehicleInspection364Response">
    <part name="return" type="ns1:TVehicleInspection"/>
  </message>
  <message name="CreateVehicleInspection364headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="CreateVehicleInspection364headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="UpdateVehicleInspection365Request">
    <part name="VehicleInspection" type="ns1:TVehicleInspection"/>
  </message>
  <message name="UpdateVehicleInspection365Response">
    <part name="return" type="ns1:TVehicleInspection"/>
  </message>
  <message name="UpdateVehicleInspection365headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="UpdateVehicleInspection365headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="DeleteVehicleInspection366Request">
    <part name="RecordId" type="xs:int"/>
    <part name="RecordCreated" type="xs:dateTime"/>
  </message>
  <message name="DeleteVehicleInspection366Response"/>
  <message name="DeleteVehicleInspection366headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="DeleteVehicleInspection366headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="UpdateVehicleInspectionAppointmentStatus367Request">
    <part name="AppointmentId" type="xs:int"/>
    <part name="NewStatus" type="ns3:TComboBox_SOVehicleInspectionAppointmentStatus"/>
  </message>
  <message name="UpdateVehicleInspectionAppointmentStatus367Response"/>
  <message name="UpdateVehicleInspectionAppointmentStatus367headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="UpdateVehicleInspectionAppointmentStatus367headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="AuthenticateUser368Request">
    <part name="UserName" type="xs:string"/>
    <part name="Password" type="xs:string"/>
  </message>
  <message name="AuthenticateUser368Response">
    <part name="return" type="ns1:TUser"/>
  </message>
  <message name="AuthenticateUser368headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="AuthenticateUser368headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="getUsers369Request"/>
  <message name="getUsers369Response">
    <part name="return" type="ns1:ArrayOfUsers"/>
  </message>
  <message name="getUsers369headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="getUsers369headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="CreateUser370Request">
    <part name="obj" type="ns1:TUser"/>
    <part name="company" type="xs:string"/>
  </message>
  <message name="CreateUser370Response">
    <part name="return" type="ns1:TUser"/>
  </message>
  <message name="CreateUser370headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="CreateUser370headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="GetCompany371Request"/>
  <message name="GetCompany371Response">
    <part name="return" type="ns1:ArrayOfCompany"/>
  </message>
  <message name="GetCompany371headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="GetCompany371headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="GetUserCompanies372Request">
    <part name="username" type="xs:string"/>
  </message>
  <message name="GetUserCompanies372Response">
    <part name="return" type="ns1:ArrayOfCompany"/>
  </message>
  <message name="GetUserCompanies372headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="GetUserCompanies372headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="CreateToken373Request">
    <part name="Username" type="xs:string"/>
    <part name="Password" type="xs:string"/>
    <part name="Company" type="xs:string"/>
    <part name="AppID" type="xs:string"/>
  </message>
  <message name="CreateToken373Response">
    <part name="return" type="ns1:TToken"/>
  </message>
  <message name="CreateToken373headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="CreateToken373headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="CreateTokenForUser374Request">
    <part name="Username" type="xs:string"/>
    <part name="Company" type="xs:string"/>
    <part name="AppID" type="xs:string"/>
  </message>
  <message name="CreateTokenForUser374Response">
    <part name="return" type="ns1:TToken"/>
  </message>
  <message name="CreateTokenForUser374headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="CreateTokenForUser374headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="RemoveToken375Request">
    <part name="token" type="ns1:TToken"/>
  </message>
  <message name="RemoveToken375Response"/>
  <message name="RemoveToken375headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="RemoveToken375headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="GetToken376Request">
    <part name="username" type="xs:string"/>
    <part name="password" type="xs:string"/>
    <part name="company" type="xs:string"/>
    <part name="AppID" type="xs:string"/>
  </message>
  <message name="GetToken376Response">
    <part name="return" type="ns1:TToken"/>
  </message>
  <message name="GetToken376headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="GetToken376headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="GetTokenForUser377Request">
    <part name="username" type="xs:string"/>
    <part name="company" type="xs:string"/>
    <part name="AppID" type="xs:string"/>
  </message>
  <message name="GetTokenForUser377Response">
    <part name="return" type="ns1:TToken"/>
  </message>
  <message name="GetTokenForUser377headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="GetTokenForUser377headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="ValidateToken378Request">
    <part name="token" type="ns1:TToken"/>
  </message>
  <message name="ValidateToken378Response">
    <part name="return" type="ns1:TToken"/>
  </message>
  <message name="ValidateToken378headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="ValidateToken378headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <message name="RefreshToken379Request">
    <part name="token" type="ns1:TToken"/>
  </message>
  <message name="RefreshToken379Response">
    <part name="return" type="ns1:TToken"/>
  </message>
  <message name="RefreshToken379headerRequest">
    <part name="Security" type="ns1:Security"/>
    <part name="BasicSecurity" type="ns1:BasicSecurity"/>
    <part name="TokenSecurity" type="ns1:TokenSecurity"/>
  </message>
  <message name="RefreshToken379headerResponse">
    <part name="ResponseHeader" type="ns1:ResponseHeader"/>
  </message>
  <portType name="IItemService">
    <operation name="GetRecord">
      <input message="tns:GetRecord0Request"/>
      <output message="tns:GetRecord0Response"/>
    </operation>
    <operation name="GetRecords">
      <input message="tns:GetRecords1Request"/>
      <output message="tns:GetRecords1Response"/>
    </operation>
    <operation name="GetRecordEX">
      <input message="tns:GetRecordEX2Request"/>
      <output message="tns:GetRecordEX2Response"/>
    </operation>
    <operation name="CreateRecord">
      <input message="tns:CreateRecord3Request"/>
      <output message="tns:CreateRecord3Response"/>
    </operation>
    <operation name="CreateRecords">
      <input message="tns:CreateRecords4Request"/>
      <output message="tns:CreateRecords4Response"/>
    </operation>
    <operation name="UpdateRecord">
      <input message="tns:UpdateRecord5Request"/>
      <output message="tns:UpdateRecord5Response"/>
    </operation>
    <operation name="UpdateRecordEx">
      <input message="tns:UpdateRecordEx6Request"/>
      <output message="tns:UpdateRecordEx6Response"/>
    </operation>
    <operation name="DeleteRecord">
      <input message="tns:DeleteRecord7Request"/>
      <output message="tns:DeleteRecord7Response"/>
    </operation>
    <operation name="DeleteRecordEx">
      <input message="tns:DeleteRecordEx8Request"/>
      <output message="tns:DeleteRecordEx8Response"/>
    </operation>
    <operation name="Ping">
      <input message="tns:Ping9Request"/>
      <output message="tns:Ping9Response"/>
    </operation>
    <operation name="GetRecordLines">
      <input message="tns:GetRecordLines10Request"/>
      <output message="tns:GetRecordLines10Response"/>
    </operation>
    <operation name="GetRecordLinesEX">
      <input message="tns:GetRecordLinesEX11Request"/>
      <output message="tns:GetRecordLinesEX11Response"/>
    </operation>
    <operation name="GetRecordCount">
      <input message="tns:GetRecordCount12Request"/>
      <output message="tns:GetRecordCount12Response"/>
    </operation>
    <operation name="GetRecordCountEX">
      <input message="tns:GetRecordCountEX13Request"/>
      <output message="tns:GetRecordCountEX13Response"/>
    </operation>
    <operation name="GetTablesRecordCount">
      <input message="tns:GetTablesRecordCount14Request"/>
      <output message="tns:GetTablesRecordCount14Response"/>
    </operation>
    <operation name="GetRecordTableIndexNumber">
      <input message="tns:GetRecordTableIndexNumber15Request"/>
      <output message="tns:GetRecordTableIndexNumber15Response"/>
    </operation>
    <operation name="GetRecordFieldList">
      <input message="tns:GetRecordFieldList16Request"/>
      <output message="tns:GetRecordFieldList16Response"/>
    </operation>
    <operation name="GetHasRecordChanges">
      <input message="tns:GetHasRecordChanges17Request"/>
      <output message="tns:GetHasRecordChanges17Response"/>
    </operation>
    <operation name="GetDeleted">
      <input message="tns:GetDeleted18Request"/>
      <output message="tns:GetDeleted18Response"/>
    </operation>
    <operation name="GetDeletedID">
      <input message="tns:GetDeletedID19Request"/>
      <output message="tns:GetDeletedID19Response"/>
    </operation>
    <operation name="GetSystemSettings">
      <input message="tns:GetSystemSettings20Request"/>
      <output message="tns:GetSystemSettings20Response"/>
    </operation>
    <operation name="GetSSNRegistration">
      <input message="tns:GetSSNRegistration21Request"/>
      <output message="tns:GetSSNRegistration21Response"/>
    </operation>
    <operation name="GetRegistrations">
      <input message="tns:GetRegistrations22Request"/>
      <output message="tns:GetRegistrations22Response"/>
    </operation>
    <operation name="CreateGeneralLedgerJournal">
      <input message="tns:CreateGeneralLedgerJournal23Request"/>
      <output message="tns:CreateGeneralLedgerJournal23Response"/>
    </operation>
    <operation name="GetGeneralLedgerAccounts">
      <input message="tns:GetGeneralLedgerAccounts24Request"/>
      <output message="tns:GetGeneralLedgerAccounts24Response"/>
    </operation>
    <operation name="GetItem">
      <input message="tns:GetItem25Request"/>
      <output message="tns:GetItem25Response"/>
    </operation>
    <operation name="GetItemFromRecordID">
      <input message="tns:GetItemFromRecordID26Request"/>
      <output message="tns:GetItemFromRecordID26Response"/>
    </operation>
    <operation name="GetItems">
      <input message="tns:GetItems27Request"/>
      <output message="tns:GetItems27Response"/>
    </operation>
    <operation name="GetItemsFromArray">
      <input message="tns:GetItemsFromArray28Request"/>
      <output message="tns:GetItemsFromArray28Response"/>
    </operation>
    <operation name="GetItemsEx">
      <input message="tns:GetItemsEx29Request"/>
      <output message="tns:GetItemsEx29Response"/>
    </operation>
    <operation name="GetDeletedItems">
      <input message="tns:GetDeletedItems30Request"/>
      <output message="tns:GetDeletedItems30Response"/>
    </operation>
    <operation name="NumberOfModifiedItems">
      <input message="tns:NumberOfModifiedItems31Request"/>
      <output message="tns:NumberOfModifiedItems31Response"/>
    </operation>
    <operation name="GetItemCount">
      <input message="tns:GetItemCount32Request"/>
      <output message="tns:GetItemCount32Response"/>
    </operation>
    <operation name="CreateItem">
      <input message="tns:CreateItem33Request"/>
      <output message="tns:CreateItem33Response"/>
    </operation>
    <operation name="CreateItems">
      <input message="tns:CreateItems34Request"/>
      <output message="tns:CreateItems34Response"/>
    </operation>
    <operation name="UpdateItem">
      <input message="tns:UpdateItem35Request"/>
      <output message="tns:UpdateItem35Response"/>
    </operation>
    <operation name="UpdateItems">
      <input message="tns:UpdateItems36Request"/>
      <output message="tns:UpdateItems36Response"/>
    </operation>
    <operation name="ItemExists">
      <input message="tns:ItemExists37Request"/>
      <output message="tns:ItemExists37Response"/>
    </operation>
    <operation name="DeleteItem">
      <input message="tns:DeleteItem38Request"/>
      <output message="tns:DeleteItem38Response"/>
    </operation>
    <operation name="UploadItemAttachment">
      <input message="tns:UploadItemAttachment39Request"/>
      <output message="tns:UploadItemAttachment39Response"/>
    </operation>
    <operation name="GetItemUnits">
      <input message="tns:GetItemUnits40Request"/>
      <output message="tns:GetItemUnits40Response"/>
    </operation>
    <operation name="getBarCodes">
      <input message="tns:getBarCodes41Request"/>
      <output message="tns:getBarCodes41Response"/>
    </operation>
    <operation name="CreateBarcode">
      <input message="tns:CreateBarcode42Request"/>
      <output message="tns:CreateBarcode42Response"/>
    </operation>
    <operation name="DeleteBarcode">
      <input message="tns:DeleteBarcode43Request"/>
      <output message="tns:DeleteBarcode43Response"/>
    </operation>
    <operation name="GetCustomerItemReceiverLocationBarCodes">
      <input message="tns:GetCustomerItemReceiverLocationBarCodes44Request"/>
      <output message="tns:GetCustomerItemReceiverLocationBarCodes44Response"/>
    </operation>
    <operation name="GetCustomerItemReceiverLocationLink">
      <input message="tns:GetCustomerItemReceiverLocationLink45Request"/>
      <output message="tns:GetCustomerItemReceiverLocationLink45Response"/>
    </operation>
    <operation name="CreateInventoryJournal">
      <input message="tns:CreateInventoryJournal46Request"/>
      <output message="tns:CreateInventoryJournal46Response"/>
    </operation>
    <operation name="CreateInventorying">
      <input message="tns:CreateInventorying47Request"/>
      <output message="tns:CreateInventorying47Response"/>
    </operation>
    <operation name="CreateInventoryTransfer">
      <input message="tns:CreateInventoryTransfer48Request"/>
      <output message="tns:CreateInventoryTransfer48Response"/>
    </operation>
    <operation name="CreateInventoryTransferEx">
      <input message="tns:CreateInventoryTransferEx49Request"/>
      <output message="tns:CreateInventoryTransferEx49Response"/>
    </operation>
    <operation name="GetItemCategories">
      <input message="tns:GetItemCategories50Request"/>
      <output message="tns:GetItemCategories50Response"/>
    </operation>
    <operation name="GetFabrication">
      <input message="tns:GetFabrication51Request"/>
      <output message="tns:GetFabrication51Response"/>
    </operation>
    <operation name="UpdateFabrication">
      <input message="tns:UpdateFabrication52Request"/>
      <output message="tns:UpdateFabrication52Response"/>
    </operation>
    <operation name="UpdateFabricationLine">
      <input message="tns:UpdateFabricationLine53Request"/>
      <output message="tns:UpdateFabricationLine53Response"/>
    </operation>
    <operation name="GetItemVendors">
      <input message="tns:GetItemVendors54Request"/>
      <output message="tns:GetItemVendors54Response"/>
    </operation>
    <operation name="GetCustomerItemDiscounts">
      <input message="tns:GetCustomerItemDiscounts55Request"/>
      <output message="tns:GetCustomerItemDiscounts55Response"/>
    </operation>
    <operation name="GetCustomerItemDiscountsForInvoiceLine">
      <input message="tns:GetCustomerItemDiscountsForInvoiceLine56Request"/>
      <output message="tns:GetCustomerItemDiscountsForInvoiceLine56Response"/>
    </operation>
    <operation name="GetCustomerItemDiscountsForOrderLine">
      <input message="tns:GetCustomerItemDiscountsForOrderLine57Request"/>
      <output message="tns:GetCustomerItemDiscountsForOrderLine57Response"/>
    </operation>
    <operation name="GetCustomerItemDiscountsForQuoteLine">
      <input message="tns:GetCustomerItemDiscountsForQuoteLine58Request"/>
      <output message="tns:GetCustomerItemDiscountsForQuoteLine58Response"/>
    </operation>
    <operation name="GetQuantityInItemWarehouse">
      <input message="tns:GetQuantityInItemWarehouse59Request"/>
      <output message="tns:GetQuantityInItemWarehouse59Response"/>
    </operation>
    <operation name="GetAllQuantityInItemWarehouse">
      <input message="tns:GetAllQuantityInItemWarehouse60Request"/>
      <output message="tns:GetAllQuantityInItemWarehouse60Response"/>
    </operation>
    <operation name="GetItemGroups">
      <input message="tns:GetItemGroups61Request"/>
      <output message="tns:GetItemGroups61Response"/>
    </operation>
    <operation name="GetItemsByGroup">
      <input message="tns:GetItemsByGroup62Request"/>
      <output message="tns:GetItemsByGroup62Response"/>
    </operation>
    <operation name="GetItemsByGroupRecordID">
      <input message="tns:GetItemsByGroupRecordID63Request"/>
      <output message="tns:GetItemsByGroupRecordID63Response"/>
    </operation>
    <operation name="GetCustomer">
      <input message="tns:GetCustomer64Request"/>
      <output message="tns:GetCustomer64Response"/>
    </operation>
    <operation name="GetCustomers">
      <input message="tns:GetCustomers65Request"/>
      <output message="tns:GetCustomers65Response"/>
    </operation>
    <operation name="GetCustomersEx">
      <input message="tns:GetCustomersEx66Request"/>
      <output message="tns:GetCustomersEx66Response"/>
    </operation>
    <operation name="GetCustomerFromPhoneNumber">
      <input message="tns:GetCustomerFromPhoneNumber67Request"/>
      <output message="tns:GetCustomerFromPhoneNumber67Response"/>
    </operation>
    <operation name="GetCustomersBySalesPerson">
      <input message="tns:GetCustomersBySalesPerson68Request"/>
      <output message="tns:GetCustomersBySalesPerson68Response"/>
    </operation>
    <operation name="NumberOfModifiedCustomers">
      <input message="tns:NumberOfModifiedCustomers69Request"/>
      <output message="tns:NumberOfModifiedCustomers69Response"/>
    </operation>
    <operation name="GetCustomerGroup">
      <input message="tns:GetCustomerGroup70Request"/>
      <output message="tns:GetCustomerGroup70Response"/>
    </operation>
    <operation name="GetCustomerBalance">
      <input message="tns:GetCustomerBalance71Request"/>
      <output message="tns:GetCustomerBalance71Response"/>
    </operation>
    <operation name="UpdateCustomer">
      <input message="tns:UpdateCustomer72Request"/>
      <output message="tns:UpdateCustomer72Response"/>
    </operation>
    <operation name="UpdateCustomers">
      <input message="tns:UpdateCustomers73Request"/>
      <output message="tns:UpdateCustomers73Response"/>
    </operation>
    <operation name="CreateCustomer">
      <input message="tns:CreateCustomer74Request"/>
      <output message="tns:CreateCustomer74Response"/>
    </operation>
    <operation name="CreateCustomers">
      <input message="tns:CreateCustomers75Request"/>
      <output message="tns:CreateCustomers75Response"/>
    </operation>
    <operation name="CustomerCount">
      <input message="tns:CustomerCount76Request"/>
      <output message="tns:CustomerCount76Response"/>
    </operation>
    <operation name="DeleteCustomer">
      <input message="tns:DeleteCustomer77Request"/>
      <output message="tns:DeleteCustomer77Response"/>
    </operation>
    <operation name="DeleteCustomers">
      <input message="tns:DeleteCustomers78Request"/>
      <output message="tns:DeleteCustomers78Response"/>
    </operation>
    <operation name="CustomerExists">
      <input message="tns:CustomerExists79Request"/>
      <output message="tns:CustomerExists79Response"/>
    </operation>
    <operation name="GetCustomerPaymentTerms">
      <input message="tns:GetCustomerPaymentTerms80Request"/>
      <output message="tns:GetCustomerPaymentTerms80Response"/>
    </operation>
    <operation name="GetCustomerPaymentModes">
      <input message="tns:GetCustomerPaymentModes81Request"/>
      <output message="tns:GetCustomerPaymentModes81Response"/>
    </operation>
    <operation name="GetPaymentModes">
      <input message="tns:GetPaymentModes82Request"/>
      <output message="tns:GetPaymentModes82Response"/>
    </operation>
    <operation name="GetPaymentTerms">
      <input message="tns:GetPaymentTerms83Request"/>
      <output message="tns:GetPaymentTerms83Response"/>
    </operation>
    <operation name="GetCustomerLedgerCodes">
      <input message="tns:GetCustomerLedgerCodes84Request"/>
      <output message="tns:GetCustomerLedgerCodes84Response"/>
    </operation>
    <operation name="GetCustomerTransactions">
      <input message="tns:GetCustomerTransactions85Request"/>
      <output message="tns:GetCustomerTransactions85Response"/>
    </operation>
    <operation name="GetCustomerTransactionsEx">
      <input message="tns:GetCustomerTransactionsEx86Request"/>
      <output message="tns:GetCustomerTransactionsEx86Response"/>
    </operation>
    <operation name="GetSystemPriceOrigins">
      <input message="tns:GetSystemPriceOrigins87Request"/>
      <output message="tns:GetSystemPriceOrigins87Response"/>
    </operation>
    <operation name="GetARCustInItemPriceDetails">
      <input message="tns:GetARCustInItemPriceDetails88Request"/>
      <output message="tns:GetARCustInItemPriceDetails88Response"/>
    </operation>
    <operation name="GetARCustAdvancedDiscountDetail">
      <input message="tns:GetARCustAdvancedDiscountDetail89Request"/>
      <output message="tns:GetARCustAdvancedDiscountDetail89Response"/>
    </operation>
    <operation name="UploadCustomerAttachment">
      <input message="tns:UploadCustomerAttachment90Request"/>
      <output message="tns:UploadCustomerAttachment90Response"/>
    </operation>
    <operation name="CreatedContact">
      <input message="tns:CreatedContact91Request"/>
      <output message="tns:CreatedContact91Response"/>
    </operation>
    <operation name="DeleteContact">
      <input message="tns:DeleteContact92Request"/>
      <output message="tns:DeleteContact92Response"/>
    </operation>
    <operation name="UpdateContact">
      <input message="tns:UpdateContact93Request"/>
      <output message="tns:UpdateContact93Response"/>
    </operation>
    <operation name="CreateItemReceiver">
      <input message="tns:CreateItemReceiver94Request"/>
      <output message="tns:CreateItemReceiver94Response"/>
    </operation>
    <operation name="DeleteItemReceiver">
      <input message="tns:DeleteItemReceiver95Request"/>
      <output message="tns:DeleteItemReceiver95Response"/>
    </operation>
    <operation name="UpdateItemReceiver">
      <input message="tns:UpdateItemReceiver96Request"/>
      <output message="tns:UpdateItemReceiver96Response"/>
    </operation>
    <operation name="CreateCustomerMemo">
      <input message="tns:CreateCustomerMemo97Request"/>
      <output message="tns:CreateCustomerMemo97Response"/>
    </operation>
    <operation name="UpdateCustomerMemo">
      <input message="tns:UpdateCustomerMemo98Request"/>
      <output message="tns:UpdateCustomerMemo98Response"/>
    </operation>
    <operation name="DeleteCustomerMemo">
      <input message="tns:DeleteCustomerMemo99Request"/>
      <output message="tns:DeleteCustomerMemo99Response"/>
    </operation>
    <operation name="GetSubscriptionTypes">
      <input message="tns:GetSubscriptionTypes100Request"/>
      <output message="tns:GetSubscriptionTypes100Response"/>
    </operation>
    <operation name="GetSubscriptionType">
      <input message="tns:GetSubscriptionType101Request"/>
      <output message="tns:GetSubscriptionType101Response"/>
    </operation>
    <operation name="CreateSubscription">
      <input message="tns:CreateSubscription102Request"/>
      <output message="tns:CreateSubscription102Response"/>
    </operation>
    <operation name="getSubscriptions">
      <input message="tns:getSubscriptions103Request"/>
      <output message="tns:getSubscriptions103Response"/>
    </operation>
    <operation name="getSubscriptionsEx">
      <input message="tns:getSubscriptionsEx104Request"/>
      <output message="tns:getSubscriptionsEx104Response"/>
    </operation>
    <operation name="SubscriptionExists">
      <input message="tns:SubscriptionExists105Request"/>
      <output message="tns:SubscriptionExists105Response"/>
    </operation>
    <operation name="GetSubscribers">
      <input message="tns:GetSubscribers106Request"/>
      <output message="tns:GetSubscribers106Response"/>
    </operation>
    <operation name="GetVendor">
      <input message="tns:GetVendor107Request"/>
      <output message="tns:GetVendor107Response"/>
    </operation>
    <operation name="GetVendorEx">
      <input message="tns:GetVendorEx108Request"/>
      <output message="tns:GetVendorEx108Response"/>
    </operation>
    <operation name="GetVendors">
      <input message="tns:GetVendors109Request"/>
      <output message="tns:GetVendors109Response"/>
    </operation>
    <operation name="GetVendorsEx">
      <input message="tns:GetVendorsEx110Request"/>
      <output message="tns:GetVendorsEx110Response"/>
    </operation>
    <operation name="UpdateVendor">
      <input message="tns:UpdateVendor111Request"/>
      <output message="tns:UpdateVendor111Response"/>
    </operation>
    <operation name="CreateVendor">
      <input message="tns:CreateVendor112Request"/>
      <output message="tns:CreateVendor112Response"/>
    </operation>
    <operation name="VendorExists">
      <input message="tns:VendorExists113Request"/>
      <output message="tns:VendorExists113Response"/>
    </operation>
    <operation name="DeleteVendor">
      <input message="tns:DeleteVendor114Request"/>
      <output message="tns:DeleteVendor114Response"/>
    </operation>
    <operation name="NumberOfModifiedVendors">
      <input message="tns:NumberOfModifiedVendors115Request"/>
      <output message="tns:NumberOfModifiedVendors115Response"/>
    </operation>
    <operation name="GetVendorBalance">
      <input message="tns:GetVendorBalance116Request"/>
      <output message="tns:GetVendorBalance116Response"/>
    </operation>
    <operation name="UploadVendorAttachment">
      <input message="tns:UploadVendorAttachment117Request"/>
      <output message="tns:UploadVendorAttachment117Response"/>
    </operation>
    <operation name="CreateVendorMemo">
      <input message="tns:CreateVendorMemo118Request"/>
      <output message="tns:CreateVendorMemo118Response"/>
    </operation>
    <operation name="UpdateVendorMemo">
      <input message="tns:UpdateVendorMemo119Request"/>
      <output message="tns:UpdateVendorMemo119Response"/>
    </operation>
    <operation name="DeleteVendorMemo">
      <input message="tns:DeleteVendorMemo120Request"/>
      <output message="tns:DeleteVendorMemo120Response"/>
    </operation>
    <operation name="GetVendorItem">
      <input message="tns:GetVendorItem121Request"/>
      <output message="tns:GetVendorItem121Response"/>
    </operation>
    <operation name="GetVendorItems">
      <input message="tns:GetVendorItems122Request"/>
      <output message="tns:GetVendorItems122Response"/>
    </operation>
    <operation name="GetVendorTransactions">
      <input message="tns:GetVendorTransactions123Request"/>
      <output message="tns:GetVendorTransactions123Response"/>
    </operation>
    <operation name="GetVendorTransactionsEx">
      <input message="tns:GetVendorTransactionsEx124Request"/>
      <output message="tns:GetVendorTransactionsEx124Response"/>
    </operation>
    <operation name="GetVendorInvoices">
      <input message="tns:GetVendorInvoices125Request"/>
      <output message="tns:GetVendorInvoices125Response"/>
    </operation>
    <operation name="GetVendorInvoiceEx">
      <input message="tns:GetVendorInvoiceEx126Request"/>
      <output message="tns:GetVendorInvoiceEx126Response"/>
    </operation>
    <operation name="CreateVendorInvoice">
      <input message="tns:CreateVendorInvoice127Request"/>
      <output message="tns:CreateVendorInvoice127Response"/>
    </operation>
    <operation name="UpdateVendorInvoice">
      <input message="tns:UpdateVendorInvoice128Request"/>
      <output message="tns:UpdateVendorInvoice128Response"/>
    </operation>
    <operation name="UpdateVendorInvoiceEx">
      <input message="tns:UpdateVendorInvoiceEx129Request"/>
      <output message="tns:UpdateVendorInvoiceEx129Response"/>
    </operation>
    <operation name="DeleteVendorInvoice">
      <input message="tns:DeleteVendorInvoice130Request"/>
      <output message="tns:DeleteVendorInvoice130Response"/>
    </operation>
    <operation name="VendorInvoiceApprovement">
      <input message="tns:VendorInvoiceApprovement131Request"/>
      <output message="tns:VendorInvoiceApprovement131Response"/>
    </operation>
    <operation name="VendorInvoiceApprovementEX">
      <input message="tns:VendorInvoiceApprovementEX132Request"/>
      <output message="tns:VendorInvoiceApprovementEX132Response"/>
    </operation>
    <operation name="GetVendorInvoiceattachment">
      <input message="tns:GetVendorInvoiceattachment133Request"/>
      <output message="tns:GetVendorInvoiceattachment133Response"/>
    </operation>
    <operation name="GetVendorInvoiceattachments">
      <input message="tns:GetVendorInvoiceattachments134Request"/>
      <output message="tns:GetVendorInvoiceattachments134Response"/>
    </operation>
    <operation name="UploadVendorInvoiceAttachment">
      <input message="tns:UploadVendorInvoiceAttachment135Request"/>
      <output message="tns:UploadVendorInvoiceAttachment135Response"/>
    </operation>
    <operation name="UpdateVendorInvoiceLine">
      <input message="tns:UpdateVendorInvoiceLine136Request"/>
      <output message="tns:UpdateVendorInvoiceLine136Response"/>
    </operation>
    <operation name="CreatePurchaseOrder">
      <input message="tns:CreatePurchaseOrder137Request"/>
      <output message="tns:CreatePurchaseOrder137Response"/>
    </operation>
    <operation name="DeletePurchaseOrder">
      <input message="tns:DeletePurchaseOrder138Request"/>
      <output message="tns:DeletePurchaseOrder138Response"/>
    </operation>
    <operation name="GetPurchaseOrder">
      <input message="tns:GetPurchaseOrder139Request"/>
      <output message="tns:GetPurchaseOrder139Response"/>
    </operation>
    <operation name="GetPurchaseOrderByNumber">
      <input message="tns:GetPurchaseOrderByNumber140Request"/>
      <output message="tns:GetPurchaseOrderByNumber140Response"/>
    </operation>
    <operation name="GetPurchaseOrders">
      <input message="tns:GetPurchaseOrders141Request"/>
      <output message="tns:GetPurchaseOrders141Response"/>
    </operation>
    <operation name="GetPurchaseOrderFromReference">
      <input message="tns:GetPurchaseOrderFromReference142Request"/>
      <output message="tns:GetPurchaseOrderFromReference142Response"/>
    </operation>
    <operation name="UpdatePurchaseOrder">
      <input message="tns:UpdatePurchaseOrder143Request"/>
      <output message="tns:UpdatePurchaseOrder143Response"/>
    </operation>
    <operation name="UpdatePurchaseOrderLine">
      <input message="tns:UpdatePurchaseOrderLine144Request"/>
      <output message="tns:UpdatePurchaseOrderLine144Response"/>
    </operation>
    <operation name="DeletePurchaseOrderLine">
      <input message="tns:DeletePurchaseOrderLine145Request"/>
      <output message="tns:DeletePurchaseOrderLine145Response"/>
    </operation>
    <operation name="CreateSubscriptionOrder">
      <input message="tns:CreateSubscriptionOrder146Request"/>
      <output message="tns:CreateSubscriptionOrder146Response"/>
    </operation>
    <operation name="CreateSubscriptionOrderEx">
      <input message="tns:CreateSubscriptionOrderEx147Request"/>
      <output message="tns:CreateSubscriptionOrderEx147Response"/>
    </operation>
    <operation name="GetSubscriptionOrders">
      <input message="tns:GetSubscriptionOrders148Request"/>
      <output message="tns:GetSubscriptionOrders148Response"/>
    </operation>
    <operation name="GetSubscriptionOrdersEx">
      <input message="tns:GetSubscriptionOrdersEx149Request"/>
      <output message="tns:GetSubscriptionOrdersEx149Response"/>
    </operation>
    <operation name="UpdateSubscriptionOrder">
      <input message="tns:UpdateSubscriptionOrder150Request"/>
      <output message="tns:UpdateSubscriptionOrder150Response"/>
    </operation>
    <operation name="UpdateSubscriptionOrderLine">
      <input message="tns:UpdateSubscriptionOrderLine151Request"/>
      <output message="tns:UpdateSubscriptionOrderLine151Response"/>
    </operation>
    <operation name="GetEmployees">
      <input message="tns:GetEmployees152Request"/>
      <output message="tns:GetEmployees152Response"/>
    </operation>
    <operation name="GetEmployeesEx">
      <input message="tns:GetEmployeesEx153Request"/>
      <output message="tns:GetEmployeesEx153Response"/>
    </operation>
    <operation name="GetEmployee">
      <input message="tns:GetEmployee154Request"/>
      <output message="tns:GetEmployee154Response"/>
    </operation>
    <operation name="CreateEmployee">
      <input message="tns:CreateEmployee155Request"/>
      <output message="tns:CreateEmployee155Response"/>
    </operation>
    <operation name="UpdateEmployee">
      <input message="tns:UpdateEmployee156Request"/>
      <output message="tns:UpdateEmployee156Response"/>
    </operation>
    <operation name="DeleteEmployee">
      <input message="tns:DeleteEmployee157Request"/>
      <output message="tns:DeleteEmployee157Response"/>
    </operation>
    <operation name="CreateInvoice">
      <input message="tns:CreateInvoice158Request"/>
      <output message="tns:CreateInvoice158Response"/>
    </operation>
    <operation name="CreateInvoiceEx">
      <input message="tns:CreateInvoiceEx159Request"/>
      <output message="tns:CreateInvoiceEx159Response"/>
    </operation>
    <operation name="CreateCreditInvoice">
      <input message="tns:CreateCreditInvoice160Request"/>
      <output message="tns:CreateCreditInvoice160Response"/>
    </operation>
    <operation name="CreateCreditInvoiceWithCustomDate">
      <input message="tns:CreateCreditInvoiceWithCustomDate161Request"/>
      <output message="tns:CreateCreditInvoiceWithCustomDate161Response"/>
    </operation>
    <operation name="CreateInvoices">
      <input message="tns:CreateInvoices162Request"/>
      <output message="tns:CreateInvoices162Response"/>
    </operation>
    <operation name="UpdateInvoice">
      <input message="tns:UpdateInvoice163Request"/>
      <output message="tns:UpdateInvoice163Response"/>
    </operation>
    <operation name="PostInvoice">
      <input message="tns:PostInvoice164Request"/>
      <output message="tns:PostInvoice164Response"/>
    </operation>
    <operation name="DeleteInvoice">
      <input message="tns:DeleteInvoice165Request"/>
      <output message="tns:DeleteInvoice165Response"/>
    </operation>
    <operation name="GetInvoice">
      <input message="tns:GetInvoice166Request"/>
      <output message="tns:GetInvoice166Response"/>
    </operation>
    <operation name="GetInvoiceByReference">
      <input message="tns:GetInvoiceByReference167Request"/>
      <output message="tns:GetInvoiceByReference167Response"/>
    </operation>
    <operation name="GetInvoicesModified">
      <input message="tns:GetInvoicesModified168Request"/>
      <output message="tns:GetInvoicesModified168Response"/>
    </operation>
    <operation name="GetUnPostedInvoices">
      <input message="tns:GetUnPostedInvoices169Request"/>
      <output message="tns:GetUnPostedInvoices169Response"/>
    </operation>
    <operation name="GetUnPostedInvoice">
      <input message="tns:GetUnPostedInvoice170Request"/>
      <output message="tns:GetUnPostedInvoice170Response"/>
    </operation>
    <operation name="GetInvoices">
      <input message="tns:GetInvoices171Request"/>
      <output message="tns:GetInvoices171Response"/>
    </operation>
    <operation name="GetInvoicesChunk">
      <input message="tns:GetInvoicesChunk172Request"/>
      <output message="tns:GetInvoicesChunk172Response"/>
    </operation>
    <operation name="GetInvoicesEx">
      <input message="tns:GetInvoicesEx173Request"/>
      <output message="tns:GetInvoicesEx173Response"/>
    </operation>
    <operation name="GetInvoicesFromClaims">
      <input message="tns:GetInvoicesFromClaims174Request"/>
      <output message="tns:GetInvoicesFromClaims174Response"/>
    </operation>
    <operation name="GetNextClaimNumber">
      <input message="tns:GetNextClaimNumber175Request"/>
      <output message="tns:GetNextClaimNumber175Response"/>
    </operation>
    <operation name="GetClaim">
      <input message="tns:GetClaim176Request"/>
      <output message="tns:GetClaim176Response"/>
    </operation>
    <operation name="PostClaim">
      <input message="tns:PostClaim177Request"/>
      <output message="tns:PostClaim177Response"/>
    </operation>
    <operation name="UpdateClaimStatus">
      <input message="tns:UpdateClaimStatus178Request"/>
      <output message="tns:UpdateClaimStatus178Response"/>
    </operation>
    <operation name="DeleteInvoiceFromReference">
      <input message="tns:DeleteInvoiceFromReference179Request"/>
      <output message="tns:DeleteInvoiceFromReference179Response"/>
    </operation>
    <operation name="UpdateInvoiceUBLStatus">
      <input message="tns:UpdateInvoiceUBLStatus180Request"/>
      <output message="tns:UpdateInvoiceUBLStatus180Response"/>
    </operation>
    <operation name="UpdateInvoiceEmailStatus">
      <input message="tns:UpdateInvoiceEmailStatus181Request"/>
      <output message="tns:UpdateInvoiceEmailStatus181Response"/>
    </operation>
    <operation name="GetSalesStatistic">
      <input message="tns:GetSalesStatistic182Request"/>
      <output message="tns:GetSalesStatistic182Response"/>
    </operation>
    <operation name="CreateOrder">
      <input message="tns:CreateOrder183Request"/>
      <output message="tns:CreateOrder183Response"/>
    </operation>
    <operation name="CreateOrderEx">
      <input message="tns:CreateOrderEx184Request"/>
      <output message="tns:CreateOrderEx184Response"/>
    </operation>
    <operation name="UpdateOrder">
      <input message="tns:UpdateOrder185Request"/>
      <output message="tns:UpdateOrder185Response"/>
    </operation>
    <operation name="UpdateOrderStatus">
      <input message="tns:UpdateOrderStatus186Request"/>
      <output message="tns:UpdateOrderStatus186Response"/>
    </operation>
    <operation name="UpdateOrderEmailStatus">
      <input message="tns:UpdateOrderEmailStatus187Request"/>
      <output message="tns:UpdateOrderEmailStatus187Response"/>
    </operation>
    <operation name="CreateCustomerItemreceiverLocationOrder">
      <input message="tns:CreateCustomerItemreceiverLocationOrder188Request"/>
      <output message="tns:CreateCustomerItemreceiverLocationOrder188Response"/>
    </operation>
    <operation name="GetOrder">
      <input message="tns:GetOrder189Request"/>
      <output message="tns:GetOrder189Response"/>
    </operation>
    <operation name="GetOrders">
      <input message="tns:GetOrders190Request"/>
      <output message="tns:GetOrders190Response"/>
    </operation>
    <operation name="GetOrdersByFilter">
      <input message="tns:GetOrdersByFilter191Request"/>
      <output message="tns:GetOrdersByFilter191Response"/>
    </operation>
    <operation name="GetOrdersByDate">
      <input message="tns:GetOrdersByDate192Request"/>
      <output message="tns:GetOrdersByDate192Response"/>
    </operation>
    <operation name="AddToOrder">
      <input message="tns:AddToOrder193Request"/>
      <output message="tns:AddToOrder193Response"/>
    </operation>
    <operation name="RemoveFromOrder">
      <input message="tns:RemoveFromOrder194Request"/>
      <output message="tns:RemoveFromOrder194Response"/>
    </operation>
    <operation name="UpdateOrderLine">
      <input message="tns:UpdateOrderLine195Request"/>
      <output message="tns:UpdateOrderLine195Response"/>
    </operation>
    <operation name="DeleteOrder">
      <input message="tns:DeleteOrder196Request"/>
      <output message="tns:DeleteOrder196Response"/>
    </operation>
    <operation name="DeleteUnPostedInvoice">
      <input message="tns:DeleteUnPostedInvoice197Request"/>
      <output message="tns:DeleteUnPostedInvoice197Response"/>
    </operation>
    <operation name="CreatePaymentPlan">
      <input message="tns:CreatePaymentPlan198Request"/>
      <output message="tns:CreatePaymentPlan198Response"/>
    </operation>
    <operation name="CancelPaymentPlan">
      <input message="tns:CancelPaymentPlan199Request"/>
      <output message="tns:CancelPaymentPlan199Response"/>
    </operation>
    <operation name="QuoteToOrder">
      <input message="tns:QuoteToOrder200Request"/>
      <output message="tns:QuoteToOrder200Response"/>
    </operation>
    <operation name="QuoteToInvoice">
      <input message="tns:QuoteToInvoice201Request"/>
      <output message="tns:QuoteToInvoice201Response"/>
    </operation>
    <operation name="OrderToInvoice">
      <input message="tns:OrderToInvoice202Request"/>
      <output message="tns:OrderToInvoice202Response"/>
    </operation>
    <operation name="CreateQuote">
      <input message="tns:CreateQuote203Request"/>
      <output message="tns:CreateQuote203Response"/>
    </operation>
    <operation name="UpdateQuote">
      <input message="tns:UpdateQuote204Request"/>
      <output message="tns:UpdateQuote204Response"/>
    </operation>
    <operation name="GetQuote">
      <input message="tns:GetQuote205Request"/>
      <output message="tns:GetQuote205Response"/>
    </operation>
    <operation name="GetQuotes">
      <input message="tns:GetQuotes206Request"/>
      <output message="tns:GetQuotes206Response"/>
    </operation>
    <operation name="GetQuotesByDate">
      <input message="tns:GetQuotesByDate207Request"/>
      <output message="tns:GetQuotesByDate207Response"/>
    </operation>
    <operation name="GetQuotesInChunks">
      <input message="tns:GetQuotesInChunks208Request"/>
      <output message="tns:GetQuotesInChunks208Response"/>
    </operation>
    <operation name="DeleteQuote">
      <input message="tns:DeleteQuote209Request"/>
      <output message="tns:DeleteQuote209Response"/>
    </operation>
    <operation name="UpdateQuoteStatus">
      <input message="tns:UpdateQuoteStatus210Request"/>
      <output message="tns:UpdateQuoteStatus210Response"/>
    </operation>
    <operation name="UpdateQuoteEmailStatus">
      <input message="tns:UpdateQuoteEmailStatus211Request"/>
      <output message="tns:UpdateQuoteEmailStatus211Response"/>
    </operation>
    <operation name="DoSOAction">
      <input message="tns:DoSOAction212Request"/>
      <output message="tns:DoSOAction212Response"/>
    </operation>
    <operation name="GetSalesPerson">
      <input message="tns:GetSalesPerson213Request"/>
      <output message="tns:GetSalesPerson213Response"/>
    </operation>
    <operation name="GetSalesPersons">
      <input message="tns:GetSalesPersons214Request"/>
      <output message="tns:GetSalesPersons214Response"/>
    </operation>
    <operation name="SalesPersonsExists">
      <input message="tns:SalesPersonsExists215Request"/>
      <output message="tns:SalesPersonsExists215Response"/>
    </operation>
    <operation name="getPaymentTypes">
      <input message="tns:getPaymentTypes216Request"/>
      <output message="tns:getPaymentTypes216Response"/>
    </operation>
    <operation name="GetPaymentTypesByLastModified">
      <input message="tns:GetPaymentTypesByLastModified217Request"/>
      <output message="tns:GetPaymentTypesByLastModified217Response"/>
    </operation>
    <operation name="GetAttachment">
      <input message="tns:GetAttachment218Request"/>
      <output message="tns:GetAttachment218Response"/>
    </operation>
    <operation name="RemoveAttachment">
      <input message="tns:RemoveAttachment219Request"/>
      <output message="tns:RemoveAttachment219Response"/>
    </operation>
    <operation name="GetAttachmentImage">
      <input message="tns:GetAttachmentImage220Request"/>
      <output message="tns:GetAttachmentImage220Response"/>
    </operation>
    <operation name="GetAllGeImageLinks">
      <input message="tns:GetAllGeImageLinks221Request"/>
      <output message="tns:GetAllGeImageLinks221Response"/>
    </operation>
    <operation name="UploadGeImageLink">
      <input message="tns:UploadGeImageLink222Request"/>
      <output message="tns:UploadGeImageLink222Response"/>
    </operation>
    <operation name="GetFileLinkAttachment">
      <input message="tns:GetFileLinkAttachment223Request"/>
      <output message="tns:GetFileLinkAttachment223Response"/>
    </operation>
    <operation name="CreateFileLinkAttachment">
      <input message="tns:CreateFileLinkAttachment224Request"/>
      <output message="tns:CreateFileLinkAttachment224Response"/>
    </operation>
    <operation name="UpdateFileLinkAttachment">
      <input message="tns:UpdateFileLinkAttachment225Request"/>
      <output message="tns:UpdateFileLinkAttachment225Response"/>
    </operation>
    <operation name="DeleteFileLinkAttachment">
      <input message="tns:DeleteFileLinkAttachment226Request"/>
      <output message="tns:DeleteFileLinkAttachment226Response"/>
    </operation>
    <operation name="GetUBLDocumentInfo">
      <input message="tns:GetUBLDocumentInfo227Request"/>
      <output message="tns:GetUBLDocumentInfo227Response"/>
    </operation>
    <operation name="getCurency">
      <input message="tns:getCurency228Request"/>
      <output message="tns:getCurency228Response"/>
    </operation>
    <operation name="GetCountry">
      <input message="tns:GetCountry229Request"/>
      <output message="tns:GetCountry229Response"/>
    </operation>
    <operation name="GetCounty">
      <input message="tns:GetCounty230Request"/>
      <output message="tns:GetCounty230Response"/>
    </operation>
    <operation name="GetDim1">
      <input message="tns:GetDim1231Request"/>
      <output message="tns:GetDim1231Response"/>
    </operation>
    <operation name="GetDim2">
      <input message="tns:GetDim2232Request"/>
      <output message="tns:GetDim2232Response"/>
    </operation>
    <operation name="GetDim3">
      <input message="tns:GetDim3233Request"/>
      <output message="tns:GetDim3233Response"/>
    </operation>
    <operation name="HasAnyMemeberSubscription">
      <input message="tns:HasAnyMemeberSubscription234Request"/>
      <output message="tns:HasAnyMemeberSubscription234Response"/>
    </operation>
    <operation name="ValidMemberSubscription">
      <input message="tns:ValidMemberSubscription235Request"/>
      <output message="tns:ValidMemberSubscription235Response"/>
    </operation>
    <operation name="GetMemberSubscriptionGroupTypes">
      <input message="tns:GetMemberSubscriptionGroupTypes236Request"/>
      <output message="tns:GetMemberSubscriptionGroupTypes236Response"/>
    </operation>
    <operation name="GetMemberSubscriptionGroups">
      <input message="tns:GetMemberSubscriptionGroups237Request"/>
      <output message="tns:GetMemberSubscriptionGroups237Response"/>
    </operation>
    <operation name="GetMemberSubscriptionAllergies">
      <input message="tns:GetMemberSubscriptionAllergies238Request"/>
      <output message="tns:GetMemberSubscriptionAllergies238Response"/>
    </operation>
    <operation name="CreateMemberSubscription">
      <input message="tns:CreateMemberSubscription239Request"/>
      <output message="tns:CreateMemberSubscription239Response"/>
    </operation>
    <operation name="GetMemberSubscription">
      <input message="tns:GetMemberSubscription240Request"/>
      <output message="tns:GetMemberSubscription240Response"/>
    </operation>
    <operation name="GetMemberSubscriptionByPassword">
      <input message="tns:GetMemberSubscriptionByPassword241Request"/>
      <output message="tns:GetMemberSubscriptionByPassword241Response"/>
    </operation>
    <operation name="PostValidSubscriptions">
      <input message="tns:PostValidSubscriptions242Request"/>
      <output message="tns:PostValidSubscriptions242Response"/>
    </operation>
    <operation name="GetCurrPrices">
      <input message="tns:GetCurrPrices243Request"/>
      <output message="tns:GetCurrPrices243Response"/>
    </operation>
    <operation name="GetJob">
      <input message="tns:GetJob244Request"/>
      <output message="tns:GetJob244Response"/>
    </operation>
    <operation name="GetJobs">
      <input message="tns:GetJobs245Request"/>
      <output message="tns:GetJobs245Response"/>
    </operation>
    <operation name="GetJobsEx">
      <input message="tns:GetJobsEx246Request"/>
      <output message="tns:GetJobsEx246Response"/>
    </operation>
    <operation name="CreateJob">
      <input message="tns:CreateJob247Request"/>
      <output message="tns:CreateJob247Response"/>
    </operation>
    <operation name="UpdateJob">
      <input message="tns:UpdateJob248Request"/>
      <output message="tns:UpdateJob248Response"/>
    </operation>
    <operation name="DeleteJob">
      <input message="tns:DeleteJob249Request"/>
      <output message="tns:DeleteJob249Response"/>
    </operation>
    <operation name="GetRequest">
      <input message="tns:GetRequest250Request"/>
      <output message="tns:GetRequest250Response"/>
    </operation>
    <operation name="CreateRequest">
      <input message="tns:CreateRequest251Request"/>
      <output message="tns:CreateRequest251Response"/>
    </operation>
    <operation name="UpdateRequest">
      <input message="tns:UpdateRequest252Request"/>
      <output message="tns:UpdateRequest252Response"/>
    </operation>
    <operation name="DeleteRequest">
      <input message="tns:DeleteRequest253Request"/>
      <output message="tns:DeleteRequest253Response"/>
    </operation>
    <operation name="AddToWorkJournal">
      <input message="tns:AddToWorkJournal254Request"/>
      <output message="tns:AddToWorkJournal254Response"/>
    </operation>
    <operation name="GetWorkItems">
      <input message="tns:GetWorkItems255Request"/>
      <output message="tns:GetWorkItems255Response"/>
    </operation>
    <operation name="AddWorkItem">
      <input message="tns:AddWorkItem256Request"/>
      <output message="tns:AddWorkItem256Response"/>
    </operation>
    <operation name="AddWorkItems">
      <input message="tns:AddWorkItems257Request"/>
      <output message="tns:AddWorkItems257Response"/>
    </operation>
    <operation name="AddWorkItemsEx">
      <input message="tns:AddWorkItemsEx258Request"/>
      <output message="tns:AddWorkItemsEx258Response"/>
    </operation>
    <operation name="UpdateWorkItem">
      <input message="tns:UpdateWorkItem259Request"/>
      <output message="tns:UpdateWorkItem259Response"/>
    </operation>
    <operation name="UpdateWorkItems">
      <input message="tns:UpdateWorkItems260Request"/>
      <output message="tns:UpdateWorkItems260Response"/>
    </operation>
    <operation name="UpdateWorkItemsEx">
      <input message="tns:UpdateWorkItemsEx261Request"/>
      <output message="tns:UpdateWorkItemsEx261Response"/>
    </operation>
    <operation name="PostWorkItems">
      <input message="tns:PostWorkItems262Request"/>
      <output message="tns:PostWorkItems262Response"/>
    </operation>
    <operation name="DeleteWorkItem">
      <input message="tns:DeleteWorkItem263Request"/>
      <output message="tns:DeleteWorkItem263Response"/>
    </operation>
    <operation name="DeleteWorkItems">
      <input message="tns:DeleteWorkItems264Request"/>
      <output message="tns:DeleteWorkItems264Response"/>
    </operation>
    <operation name="GetWorkCostItems">
      <input message="tns:GetWorkCostItems265Request"/>
      <output message="tns:GetWorkCostItems265Response"/>
    </operation>
    <operation name="AddWorkCostItem">
      <input message="tns:AddWorkCostItem266Request"/>
      <output message="tns:AddWorkCostItem266Response"/>
    </operation>
    <operation name="AddWorkCostItems">
      <input message="tns:AddWorkCostItems267Request"/>
      <output message="tns:AddWorkCostItems267Response"/>
    </operation>
    <operation name="AddWorkCostItemsEx">
      <input message="tns:AddWorkCostItemsEx268Request"/>
      <output message="tns:AddWorkCostItemsEx268Response"/>
    </operation>
    <operation name="UpdateWorkCostItem">
      <input message="tns:UpdateWorkCostItem269Request"/>
      <output message="tns:UpdateWorkCostItem269Response"/>
    </operation>
    <operation name="UpdateWorkCostItems">
      <input message="tns:UpdateWorkCostItems270Request"/>
      <output message="tns:UpdateWorkCostItems270Response"/>
    </operation>
    <operation name="UpdateWorkCostItemsEx">
      <input message="tns:UpdateWorkCostItemsEx271Request"/>
      <output message="tns:UpdateWorkCostItemsEx271Response"/>
    </operation>
    <operation name="PostWorkCostItems">
      <input message="tns:PostWorkCostItems272Request"/>
      <output message="tns:PostWorkCostItems272Response"/>
    </operation>
    <operation name="DeleteWorkCostItem">
      <input message="tns:DeleteWorkCostItem273Request"/>
      <output message="tns:DeleteWorkCostItem273Response"/>
    </operation>
    <operation name="DeleteWorkCostItems">
      <input message="tns:DeleteWorkCostItems274Request"/>
      <output message="tns:DeleteWorkCostItems274Response"/>
    </operation>
    <operation name="GetJobInvoices">
      <input message="tns:GetJobInvoices275Request"/>
      <output message="tns:GetJobInvoices275Response"/>
    </operation>
    <operation name="GetJobTransactions">
      <input message="tns:GetJobTransactions276Request"/>
      <output message="tns:GetJobTransactions276Response"/>
    </operation>
    <operation name="GetJobTransactionsEX">
      <input message="tns:GetJobTransactionsEX277Request"/>
      <output message="tns:GetJobTransactionsEX277Response"/>
    </operation>
    <operation name="CheckMember">
      <input message="tns:CheckMember278Request"/>
      <output message="tns:CheckMember278Response"/>
    </operation>
    <operation name="CheckMember2">
      <input message="tns:CheckMember2279Request"/>
      <output message="tns:CheckMember2279Response"/>
    </operation>
    <operation name="GetMember">
      <input message="tns:GetMember280Request"/>
      <output message="tns:GetMember280Response"/>
    </operation>
    <operation name="GetMembers">
      <input message="tns:GetMembers281Request"/>
      <output message="tns:GetMembers281Response"/>
    </operation>
    <operation name="GetMembersFromConditions">
      <input message="tns:GetMembersFromConditions282Request"/>
      <output message="tns:GetMembersFromConditions282Response"/>
    </operation>
    <operation name="GetMembersFromConditionsEx">
      <input message="tns:GetMembersFromConditionsEx283Request"/>
      <output message="tns:GetMembersFromConditionsEx283Response"/>
    </operation>
    <operation name="CreateMember">
      <input message="tns:CreateMember284Request"/>
      <output message="tns:CreateMember284Response"/>
    </operation>
    <operation name="UpdateMember">
      <input message="tns:UpdateMember285Request"/>
      <output message="tns:UpdateMember285Response"/>
    </operation>
    <operation name="UpdateMembers">
      <input message="tns:UpdateMembers286Request"/>
      <output message="tns:UpdateMembers286Response"/>
    </operation>
    <operation name="GetMembersEx">
      <input message="tns:GetMembersEx287Request"/>
      <output message="tns:GetMembersEx287Response"/>
    </operation>
    <operation name="GetModifiedMembers">
      <input message="tns:GetModifiedMembers288Request"/>
      <output message="tns:GetModifiedMembers288Response"/>
    </operation>
    <operation name="NumberOfModifiedMembers">
      <input message="tns:NumberOfModifiedMembers289Request"/>
      <output message="tns:NumberOfModifiedMembers289Response"/>
    </operation>
    <operation name="MemberActiveInVactionFund">
      <input message="tns:MemberActiveInVactionFund290Request"/>
      <output message="tns:MemberActiveInVactionFund290Response"/>
    </operation>
    <operation name="CreateMemberFee">
      <input message="tns:CreateMemberFee291Request"/>
      <output message="tns:CreateMemberFee291Response"/>
    </operation>
    <operation name="ApplyForMembership">
      <input message="tns:ApplyForMembership292Request"/>
      <output message="tns:ApplyForMembership292Response"/>
    </operation>
    <operation name="MemberExists">
      <input message="tns:MemberExists293Request"/>
      <output message="tns:MemberExists293Response"/>
    </operation>
    <operation name="isMemberInGroup">
      <input message="tns:isMemberInGroup294Request"/>
      <output message="tns:isMemberInGroup294Response"/>
    </operation>
    <operation name="GetMemberGroups">
      <input message="tns:GetMemberGroups295Request"/>
      <output message="tns:GetMemberGroups295Response"/>
    </operation>
    <operation name="GetMemberSubGroups">
      <input message="tns:GetMemberSubGroups296Request"/>
      <output message="tns:GetMemberSubGroups296Response"/>
    </operation>
    <operation name="isGovermentEmployee">
      <input message="tns:isGovermentEmployee297Request"/>
      <output message="tns:isGovermentEmployee297Response"/>
    </operation>
    <operation name="CreateApplication">
      <input message="tns:CreateApplication298Request"/>
      <output message="tns:CreateApplication298Response"/>
    </operation>
    <operation name="MemberActiveInFund">
      <input message="tns:MemberActiveInFund299Request"/>
      <output message="tns:MemberActiveInFund299Response"/>
    </operation>
    <operation name="CommonAction">
      <input message="tns:CommonAction300Request"/>
      <output message="tns:CommonAction300Response"/>
    </operation>
    <operation name="MemberCanBuyItem">
      <input message="tns:MemberCanBuyItem301Request"/>
      <output message="tns:MemberCanBuyItem301Response"/>
    </operation>
    <operation name="CheckForUnfinishedApplication">
      <input message="tns:CheckForUnfinishedApplication302Request"/>
      <output message="tns:CheckForUnfinishedApplication302Response"/>
    </operation>
    <operation name="RemoveUnfinishedApplication">
      <input message="tns:RemoveUnfinishedApplication303Request"/>
      <output message="tns:RemoveUnfinishedApplication303Response"/>
    </operation>
    <operation name="CommunicationMemoOpened">
      <input message="tns:CommunicationMemoOpened304Request"/>
      <output message="tns:CommunicationMemoOpened304Response"/>
    </operation>
    <operation name="GetContactApplicationArray">
      <input message="tns:GetContactApplicationArray305Request"/>
      <output message="tns:GetContactApplicationArray305Response"/>
    </operation>
    <operation name="SendApplicationAttachment">
      <input message="tns:SendApplicationAttachment306Request"/>
      <output message="tns:SendApplicationAttachment306Response"/>
    </operation>
    <operation name="GetApplicationAttachmentInfo">
      <input message="tns:GetApplicationAttachmentInfo307Request"/>
      <output message="tns:GetApplicationAttachmentInfo307Response"/>
    </operation>
    <operation name="GetMembershipData">
      <input message="tns:GetMembershipData308Request"/>
      <output message="tns:GetMembershipData308Response"/>
    </operation>
    <operation name="GetAllMembershipCompanies">
      <input message="tns:GetAllMembershipCompanies309Request"/>
      <output message="tns:GetAllMembershipCompanies309Response"/>
    </operation>
    <operation name="GetWorkplaces">
      <input message="tns:GetWorkplaces310Request"/>
      <output message="tns:GetWorkplaces310Response"/>
    </operation>
    <operation name="GetAllWorkplaces">
      <input message="tns:GetAllWorkplaces311Request"/>
      <output message="tns:GetAllWorkplaces311Response"/>
    </operation>
    <operation name="GetApplicationGroupTypes">
      <input message="tns:GetApplicationGroupTypes312Request"/>
      <output message="tns:GetApplicationGroupTypes312Response"/>
    </operation>
    <operation name="GetApplicationGroupTypeByDocumentNumber">
      <input message="tns:GetApplicationGroupTypeByDocumentNumber313Request"/>
      <output message="tns:GetApplicationGroupTypeByDocumentNumber313Response"/>
    </operation>
    <operation name="UpdateApplicationStatus">
      <input message="tns:UpdateApplicationStatus314Request"/>
      <output message="tns:UpdateApplicationStatus314Response"/>
    </operation>
    <operation name="GetGrantRuleAvailableData">
      <input message="tns:GetGrantRuleAvailableData315Request"/>
      <output message="tns:GetGrantRuleAvailableData315Response"/>
    </operation>
    <operation name="GetTermsForCompany">
      <input message="tns:GetTermsForCompany316Request"/>
      <output message="tns:GetTermsForCompany316Response"/>
    </operation>
    <operation name="GetTermsForFund">
      <input message="tns:GetTermsForFund317Request"/>
      <output message="tns:GetTermsForFund317Response"/>
    </operation>
    <operation name="GetTerms">
      <input message="tns:GetTerms318Request"/>
      <output message="tns:GetTerms318Response"/>
    </operation>
    <operation name="GetTermsForAllFunds">
      <input message="tns:GetTermsForAllFunds319Request"/>
      <output message="tns:GetTermsForAllFunds319Response"/>
    </operation>
    <operation name="GiveConsentForTerms">
      <input message="tns:GiveConsentForTerms320Request"/>
      <output message="tns:GiveConsentForTerms320Response"/>
    </operation>
    <operation name="GiveConsentForCompanyTerms">
      <input message="tns:GiveConsentForCompanyTerms321Request"/>
      <output message="tns:GiveConsentForCompanyTerms321Response"/>
    </operation>
    <operation name="GetMemberUnreadMessages">
      <input message="tns:GetMemberUnreadMessages322Request"/>
      <output message="tns:GetMemberUnreadMessages322Response"/>
    </operation>
    <operation name="GetApplicationMessages">
      <input message="tns:GetApplicationMessages323Request"/>
      <output message="tns:GetApplicationMessages323Response"/>
    </operation>
    <operation name="GetMemberMessages">
      <input message="tns:GetMemberMessages324Request"/>
      <output message="tns:GetMemberMessages324Response"/>
    </operation>
    <operation name="GetMemberAnnouncement">
      <input message="tns:GetMemberAnnouncement325Request"/>
      <output message="tns:GetMemberAnnouncement325Response"/>
    </operation>
    <operation name="CreateApplicationMessage">
      <input message="tns:CreateApplicationMessage326Request"/>
      <output message="tns:CreateApplicationMessage326Response"/>
    </operation>
    <operation name="CreateMemberMessage">
      <input message="tns:CreateMemberMessage327Request"/>
      <output message="tns:CreateMemberMessage327Response"/>
    </operation>
    <operation name="UpdateMessageReadStatus">
      <input message="tns:UpdateMessageReadStatus328Request"/>
      <output message="tns:UpdateMessageReadStatus328Response"/>
    </operation>
    <operation name="UploadMessageAttachment">
      <input message="tns:UploadMessageAttachment329Request"/>
      <output message="tns:UploadMessageAttachment329Response"/>
    </operation>
    <operation name="GetMemberCarrerArray">
      <input message="tns:GetMemberCarrerArray330Request"/>
      <output message="tns:GetMemberCarrerArray330Response"/>
    </operation>
    <operation name="GetMemberMembershipArray">
      <input message="tns:GetMemberMembershipArray331Request"/>
      <output message="tns:GetMemberMembershipArray331Response"/>
    </operation>
    <operation name="GetMemberEducationArray">
      <input message="tns:GetMemberEducationArray332Request"/>
      <output message="tns:GetMemberEducationArray332Response"/>
    </operation>
    <operation name="GetMemberJobTitleArray">
      <input message="tns:GetMemberJobTitleArray333Request"/>
      <output message="tns:GetMemberJobTitleArray333Response"/>
    </operation>
    <operation name="GetMemberApplicationArray">
      <input message="tns:GetMemberApplicationArray334Request"/>
      <output message="tns:GetMemberApplicationArray334Response"/>
    </operation>
    <operation name="GetMemberFundsArray">
      <input message="tns:GetMemberFundsArray335Request"/>
      <output message="tns:GetMemberFundsArray335Response"/>
    </operation>
    <operation name="GetCustomerFundsArray">
      <input message="tns:GetCustomerFundsArray336Request"/>
      <output message="tns:GetCustomerFundsArray336Response"/>
    </operation>
    <operation name="GetMemberSubGroupsArray">
      <input message="tns:GetMemberSubGroupsArray337Request"/>
      <output message="tns:GetMemberSubGroupsArray337Response"/>
    </operation>
    <operation name="GetMemberResumeTypes">
      <input message="tns:GetMemberResumeTypes338Request"/>
      <output message="tns:GetMemberResumeTypes338Response"/>
    </operation>
    <operation name="GetMemberResumeGroups">
      <input message="tns:GetMemberResumeGroups339Request"/>
      <output message="tns:GetMemberResumeGroups339Response"/>
    </operation>
    <operation name="GetMembersMovementsByTypeAndDate">
      <input message="tns:GetMembersMovementsByTypeAndDate340Request"/>
      <output message="tns:GetMembersMovementsByTypeAndDate340Response"/>
    </operation>
    <operation name="GetMembersMovementsByGroupAndDate">
      <input message="tns:GetMembersMovementsByGroupAndDate341Request"/>
      <output message="tns:GetMembersMovementsByGroupAndDate341Response"/>
    </operation>
    <operation name="GetElections">
      <input message="tns:GetElections342Request"/>
      <output message="tns:GetElections342Response"/>
    </operation>
    <operation name="GetElection">
      <input message="tns:GetElection343Request"/>
      <output message="tns:GetElection343Response"/>
    </operation>
    <operation name="GetElectionLines">
      <input message="tns:GetElectionLines344Request"/>
      <output message="tns:GetElectionLines344Response"/>
    </operation>
    <operation name="ReturnVotes">
      <input message="tns:ReturnVotes345Request"/>
      <output message="tns:ReturnVotes345Response"/>
    </operation>
    <operation name="TimeClockStampedInEmployees">
      <input message="tns:TimeClockStampedInEmployees346Request"/>
      <output message="tns:TimeClockStampedInEmployees346Response"/>
    </operation>
    <operation name="TimeClockStampEmployee">
      <input message="tns:TimeClockStampEmployee347Request"/>
      <output message="tns:TimeClockStampEmployee347Response"/>
    </operation>
    <operation name="TimeClockEmployeeStatus">
      <input message="tns:TimeClockEmployeeStatus348Request"/>
      <output message="tns:TimeClockEmployeeStatus348Response"/>
    </operation>
    <operation name="CreateTimeClockTransaction">
      <input message="tns:CreateTimeClockTransaction349Request"/>
      <output message="tns:CreateTimeClockTransaction349Response"/>
    </operation>
    <operation name="GetCourses">
      <input message="tns:GetCourses350Request"/>
      <output message="tns:GetCourses350Response"/>
    </operation>
    <operation name="GetCompletedCourses">
      <input message="tns:GetCompletedCourses351Request"/>
      <output message="tns:GetCompletedCourses351Response"/>
    </operation>
    <operation name="GetCancelledCourses">
      <input message="tns:GetCancelledCourses352Request"/>
      <output message="tns:GetCancelledCourses352Response"/>
    </operation>
    <operation name="GetParticipantCourses">
      <input message="tns:GetParticipantCourses353Request"/>
      <output message="tns:GetParticipantCourses353Response"/>
    </operation>
    <operation name="GetParticipantCourseTypes">
      <input message="tns:GetParticipantCourseTypes354Request"/>
      <output message="tns:GetParticipantCourseTypes354Response"/>
    </operation>
    <operation name="GetParticipantsInCourse">
      <input message="tns:GetParticipantsInCourse355Request"/>
      <output message="tns:GetParticipantsInCourse355Response"/>
    </operation>
    <operation name="GetCourseTypes">
      <input message="tns:GetCourseTypes356Request"/>
      <output message="tns:GetCourseTypes356Response"/>
    </operation>
    <operation name="EnrollInCourse">
      <input message="tns:EnrollInCourse357Request"/>
      <output message="tns:EnrollInCourse357Response"/>
    </operation>
    <operation name="RemoveParticipantFromCourse">
      <input message="tns:RemoveParticipantFromCourse358Request"/>
      <output message="tns:RemoveParticipantFromCourse358Response"/>
    </operation>
    <operation name="ChangeParticipantPaymentStatus">
      <input message="tns:ChangeParticipantPaymentStatus359Request"/>
      <output message="tns:ChangeParticipantPaymentStatus359Response"/>
    </operation>
    <operation name="GetLocation">
      <input message="tns:GetLocation360Request"/>
      <output message="tns:GetLocation360Response"/>
    </operation>
    <operation name="CreateEMBooking">
      <input message="tns:CreateEMBooking361Request"/>
      <output message="tns:CreateEMBooking361Response"/>
    </operation>
    <operation name="GetEMResourceGroups">
      <input message="tns:GetEMResourceGroups362Request"/>
      <output message="tns:GetEMResourceGroups362Response"/>
    </operation>
    <operation name="GetVehicleInspection">
      <input message="tns:GetVehicleInspection363Request"/>
      <output message="tns:GetVehicleInspection363Response"/>
    </operation>
    <operation name="CreateVehicleInspection">
      <input message="tns:CreateVehicleInspection364Request"/>
      <output message="tns:CreateVehicleInspection364Response"/>
    </operation>
    <operation name="UpdateVehicleInspection">
      <input message="tns:UpdateVehicleInspection365Request"/>
      <output message="tns:UpdateVehicleInspection365Response"/>
    </operation>
    <operation name="DeleteVehicleInspection">
      <input message="tns:DeleteVehicleInspection366Request"/>
      <output message="tns:DeleteVehicleInspection366Response"/>
    </operation>
    <operation name="UpdateVehicleInspectionAppointmentStatus">
      <input message="tns:UpdateVehicleInspectionAppointmentStatus367Request"/>
      <output message="tns:UpdateVehicleInspectionAppointmentStatus367Response"/>
    </operation>
    <operation name="AuthenticateUser">
      <input message="tns:AuthenticateUser368Request"/>
      <output message="tns:AuthenticateUser368Response"/>
    </operation>
    <operation name="getUsers">
      <input message="tns:getUsers369Request"/>
      <output message="tns:getUsers369Response"/>
    </operation>
    <operation name="CreateUser">
      <input message="tns:CreateUser370Request"/>
      <output message="tns:CreateUser370Response"/>
    </operation>
    <operation name="GetCompany">
      <input message="tns:GetCompany371Request"/>
      <output message="tns:GetCompany371Response"/>
    </operation>
    <operation name="GetUserCompanies">
      <input message="tns:GetUserCompanies372Request"/>
      <output message="tns:GetUserCompanies372Response"/>
    </operation>
    <operation name="CreateToken">
      <input message="tns:CreateToken373Request"/>
      <output message="tns:CreateToken373Response"/>
    </operation>
    <operation name="CreateTokenForUser">
      <input message="tns:CreateTokenForUser374Request"/>
      <output message="tns:CreateTokenForUser374Response"/>
    </operation>
    <operation name="RemoveToken">
      <input message="tns:RemoveToken375Request"/>
      <output message="tns:RemoveToken375Response"/>
    </operation>
    <operation name="GetToken">
      <input message="tns:GetToken376Request"/>
      <output message="tns:GetToken376Response"/>
    </operation>
    <operation name="GetTokenForUser">
      <input message="tns:GetTokenForUser377Request"/>
      <output message="tns:GetTokenForUser377Response"/>
    </operation>
    <operation name="ValidateToken">
      <input message="tns:ValidateToken378Request"/>
      <output message="tns:ValidateToken378Response"/>
    </operation>
    <operation name="RefreshToken">
      <input message="tns:RefreshToken379Request"/>
      <output message="tns:RefreshToken379Response"/>
    </operation>
  </portType>
  <binding name="IItemServicebinding" type="tns:IItemService">
    <binding xmlns="http://schemas.xmlsoap.org/wsdl/soap/" style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
    <operation name="GetRecord">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#GetRecord" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetRecord0headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetRecord0headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetRecord0headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetRecord0headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="GetRecords">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#GetRecords" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetRecords1headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetRecords1headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetRecords1headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetRecords1headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="GetRecordEX">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#GetRecordEX" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetRecordEX2headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetRecordEX2headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetRecordEX2headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetRecordEX2headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="CreateRecord">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#CreateRecord" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:CreateRecord3headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:CreateRecord3headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:CreateRecord3headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:CreateRecord3headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="CreateRecords">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#CreateRecords" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:CreateRecords4headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:CreateRecords4headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:CreateRecords4headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:CreateRecords4headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="UpdateRecord">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#UpdateRecord" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:UpdateRecord5headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:UpdateRecord5headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:UpdateRecord5headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:UpdateRecord5headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="UpdateRecordEx">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#UpdateRecordEx" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:UpdateRecordEx6headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:UpdateRecordEx6headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:UpdateRecordEx6headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:UpdateRecordEx6headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="DeleteRecord">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#DeleteRecord" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:DeleteRecord7headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:DeleteRecord7headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:DeleteRecord7headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:DeleteRecord7headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="DeleteRecordEx">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#DeleteRecordEx" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:DeleteRecordEx8headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:DeleteRecordEx8headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:DeleteRecordEx8headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:DeleteRecordEx8headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="Ping">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#Ping" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:Ping9headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:Ping9headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:Ping9headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:Ping9headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="GetRecordLines">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#GetRecordLines" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetRecordLines10headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetRecordLines10headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetRecordLines10headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetRecordLines10headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="GetRecordLinesEX">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#GetRecordLinesEX" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetRecordLinesEX11headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetRecordLinesEX11headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetRecordLinesEX11headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetRecordLinesEX11headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="GetRecordCount">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#GetRecordCount" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetRecordCount12headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetRecordCount12headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetRecordCount12headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetRecordCount12headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="GetRecordCountEX">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#GetRecordCountEX" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetRecordCountEX13headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetRecordCountEX13headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetRecordCountEX13headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetRecordCountEX13headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="GetTablesRecordCount">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#GetTablesRecordCount" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetTablesRecordCount14headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetTablesRecordCount14headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetTablesRecordCount14headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetTablesRecordCount14headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="GetRecordTableIndexNumber">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#GetRecordTableIndexNumber" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetRecordTableIndexNumber15headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetRecordTableIndexNumber15headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetRecordTableIndexNumber15headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetRecordTableIndexNumber15headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="GetRecordFieldList">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#GetRecordFieldList" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetRecordFieldList16headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetRecordFieldList16headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetRecordFieldList16headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetRecordFieldList16headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="GetHasRecordChanges">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#GetHasRecordChanges" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetHasRecordChanges17headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetHasRecordChanges17headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetHasRecordChanges17headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetHasRecordChanges17headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="GetDeleted">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#GetDeleted" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetDeleted18headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetDeleted18headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetDeleted18headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetDeleted18headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="GetDeletedID">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#GetDeletedID" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetDeletedID19headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetDeletedID19headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetDeletedID19headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetDeletedID19headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="GetSystemSettings">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#GetSystemSettings" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetSystemSettings20headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetSystemSettings20headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetSystemSettings20headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetSystemSettings20headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="GetSSNRegistration">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#GetSSNRegistration" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetSSNRegistration21headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetSSNRegistration21headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetSSNRegistration21headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetSSNRegistration21headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="GetRegistrations">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#GetRegistrations" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetRegistrations22headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetRegistrations22headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetRegistrations22headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetRegistrations22headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="CreateGeneralLedgerJournal">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#CreateGeneralLedgerJournal" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:CreateGeneralLedgerJournal23headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:CreateGeneralLedgerJournal23headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:CreateGeneralLedgerJournal23headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:CreateGeneralLedgerJournal23headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="GetGeneralLedgerAccounts">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#GetGeneralLedgerAccounts" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetGeneralLedgerAccounts24headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetGeneralLedgerAccounts24headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetGeneralLedgerAccounts24headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetGeneralLedgerAccounts24headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="GetItem">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#GetItem" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetItem25headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetItem25headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetItem25headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetItem25headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="GetItemFromRecordID">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#GetItemFromRecordID" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetItemFromRecordID26headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetItemFromRecordID26headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetItemFromRecordID26headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetItemFromRecordID26headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="GetItems">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#GetItems" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetItems27headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetItems27headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetItems27headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetItems27headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="GetItemsFromArray">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#GetItemsFromArray" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetItemsFromArray28headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetItemsFromArray28headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetItemsFromArray28headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetItemsFromArray28headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="GetItemsEx">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#GetItemsEx" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetItemsEx29headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetItemsEx29headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetItemsEx29headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetItemsEx29headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="GetDeletedItems">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#GetDeletedItems" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetDeletedItems30headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetDeletedItems30headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetDeletedItems30headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetDeletedItems30headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="NumberOfModifiedItems">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#NumberOfModifiedItems" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:NumberOfModifiedItems31headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:NumberOfModifiedItems31headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:NumberOfModifiedItems31headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:NumberOfModifiedItems31headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="GetItemCount">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#GetItemCount" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetItemCount32headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetItemCount32headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetItemCount32headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetItemCount32headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="CreateItem">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#CreateItem" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:CreateItem33headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:CreateItem33headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:CreateItem33headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:CreateItem33headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="CreateItems">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#CreateItems" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:CreateItems34headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:CreateItems34headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:CreateItems34headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:CreateItems34headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="UpdateItem">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#UpdateItem" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:UpdateItem35headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:UpdateItem35headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:UpdateItem35headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:UpdateItem35headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="UpdateItems">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#UpdateItems" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:UpdateItems36headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:UpdateItems36headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:UpdateItems36headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:UpdateItems36headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="ItemExists">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#ItemExists" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:ItemExists37headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:ItemExists37headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:ItemExists37headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:ItemExists37headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="DeleteItem">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#DeleteItem" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:DeleteItem38headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:DeleteItem38headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:DeleteItem38headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:DeleteItem38headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="UploadItemAttachment">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#UploadItemAttachment" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:UploadItemAttachment39headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:UploadItemAttachment39headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:UploadItemAttachment39headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:UploadItemAttachment39headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="GetItemUnits">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#GetItemUnits" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetItemUnits40headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetItemUnits40headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetItemUnits40headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetItemUnits40headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="getBarCodes">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#getBarCodes" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:getBarCodes41headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:getBarCodes41headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:getBarCodes41headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:getBarCodes41headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="CreateBarcode">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#CreateBarcode" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:CreateBarcode42headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:CreateBarcode42headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:CreateBarcode42headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:CreateBarcode42headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="DeleteBarcode">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#DeleteBarcode" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:DeleteBarcode43headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:DeleteBarcode43headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:DeleteBarcode43headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:DeleteBarcode43headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="GetCustomerItemReceiverLocationBarCodes">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#GetCustomerItemReceiverLocationBarCodes" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetCustomerItemReceiverLocationBarCodes44headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetCustomerItemReceiverLocationBarCodes44headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetCustomerItemReceiverLocationBarCodes44headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetCustomerItemReceiverLocationBarCodes44headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="GetCustomerItemReceiverLocationLink">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#GetCustomerItemReceiverLocationLink" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetCustomerItemReceiverLocationLink45headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetCustomerItemReceiverLocationLink45headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetCustomerItemReceiverLocationLink45headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetCustomerItemReceiverLocationLink45headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="CreateInventoryJournal">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#CreateInventoryJournal" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:CreateInventoryJournal46headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:CreateInventoryJournal46headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:CreateInventoryJournal46headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:CreateInventoryJournal46headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="CreateInventorying">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#CreateInventorying" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:CreateInventorying47headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:CreateInventorying47headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:CreateInventorying47headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:CreateInventorying47headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="CreateInventoryTransfer">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#CreateInventoryTransfer" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:CreateInventoryTransfer48headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:CreateInventoryTransfer48headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:CreateInventoryTransfer48headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:CreateInventoryTransfer48headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="CreateInventoryTransferEx">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#CreateInventoryTransferEx" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:CreateInventoryTransferEx49headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:CreateInventoryTransferEx49headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:CreateInventoryTransferEx49headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:CreateInventoryTransferEx49headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="GetItemCategories">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#GetItemCategories" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetItemCategories50headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetItemCategories50headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetItemCategories50headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetItemCategories50headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="GetFabrication">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#GetFabrication" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetFabrication51headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetFabrication51headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetFabrication51headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetFabrication51headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="UpdateFabrication">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#UpdateFabrication" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:UpdateFabrication52headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:UpdateFabrication52headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:UpdateFabrication52headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:UpdateFabrication52headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="UpdateFabricationLine">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#UpdateFabricationLine" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:UpdateFabricationLine53headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:UpdateFabricationLine53headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:UpdateFabricationLine53headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:UpdateFabricationLine53headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="GetItemVendors">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#GetItemVendors" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetItemVendors54headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetItemVendors54headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetItemVendors54headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetItemVendors54headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="GetCustomerItemDiscounts">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#GetCustomerItemDiscounts" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetCustomerItemDiscounts55headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetCustomerItemDiscounts55headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetCustomerItemDiscounts55headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetCustomerItemDiscounts55headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="GetCustomerItemDiscountsForInvoiceLine">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#GetCustomerItemDiscountsForInvoiceLine" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetCustomerItemDiscountsForInvoiceLine56headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetCustomerItemDiscountsForInvoiceLine56headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetCustomerItemDiscountsForInvoiceLine56headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetCustomerItemDiscountsForInvoiceLine56headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="GetCustomerItemDiscountsForOrderLine">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#GetCustomerItemDiscountsForOrderLine" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetCustomerItemDiscountsForOrderLine57headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetCustomerItemDiscountsForOrderLine57headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetCustomerItemDiscountsForOrderLine57headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetCustomerItemDiscountsForOrderLine57headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="GetCustomerItemDiscountsForQuoteLine">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#GetCustomerItemDiscountsForQuoteLine" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetCustomerItemDiscountsForQuoteLine58headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetCustomerItemDiscountsForQuoteLine58headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetCustomerItemDiscountsForQuoteLine58headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetCustomerItemDiscountsForQuoteLine58headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="GetQuantityInItemWarehouse">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#GetQuantityInItemWarehouse" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetQuantityInItemWarehouse59headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetQuantityInItemWarehouse59headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetQuantityInItemWarehouse59headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetQuantityInItemWarehouse59headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="GetAllQuantityInItemWarehouse">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#GetAllQuantityInItemWarehouse" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetAllQuantityInItemWarehouse60headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetAllQuantityInItemWarehouse60headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetAllQuantityInItemWarehouse60headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetAllQuantityInItemWarehouse60headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="GetItemGroups">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#GetItemGroups" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetItemGroups61headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetItemGroups61headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetItemGroups61headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetItemGroups61headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="GetItemsByGroup">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#GetItemsByGroup" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetItemsByGroup62headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetItemsByGroup62headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetItemsByGroup62headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetItemsByGroup62headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="GetItemsByGroupRecordID">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#GetItemsByGroupRecordID" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetItemsByGroupRecordID63headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetItemsByGroupRecordID63headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetItemsByGroupRecordID63headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetItemsByGroupRecordID63headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="GetCustomer">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#GetCustomer" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetCustomer64headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetCustomer64headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetCustomer64headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetCustomer64headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="GetCustomers">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#GetCustomers" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetCustomers65headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetCustomers65headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetCustomers65headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetCustomers65headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="GetCustomersEx">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#GetCustomersEx" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetCustomersEx66headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetCustomersEx66headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetCustomersEx66headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetCustomersEx66headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="GetCustomerFromPhoneNumber">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#GetCustomerFromPhoneNumber" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetCustomerFromPhoneNumber67headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetCustomerFromPhoneNumber67headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetCustomerFromPhoneNumber67headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetCustomerFromPhoneNumber67headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="GetCustomersBySalesPerson">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#GetCustomersBySalesPerson" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetCustomersBySalesPerson68headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetCustomersBySalesPerson68headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetCustomersBySalesPerson68headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetCustomersBySalesPerson68headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="NumberOfModifiedCustomers">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#NumberOfModifiedCustomers" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:NumberOfModifiedCustomers69headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:NumberOfModifiedCustomers69headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:NumberOfModifiedCustomers69headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:NumberOfModifiedCustomers69headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="GetCustomerGroup">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#GetCustomerGroup" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetCustomerGroup70headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetCustomerGroup70headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetCustomerGroup70headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetCustomerGroup70headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="GetCustomerBalance">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#GetCustomerBalance" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetCustomerBalance71headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetCustomerBalance71headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetCustomerBalance71headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetCustomerBalance71headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="UpdateCustomer">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#UpdateCustomer" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:UpdateCustomer72headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:UpdateCustomer72headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:UpdateCustomer72headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:UpdateCustomer72headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="UpdateCustomers">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#UpdateCustomers" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:UpdateCustomers73headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:UpdateCustomers73headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:UpdateCustomers73headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:UpdateCustomers73headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="CreateCustomer">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#CreateCustomer" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:CreateCustomer74headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:CreateCustomer74headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:CreateCustomer74headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:CreateCustomer74headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="CreateCustomers">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#CreateCustomers" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:CreateCustomers75headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:CreateCustomers75headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:CreateCustomers75headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:CreateCustomers75headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="CustomerCount">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#CustomerCount" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:CustomerCount76headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:CustomerCount76headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:CustomerCount76headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:CustomerCount76headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="DeleteCustomer">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#DeleteCustomer" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:DeleteCustomer77headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:DeleteCustomer77headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:DeleteCustomer77headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:DeleteCustomer77headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="DeleteCustomers">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#DeleteCustomers" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:DeleteCustomers78headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:DeleteCustomers78headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:DeleteCustomers78headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:DeleteCustomers78headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="CustomerExists">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#CustomerExists" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:CustomerExists79headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:CustomerExists79headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:CustomerExists79headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:CustomerExists79headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="GetCustomerPaymentTerms">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#GetCustomerPaymentTerms" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetCustomerPaymentTerms80headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetCustomerPaymentTerms80headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetCustomerPaymentTerms80headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetCustomerPaymentTerms80headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="GetCustomerPaymentModes">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#GetCustomerPaymentModes" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetCustomerPaymentModes81headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetCustomerPaymentModes81headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetCustomerPaymentModes81headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetCustomerPaymentModes81headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="GetPaymentModes">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#GetPaymentModes" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetPaymentModes82headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetPaymentModes82headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetPaymentModes82headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetPaymentModes82headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="GetPaymentTerms">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#GetPaymentTerms" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetPaymentTerms83headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetPaymentTerms83headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetPaymentTerms83headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetPaymentTerms83headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="GetCustomerLedgerCodes">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#GetCustomerLedgerCodes" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetCustomerLedgerCodes84headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetCustomerLedgerCodes84headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetCustomerLedgerCodes84headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetCustomerLedgerCodes84headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="GetCustomerTransactions">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#GetCustomerTransactions" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetCustomerTransactions85headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetCustomerTransactions85headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetCustomerTransactions85headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetCustomerTransactions85headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="GetCustomerTransactionsEx">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#GetCustomerTransactionsEx" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetCustomerTransactionsEx86headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetCustomerTransactionsEx86headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetCustomerTransactionsEx86headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetCustomerTransactionsEx86headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="GetSystemPriceOrigins">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#GetSystemPriceOrigins" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetSystemPriceOrigins87headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetSystemPriceOrigins87headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetSystemPriceOrigins87headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetSystemPriceOrigins87headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="GetARCustInItemPriceDetails">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#GetARCustInItemPriceDetails" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetARCustInItemPriceDetails88headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetARCustInItemPriceDetails88headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetARCustInItemPriceDetails88headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetARCustInItemPriceDetails88headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="GetARCustAdvancedDiscountDetail">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#GetARCustAdvancedDiscountDetail" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetARCustAdvancedDiscountDetail89headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetARCustAdvancedDiscountDetail89headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetARCustAdvancedDiscountDetail89headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetARCustAdvancedDiscountDetail89headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="UploadCustomerAttachment">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#UploadCustomerAttachment" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:UploadCustomerAttachment90headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:UploadCustomerAttachment90headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:UploadCustomerAttachment90headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:UploadCustomerAttachment90headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="CreatedContact">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#CreatedContact" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:CreatedContact91headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:CreatedContact91headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:CreatedContact91headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:CreatedContact91headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="DeleteContact">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#DeleteContact" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:DeleteContact92headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:DeleteContact92headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:DeleteContact92headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:DeleteContact92headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="UpdateContact">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#UpdateContact" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:UpdateContact93headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:UpdateContact93headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:UpdateContact93headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:UpdateContact93headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="CreateItemReceiver">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#CreateItemReceiver" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:CreateItemReceiver94headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:CreateItemReceiver94headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:CreateItemReceiver94headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:CreateItemReceiver94headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="DeleteItemReceiver">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#DeleteItemReceiver" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:DeleteItemReceiver95headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:DeleteItemReceiver95headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:DeleteItemReceiver95headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:DeleteItemReceiver95headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="UpdateItemReceiver">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#UpdateItemReceiver" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:UpdateItemReceiver96headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:UpdateItemReceiver96headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:UpdateItemReceiver96headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:UpdateItemReceiver96headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="CreateCustomerMemo">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#CreateCustomerMemo" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:CreateCustomerMemo97headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:CreateCustomerMemo97headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:CreateCustomerMemo97headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:CreateCustomerMemo97headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="UpdateCustomerMemo">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#UpdateCustomerMemo" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:UpdateCustomerMemo98headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:UpdateCustomerMemo98headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:UpdateCustomerMemo98headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:UpdateCustomerMemo98headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="DeleteCustomerMemo">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#DeleteCustomerMemo" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:DeleteCustomerMemo99headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:DeleteCustomerMemo99headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:DeleteCustomerMemo99headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:DeleteCustomerMemo99headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="GetSubscriptionTypes">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#GetSubscriptionTypes" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetSubscriptionTypes100headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetSubscriptionTypes100headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetSubscriptionTypes100headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetSubscriptionTypes100headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="GetSubscriptionType">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#GetSubscriptionType" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetSubscriptionType101headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetSubscriptionType101headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetSubscriptionType101headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetSubscriptionType101headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="CreateSubscription">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#CreateSubscription" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:CreateSubscription102headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:CreateSubscription102headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:CreateSubscription102headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:CreateSubscription102headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="getSubscriptions">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#getSubscriptions" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:getSubscriptions103headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:getSubscriptions103headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:getSubscriptions103headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:getSubscriptions103headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="getSubscriptionsEx">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#getSubscriptionsEx" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:getSubscriptionsEx104headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:getSubscriptionsEx104headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:getSubscriptionsEx104headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:getSubscriptionsEx104headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="SubscriptionExists">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#SubscriptionExists" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:SubscriptionExists105headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:SubscriptionExists105headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:SubscriptionExists105headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:SubscriptionExists105headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="GetSubscribers">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#GetSubscribers" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetSubscribers106headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetSubscribers106headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetSubscribers106headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetSubscribers106headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="GetVendor">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#GetVendor" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetVendor107headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetVendor107headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetVendor107headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetVendor107headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="GetVendorEx">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#GetVendorEx" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetVendorEx108headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetVendorEx108headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetVendorEx108headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetVendorEx108headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="GetVendors">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#GetVendors" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetVendors109headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetVendors109headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetVendors109headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetVendors109headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="GetVendorsEx">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#GetVendorsEx" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetVendorsEx110headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetVendorsEx110headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetVendorsEx110headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetVendorsEx110headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="UpdateVendor">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#UpdateVendor" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:UpdateVendor111headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:UpdateVendor111headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:UpdateVendor111headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:UpdateVendor111headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="CreateVendor">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#CreateVendor" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:CreateVendor112headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:CreateVendor112headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:CreateVendor112headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:CreateVendor112headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="VendorExists">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#VendorExists" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:VendorExists113headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:VendorExists113headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:VendorExists113headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:VendorExists113headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="DeleteVendor">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#DeleteVendor" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:DeleteVendor114headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:DeleteVendor114headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:DeleteVendor114headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:DeleteVendor114headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="NumberOfModifiedVendors">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#NumberOfModifiedVendors" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:NumberOfModifiedVendors115headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:NumberOfModifiedVendors115headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:NumberOfModifiedVendors115headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:NumberOfModifiedVendors115headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="GetVendorBalance">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#GetVendorBalance" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetVendorBalance116headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetVendorBalance116headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetVendorBalance116headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetVendorBalance116headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="UploadVendorAttachment">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#UploadVendorAttachment" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:UploadVendorAttachment117headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:UploadVendorAttachment117headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:UploadVendorAttachment117headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:UploadVendorAttachment117headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="CreateVendorMemo">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#CreateVendorMemo" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:CreateVendorMemo118headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:CreateVendorMemo118headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:CreateVendorMemo118headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:CreateVendorMemo118headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="UpdateVendorMemo">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#UpdateVendorMemo" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:UpdateVendorMemo119headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:UpdateVendorMemo119headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:UpdateVendorMemo119headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:UpdateVendorMemo119headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="DeleteVendorMemo">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#DeleteVendorMemo" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:DeleteVendorMemo120headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:DeleteVendorMemo120headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:DeleteVendorMemo120headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:DeleteVendorMemo120headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="GetVendorItem">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#GetVendorItem" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetVendorItem121headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetVendorItem121headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetVendorItem121headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetVendorItem121headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="GetVendorItems">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#GetVendorItems" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetVendorItems122headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetVendorItems122headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetVendorItems122headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetVendorItems122headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="GetVendorTransactions">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#GetVendorTransactions" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetVendorTransactions123headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetVendorTransactions123headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetVendorTransactions123headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetVendorTransactions123headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="GetVendorTransactionsEx">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#GetVendorTransactionsEx" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetVendorTransactionsEx124headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetVendorTransactionsEx124headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetVendorTransactionsEx124headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetVendorTransactionsEx124headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="GetVendorInvoices">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#GetVendorInvoices" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetVendorInvoices125headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetVendorInvoices125headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetVendorInvoices125headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetVendorInvoices125headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="GetVendorInvoiceEx">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#GetVendorInvoiceEx" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetVendorInvoiceEx126headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetVendorInvoiceEx126headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetVendorInvoiceEx126headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetVendorInvoiceEx126headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="CreateVendorInvoice">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#CreateVendorInvoice" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:CreateVendorInvoice127headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:CreateVendorInvoice127headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:CreateVendorInvoice127headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:CreateVendorInvoice127headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="UpdateVendorInvoice">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#UpdateVendorInvoice" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:UpdateVendorInvoice128headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:UpdateVendorInvoice128headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:UpdateVendorInvoice128headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:UpdateVendorInvoice128headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="UpdateVendorInvoiceEx">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#UpdateVendorInvoiceEx" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:UpdateVendorInvoiceEx129headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:UpdateVendorInvoiceEx129headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:UpdateVendorInvoiceEx129headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:UpdateVendorInvoiceEx129headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="DeleteVendorInvoice">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#DeleteVendorInvoice" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:DeleteVendorInvoice130headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:DeleteVendorInvoice130headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:DeleteVendorInvoice130headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:DeleteVendorInvoice130headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="VendorInvoiceApprovement">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#VendorInvoiceApprovement" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:VendorInvoiceApprovement131headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:VendorInvoiceApprovement131headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:VendorInvoiceApprovement131headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:VendorInvoiceApprovement131headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="VendorInvoiceApprovementEX">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#VendorInvoiceApprovementEX" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:VendorInvoiceApprovementEX132headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:VendorInvoiceApprovementEX132headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:VendorInvoiceApprovementEX132headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:VendorInvoiceApprovementEX132headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="GetVendorInvoiceattachment">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#GetVendorInvoiceattachment" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetVendorInvoiceattachment133headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetVendorInvoiceattachment133headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetVendorInvoiceattachment133headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetVendorInvoiceattachment133headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="GetVendorInvoiceattachments">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#GetVendorInvoiceattachments" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetVendorInvoiceattachments134headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetVendorInvoiceattachments134headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetVendorInvoiceattachments134headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetVendorInvoiceattachments134headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="UploadVendorInvoiceAttachment">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#UploadVendorInvoiceAttachment" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:UploadVendorInvoiceAttachment135headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:UploadVendorInvoiceAttachment135headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:UploadVendorInvoiceAttachment135headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:UploadVendorInvoiceAttachment135headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="UpdateVendorInvoiceLine">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#UpdateVendorInvoiceLine" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:UpdateVendorInvoiceLine136headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:UpdateVendorInvoiceLine136headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:UpdateVendorInvoiceLine136headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:UpdateVendorInvoiceLine136headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="CreatePurchaseOrder">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#CreatePurchaseOrder" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:CreatePurchaseOrder137headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:CreatePurchaseOrder137headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:CreatePurchaseOrder137headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:CreatePurchaseOrder137headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="DeletePurchaseOrder">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#DeletePurchaseOrder" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:DeletePurchaseOrder138headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:DeletePurchaseOrder138headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:DeletePurchaseOrder138headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:DeletePurchaseOrder138headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="GetPurchaseOrder">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#GetPurchaseOrder" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetPurchaseOrder139headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetPurchaseOrder139headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetPurchaseOrder139headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetPurchaseOrder139headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="GetPurchaseOrderByNumber">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#GetPurchaseOrderByNumber" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetPurchaseOrderByNumber140headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetPurchaseOrderByNumber140headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetPurchaseOrderByNumber140headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetPurchaseOrderByNumber140headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="GetPurchaseOrders">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#GetPurchaseOrders" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetPurchaseOrders141headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetPurchaseOrders141headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetPurchaseOrders141headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetPurchaseOrders141headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="GetPurchaseOrderFromReference">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#GetPurchaseOrderFromReference" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetPurchaseOrderFromReference142headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetPurchaseOrderFromReference142headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetPurchaseOrderFromReference142headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetPurchaseOrderFromReference142headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="UpdatePurchaseOrder">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#UpdatePurchaseOrder" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:UpdatePurchaseOrder143headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:UpdatePurchaseOrder143headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:UpdatePurchaseOrder143headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:UpdatePurchaseOrder143headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="UpdatePurchaseOrderLine">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#UpdatePurchaseOrderLine" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:UpdatePurchaseOrderLine144headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:UpdatePurchaseOrderLine144headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:UpdatePurchaseOrderLine144headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:UpdatePurchaseOrderLine144headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="DeletePurchaseOrderLine">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#DeletePurchaseOrderLine" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:DeletePurchaseOrderLine145headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:DeletePurchaseOrderLine145headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:DeletePurchaseOrderLine145headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:DeletePurchaseOrderLine145headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="CreateSubscriptionOrder">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#CreateSubscriptionOrder" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:CreateSubscriptionOrder146headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:CreateSubscriptionOrder146headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:CreateSubscriptionOrder146headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:CreateSubscriptionOrder146headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="CreateSubscriptionOrderEx">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#CreateSubscriptionOrderEx" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:CreateSubscriptionOrderEx147headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:CreateSubscriptionOrderEx147headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:CreateSubscriptionOrderEx147headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:CreateSubscriptionOrderEx147headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="GetSubscriptionOrders">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#GetSubscriptionOrders" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetSubscriptionOrders148headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetSubscriptionOrders148headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetSubscriptionOrders148headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetSubscriptionOrders148headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="GetSubscriptionOrdersEx">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#GetSubscriptionOrdersEx" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetSubscriptionOrdersEx149headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetSubscriptionOrdersEx149headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetSubscriptionOrdersEx149headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetSubscriptionOrdersEx149headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="UpdateSubscriptionOrder">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#UpdateSubscriptionOrder" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:UpdateSubscriptionOrder150headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:UpdateSubscriptionOrder150headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:UpdateSubscriptionOrder150headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:UpdateSubscriptionOrder150headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="UpdateSubscriptionOrderLine">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#UpdateSubscriptionOrderLine" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:UpdateSubscriptionOrderLine151headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:UpdateSubscriptionOrderLine151headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:UpdateSubscriptionOrderLine151headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:UpdateSubscriptionOrderLine151headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="GetEmployees">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#GetEmployees" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetEmployees152headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetEmployees152headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetEmployees152headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetEmployees152headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="GetEmployeesEx">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#GetEmployeesEx" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetEmployeesEx153headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetEmployeesEx153headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetEmployeesEx153headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetEmployeesEx153headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="GetEmployee">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#GetEmployee" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetEmployee154headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetEmployee154headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetEmployee154headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetEmployee154headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="CreateEmployee">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#CreateEmployee" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:CreateEmployee155headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:CreateEmployee155headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:CreateEmployee155headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:CreateEmployee155headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="UpdateEmployee">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#UpdateEmployee" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:UpdateEmployee156headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:UpdateEmployee156headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:UpdateEmployee156headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:UpdateEmployee156headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="DeleteEmployee">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#DeleteEmployee" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:DeleteEmployee157headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:DeleteEmployee157headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:DeleteEmployee157headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:DeleteEmployee157headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="CreateInvoice">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#CreateInvoice" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:CreateInvoice158headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:CreateInvoice158headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:CreateInvoice158headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:CreateInvoice158headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="CreateInvoiceEx">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#CreateInvoiceEx" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:CreateInvoiceEx159headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:CreateInvoiceEx159headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:CreateInvoiceEx159headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:CreateInvoiceEx159headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="CreateCreditInvoice">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#CreateCreditInvoice" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:CreateCreditInvoice160headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:CreateCreditInvoice160headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:CreateCreditInvoice160headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:CreateCreditInvoice160headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="CreateCreditInvoiceWithCustomDate">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#CreateCreditInvoiceWithCustomDate" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:CreateCreditInvoiceWithCustomDate161headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:CreateCreditInvoiceWithCustomDate161headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:CreateCreditInvoiceWithCustomDate161headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:CreateCreditInvoiceWithCustomDate161headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="CreateInvoices">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#CreateInvoices" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:CreateInvoices162headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:CreateInvoices162headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:CreateInvoices162headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:CreateInvoices162headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="UpdateInvoice">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#UpdateInvoice" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:UpdateInvoice163headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:UpdateInvoice163headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:UpdateInvoice163headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:UpdateInvoice163headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="PostInvoice">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#PostInvoice" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:PostInvoice164headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:PostInvoice164headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:PostInvoice164headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:PostInvoice164headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="DeleteInvoice">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#DeleteInvoice" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:DeleteInvoice165headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:DeleteInvoice165headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:DeleteInvoice165headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:DeleteInvoice165headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="GetInvoice">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#GetInvoice" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetInvoice166headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetInvoice166headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetInvoice166headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetInvoice166headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="GetInvoiceByReference">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#GetInvoiceByReference" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetInvoiceByReference167headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetInvoiceByReference167headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetInvoiceByReference167headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetInvoiceByReference167headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="GetInvoicesModified">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#GetInvoicesModified" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetInvoicesModified168headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetInvoicesModified168headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetInvoicesModified168headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetInvoicesModified168headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="GetUnPostedInvoices">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#GetUnPostedInvoices" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetUnPostedInvoices169headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetUnPostedInvoices169headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetUnPostedInvoices169headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetUnPostedInvoices169headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="GetUnPostedInvoice">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#GetUnPostedInvoice" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetUnPostedInvoice170headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetUnPostedInvoice170headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetUnPostedInvoice170headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetUnPostedInvoice170headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="GetInvoices">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#GetInvoices" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetInvoices171headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetInvoices171headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetInvoices171headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetInvoices171headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="GetInvoicesChunk">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#GetInvoicesChunk" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetInvoicesChunk172headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetInvoicesChunk172headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetInvoicesChunk172headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetInvoicesChunk172headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="GetInvoicesEx">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#GetInvoicesEx" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetInvoicesEx173headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetInvoicesEx173headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetInvoicesEx173headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetInvoicesEx173headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="GetInvoicesFromClaims">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#GetInvoicesFromClaims" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetInvoicesFromClaims174headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetInvoicesFromClaims174headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetInvoicesFromClaims174headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetInvoicesFromClaims174headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="GetNextClaimNumber">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#GetNextClaimNumber" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetNextClaimNumber175headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetNextClaimNumber175headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetNextClaimNumber175headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetNextClaimNumber175headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="GetClaim">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#GetClaim" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetClaim176headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetClaim176headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetClaim176headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetClaim176headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="PostClaim">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#PostClaim" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:PostClaim177headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:PostClaim177headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:PostClaim177headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:PostClaim177headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="UpdateClaimStatus">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#UpdateClaimStatus" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:UpdateClaimStatus178headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:UpdateClaimStatus178headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:UpdateClaimStatus178headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:UpdateClaimStatus178headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="DeleteInvoiceFromReference">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#DeleteInvoiceFromReference" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:DeleteInvoiceFromReference179headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:DeleteInvoiceFromReference179headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:DeleteInvoiceFromReference179headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:DeleteInvoiceFromReference179headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="UpdateInvoiceUBLStatus">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#UpdateInvoiceUBLStatus" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:UpdateInvoiceUBLStatus180headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:UpdateInvoiceUBLStatus180headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:UpdateInvoiceUBLStatus180headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:UpdateInvoiceUBLStatus180headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="UpdateInvoiceEmailStatus">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#UpdateInvoiceEmailStatus" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:UpdateInvoiceEmailStatus181headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:UpdateInvoiceEmailStatus181headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:UpdateInvoiceEmailStatus181headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:UpdateInvoiceEmailStatus181headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="GetSalesStatistic">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#GetSalesStatistic" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetSalesStatistic182headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetSalesStatistic182headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetSalesStatistic182headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetSalesStatistic182headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="CreateOrder">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#CreateOrder" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:CreateOrder183headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:CreateOrder183headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:CreateOrder183headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:CreateOrder183headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="CreateOrderEx">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#CreateOrderEx" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:CreateOrderEx184headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:CreateOrderEx184headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:CreateOrderEx184headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:CreateOrderEx184headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="UpdateOrder">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#UpdateOrder" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:UpdateOrder185headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:UpdateOrder185headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:UpdateOrder185headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:UpdateOrder185headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="UpdateOrderStatus">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#UpdateOrderStatus" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:UpdateOrderStatus186headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:UpdateOrderStatus186headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:UpdateOrderStatus186headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:UpdateOrderStatus186headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="UpdateOrderEmailStatus">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#UpdateOrderEmailStatus" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:UpdateOrderEmailStatus187headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:UpdateOrderEmailStatus187headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:UpdateOrderEmailStatus187headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:UpdateOrderEmailStatus187headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="CreateCustomerItemreceiverLocationOrder">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#CreateCustomerItemreceiverLocationOrder" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:CreateCustomerItemreceiverLocationOrder188headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:CreateCustomerItemreceiverLocationOrder188headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:CreateCustomerItemreceiverLocationOrder188headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:CreateCustomerItemreceiverLocationOrder188headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="GetOrder">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#GetOrder" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetOrder189headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetOrder189headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetOrder189headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetOrder189headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="GetOrders">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#GetOrders" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetOrders190headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetOrders190headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetOrders190headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetOrders190headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="GetOrdersByFilter">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#GetOrdersByFilter" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetOrdersByFilter191headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetOrdersByFilter191headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetOrdersByFilter191headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetOrdersByFilter191headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="GetOrdersByDate">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#GetOrdersByDate" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetOrdersByDate192headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetOrdersByDate192headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetOrdersByDate192headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetOrdersByDate192headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="AddToOrder">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#AddToOrder" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:AddToOrder193headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:AddToOrder193headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:AddToOrder193headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:AddToOrder193headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="RemoveFromOrder">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#RemoveFromOrder" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:RemoveFromOrder194headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:RemoveFromOrder194headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:RemoveFromOrder194headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:RemoveFromOrder194headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="UpdateOrderLine">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#UpdateOrderLine" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:UpdateOrderLine195headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:UpdateOrderLine195headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:UpdateOrderLine195headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:UpdateOrderLine195headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="DeleteOrder">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#DeleteOrder" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:DeleteOrder196headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:DeleteOrder196headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:DeleteOrder196headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:DeleteOrder196headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="DeleteUnPostedInvoice">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#DeleteUnPostedInvoice" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:DeleteUnPostedInvoice197headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:DeleteUnPostedInvoice197headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:DeleteUnPostedInvoice197headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:DeleteUnPostedInvoice197headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="CreatePaymentPlan">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#CreatePaymentPlan" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:CreatePaymentPlan198headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:CreatePaymentPlan198headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:CreatePaymentPlan198headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:CreatePaymentPlan198headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="CancelPaymentPlan">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#CancelPaymentPlan" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:CancelPaymentPlan199headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:CancelPaymentPlan199headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:CancelPaymentPlan199headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:CancelPaymentPlan199headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="QuoteToOrder">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#QuoteToOrder" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:QuoteToOrder200headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:QuoteToOrder200headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:QuoteToOrder200headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:QuoteToOrder200headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="QuoteToInvoice">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#QuoteToInvoice" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:QuoteToInvoice201headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:QuoteToInvoice201headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:QuoteToInvoice201headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:QuoteToInvoice201headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="OrderToInvoice">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#OrderToInvoice" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:OrderToInvoice202headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:OrderToInvoice202headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:OrderToInvoice202headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:OrderToInvoice202headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="CreateQuote">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#CreateQuote" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:CreateQuote203headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:CreateQuote203headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:CreateQuote203headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:CreateQuote203headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="UpdateQuote">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#UpdateQuote" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:UpdateQuote204headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:UpdateQuote204headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:UpdateQuote204headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:UpdateQuote204headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="GetQuote">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#GetQuote" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetQuote205headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetQuote205headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetQuote205headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetQuote205headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="GetQuotes">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#GetQuotes" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetQuotes206headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetQuotes206headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetQuotes206headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetQuotes206headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="GetQuotesByDate">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#GetQuotesByDate" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetQuotesByDate207headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetQuotesByDate207headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetQuotesByDate207headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetQuotesByDate207headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="GetQuotesInChunks">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#GetQuotesInChunks" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetQuotesInChunks208headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetQuotesInChunks208headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetQuotesInChunks208headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetQuotesInChunks208headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="DeleteQuote">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#DeleteQuote" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:DeleteQuote209headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:DeleteQuote209headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:DeleteQuote209headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:DeleteQuote209headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="UpdateQuoteStatus">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#UpdateQuoteStatus" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:UpdateQuoteStatus210headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:UpdateQuoteStatus210headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:UpdateQuoteStatus210headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:UpdateQuoteStatus210headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="UpdateQuoteEmailStatus">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#UpdateQuoteEmailStatus" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:UpdateQuoteEmailStatus211headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:UpdateQuoteEmailStatus211headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:UpdateQuoteEmailStatus211headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:UpdateQuoteEmailStatus211headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="DoSOAction">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#DoSOAction" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:DoSOAction212headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:DoSOAction212headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:DoSOAction212headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:DoSOAction212headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="GetSalesPerson">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#GetSalesPerson" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetSalesPerson213headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetSalesPerson213headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetSalesPerson213headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetSalesPerson213headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="GetSalesPersons">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#GetSalesPersons" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetSalesPersons214headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetSalesPersons214headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetSalesPersons214headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetSalesPersons214headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="SalesPersonsExists">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#SalesPersonsExists" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:SalesPersonsExists215headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:SalesPersonsExists215headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:SalesPersonsExists215headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:SalesPersonsExists215headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="getPaymentTypes">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#getPaymentTypes" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:getPaymentTypes216headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:getPaymentTypes216headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:getPaymentTypes216headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:getPaymentTypes216headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="GetPaymentTypesByLastModified">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#GetPaymentTypesByLastModified" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetPaymentTypesByLastModified217headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetPaymentTypesByLastModified217headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetPaymentTypesByLastModified217headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetPaymentTypesByLastModified217headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="GetAttachment">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#GetAttachment" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetAttachment218headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetAttachment218headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetAttachment218headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetAttachment218headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="RemoveAttachment">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#RemoveAttachment" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:RemoveAttachment219headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:RemoveAttachment219headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:RemoveAttachment219headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:RemoveAttachment219headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="GetAttachmentImage">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#GetAttachmentImage" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetAttachmentImage220headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetAttachmentImage220headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetAttachmentImage220headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetAttachmentImage220headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="GetAllGeImageLinks">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#GetAllGeImageLinks" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetAllGeImageLinks221headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetAllGeImageLinks221headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetAllGeImageLinks221headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetAllGeImageLinks221headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="UploadGeImageLink">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#UploadGeImageLink" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:UploadGeImageLink222headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:UploadGeImageLink222headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:UploadGeImageLink222headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:UploadGeImageLink222headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="GetFileLinkAttachment">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#GetFileLinkAttachment" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetFileLinkAttachment223headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetFileLinkAttachment223headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetFileLinkAttachment223headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetFileLinkAttachment223headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="CreateFileLinkAttachment">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#CreateFileLinkAttachment" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:CreateFileLinkAttachment224headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:CreateFileLinkAttachment224headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:CreateFileLinkAttachment224headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:CreateFileLinkAttachment224headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="UpdateFileLinkAttachment">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#UpdateFileLinkAttachment" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:UpdateFileLinkAttachment225headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:UpdateFileLinkAttachment225headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:UpdateFileLinkAttachment225headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:UpdateFileLinkAttachment225headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="DeleteFileLinkAttachment">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#DeleteFileLinkAttachment" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:DeleteFileLinkAttachment226headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:DeleteFileLinkAttachment226headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:DeleteFileLinkAttachment226headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:DeleteFileLinkAttachment226headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="GetUBLDocumentInfo">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#GetUBLDocumentInfo" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetUBLDocumentInfo227headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetUBLDocumentInfo227headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetUBLDocumentInfo227headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetUBLDocumentInfo227headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="getCurency">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#getCurency" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:getCurency228headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:getCurency228headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:getCurency228headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:getCurency228headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="GetCountry">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#GetCountry" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetCountry229headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetCountry229headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetCountry229headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetCountry229headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="GetCounty">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#GetCounty" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetCounty230headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetCounty230headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetCounty230headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetCounty230headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="GetDim1">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#GetDim1" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetDim1231headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetDim1231headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetDim1231headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetDim1231headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="GetDim2">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#GetDim2" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetDim2232headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetDim2232headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetDim2232headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetDim2232headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="GetDim3">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#GetDim3" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetDim3233headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetDim3233headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetDim3233headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetDim3233headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="HasAnyMemeberSubscription">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#HasAnyMemeberSubscription" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:HasAnyMemeberSubscription234headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:HasAnyMemeberSubscription234headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:HasAnyMemeberSubscription234headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:HasAnyMemeberSubscription234headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="ValidMemberSubscription">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#ValidMemberSubscription" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:ValidMemberSubscription235headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:ValidMemberSubscription235headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:ValidMemberSubscription235headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:ValidMemberSubscription235headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="GetMemberSubscriptionGroupTypes">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#GetMemberSubscriptionGroupTypes" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetMemberSubscriptionGroupTypes236headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetMemberSubscriptionGroupTypes236headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetMemberSubscriptionGroupTypes236headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetMemberSubscriptionGroupTypes236headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="GetMemberSubscriptionGroups">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#GetMemberSubscriptionGroups" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetMemberSubscriptionGroups237headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetMemberSubscriptionGroups237headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetMemberSubscriptionGroups237headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetMemberSubscriptionGroups237headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="GetMemberSubscriptionAllergies">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#GetMemberSubscriptionAllergies" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetMemberSubscriptionAllergies238headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetMemberSubscriptionAllergies238headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetMemberSubscriptionAllergies238headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetMemberSubscriptionAllergies238headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="CreateMemberSubscription">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#CreateMemberSubscription" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:CreateMemberSubscription239headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:CreateMemberSubscription239headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:CreateMemberSubscription239headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:CreateMemberSubscription239headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="GetMemberSubscription">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#GetMemberSubscription" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetMemberSubscription240headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetMemberSubscription240headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetMemberSubscription240headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetMemberSubscription240headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="GetMemberSubscriptionByPassword">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#GetMemberSubscriptionByPassword" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetMemberSubscriptionByPassword241headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetMemberSubscriptionByPassword241headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetMemberSubscriptionByPassword241headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetMemberSubscriptionByPassword241headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="PostValidSubscriptions">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#PostValidSubscriptions" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:PostValidSubscriptions242headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:PostValidSubscriptions242headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:PostValidSubscriptions242headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:PostValidSubscriptions242headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="GetCurrPrices">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#GetCurrPrices" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetCurrPrices243headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetCurrPrices243headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetCurrPrices243headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetCurrPrices243headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="GetJob">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#GetJob" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetJob244headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetJob244headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetJob244headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetJob244headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="GetJobs">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#GetJobs" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetJobs245headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetJobs245headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetJobs245headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetJobs245headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="GetJobsEx">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#GetJobsEx" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetJobsEx246headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetJobsEx246headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetJobsEx246headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetJobsEx246headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="CreateJob">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#CreateJob" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:CreateJob247headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:CreateJob247headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:CreateJob247headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:CreateJob247headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="UpdateJob">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#UpdateJob" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:UpdateJob248headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:UpdateJob248headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:UpdateJob248headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:UpdateJob248headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="DeleteJob">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#DeleteJob" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:DeleteJob249headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:DeleteJob249headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:DeleteJob249headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:DeleteJob249headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="GetRequest">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#GetRequest" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetRequest250headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetRequest250headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetRequest250headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetRequest250headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="CreateRequest">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#CreateRequest" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:CreateRequest251headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:CreateRequest251headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:CreateRequest251headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:CreateRequest251headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="UpdateRequest">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#UpdateRequest" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:UpdateRequest252headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:UpdateRequest252headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:UpdateRequest252headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:UpdateRequest252headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="DeleteRequest">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#DeleteRequest" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:DeleteRequest253headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:DeleteRequest253headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:DeleteRequest253headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:DeleteRequest253headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="AddToWorkJournal">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#AddToWorkJournal" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:AddToWorkJournal254headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:AddToWorkJournal254headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:AddToWorkJournal254headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:AddToWorkJournal254headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="GetWorkItems">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#GetWorkItems" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetWorkItems255headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetWorkItems255headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetWorkItems255headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetWorkItems255headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="AddWorkItem">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#AddWorkItem" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:AddWorkItem256headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:AddWorkItem256headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:AddWorkItem256headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:AddWorkItem256headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="AddWorkItems">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#AddWorkItems" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:AddWorkItems257headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:AddWorkItems257headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:AddWorkItems257headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:AddWorkItems257headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="AddWorkItemsEx">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#AddWorkItemsEx" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:AddWorkItemsEx258headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:AddWorkItemsEx258headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:AddWorkItemsEx258headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:AddWorkItemsEx258headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="UpdateWorkItem">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#UpdateWorkItem" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:UpdateWorkItem259headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:UpdateWorkItem259headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:UpdateWorkItem259headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:UpdateWorkItem259headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="UpdateWorkItems">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#UpdateWorkItems" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:UpdateWorkItems260headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:UpdateWorkItems260headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:UpdateWorkItems260headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:UpdateWorkItems260headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="UpdateWorkItemsEx">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#UpdateWorkItemsEx" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:UpdateWorkItemsEx261headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:UpdateWorkItemsEx261headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:UpdateWorkItemsEx261headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:UpdateWorkItemsEx261headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="PostWorkItems">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#PostWorkItems" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:PostWorkItems262headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:PostWorkItems262headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:PostWorkItems262headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:PostWorkItems262headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="DeleteWorkItem">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#DeleteWorkItem" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:DeleteWorkItem263headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:DeleteWorkItem263headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:DeleteWorkItem263headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:DeleteWorkItem263headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="DeleteWorkItems">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#DeleteWorkItems" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:DeleteWorkItems264headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:DeleteWorkItems264headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:DeleteWorkItems264headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:DeleteWorkItems264headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="GetWorkCostItems">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#GetWorkCostItems" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetWorkCostItems265headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetWorkCostItems265headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetWorkCostItems265headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetWorkCostItems265headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="AddWorkCostItem">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#AddWorkCostItem" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:AddWorkCostItem266headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:AddWorkCostItem266headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:AddWorkCostItem266headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:AddWorkCostItem266headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="AddWorkCostItems">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#AddWorkCostItems" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:AddWorkCostItems267headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:AddWorkCostItems267headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:AddWorkCostItems267headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:AddWorkCostItems267headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="AddWorkCostItemsEx">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#AddWorkCostItemsEx" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:AddWorkCostItemsEx268headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:AddWorkCostItemsEx268headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:AddWorkCostItemsEx268headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:AddWorkCostItemsEx268headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="UpdateWorkCostItem">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#UpdateWorkCostItem" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:UpdateWorkCostItem269headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:UpdateWorkCostItem269headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:UpdateWorkCostItem269headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:UpdateWorkCostItem269headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="UpdateWorkCostItems">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#UpdateWorkCostItems" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:UpdateWorkCostItems270headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:UpdateWorkCostItems270headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:UpdateWorkCostItems270headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:UpdateWorkCostItems270headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="UpdateWorkCostItemsEx">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#UpdateWorkCostItemsEx" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:UpdateWorkCostItemsEx271headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:UpdateWorkCostItemsEx271headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:UpdateWorkCostItemsEx271headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:UpdateWorkCostItemsEx271headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="PostWorkCostItems">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#PostWorkCostItems" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:PostWorkCostItems272headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:PostWorkCostItems272headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:PostWorkCostItems272headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:PostWorkCostItems272headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="DeleteWorkCostItem">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#DeleteWorkCostItem" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:DeleteWorkCostItem273headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:DeleteWorkCostItem273headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:DeleteWorkCostItem273headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:DeleteWorkCostItem273headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="DeleteWorkCostItems">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#DeleteWorkCostItems" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:DeleteWorkCostItems274headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:DeleteWorkCostItems274headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:DeleteWorkCostItems274headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:DeleteWorkCostItems274headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="GetJobInvoices">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#GetJobInvoices" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetJobInvoices275headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetJobInvoices275headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetJobInvoices275headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetJobInvoices275headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="GetJobTransactions">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#GetJobTransactions" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetJobTransactions276headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetJobTransactions276headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetJobTransactions276headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetJobTransactions276headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="GetJobTransactionsEX">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#GetJobTransactionsEX" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetJobTransactionsEX277headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetJobTransactionsEX277headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetJobTransactionsEX277headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetJobTransactionsEX277headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="CheckMember">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#CheckMember" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:CheckMember278headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:CheckMember278headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:CheckMember278headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:CheckMember278headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="CheckMember2">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#CheckMember2" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:CheckMember2279headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:CheckMember2279headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:CheckMember2279headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:CheckMember2279headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="GetMember">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#GetMember" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetMember280headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetMember280headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetMember280headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetMember280headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="GetMembers">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#GetMembers" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetMembers281headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetMembers281headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetMembers281headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetMembers281headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="GetMembersFromConditions">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#GetMembersFromConditions" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetMembersFromConditions282headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetMembersFromConditions282headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetMembersFromConditions282headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetMembersFromConditions282headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="GetMembersFromConditionsEx">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#GetMembersFromConditionsEx" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetMembersFromConditionsEx283headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetMembersFromConditionsEx283headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetMembersFromConditionsEx283headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetMembersFromConditionsEx283headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="CreateMember">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#CreateMember" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:CreateMember284headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:CreateMember284headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:CreateMember284headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:CreateMember284headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="UpdateMember">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#UpdateMember" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:UpdateMember285headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:UpdateMember285headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:UpdateMember285headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:UpdateMember285headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="UpdateMembers">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#UpdateMembers" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:UpdateMembers286headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:UpdateMembers286headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:UpdateMembers286headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:UpdateMembers286headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="GetMembersEx">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#GetMembersEx" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetMembersEx287headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetMembersEx287headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetMembersEx287headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetMembersEx287headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="GetModifiedMembers">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#GetModifiedMembers" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetModifiedMembers288headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetModifiedMembers288headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetModifiedMembers288headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetModifiedMembers288headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="NumberOfModifiedMembers">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#NumberOfModifiedMembers" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:NumberOfModifiedMembers289headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:NumberOfModifiedMembers289headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:NumberOfModifiedMembers289headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:NumberOfModifiedMembers289headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="MemberActiveInVactionFund">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#MemberActiveInVactionFund" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:MemberActiveInVactionFund290headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:MemberActiveInVactionFund290headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:MemberActiveInVactionFund290headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:MemberActiveInVactionFund290headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="CreateMemberFee">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#CreateMemberFee" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:CreateMemberFee291headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:CreateMemberFee291headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:CreateMemberFee291headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:CreateMemberFee291headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="ApplyForMembership">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#ApplyForMembership" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:ApplyForMembership292headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:ApplyForMembership292headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:ApplyForMembership292headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:ApplyForMembership292headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="MemberExists">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#MemberExists" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:MemberExists293headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:MemberExists293headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:MemberExists293headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:MemberExists293headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="isMemberInGroup">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#isMemberInGroup" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:isMemberInGroup294headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:isMemberInGroup294headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:isMemberInGroup294headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:isMemberInGroup294headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="GetMemberGroups">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#GetMemberGroups" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetMemberGroups295headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetMemberGroups295headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetMemberGroups295headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetMemberGroups295headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="GetMemberSubGroups">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#GetMemberSubGroups" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetMemberSubGroups296headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetMemberSubGroups296headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetMemberSubGroups296headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetMemberSubGroups296headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="isGovermentEmployee">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#isGovermentEmployee" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:isGovermentEmployee297headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:isGovermentEmployee297headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:isGovermentEmployee297headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:isGovermentEmployee297headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="CreateApplication">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#CreateApplication" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:CreateApplication298headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:CreateApplication298headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:CreateApplication298headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:CreateApplication298headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="MemberActiveInFund">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#MemberActiveInFund" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:MemberActiveInFund299headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:MemberActiveInFund299headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:MemberActiveInFund299headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:MemberActiveInFund299headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="CommonAction">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#CommonAction" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:CommonAction300headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:CommonAction300headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:CommonAction300headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:CommonAction300headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="MemberCanBuyItem">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#MemberCanBuyItem" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:MemberCanBuyItem301headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:MemberCanBuyItem301headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:MemberCanBuyItem301headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:MemberCanBuyItem301headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="CheckForUnfinishedApplication">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#CheckForUnfinishedApplication" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:CheckForUnfinishedApplication302headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:CheckForUnfinishedApplication302headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:CheckForUnfinishedApplication302headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:CheckForUnfinishedApplication302headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="RemoveUnfinishedApplication">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#RemoveUnfinishedApplication" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:RemoveUnfinishedApplication303headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:RemoveUnfinishedApplication303headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:RemoveUnfinishedApplication303headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:RemoveUnfinishedApplication303headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="CommunicationMemoOpened">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#CommunicationMemoOpened" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:CommunicationMemoOpened304headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:CommunicationMemoOpened304headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:CommunicationMemoOpened304headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:CommunicationMemoOpened304headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="GetContactApplicationArray">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#GetContactApplicationArray" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetContactApplicationArray305headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetContactApplicationArray305headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetContactApplicationArray305headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetContactApplicationArray305headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="SendApplicationAttachment">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#SendApplicationAttachment" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:SendApplicationAttachment306headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:SendApplicationAttachment306headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:SendApplicationAttachment306headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:SendApplicationAttachment306headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="GetApplicationAttachmentInfo">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#GetApplicationAttachmentInfo" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetApplicationAttachmentInfo307headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetApplicationAttachmentInfo307headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetApplicationAttachmentInfo307headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetApplicationAttachmentInfo307headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="GetMembershipData">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#GetMembershipData" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetMembershipData308headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetMembershipData308headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetMembershipData308headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetMembershipData308headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="GetAllMembershipCompanies">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#GetAllMembershipCompanies" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetAllMembershipCompanies309headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetAllMembershipCompanies309headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetAllMembershipCompanies309headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetAllMembershipCompanies309headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="GetWorkplaces">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#GetWorkplaces" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetWorkplaces310headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetWorkplaces310headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetWorkplaces310headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetWorkplaces310headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="GetAllWorkplaces">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#GetAllWorkplaces" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetAllWorkplaces311headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetAllWorkplaces311headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetAllWorkplaces311headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetAllWorkplaces311headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="GetApplicationGroupTypes">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#GetApplicationGroupTypes" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetApplicationGroupTypes312headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetApplicationGroupTypes312headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetApplicationGroupTypes312headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetApplicationGroupTypes312headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="GetApplicationGroupTypeByDocumentNumber">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#GetApplicationGroupTypeByDocumentNumber" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetApplicationGroupTypeByDocumentNumber313headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetApplicationGroupTypeByDocumentNumber313headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetApplicationGroupTypeByDocumentNumber313headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetApplicationGroupTypeByDocumentNumber313headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="UpdateApplicationStatus">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#UpdateApplicationStatus" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:UpdateApplicationStatus314headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:UpdateApplicationStatus314headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:UpdateApplicationStatus314headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:UpdateApplicationStatus314headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="GetGrantRuleAvailableData">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#GetGrantRuleAvailableData" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetGrantRuleAvailableData315headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetGrantRuleAvailableData315headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetGrantRuleAvailableData315headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetGrantRuleAvailableData315headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="GetTermsForCompany">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#GetTermsForCompany" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetTermsForCompany316headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetTermsForCompany316headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetTermsForCompany316headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetTermsForCompany316headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="GetTermsForFund">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#GetTermsForFund" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetTermsForFund317headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetTermsForFund317headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetTermsForFund317headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetTermsForFund317headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="GetTerms">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#GetTerms" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetTerms318headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetTerms318headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetTerms318headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetTerms318headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="GetTermsForAllFunds">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#GetTermsForAllFunds" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetTermsForAllFunds319headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetTermsForAllFunds319headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetTermsForAllFunds319headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetTermsForAllFunds319headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="GiveConsentForTerms">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#GiveConsentForTerms" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GiveConsentForTerms320headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GiveConsentForTerms320headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GiveConsentForTerms320headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GiveConsentForTerms320headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="GiveConsentForCompanyTerms">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#GiveConsentForCompanyTerms" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GiveConsentForCompanyTerms321headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GiveConsentForCompanyTerms321headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GiveConsentForCompanyTerms321headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GiveConsentForCompanyTerms321headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="GetMemberUnreadMessages">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#GetMemberUnreadMessages" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetMemberUnreadMessages322headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetMemberUnreadMessages322headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetMemberUnreadMessages322headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetMemberUnreadMessages322headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="GetApplicationMessages">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#GetApplicationMessages" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetApplicationMessages323headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetApplicationMessages323headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetApplicationMessages323headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetApplicationMessages323headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="GetMemberMessages">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#GetMemberMessages" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetMemberMessages324headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetMemberMessages324headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetMemberMessages324headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetMemberMessages324headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="GetMemberAnnouncement">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#GetMemberAnnouncement" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetMemberAnnouncement325headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetMemberAnnouncement325headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetMemberAnnouncement325headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetMemberAnnouncement325headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="CreateApplicationMessage">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#CreateApplicationMessage" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:CreateApplicationMessage326headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:CreateApplicationMessage326headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:CreateApplicationMessage326headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:CreateApplicationMessage326headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="CreateMemberMessage">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#CreateMemberMessage" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:CreateMemberMessage327headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:CreateMemberMessage327headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:CreateMemberMessage327headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:CreateMemberMessage327headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="UpdateMessageReadStatus">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#UpdateMessageReadStatus" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:UpdateMessageReadStatus328headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:UpdateMessageReadStatus328headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:UpdateMessageReadStatus328headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:UpdateMessageReadStatus328headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="UploadMessageAttachment">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#UploadMessageAttachment" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:UploadMessageAttachment329headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:UploadMessageAttachment329headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:UploadMessageAttachment329headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:UploadMessageAttachment329headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="GetMemberCarrerArray">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#GetMemberCarrerArray" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetMemberCarrerArray330headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetMemberCarrerArray330headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetMemberCarrerArray330headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetMemberCarrerArray330headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="GetMemberMembershipArray">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#GetMemberMembershipArray" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetMemberMembershipArray331headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetMemberMembershipArray331headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetMemberMembershipArray331headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetMemberMembershipArray331headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="GetMemberEducationArray">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#GetMemberEducationArray" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetMemberEducationArray332headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetMemberEducationArray332headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetMemberEducationArray332headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetMemberEducationArray332headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="GetMemberJobTitleArray">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#GetMemberJobTitleArray" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetMemberJobTitleArray333headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetMemberJobTitleArray333headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetMemberJobTitleArray333headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetMemberJobTitleArray333headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="GetMemberApplicationArray">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#GetMemberApplicationArray" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetMemberApplicationArray334headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetMemberApplicationArray334headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetMemberApplicationArray334headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetMemberApplicationArray334headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="GetMemberFundsArray">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#GetMemberFundsArray" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetMemberFundsArray335headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetMemberFundsArray335headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetMemberFundsArray335headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetMemberFundsArray335headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="GetCustomerFundsArray">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#GetCustomerFundsArray" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetCustomerFundsArray336headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetCustomerFundsArray336headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetCustomerFundsArray336headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetCustomerFundsArray336headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="GetMemberSubGroupsArray">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#GetMemberSubGroupsArray" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetMemberSubGroupsArray337headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetMemberSubGroupsArray337headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetMemberSubGroupsArray337headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetMemberSubGroupsArray337headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="GetMemberResumeTypes">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#GetMemberResumeTypes" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetMemberResumeTypes338headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetMemberResumeTypes338headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetMemberResumeTypes338headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetMemberResumeTypes338headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="GetMemberResumeGroups">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#GetMemberResumeGroups" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetMemberResumeGroups339headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetMemberResumeGroups339headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetMemberResumeGroups339headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetMemberResumeGroups339headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="GetMembersMovementsByTypeAndDate">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#GetMembersMovementsByTypeAndDate" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetMembersMovementsByTypeAndDate340headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetMembersMovementsByTypeAndDate340headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetMembersMovementsByTypeAndDate340headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetMembersMovementsByTypeAndDate340headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="GetMembersMovementsByGroupAndDate">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#GetMembersMovementsByGroupAndDate" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetMembersMovementsByGroupAndDate341headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetMembersMovementsByGroupAndDate341headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetMembersMovementsByGroupAndDate341headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetMembersMovementsByGroupAndDate341headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="GetElections">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#GetElections" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetElections342headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetElections342headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetElections342headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetElections342headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="GetElection">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#GetElection" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetElection343headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetElection343headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetElection343headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetElection343headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="GetElectionLines">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#GetElectionLines" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetElectionLines344headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetElectionLines344headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetElectionLines344headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetElectionLines344headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="ReturnVotes">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#ReturnVotes" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:ReturnVotes345headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:ReturnVotes345headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:ReturnVotes345headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:ReturnVotes345headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="TimeClockStampedInEmployees">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#TimeClockStampedInEmployees" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:TimeClockStampedInEmployees346headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:TimeClockStampedInEmployees346headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:TimeClockStampedInEmployees346headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:TimeClockStampedInEmployees346headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="TimeClockStampEmployee">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#TimeClockStampEmployee" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:TimeClockStampEmployee347headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:TimeClockStampEmployee347headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:TimeClockStampEmployee347headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:TimeClockStampEmployee347headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="TimeClockEmployeeStatus">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#TimeClockEmployeeStatus" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:TimeClockEmployeeStatus348headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:TimeClockEmployeeStatus348headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:TimeClockEmployeeStatus348headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:TimeClockEmployeeStatus348headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="CreateTimeClockTransaction">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#CreateTimeClockTransaction" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:CreateTimeClockTransaction349headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:CreateTimeClockTransaction349headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:CreateTimeClockTransaction349headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:CreateTimeClockTransaction349headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="GetCourses">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#GetCourses" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetCourses350headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetCourses350headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetCourses350headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetCourses350headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="GetCompletedCourses">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#GetCompletedCourses" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetCompletedCourses351headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetCompletedCourses351headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetCompletedCourses351headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetCompletedCourses351headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="GetCancelledCourses">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#GetCancelledCourses" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetCancelledCourses352headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetCancelledCourses352headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetCancelledCourses352headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetCancelledCourses352headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="GetParticipantCourses">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#GetParticipantCourses" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetParticipantCourses353headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetParticipantCourses353headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetParticipantCourses353headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetParticipantCourses353headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="GetParticipantCourseTypes">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#GetParticipantCourseTypes" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetParticipantCourseTypes354headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetParticipantCourseTypes354headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetParticipantCourseTypes354headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetParticipantCourseTypes354headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="GetParticipantsInCourse">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#GetParticipantsInCourse" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetParticipantsInCourse355headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetParticipantsInCourse355headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetParticipantsInCourse355headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetParticipantsInCourse355headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="GetCourseTypes">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#GetCourseTypes" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetCourseTypes356headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetCourseTypes356headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetCourseTypes356headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetCourseTypes356headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="EnrollInCourse">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#EnrollInCourse" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:EnrollInCourse357headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:EnrollInCourse357headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:EnrollInCourse357headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:EnrollInCourse357headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="RemoveParticipantFromCourse">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#RemoveParticipantFromCourse" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:RemoveParticipantFromCourse358headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:RemoveParticipantFromCourse358headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:RemoveParticipantFromCourse358headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:RemoveParticipantFromCourse358headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="ChangeParticipantPaymentStatus">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#ChangeParticipantPaymentStatus" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:ChangeParticipantPaymentStatus359headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:ChangeParticipantPaymentStatus359headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:ChangeParticipantPaymentStatus359headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:ChangeParticipantPaymentStatus359headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="GetLocation">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#GetLocation" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetLocation360headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetLocation360headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetLocation360headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetLocation360headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="CreateEMBooking">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#CreateEMBooking" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:CreateEMBooking361headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:CreateEMBooking361headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:CreateEMBooking361headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:CreateEMBooking361headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="GetEMResourceGroups">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#GetEMResourceGroups" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetEMResourceGroups362headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetEMResourceGroups362headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetEMResourceGroups362headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetEMResourceGroups362headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="GetVehicleInspection">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#GetVehicleInspection" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetVehicleInspection363headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetVehicleInspection363headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetVehicleInspection363headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetVehicleInspection363headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="CreateVehicleInspection">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#CreateVehicleInspection" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:CreateVehicleInspection364headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:CreateVehicleInspection364headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:CreateVehicleInspection364headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:CreateVehicleInspection364headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="UpdateVehicleInspection">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#UpdateVehicleInspection" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:UpdateVehicleInspection365headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:UpdateVehicleInspection365headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:UpdateVehicleInspection365headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:UpdateVehicleInspection365headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="DeleteVehicleInspection">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#DeleteVehicleInspection" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:DeleteVehicleInspection366headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:DeleteVehicleInspection366headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:DeleteVehicleInspection366headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:DeleteVehicleInspection366headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="UpdateVehicleInspectionAppointmentStatus">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#UpdateVehicleInspectionAppointmentStatus" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:UpdateVehicleInspectionAppointmentStatus367headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:UpdateVehicleInspectionAppointmentStatus367headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:UpdateVehicleInspectionAppointmentStatus367headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:UpdateVehicleInspectionAppointmentStatus367headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="AuthenticateUser">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#AuthenticateUser" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:AuthenticateUser368headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:AuthenticateUser368headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:AuthenticateUser368headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:AuthenticateUser368headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="getUsers">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#getUsers" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:getUsers369headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:getUsers369headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:getUsers369headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:getUsers369headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="CreateUser">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#CreateUser" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:CreateUser370headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:CreateUser370headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:CreateUser370headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:CreateUser370headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="GetCompany">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#GetCompany" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetCompany371headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetCompany371headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetCompany371headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetCompany371headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="GetUserCompanies">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#GetUserCompanies" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetUserCompanies372headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetUserCompanies372headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetUserCompanies372headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetUserCompanies372headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="CreateToken">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#CreateToken" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:CreateToken373headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:CreateToken373headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:CreateToken373headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:CreateToken373headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="CreateTokenForUser">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#CreateTokenForUser" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:CreateTokenForUser374headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:CreateTokenForUser374headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:CreateTokenForUser374headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:CreateTokenForUser374headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="RemoveToken">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#RemoveToken" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:RemoveToken375headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:RemoveToken375headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:RemoveToken375headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:RemoveToken375headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="GetToken">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#GetToken" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetToken376headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetToken376headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetToken376headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetToken376headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="GetTokenForUser">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#GetTokenForUser" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetTokenForUser377headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetTokenForUser377headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetTokenForUser377headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:GetTokenForUser377headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="ValidateToken">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#ValidateToken" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:ValidateToken378headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:ValidateToken378headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:ValidateToken378headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:ValidateToken378headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
    <operation name="RefreshToken">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ItemsServiceIntf-IItemService#RefreshToken" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:RefreshToken379headerRequest" part="Security" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:RefreshToken379headerRequest" part="BasicSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:RefreshToken379headerRequest" part="TokenSecurity" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ItemsServiceIntf-IItemService"/>
        <header xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" message="tns:RefreshToken379headerResponse" part="ResponseHeader" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:dkWSValueObjects"/>
      </output>
    </operation>
  </binding>
  <service name="IItemServiceservice">
    <port name="IItemServicePort" binding="tns:IItemServicebinding">
      <address xmlns="http://schemas.xmlsoap.org/wsdl/soap/" location="http://webservice.dkvistun.is/DemoDev/dkwsitemscgi.exe/soap/IItemService"/>
    </port>
  </service>
</definitions>

