<?xml version="1.0"?>
<definitions xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="IWsDBPaymentservice" 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:WsCustomEditIntf" xmlns:ns2="urn:OtnSysUtils">
  <types>
    <xs:schema targetNamespace="urn:WsCustomEditIntf" xmlns="urn:WsCustomEditIntf">
      <xs:simpleType name="TWsEditTransType">
        <xs:restriction base="xs:string">
          <xs:enumeration value="ottOneTrans"/>
          <xs:enumeration value="ottOneForEach"/>
          <xs:enumeration value="ottMockTransaction"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:schema>
    <xs:schema targetNamespace="urn:OtnSysUtils" xmlns="urn:OtnSysUtils">
      <xs:complexType name="TArrayOfInt">
        <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:schema>
  </types>
  <message name="GetDataById0Request">
    <part name="aId" type="xs:string"/>
  </message>
  <message name="GetDataById0Response">
    <part name="aXmlData" type="xs:string"/>
    <part name="return" type="xs:boolean"/>
  </message>
  <message name="GetDataByIds1Request">
    <part name="aIds" type="xs:string"/>
  </message>
  <message name="GetDataByIds1Response">
    <part name="aXmlData" type="xs:string"/>
    <part name="return" type="xs:boolean"/>
  </message>
  <message name="GetDataByParams2Request">
    <part name="aParams" type="xs:string"/>
  </message>
  <message name="GetDataByParams2Response">
    <part name="aXmlData" type="xs:string"/>
    <part name="return" type="xs:boolean"/>
  </message>
  <message name="GetNewObjectDefault3Request"/>
  <message name="GetNewObjectDefault3Response">
    <part name="aXmlData" type="xs:string"/>
  </message>
  <message name="ApplyChanges4Request">
    <part name="aTransactionType" type="ns1:TWsEditTransType"/>
    <part name="aXmlData" type="xs:string"/>
  </message>
  <message name="ApplyChanges4Response">
    <part name="aXmlData" type="xs:string"/>
    <part name="return" type="xs:int"/>
  </message>
  <message name="ApplyChanges25Request">
    <part name="AXMLData" type="xs:string"/>
  </message>
  <message name="ApplyChanges25Response">
    <part name="return" type="xs:string"/>
  </message>
  <message name="GetRootWithSchema6Request">
    <part name="AId" type="xs:string"/>
  </message>
  <message name="GetRootWithSchema6Response">
    <part name="return" type="xs:string"/>
  </message>
  <message name="GetDataAll7Request"/>
  <message name="GetDataAll7Response">
    <part name="aXmlData" type="xs:string"/>
    <part name="return" type="xs:boolean"/>
  </message>
  <message name="Validate8Request">
    <part name="aXmlData" type="xs:string"/>
  </message>
  <message name="Validate8Response">
    <part name="aErrorId" type="xs:int"/>
    <part name="aErrorMessage" type="xs:string"/>
    <part name="return" type="xs:boolean"/>
  </message>
  <message name="GetAccountIdFromPaymentCredit9Request">
    <part name="APaymentId" type="xs:int"/>
    <part name="aAccountId" type="xs:int"/>
  </message>
  <message name="GetAccountIdFromPaymentCredit9Response">
    <part name="aAccountId" type="xs:int"/>
    <part name="return" type="xs:boolean"/>
  </message>
  <message name="GetAccountIdFromPaymentB2B10Request">
    <part name="APaymentId" type="xs:int"/>
    <part name="aAccountId" type="xs:int"/>
  </message>
  <message name="GetAccountIdFromPaymentB2B10Response">
    <part name="aAccountId" type="xs:int"/>
    <part name="return" type="xs:boolean"/>
  </message>
  <message name="LoadPayment11Request">
    <part name="APaymentId" type="xs:int"/>
    <part name="AXMLData" type="xs:string"/>
  </message>
  <message name="LoadPayment11Response">
    <part name="AXMLData" type="xs:string"/>
  </message>
  <message name="GetPaymentMethods12Request"/>
  <message name="GetPaymentMethods12Response">
    <part name="return" type="xs:string"/>
  </message>
  <message name="GetPaymentMethodsForAuth13Request">
    <part name="AStationID" type="xs:int"/>
  </message>
  <message name="GetPaymentMethodsForAuth13Response">
    <part name="return" type="xs:string"/>
  </message>
  <message name="InitPayments14Request">
    <part name="ATransactionId" type="xs:int"/>
    <part name="APaymentInfoXML" type="xs:string"/>
  </message>
  <message name="InitPayments14Response">
    <part name="APaymentInfoXML" type="xs:string"/>
    <part name="return" type="xs:string"/>
  </message>
  <message name="SetPaymentStatus15Request">
    <part name="APaymentId" type="xs:int"/>
    <part name="AStatus" type="xs:int"/>
    <part name="AAccountXML" type="xs:string"/>
    <part name="SkipStatusCheck" type="xs:boolean"/>
  </message>
  <message name="SetPaymentStatus15Response"/>
  <message name="SetPaymentAmount16Request">
    <part name="APaymentId" type="xs:int"/>
    <part name="AAmount" type="xs:double"/>
  </message>
  <message name="SetPaymentAmount16Response"/>
  <message name="SetDonationAmount17Request">
    <part name="APaymentId" type="xs:int"/>
    <part name="ADonationFormId" type="xs:anyType"/>
    <part name="AAmount" type="xs:anyType"/>
  </message>
  <message name="SetDonationAmount17Response"/>
  <message name="SetTipsAmount18Request">
    <part name="APaymentId" type="xs:int"/>
    <part name="AAmount" type="xs:anyType"/>
  </message>
  <message name="SetTipsAmount18Response"/>
  <message name="SetPaymentCardStatus19Request">
    <part name="APaymentId" type="xs:int"/>
    <part name="AStatus" type="xs:int"/>
  </message>
  <message name="SetPaymentCardStatus19Response"/>
  <message name="SetProcessingPaymentCard20Request">
    <part name="APaymentId" type="xs:int"/>
    <part name="ACardId" type="xs:anyType"/>
    <part name="ADeviceId" type="xs:int"/>
    <part name="AWorkstationId" type="xs:int"/>
    <part name="AMerchantId" type="xs:anyType"/>
  </message>
  <message name="SetProcessingPaymentCard20Response"/>
  <message name="SetPaymentCardAuthCode21Request">
    <part name="APaymentId" type="xs:int"/>
    <part name="ACode" type="xs:string"/>
  </message>
  <message name="SetPaymentCardAuthCode21Response"/>
  <message name="SetPaymentCardAuthData22Request">
    <part name="ARequest" type="xs:string"/>
  </message>
  <message name="SetPaymentCardAuthData22Response"/>
  <message name="GetPaymentFlexAKById23Request">
    <part name="APaymentId" type="xs:int"/>
  </message>
  <message name="GetPaymentFlexAKById23Response">
    <part name="return" type="xs:string"/>
  </message>
  <message name="FindPaymentFlexIdByAK24Request">
    <part name="APaymentFlexAK" type="xs:string"/>
  </message>
  <message name="FindPaymentFlexIdByAK24Response">
    <part name="return" type="xs:anyType"/>
  </message>
  <message name="GetPaymentFlexIdByAK25Request">
    <part name="APaymentFlexAK" type="xs:string"/>
  </message>
  <message name="GetPaymentFlexIdByAK25Response">
    <part name="return" type="xs:int"/>
  </message>
  <message name="ChangeFlexPaymentAccount26Request">
    <part name="APaymentId" type="xs:int"/>
    <part name="AAccountXML" type="xs:string"/>
    <part name="AUser" type="xs:string"/>
  </message>
  <message name="ChangeFlexPaymentAccount26Response"/>
  <message name="AddFlexPaymentAccount27Request">
    <part name="APaymentId" type="xs:int"/>
    <part name="AAccountXML" type="xs:string"/>
  </message>
  <message name="AddFlexPaymentAccount27Response"/>
  <message name="BosChangeFlexPaymentAccount28Request">
    <part name="APaymentId" type="xs:int"/>
    <part name="AAccountXML" type="xs:string"/>
  </message>
  <message name="BosChangeFlexPaymentAccount28Response"/>
  <message name="GetPaymentInfoDataByCode29Request">
    <part name="APaymentCode" type="xs:string"/>
    <part name="APaymentType" type="xs:int"/>
    <part name="APaymentMethodId" type="xs:int"/>
  </message>
  <message name="GetPaymentInfoDataByCode29Response">
    <part name="APaymentType" type="xs:int"/>
    <part name="APaymentMethodId" type="xs:int"/>
  </message>
  <message name="ReconcileCreditPayments30Request">
    <part name="ASaleId" type="xs:int"/>
    <part name="ATransactionId" type="xs:int"/>
  </message>
  <message name="ReconcileCreditPayments30Response">
    <part name="return" type="xs:double"/>
  </message>
  <message name="CleanNotProcessedPayments31Request">
    <part name="ATransactionId" type="xs:int"/>
  </message>
  <message name="CleanNotProcessedPayments31Response"/>
  <message name="FlexManualPayment32Request">
    <part name="APaymentId" type="xs:int"/>
    <part name="AAmount" type="xs:double"/>
    <part name="AFee" type="xs:double"/>
    <part name="ARefundableFee" type="xs:double"/>
    <part name="APaymentActivityType" type="xs:int"/>
    <part name="Ovw6Site" type="xs:int"/>
    <part name="Ovw6Station" type="xs:int"/>
    <part name="Ovw6Trans" type="xs:int"/>
    <part name="Ovw6User" type="xs:int"/>
    <part name="Ovw6TransDate" type="xs:int"/>
  </message>
  <message name="FlexManualPayment32Response"/>
  <message name="FlexWebPayment33Request">
    <part name="APaymentId" type="xs:int"/>
    <part name="ATransactionId" type="xs:int"/>
    <part name="AAmount" type="xs:double"/>
  </message>
  <message name="FlexWebPayment33Response"/>
  <message name="SetPaymentCreditStatus34Request">
    <part name="APaymentId" type="xs:int"/>
    <part name="ACreditStatus" type="xs:int"/>
    <part name="ATransactionId" type="xs:anyType"/>
  </message>
  <message name="SetPaymentCreditStatus34Response"/>
  <message name="SetPaymentCreditsAsWrittenOff35Request">
    <part name="APaymentIDs" type="ns2:TArrayOfInt"/>
    <part name="ATransactionId" type="xs:int"/>
    <part name="ALedgerAccountId" type="xs:anyType"/>
  </message>
  <message name="SetPaymentCreditsAsWrittenOff35Response"/>
  <message name="GetAccountCreditRecap36Request">
    <part name="AAccountId" type="xs:int"/>
    <part name="ATotalActivity" type="xs:double"/>
    <part name="ATotalPaid" type="xs:double"/>
    <part name="ATotalWriteoffs" type="xs:double"/>
    <part name="ATotalOpen" type="xs:double"/>
    <part name="ATotalInvoiced" type="xs:double"/>
    <part name="ATotalReconciled" type="xs:double"/>
    <part name="AAdvancedPayment" type="xs:double"/>
    <part name="ACreditPaidwAP" type="xs:double"/>
  </message>
  <message name="GetAccountCreditRecap36Response">
    <part name="ATotalActivity" type="xs:double"/>
    <part name="ATotalPaid" type="xs:double"/>
    <part name="ATotalWriteoffs" type="xs:double"/>
    <part name="ATotalOpen" type="xs:double"/>
    <part name="ATotalInvoiced" type="xs:double"/>
    <part name="ATotalReconciled" type="xs:double"/>
    <part name="AAdvancedPayment" type="xs:double"/>
    <part name="ACreditPaidwAP" type="xs:double"/>
  </message>
  <message name="SetPaymentSettleTransaction37Request">
    <part name="APaymentIDs" type="ns2:TArrayOfInt"/>
    <part name="ATransactionId" type="xs:int"/>
  </message>
  <message name="SetPaymentSettleTransaction37Response"/>
  <message name="SaveCreditCardExtAuthDetails38Request">
    <part name="APaymentId" type="xs:int"/>
    <part name="AExtCCAuthXML" type="xs:string"/>
  </message>
  <message name="SaveCreditCardExtAuthDetails38Response"/>
  <message name="GetCreditCardRetrivialInfo39Request">
    <part name="APaymentId" type="xs:int"/>
    <part name="APaymentAmount" type="xs:double"/>
    <part name="ASequenceNumber" type="xs:int"/>
    <part name="ARetrivialReference" type="xs:string"/>
    <part name="APaymentSubType" type="xs:int"/>
  </message>
  <message name="GetCreditCardRetrivialInfo39Response">
    <part name="APaymentAmount" type="xs:double"/>
    <part name="ASequenceNumber" type="xs:int"/>
    <part name="ARetrivialReference" type="xs:string"/>
    <part name="APaymentSubType" type="xs:int"/>
  </message>
  <message name="GetCreditCardExtraInfos40Request">
    <part name="APaymentId" type="xs:int"/>
  </message>
  <message name="GetCreditCardExtraInfos40Response">
    <part name="APaymentAmount" type="xs:double"/>
    <part name="ASequenceNumber" type="xs:int"/>
    <part name="ARetrivialReference" type="xs:string"/>
    <part name="APaymentSubType" type="xs:int"/>
    <part name="AAuthCode" type="xs:string"/>
    <part name="AAcqRefData" type="xs:string"/>
    <part name="AProcessData" type="xs:string"/>
    <part name="ARecordNo" type="xs:string"/>
    <part name="ATransactionType" type="xs:int"/>
    <part name="AInputType" type="xs:int"/>
  </message>
  <message name="GetCreditCardExtraInfos241Request">
    <part name="APaymentId" type="xs:int"/>
  </message>
  <message name="GetCreditCardExtraInfos241Response">
    <part name="APaymentAmount" type="xs:double"/>
    <part name="ASequenceNumber" type="xs:int"/>
    <part name="ARetrivialReference" type="xs:string"/>
    <part name="APaymentSubType" type="xs:int"/>
    <part name="AAuthCode" type="xs:string"/>
    <part name="AAcqRefData" type="xs:string"/>
    <part name="AProcessData" type="xs:string"/>
    <part name="ARecordNo" type="xs:string"/>
    <part name="ATransactionType" type="xs:int"/>
    <part name="AInputType" type="xs:int"/>
    <part name="CardNumber" type="xs:string"/>
    <part name="CardName" type="xs:string"/>
    <part name="PaymentDate" type="xs:dateTime"/>
    <part name="MetaToken" type="xs:string"/>
  </message>
  <message name="GetCreditCardExtraInfosAppid42Request">
    <part name="APaymentId" type="xs:int"/>
  </message>
  <message name="GetCreditCardExtraInfosAppid42Response">
    <part name="APaymentAmount" type="xs:double"/>
    <part name="ASequenceNumber" type="xs:int"/>
    <part name="ARetrivialReference" type="xs:string"/>
    <part name="APaymentSubType" type="xs:int"/>
    <part name="AAuthCode" type="xs:string"/>
    <part name="AAcqRefData" type="xs:string"/>
    <part name="AProcessData" type="xs:string"/>
    <part name="ARecordNo" type="xs:string"/>
    <part name="ATransactionType" type="xs:int"/>
    <part name="AInputType" type="xs:int"/>
    <part name="CardNumber" type="xs:string"/>
    <part name="CardName" type="xs:string"/>
    <part name="PaymentDate" type="xs:dateTime"/>
    <part name="MetaToken" type="xs:string"/>
    <part name="AppId" type="xs:string"/>
  </message>
  <message name="SaveCreditCardExtraInfos43Request">
    <part name="APaymentId" type="xs:int"/>
    <part name="ASequenceNumber" type="xs:int"/>
    <part name="ARetrivialReference" type="xs:string"/>
    <part name="AAcqRefData" type="xs:string"/>
    <part name="AProcessData" type="xs:string"/>
    <part name="ARecordNo" type="xs:string"/>
  </message>
  <message name="SaveCreditCardExtraInfos43Response"/>
  <message name="GetSaleItemListByPaymentId44Request">
    <part name="APaymentId" type="xs:int"/>
  </message>
  <message name="GetSaleItemListByPaymentId44Response">
    <part name="return" type="xs:string"/>
  </message>
  <message name="GetProductCodeNameByPaymentId45Request">
    <part name="APaymentId" type="xs:int"/>
    <part name="ACode" type="xs:string"/>
    <part name="AName" type="xs:string"/>
    <part name="ATaxType" type="xs:int"/>
  </message>
  <message name="GetProductCodeNameByPaymentId45Response">
    <part name="ACode" type="xs:string"/>
    <part name="AName" type="xs:string"/>
    <part name="ATaxType" type="xs:int"/>
  </message>
  <message name="GetCreditCardExtraInfos346Request">
    <part name="APaymentId" type="xs:int"/>
  </message>
  <message name="GetCreditCardExtraInfos346Response">
    <part name="return" type="xs:string"/>
  </message>
  <message name="FindPaymentTransactionBySaleId47Request">
    <part name="ASaleID" type="xs:int"/>
  </message>
  <message name="FindPaymentTransactionBySaleId47Response">
    <part name="return" type="xs:int"/>
  </message>
  <message name="CheckCreditCardDefault48Request">
    <part name="PaymentCardId" type="xs:int"/>
  </message>
  <message name="CheckCreditCardDefault48Response">
    <part name="PaymentCardId" type="xs:int"/>
    <part name="return" type="xs:boolean"/>
  </message>
  <message name="SetCreditPaymentForReconcileVoucher49Request">
    <part name="ATransactionId" type="xs:int"/>
  </message>
  <message name="SetCreditPaymentForReconcileVoucher49Response"/>
  <message name="FindPaymentIdFromPaymentCode50Request">
    <part name="APaymentCode" type="xs:string"/>
    <part name="APaymentType" type="xs:int"/>
  </message>
  <message name="FindPaymentIdFromPaymentCode50Response">
    <part name="APaymentType" type="xs:int"/>
    <part name="return" type="xs:int"/>
  </message>
  <message name="GetPaymentCode51Request">
    <part name="APaymentId" type="xs:int"/>
  </message>
  <message name="GetPaymentCode51Response">
    <part name="return" type="xs:string"/>
  </message>
  <message name="CheckPaymentMethodIdExists52Request">
    <part name="APaymentMethodId" type="xs:int"/>
  </message>
  <message name="CheckPaymentMethodIdExists52Response">
    <part name="return" type="xs:boolean"/>
  </message>
  <message name="ChangeCreditDueDate53Request">
    <part name="APaymentIDs" type="ns2:TArrayOfInt"/>
    <part name="ADueDate" type="xs:double"/>
  </message>
  <message name="ChangeCreditDueDate53Response">
    <part name="return" type="xs:int"/>
  </message>
  <message name="GetMoneyCardAccountXML54Request">
    <part name="AAccountId" type="xs:int"/>
    <part name="AAmountToPay" type="xs:double"/>
  </message>
  <message name="GetMoneyCardAccountXML54Response">
    <part name="return" type="xs:string"/>
  </message>
  <message name="SetPaymentChangeAmount55Request">
    <part name="APaymentId" type="xs:int"/>
    <part name="AChangeAmount" type="xs:double"/>
    <part name="AChangeType" type="xs:int"/>
  </message>
  <message name="SetPaymentChangeAmount55Response"/>
  <message name="GetSurveyIdsFromSale56Request">
    <part name="ASaleId" type="xs:int"/>
  </message>
  <message name="GetSurveyIdsFromSale56Response">
    <part name="return" type="ns2:TArrayOfInt"/>
  </message>
  <message name="GetSurveyIdsFromTransaction57Request">
    <part name="ATransactionId" type="xs:int"/>
  </message>
  <message name="GetSurveyIdsFromTransaction57Response">
    <part name="return" type="ns2:TArrayOfInt"/>
  </message>
  <message name="GetPaymentIdByAK58Request">
    <part name="APaymentAk" type="xs:string"/>
  </message>
  <message name="GetPaymentIdByAK58Response">
    <part name="APaymentType" type="xs:int"/>
    <part name="return" type="xs:int"/>
  </message>
  <message name="ProcessVoucherPayment59Request">
    <part name="ASaleId" type="xs:int"/>
    <part name="ATransactionId" type="xs:int"/>
  </message>
  <message name="ProcessVoucherPayment59Response"/>
  <message name="TransHasDonation60Request">
    <part name="ATransactionId" type="xs:int"/>
  </message>
  <message name="TransHasDonation60Response">
    <part name="return" type="xs:boolean"/>
  </message>
  <message name="GetTransTotalPaymentAmount61Request">
    <part name="ATransactionId" type="xs:int"/>
  </message>
  <message name="GetTransTotalPaymentAmount61Response">
    <part name="return" type="xs:double"/>
  </message>
  <message name="ReservationHasDeposit62Request">
    <part name="ASaleId" type="xs:int"/>
    <part name="AAmount" type="xs:anyType"/>
    <part name="ATotalFees" type="xs:anyType"/>
  </message>
  <message name="ReservationHasDeposit62Response">
    <part name="AAmount" type="xs:anyType"/>
    <part name="ATotalFees" type="xs:anyType"/>
    <part name="return" type="xs:boolean"/>
  </message>
  <message name="ReservationHasApprovedPayment63Request">
    <part name="ASaleId" type="xs:int"/>
    <part name="AAmount" type="xs:anyType"/>
    <part name="ATotalFees" type="xs:anyType"/>
  </message>
  <message name="ReservationHasApprovedPayment63Response">
    <part name="AAmount" type="xs:anyType"/>
    <part name="ATotalFees" type="xs:anyType"/>
    <part name="return" type="xs:boolean"/>
  </message>
  <message name="ReservationHasDepositBalanced64Request">
    <part name="ASaleId" type="xs:int"/>
  </message>
  <message name="ReservationHasDepositBalanced64Response">
    <part name="return" type="xs:boolean"/>
  </message>
  <message name="FindTransactionIdByPaymentId65Request">
    <part name="APaymentId" type="xs:int"/>
  </message>
  <message name="FindTransactionIdByPaymentId65Response">
    <part name="return" type="xs:int"/>
  </message>
  <message name="GetPaymentMethodIdByPaymentId66Request">
    <part name="APaymentId" type="xs:int"/>
  </message>
  <message name="GetPaymentMethodIdByPaymentId66Response">
    <part name="return" type="xs:int"/>
  </message>
  <message name="GetSumPaymentTypeUserIdDate67Request">
    <part name="PaymentDate" type="xs:dateTime"/>
    <part name="UserId" type="xs:int"/>
    <part name="PaymentType" type="xs:int"/>
  </message>
  <message name="GetSumPaymentTypeUserIdDate67Response">
    <part name="return" type="xs:double"/>
  </message>
  <message name="ClosePaymentBottomLine68Request">
    <part name="aTransactionId" type="xs:int"/>
    <part name="PaymentAmount" type="xs:double"/>
  </message>
  <message name="ClosePaymentBottomLine68Response">
    <part name="return" type="xs:boolean"/>
  </message>
  <message name="GetPaymentMethodsByTransId69Request">
    <part name="ATransactionId" type="xs:int"/>
  </message>
  <message name="GetPaymentMethodsByTransId69Response">
    <part name="return" type="ns2:TArrayOfInt"/>
  </message>
  <message name="GetPaymentIdsByTransId70Request">
    <part name="ATransactionId" type="xs:int"/>
  </message>
  <message name="GetPaymentIdsByTransId70Response">
    <part name="return" type="ns2:TArrayOfInt"/>
  </message>
  <message name="ReservationHasDepositToBeConfirmed71Request">
    <part name="ASaleId" type="xs:int"/>
  </message>
  <message name="ReservationHasDepositToBeConfirmed71Response">
    <part name="return" type="xs:boolean"/>
  </message>
  <message name="GetPaymentConfirmationStatusBySaleId72Request">
    <part name="ASaleId" type="xs:int"/>
  </message>
  <message name="GetPaymentConfirmationStatusBySaleId72Response">
    <part name="return" type="xs:int"/>
  </message>
  <message name="UpdatePaymentMethodForFlexPayment73Request">
    <part name="aPaymentId" type="xs:int"/>
    <part name="aPaymentMethodId" type="xs:int"/>
  </message>
  <message name="UpdatePaymentMethodForFlexPayment73Response"/>
  <message name="GetPaymentMethodIdForAdvancedPayment74Request"/>
  <message name="GetPaymentMethodIdForAdvancedPayment74Response">
    <part name="return" type="xs:int"/>
  </message>
  <message name="InitAdvancedPayment75Request">
    <part name="AdvTransactionId" type="xs:int"/>
    <part name="AdvAmount" type="xs:double"/>
  </message>
  <message name="InitAdvancedPayment75Response"/>
  <message name="GetPaymentTypeFromId76Request">
    <part name="aPaymentMethodId" type="xs:int"/>
  </message>
  <message name="GetPaymentTypeFromId76Response">
    <part name="return" type="xs:int"/>
  </message>
  <message name="IsAPaymentTypeToAvoidForFreeTickets77Request">
    <part name="APaymentType" type="xs:int"/>
  </message>
  <message name="IsAPaymentTypeToAvoidForFreeTickets77Response">
    <part name="return" type="xs:boolean"/>
  </message>
  <portType name="IWsDBPayment">
    <operation name="GetDataById">
      <input message="tns:GetDataById0Request"/>
      <output message="tns:GetDataById0Response"/>
    </operation>
    <operation name="GetDataByIds">
      <input message="tns:GetDataByIds1Request"/>
      <output message="tns:GetDataByIds1Response"/>
    </operation>
    <operation name="GetDataByParams">
      <input message="tns:GetDataByParams2Request"/>
      <output message="tns:GetDataByParams2Response"/>
    </operation>
    <operation name="GetNewObjectDefault">
      <input message="tns:GetNewObjectDefault3Request"/>
      <output message="tns:GetNewObjectDefault3Response"/>
    </operation>
    <operation name="ApplyChanges">
      <input message="tns:ApplyChanges4Request"/>
      <output message="tns:ApplyChanges4Response"/>
    </operation>
    <operation name="ApplyChanges2">
      <input message="tns:ApplyChanges25Request"/>
      <output message="tns:ApplyChanges25Response"/>
    </operation>
    <operation name="GetRootWithSchema">
      <input message="tns:GetRootWithSchema6Request"/>
      <output message="tns:GetRootWithSchema6Response"/>
    </operation>
    <operation name="GetDataAll">
      <input message="tns:GetDataAll7Request"/>
      <output message="tns:GetDataAll7Response"/>
    </operation>
    <operation name="Validate">
      <input message="tns:Validate8Request"/>
      <output message="tns:Validate8Response"/>
    </operation>
    <operation name="GetAccountIdFromPaymentCredit">
      <input message="tns:GetAccountIdFromPaymentCredit9Request"/>
      <output message="tns:GetAccountIdFromPaymentCredit9Response"/>
    </operation>
    <operation name="GetAccountIdFromPaymentB2B">
      <input message="tns:GetAccountIdFromPaymentB2B10Request"/>
      <output message="tns:GetAccountIdFromPaymentB2B10Response"/>
    </operation>
    <operation name="LoadPayment">
      <input message="tns:LoadPayment11Request"/>
      <output message="tns:LoadPayment11Response"/>
    </operation>
    <operation name="GetPaymentMethods">
      <input message="tns:GetPaymentMethods12Request"/>
      <output message="tns:GetPaymentMethods12Response"/>
    </operation>
    <operation name="GetPaymentMethodsForAuth">
      <input message="tns:GetPaymentMethodsForAuth13Request"/>
      <output message="tns:GetPaymentMethodsForAuth13Response"/>
    </operation>
    <operation name="InitPayments">
      <input message="tns:InitPayments14Request"/>
      <output message="tns:InitPayments14Response"/>
    </operation>
    <operation name="SetPaymentStatus">
      <input message="tns:SetPaymentStatus15Request"/>
      <output message="tns:SetPaymentStatus15Response"/>
    </operation>
    <operation name="SetPaymentAmount">
      <input message="tns:SetPaymentAmount16Request"/>
      <output message="tns:SetPaymentAmount16Response"/>
    </operation>
    <operation name="SetDonationAmount">
      <input message="tns:SetDonationAmount17Request"/>
      <output message="tns:SetDonationAmount17Response"/>
    </operation>
    <operation name="SetTipsAmount">
      <input message="tns:SetTipsAmount18Request"/>
      <output message="tns:SetTipsAmount18Response"/>
    </operation>
    <operation name="SetPaymentCardStatus">
      <input message="tns:SetPaymentCardStatus19Request"/>
      <output message="tns:SetPaymentCardStatus19Response"/>
    </operation>
    <operation name="SetProcessingPaymentCard">
      <input message="tns:SetProcessingPaymentCard20Request"/>
      <output message="tns:SetProcessingPaymentCard20Response"/>
    </operation>
    <operation name="SetPaymentCardAuthCode">
      <input message="tns:SetPaymentCardAuthCode21Request"/>
      <output message="tns:SetPaymentCardAuthCode21Response"/>
    </operation>
    <operation name="SetPaymentCardAuthData">
      <input message="tns:SetPaymentCardAuthData22Request"/>
      <output message="tns:SetPaymentCardAuthData22Response"/>
    </operation>
    <operation name="GetPaymentFlexAKById">
      <input message="tns:GetPaymentFlexAKById23Request"/>
      <output message="tns:GetPaymentFlexAKById23Response"/>
    </operation>
    <operation name="FindPaymentFlexIdByAK">
      <input message="tns:FindPaymentFlexIdByAK24Request"/>
      <output message="tns:FindPaymentFlexIdByAK24Response"/>
    </operation>
    <operation name="GetPaymentFlexIdByAK">
      <input message="tns:GetPaymentFlexIdByAK25Request"/>
      <output message="tns:GetPaymentFlexIdByAK25Response"/>
    </operation>
    <operation name="ChangeFlexPaymentAccount">
      <input message="tns:ChangeFlexPaymentAccount26Request"/>
      <output message="tns:ChangeFlexPaymentAccount26Response"/>
    </operation>
    <operation name="AddFlexPaymentAccount">
      <input message="tns:AddFlexPaymentAccount27Request"/>
      <output message="tns:AddFlexPaymentAccount27Response"/>
    </operation>
    <operation name="BosChangeFlexPaymentAccount">
      <input message="tns:BosChangeFlexPaymentAccount28Request"/>
      <output message="tns:BosChangeFlexPaymentAccount28Response"/>
    </operation>
    <operation name="GetPaymentInfoDataByCode">
      <input message="tns:GetPaymentInfoDataByCode29Request"/>
      <output message="tns:GetPaymentInfoDataByCode29Response"/>
    </operation>
    <operation name="ReconcileCreditPayments">
      <input message="tns:ReconcileCreditPayments30Request"/>
      <output message="tns:ReconcileCreditPayments30Response"/>
    </operation>
    <operation name="CleanNotProcessedPayments">
      <input message="tns:CleanNotProcessedPayments31Request"/>
      <output message="tns:CleanNotProcessedPayments31Response"/>
    </operation>
    <operation name="FlexManualPayment">
      <input message="tns:FlexManualPayment32Request"/>
      <output message="tns:FlexManualPayment32Response"/>
    </operation>
    <operation name="FlexWebPayment">
      <input message="tns:FlexWebPayment33Request"/>
      <output message="tns:FlexWebPayment33Response"/>
    </operation>
    <operation name="SetPaymentCreditStatus">
      <input message="tns:SetPaymentCreditStatus34Request"/>
      <output message="tns:SetPaymentCreditStatus34Response"/>
    </operation>
    <operation name="SetPaymentCreditsAsWrittenOff">
      <input message="tns:SetPaymentCreditsAsWrittenOff35Request"/>
      <output message="tns:SetPaymentCreditsAsWrittenOff35Response"/>
    </operation>
    <operation name="GetAccountCreditRecap">
      <input message="tns:GetAccountCreditRecap36Request"/>
      <output message="tns:GetAccountCreditRecap36Response"/>
    </operation>
    <operation name="SetPaymentSettleTransaction">
      <input message="tns:SetPaymentSettleTransaction37Request"/>
      <output message="tns:SetPaymentSettleTransaction37Response"/>
    </operation>
    <operation name="SaveCreditCardExtAuthDetails">
      <input message="tns:SaveCreditCardExtAuthDetails38Request"/>
      <output message="tns:SaveCreditCardExtAuthDetails38Response"/>
    </operation>
    <operation name="GetCreditCardRetrivialInfo">
      <input message="tns:GetCreditCardRetrivialInfo39Request"/>
      <output message="tns:GetCreditCardRetrivialInfo39Response"/>
    </operation>
    <operation name="GetCreditCardExtraInfos">
      <input message="tns:GetCreditCardExtraInfos40Request"/>
      <output message="tns:GetCreditCardExtraInfos40Response"/>
    </operation>
    <operation name="GetCreditCardExtraInfos2">
      <input message="tns:GetCreditCardExtraInfos241Request"/>
      <output message="tns:GetCreditCardExtraInfos241Response"/>
    </operation>
    <operation name="GetCreditCardExtraInfosAppid">
      <input message="tns:GetCreditCardExtraInfosAppid42Request"/>
      <output message="tns:GetCreditCardExtraInfosAppid42Response"/>
    </operation>
    <operation name="SaveCreditCardExtraInfos">
      <input message="tns:SaveCreditCardExtraInfos43Request"/>
      <output message="tns:SaveCreditCardExtraInfos43Response"/>
    </operation>
    <operation name="GetSaleItemListByPaymentId">
      <input message="tns:GetSaleItemListByPaymentId44Request"/>
      <output message="tns:GetSaleItemListByPaymentId44Response"/>
    </operation>
    <operation name="GetProductCodeNameByPaymentId">
      <input message="tns:GetProductCodeNameByPaymentId45Request"/>
      <output message="tns:GetProductCodeNameByPaymentId45Response"/>
    </operation>
    <operation name="GetCreditCardExtraInfos3">
      <input message="tns:GetCreditCardExtraInfos346Request"/>
      <output message="tns:GetCreditCardExtraInfos346Response"/>
    </operation>
    <operation name="FindPaymentTransactionBySaleId">
      <input message="tns:FindPaymentTransactionBySaleId47Request"/>
      <output message="tns:FindPaymentTransactionBySaleId47Response"/>
    </operation>
    <operation name="CheckCreditCardDefault">
      <input message="tns:CheckCreditCardDefault48Request"/>
      <output message="tns:CheckCreditCardDefault48Response"/>
    </operation>
    <operation name="SetCreditPaymentForReconcileVoucher">
      <input message="tns:SetCreditPaymentForReconcileVoucher49Request"/>
      <output message="tns:SetCreditPaymentForReconcileVoucher49Response"/>
    </operation>
    <operation name="FindPaymentIdFromPaymentCode">
      <input message="tns:FindPaymentIdFromPaymentCode50Request"/>
      <output message="tns:FindPaymentIdFromPaymentCode50Response"/>
    </operation>
    <operation name="GetPaymentCode">
      <input message="tns:GetPaymentCode51Request"/>
      <output message="tns:GetPaymentCode51Response"/>
    </operation>
    <operation name="CheckPaymentMethodIdExists">
      <input message="tns:CheckPaymentMethodIdExists52Request"/>
      <output message="tns:CheckPaymentMethodIdExists52Response"/>
    </operation>
    <operation name="ChangeCreditDueDate">
      <input message="tns:ChangeCreditDueDate53Request"/>
      <output message="tns:ChangeCreditDueDate53Response"/>
    </operation>
    <operation name="GetMoneyCardAccountXML">
      <input message="tns:GetMoneyCardAccountXML54Request"/>
      <output message="tns:GetMoneyCardAccountXML54Response"/>
    </operation>
    <operation name="SetPaymentChangeAmount">
      <input message="tns:SetPaymentChangeAmount55Request"/>
      <output message="tns:SetPaymentChangeAmount55Response"/>
    </operation>
    <operation name="GetSurveyIdsFromSale">
      <input message="tns:GetSurveyIdsFromSale56Request"/>
      <output message="tns:GetSurveyIdsFromSale56Response"/>
    </operation>
    <operation name="GetSurveyIdsFromTransaction">
      <input message="tns:GetSurveyIdsFromTransaction57Request"/>
      <output message="tns:GetSurveyIdsFromTransaction57Response"/>
    </operation>
    <operation name="GetPaymentIdByAK">
      <input message="tns:GetPaymentIdByAK58Request"/>
      <output message="tns:GetPaymentIdByAK58Response"/>
    </operation>
    <operation name="ProcessVoucherPayment">
      <input message="tns:ProcessVoucherPayment59Request"/>
      <output message="tns:ProcessVoucherPayment59Response"/>
    </operation>
    <operation name="TransHasDonation">
      <input message="tns:TransHasDonation60Request"/>
      <output message="tns:TransHasDonation60Response"/>
    </operation>
    <operation name="GetTransTotalPaymentAmount">
      <input message="tns:GetTransTotalPaymentAmount61Request"/>
      <output message="tns:GetTransTotalPaymentAmount61Response"/>
    </operation>
    <operation name="ReservationHasDeposit">
      <input message="tns:ReservationHasDeposit62Request"/>
      <output message="tns:ReservationHasDeposit62Response"/>
    </operation>
    <operation name="ReservationHasApprovedPayment">
      <input message="tns:ReservationHasApprovedPayment63Request"/>
      <output message="tns:ReservationHasApprovedPayment63Response"/>
    </operation>
    <operation name="ReservationHasDepositBalanced">
      <input message="tns:ReservationHasDepositBalanced64Request"/>
      <output message="tns:ReservationHasDepositBalanced64Response"/>
    </operation>
    <operation name="FindTransactionIdByPaymentId">
      <input message="tns:FindTransactionIdByPaymentId65Request"/>
      <output message="tns:FindTransactionIdByPaymentId65Response"/>
    </operation>
    <operation name="GetPaymentMethodIdByPaymentId">
      <input message="tns:GetPaymentMethodIdByPaymentId66Request"/>
      <output message="tns:GetPaymentMethodIdByPaymentId66Response"/>
    </operation>
    <operation name="GetSumPaymentTypeUserIdDate">
      <input message="tns:GetSumPaymentTypeUserIdDate67Request"/>
      <output message="tns:GetSumPaymentTypeUserIdDate67Response"/>
    </operation>
    <operation name="ClosePaymentBottomLine">
      <input message="tns:ClosePaymentBottomLine68Request"/>
      <output message="tns:ClosePaymentBottomLine68Response"/>
    </operation>
    <operation name="GetPaymentMethodsByTransId">
      <input message="tns:GetPaymentMethodsByTransId69Request"/>
      <output message="tns:GetPaymentMethodsByTransId69Response"/>
    </operation>
    <operation name="GetPaymentIdsByTransId">
      <input message="tns:GetPaymentIdsByTransId70Request"/>
      <output message="tns:GetPaymentIdsByTransId70Response"/>
    </operation>
    <operation name="ReservationHasDepositToBeConfirmed">
      <input message="tns:ReservationHasDepositToBeConfirmed71Request"/>
      <output message="tns:ReservationHasDepositToBeConfirmed71Response"/>
    </operation>
    <operation name="GetPaymentConfirmationStatusBySaleId">
      <input message="tns:GetPaymentConfirmationStatusBySaleId72Request"/>
      <output message="tns:GetPaymentConfirmationStatusBySaleId72Response"/>
    </operation>
    <operation name="UpdatePaymentMethodForFlexPayment">
      <input message="tns:UpdatePaymentMethodForFlexPayment73Request"/>
      <output message="tns:UpdatePaymentMethodForFlexPayment73Response"/>
    </operation>
    <operation name="GetPaymentMethodIdForAdvancedPayment">
      <input message="tns:GetPaymentMethodIdForAdvancedPayment74Request"/>
      <output message="tns:GetPaymentMethodIdForAdvancedPayment74Response"/>
    </operation>
    <operation name="InitAdvancedPayment">
      <input message="tns:InitAdvancedPayment75Request"/>
      <output message="tns:InitAdvancedPayment75Response"/>
    </operation>
    <operation name="GetPaymentTypeFromId">
      <input message="tns:GetPaymentTypeFromId76Request"/>
      <output message="tns:GetPaymentTypeFromId76Response"/>
    </operation>
    <operation name="IsAPaymentTypeToAvoidForFreeTickets">
      <input message="tns:IsAPaymentTypeToAvoidForFreeTickets77Request"/>
      <output message="tns:IsAPaymentTypeToAvoidForFreeTickets77Response"/>
    </operation>
  </portType>
  <binding name="IWsDBPaymentbinding" type="tns:IWsDBPayment">
    <binding xmlns="http://schemas.xmlsoap.org/wsdl/soap/" style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
    <operation name="GetDataById">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBPaymentIntf-IWsDBPayment#GetDataById" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPaymentIntf-IWsDBPayment"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPaymentIntf-IWsDBPayment"/>
      </output>
    </operation>
    <operation name="GetDataByIds">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBPaymentIntf-IWsDBPayment#GetDataByIds" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPaymentIntf-IWsDBPayment"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPaymentIntf-IWsDBPayment"/>
      </output>
    </operation>
    <operation name="GetDataByParams">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBPaymentIntf-IWsDBPayment#GetDataByParams" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPaymentIntf-IWsDBPayment"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPaymentIntf-IWsDBPayment"/>
      </output>
    </operation>
    <operation name="GetNewObjectDefault">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBPaymentIntf-IWsDBPayment#GetNewObjectDefault" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPaymentIntf-IWsDBPayment"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPaymentIntf-IWsDBPayment"/>
      </output>
    </operation>
    <operation name="ApplyChanges">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBPaymentIntf-IWsDBPayment#ApplyChanges" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPaymentIntf-IWsDBPayment"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPaymentIntf-IWsDBPayment"/>
      </output>
    </operation>
    <operation name="ApplyChanges2">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBPaymentIntf-IWsDBPayment#ApplyChanges2" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPaymentIntf-IWsDBPayment"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPaymentIntf-IWsDBPayment"/>
      </output>
    </operation>
    <operation name="GetRootWithSchema">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBPaymentIntf-IWsDBPayment#GetRootWithSchema" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPaymentIntf-IWsDBPayment"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPaymentIntf-IWsDBPayment"/>
      </output>
    </operation>
    <operation name="GetDataAll">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBPaymentIntf-IWsDBPayment#GetDataAll" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPaymentIntf-IWsDBPayment"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPaymentIntf-IWsDBPayment"/>
      </output>
    </operation>
    <operation name="Validate">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBPaymentIntf-IWsDBPayment#Validate" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPaymentIntf-IWsDBPayment"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPaymentIntf-IWsDBPayment"/>
      </output>
    </operation>
    <operation name="GetAccountIdFromPaymentCredit">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBPaymentIntf-IWsDBPayment#GetAccountIdFromPaymentCredit" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPaymentIntf-IWsDBPayment"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPaymentIntf-IWsDBPayment"/>
      </output>
    </operation>
    <operation name="GetAccountIdFromPaymentB2B">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBPaymentIntf-IWsDBPayment#GetAccountIdFromPaymentB2B" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPaymentIntf-IWsDBPayment"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPaymentIntf-IWsDBPayment"/>
      </output>
    </operation>
    <operation name="LoadPayment">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBPaymentIntf-IWsDBPayment#LoadPayment" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPaymentIntf-IWsDBPayment"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPaymentIntf-IWsDBPayment"/>
      </output>
    </operation>
    <operation name="GetPaymentMethods">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBPaymentIntf-IWsDBPayment#GetPaymentMethods" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPaymentIntf-IWsDBPayment"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPaymentIntf-IWsDBPayment"/>
      </output>
    </operation>
    <operation name="GetPaymentMethodsForAuth">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBPaymentIntf-IWsDBPayment#GetPaymentMethodsForAuth" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPaymentIntf-IWsDBPayment"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPaymentIntf-IWsDBPayment"/>
      </output>
    </operation>
    <operation name="InitPayments">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBPaymentIntf-IWsDBPayment#InitPayments" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPaymentIntf-IWsDBPayment"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPaymentIntf-IWsDBPayment"/>
      </output>
    </operation>
    <operation name="SetPaymentStatus">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBPaymentIntf-IWsDBPayment#SetPaymentStatus" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPaymentIntf-IWsDBPayment"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPaymentIntf-IWsDBPayment"/>
      </output>
    </operation>
    <operation name="SetPaymentAmount">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBPaymentIntf-IWsDBPayment#SetPaymentAmount" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPaymentIntf-IWsDBPayment"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPaymentIntf-IWsDBPayment"/>
      </output>
    </operation>
    <operation name="SetDonationAmount">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBPaymentIntf-IWsDBPayment#SetDonationAmount" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPaymentIntf-IWsDBPayment"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPaymentIntf-IWsDBPayment"/>
      </output>
    </operation>
    <operation name="SetTipsAmount">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBPaymentIntf-IWsDBPayment#SetTipsAmount" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPaymentIntf-IWsDBPayment"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPaymentIntf-IWsDBPayment"/>
      </output>
    </operation>
    <operation name="SetPaymentCardStatus">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBPaymentIntf-IWsDBPayment#SetPaymentCardStatus" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPaymentIntf-IWsDBPayment"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPaymentIntf-IWsDBPayment"/>
      </output>
    </operation>
    <operation name="SetProcessingPaymentCard">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBPaymentIntf-IWsDBPayment#SetProcessingPaymentCard" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPaymentIntf-IWsDBPayment"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPaymentIntf-IWsDBPayment"/>
      </output>
    </operation>
    <operation name="SetPaymentCardAuthCode">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBPaymentIntf-IWsDBPayment#SetPaymentCardAuthCode" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPaymentIntf-IWsDBPayment"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPaymentIntf-IWsDBPayment"/>
      </output>
    </operation>
    <operation name="SetPaymentCardAuthData">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBPaymentIntf-IWsDBPayment#SetPaymentCardAuthData" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPaymentIntf-IWsDBPayment"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPaymentIntf-IWsDBPayment"/>
      </output>
    </operation>
    <operation name="GetPaymentFlexAKById">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBPaymentIntf-IWsDBPayment#GetPaymentFlexAKById" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPaymentIntf-IWsDBPayment"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPaymentIntf-IWsDBPayment"/>
      </output>
    </operation>
    <operation name="FindPaymentFlexIdByAK">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBPaymentIntf-IWsDBPayment#FindPaymentFlexIdByAK" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPaymentIntf-IWsDBPayment"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPaymentIntf-IWsDBPayment"/>
      </output>
    </operation>
    <operation name="GetPaymentFlexIdByAK">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBPaymentIntf-IWsDBPayment#GetPaymentFlexIdByAK" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPaymentIntf-IWsDBPayment"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPaymentIntf-IWsDBPayment"/>
      </output>
    </operation>
    <operation name="ChangeFlexPaymentAccount">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBPaymentIntf-IWsDBPayment#ChangeFlexPaymentAccount" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPaymentIntf-IWsDBPayment"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPaymentIntf-IWsDBPayment"/>
      </output>
    </operation>
    <operation name="AddFlexPaymentAccount">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBPaymentIntf-IWsDBPayment#AddFlexPaymentAccount" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPaymentIntf-IWsDBPayment"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPaymentIntf-IWsDBPayment"/>
      </output>
    </operation>
    <operation name="BosChangeFlexPaymentAccount">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBPaymentIntf-IWsDBPayment#BosChangeFlexPaymentAccount" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPaymentIntf-IWsDBPayment"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPaymentIntf-IWsDBPayment"/>
      </output>
    </operation>
    <operation name="GetPaymentInfoDataByCode">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBPaymentIntf-IWsDBPayment#GetPaymentInfoDataByCode" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPaymentIntf-IWsDBPayment"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPaymentIntf-IWsDBPayment"/>
      </output>
    </operation>
    <operation name="ReconcileCreditPayments">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBPaymentIntf-IWsDBPayment#ReconcileCreditPayments" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPaymentIntf-IWsDBPayment"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPaymentIntf-IWsDBPayment"/>
      </output>
    </operation>
    <operation name="CleanNotProcessedPayments">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBPaymentIntf-IWsDBPayment#CleanNotProcessedPayments" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPaymentIntf-IWsDBPayment"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPaymentIntf-IWsDBPayment"/>
      </output>
    </operation>
    <operation name="FlexManualPayment">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBPaymentIntf-IWsDBPayment#FlexManualPayment" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPaymentIntf-IWsDBPayment"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPaymentIntf-IWsDBPayment"/>
      </output>
    </operation>
    <operation name="FlexWebPayment">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBPaymentIntf-IWsDBPayment#FlexWebPayment" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPaymentIntf-IWsDBPayment"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPaymentIntf-IWsDBPayment"/>
      </output>
    </operation>
    <operation name="SetPaymentCreditStatus">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBPaymentIntf-IWsDBPayment#SetPaymentCreditStatus" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPaymentIntf-IWsDBPayment"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPaymentIntf-IWsDBPayment"/>
      </output>
    </operation>
    <operation name="SetPaymentCreditsAsWrittenOff">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBPaymentIntf-IWsDBPayment#SetPaymentCreditsAsWrittenOff" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPaymentIntf-IWsDBPayment"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPaymentIntf-IWsDBPayment"/>
      </output>
    </operation>
    <operation name="GetAccountCreditRecap">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBPaymentIntf-IWsDBPayment#GetAccountCreditRecap" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPaymentIntf-IWsDBPayment"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPaymentIntf-IWsDBPayment"/>
      </output>
    </operation>
    <operation name="SetPaymentSettleTransaction">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBPaymentIntf-IWsDBPayment#SetPaymentSettleTransaction" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPaymentIntf-IWsDBPayment"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPaymentIntf-IWsDBPayment"/>
      </output>
    </operation>
    <operation name="SaveCreditCardExtAuthDetails">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBPaymentIntf-IWsDBPayment#SaveCreditCardExtAuthDetails" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPaymentIntf-IWsDBPayment"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPaymentIntf-IWsDBPayment"/>
      </output>
    </operation>
    <operation name="GetCreditCardRetrivialInfo">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBPaymentIntf-IWsDBPayment#GetCreditCardRetrivialInfo" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPaymentIntf-IWsDBPayment"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPaymentIntf-IWsDBPayment"/>
      </output>
    </operation>
    <operation name="GetCreditCardExtraInfos">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBPaymentIntf-IWsDBPayment#GetCreditCardExtraInfos" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPaymentIntf-IWsDBPayment"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPaymentIntf-IWsDBPayment"/>
      </output>
    </operation>
    <operation name="GetCreditCardExtraInfos2">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBPaymentIntf-IWsDBPayment#GetCreditCardExtraInfos2" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPaymentIntf-IWsDBPayment"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPaymentIntf-IWsDBPayment"/>
      </output>
    </operation>
    <operation name="GetCreditCardExtraInfosAppid">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBPaymentIntf-IWsDBPayment#GetCreditCardExtraInfosAppid" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPaymentIntf-IWsDBPayment"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPaymentIntf-IWsDBPayment"/>
      </output>
    </operation>
    <operation name="SaveCreditCardExtraInfos">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBPaymentIntf-IWsDBPayment#SaveCreditCardExtraInfos" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPaymentIntf-IWsDBPayment"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPaymentIntf-IWsDBPayment"/>
      </output>
    </operation>
    <operation name="GetSaleItemListByPaymentId">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBPaymentIntf-IWsDBPayment#GetSaleItemListByPaymentId" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPaymentIntf-IWsDBPayment"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPaymentIntf-IWsDBPayment"/>
      </output>
    </operation>
    <operation name="GetProductCodeNameByPaymentId">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBPaymentIntf-IWsDBPayment#GetProductCodeNameByPaymentId" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPaymentIntf-IWsDBPayment"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPaymentIntf-IWsDBPayment"/>
      </output>
    </operation>
    <operation name="GetCreditCardExtraInfos3">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBPaymentIntf-IWsDBPayment#GetCreditCardExtraInfos3" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPaymentIntf-IWsDBPayment"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPaymentIntf-IWsDBPayment"/>
      </output>
    </operation>
    <operation name="FindPaymentTransactionBySaleId">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBPaymentIntf-IWsDBPayment#FindPaymentTransactionBySaleId" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPaymentIntf-IWsDBPayment"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPaymentIntf-IWsDBPayment"/>
      </output>
    </operation>
    <operation name="CheckCreditCardDefault">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBPaymentIntf-IWsDBPayment#CheckCreditCardDefault" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPaymentIntf-IWsDBPayment"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPaymentIntf-IWsDBPayment"/>
      </output>
    </operation>
    <operation name="SetCreditPaymentForReconcileVoucher">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBPaymentIntf-IWsDBPayment#SetCreditPaymentForReconcileVoucher" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPaymentIntf-IWsDBPayment"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPaymentIntf-IWsDBPayment"/>
      </output>
    </operation>
    <operation name="FindPaymentIdFromPaymentCode">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBPaymentIntf-IWsDBPayment#FindPaymentIdFromPaymentCode" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPaymentIntf-IWsDBPayment"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPaymentIntf-IWsDBPayment"/>
      </output>
    </operation>
    <operation name="GetPaymentCode">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBPaymentIntf-IWsDBPayment#GetPaymentCode" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPaymentIntf-IWsDBPayment"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPaymentIntf-IWsDBPayment"/>
      </output>
    </operation>
    <operation name="CheckPaymentMethodIdExists">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBPaymentIntf-IWsDBPayment#CheckPaymentMethodIdExists" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPaymentIntf-IWsDBPayment"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPaymentIntf-IWsDBPayment"/>
      </output>
    </operation>
    <operation name="ChangeCreditDueDate">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBPaymentIntf-IWsDBPayment#ChangeCreditDueDate" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPaymentIntf-IWsDBPayment"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPaymentIntf-IWsDBPayment"/>
      </output>
    </operation>
    <operation name="GetMoneyCardAccountXML">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBPaymentIntf-IWsDBPayment#GetMoneyCardAccountXML" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPaymentIntf-IWsDBPayment"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPaymentIntf-IWsDBPayment"/>
      </output>
    </operation>
    <operation name="SetPaymentChangeAmount">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBPaymentIntf-IWsDBPayment#SetPaymentChangeAmount" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPaymentIntf-IWsDBPayment"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPaymentIntf-IWsDBPayment"/>
      </output>
    </operation>
    <operation name="GetSurveyIdsFromSale">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBPaymentIntf-IWsDBPayment#GetSurveyIdsFromSale" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPaymentIntf-IWsDBPayment"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPaymentIntf-IWsDBPayment"/>
      </output>
    </operation>
    <operation name="GetSurveyIdsFromTransaction">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBPaymentIntf-IWsDBPayment#GetSurveyIdsFromTransaction" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPaymentIntf-IWsDBPayment"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPaymentIntf-IWsDBPayment"/>
      </output>
    </operation>
    <operation name="GetPaymentIdByAK">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBPaymentIntf-IWsDBPayment#GetPaymentIdByAK" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPaymentIntf-IWsDBPayment"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPaymentIntf-IWsDBPayment"/>
      </output>
    </operation>
    <operation name="ProcessVoucherPayment">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBPaymentIntf-IWsDBPayment#ProcessVoucherPayment" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPaymentIntf-IWsDBPayment"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPaymentIntf-IWsDBPayment"/>
      </output>
    </operation>
    <operation name="TransHasDonation">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBPaymentIntf-IWsDBPayment#TransHasDonation" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPaymentIntf-IWsDBPayment"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPaymentIntf-IWsDBPayment"/>
      </output>
    </operation>
    <operation name="GetTransTotalPaymentAmount">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBPaymentIntf-IWsDBPayment#GetTransTotalPaymentAmount" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPaymentIntf-IWsDBPayment"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPaymentIntf-IWsDBPayment"/>
      </output>
    </operation>
    <operation name="ReservationHasDeposit">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBPaymentIntf-IWsDBPayment#ReservationHasDeposit" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPaymentIntf-IWsDBPayment"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPaymentIntf-IWsDBPayment"/>
      </output>
    </operation>
    <operation name="ReservationHasApprovedPayment">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBPaymentIntf-IWsDBPayment#ReservationHasApprovedPayment" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPaymentIntf-IWsDBPayment"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPaymentIntf-IWsDBPayment"/>
      </output>
    </operation>
    <operation name="ReservationHasDepositBalanced">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBPaymentIntf-IWsDBPayment#ReservationHasDepositBalanced" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPaymentIntf-IWsDBPayment"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPaymentIntf-IWsDBPayment"/>
      </output>
    </operation>
    <operation name="FindTransactionIdByPaymentId">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBPaymentIntf-IWsDBPayment#FindTransactionIdByPaymentId" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPaymentIntf-IWsDBPayment"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPaymentIntf-IWsDBPayment"/>
      </output>
    </operation>
    <operation name="GetPaymentMethodIdByPaymentId">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBPaymentIntf-IWsDBPayment#GetPaymentMethodIdByPaymentId" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPaymentIntf-IWsDBPayment"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPaymentIntf-IWsDBPayment"/>
      </output>
    </operation>
    <operation name="GetSumPaymentTypeUserIdDate">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBPaymentIntf-IWsDBPayment#GetSumPaymentTypeUserIdDate" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPaymentIntf-IWsDBPayment"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPaymentIntf-IWsDBPayment"/>
      </output>
    </operation>
    <operation name="ClosePaymentBottomLine">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBPaymentIntf-IWsDBPayment#ClosePaymentBottomLine" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPaymentIntf-IWsDBPayment"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPaymentIntf-IWsDBPayment"/>
      </output>
    </operation>
    <operation name="GetPaymentMethodsByTransId">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBPaymentIntf-IWsDBPayment#GetPaymentMethodsByTransId" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPaymentIntf-IWsDBPayment"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPaymentIntf-IWsDBPayment"/>
      </output>
    </operation>
    <operation name="GetPaymentIdsByTransId">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBPaymentIntf-IWsDBPayment#GetPaymentIdsByTransId" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPaymentIntf-IWsDBPayment"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPaymentIntf-IWsDBPayment"/>
      </output>
    </operation>
    <operation name="ReservationHasDepositToBeConfirmed">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBPaymentIntf-IWsDBPayment#ReservationHasDepositToBeConfirmed" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPaymentIntf-IWsDBPayment"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPaymentIntf-IWsDBPayment"/>
      </output>
    </operation>
    <operation name="GetPaymentConfirmationStatusBySaleId">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBPaymentIntf-IWsDBPayment#GetPaymentConfirmationStatusBySaleId" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPaymentIntf-IWsDBPayment"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPaymentIntf-IWsDBPayment"/>
      </output>
    </operation>
    <operation name="UpdatePaymentMethodForFlexPayment">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBPaymentIntf-IWsDBPayment#UpdatePaymentMethodForFlexPayment" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPaymentIntf-IWsDBPayment"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPaymentIntf-IWsDBPayment"/>
      </output>
    </operation>
    <operation name="GetPaymentMethodIdForAdvancedPayment">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBPaymentIntf-IWsDBPayment#GetPaymentMethodIdForAdvancedPayment" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPaymentIntf-IWsDBPayment"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPaymentIntf-IWsDBPayment"/>
      </output>
    </operation>
    <operation name="InitAdvancedPayment">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBPaymentIntf-IWsDBPayment#InitAdvancedPayment" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPaymentIntf-IWsDBPayment"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPaymentIntf-IWsDBPayment"/>
      </output>
    </operation>
    <operation name="GetPaymentTypeFromId">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBPaymentIntf-IWsDBPayment#GetPaymentTypeFromId" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPaymentIntf-IWsDBPayment"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPaymentIntf-IWsDBPayment"/>
      </output>
    </operation>
    <operation name="IsAPaymentTypeToAvoidForFreeTickets">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBPaymentIntf-IWsDBPayment#IsAPaymentTypeToAvoidForFreeTickets" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPaymentIntf-IWsDBPayment"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPaymentIntf-IWsDBPayment"/>
      </output>
    </operation>
  </binding>
  <service name="IWsDBPaymentservice">
    <port name="IWsDBPaymentPort" binding="tns:IWsDBPaymentbinding">
      <address xmlns="http://schemas.xmlsoap.org/wsdl/soap/" location="http://skc-isapi-b2c.vivaticket.com/BosServices.dll/soap/IWsDBPayment"/>
    </port>
  </service>
</definitions>

