<?xml version="1.0"?>
<definitions xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="IWsDBAccountservice" 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" xmlns:ns3="urn:WsDBAccountIntf" xmlns:ns4="urn:System.Generics.Collections">
  <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:complexType name="TArrayOfString">
        <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:WsDBAccountIntf" xmlns="urn:WsDBAccountIntf">
      <xs:complexType name="TBillingAccount">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="BillingAccountId" type="xs:anyType"/>
          <xs:element name="IsAccountTaxExempt" type="xs:anyType"/>
          <xs:element name="PriceListId" type="ns3:TPriceListId"/>
          <xs:element name="SkipAccountPickup" type="xs:boolean"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="TPriceListId">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="PriceListId" type="xs:int"/>
          <xs:element name="Exist" type="xs:boolean"/>
          <xs:element name="IsDisabled" type="xs:boolean"/>
          <xs:element name="IsExpired" type="xs:boolean"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="TArrayOfMembershipInfo">
        <xs:complexContent>
          <xs:restriction base="soapenc:Array">
            <sequence xmlns="http://www.w3.org/2001/XMLSchema"/>
            <xs:attribute ref="soapenc:arrayType" n1:arrayType="ns3:TAccountMembershipInfo[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/"/>
          </xs:restriction>
        </xs:complexContent>
      </xs:complexType>
      <xs:complexType name="TAccountMembershipInfo">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="MatrixCellCode" type="xs:string"/>
          <xs:element name="MatrixCellName" type="xs:string"/>
          <xs:element name="LastTicketUsageDate" type="xs:string"/>
          <xs:element name="TicketExpiryDate" type="xs:string"/>
          <xs:element name="TicketId" type="xs:int"/>
          <xs:element name="AccountId" type="xs:int"/>
          <xs:element name="DisplayName" type="xs:string"/>
          <xs:element name="AccountAK" type="xs:string"/>
        </sequence>
      </xs:complexType>
    </xs:schema>
    <xs:schema targetNamespace="urn:System.Generics.Collections" xmlns="urn:System.Generics.Collections">
      <xs:complexType name="TDictionary&lt;System.Integer,OtnSysUtils.TArrayOfInt&gt;">
        <xs:complexContent>
          <xs:extension base="TEnumerable&lt;System.Generics.Collections.TPair&lt;System.Integer,OtnSysUtils.TArrayOfInt&gt;&gt;">
            <sequence xmlns="http://www.w3.org/2001/XMLSchema"/>
          </xs:extension>
        </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="ApplyChangesExt9Request">
    <part name="AAccountXML" type="xs:string"/>
    <part name="ADmgDataXML" type="xs:string"/>
  </message>
  <message name="ApplyChangesExt9Response">
    <part name="AAccountXML" type="xs:string"/>
    <part name="ADmgDataXML" type="xs:string"/>
  </message>
  <message name="FindAccountIdByObjType10Request">
    <part name="AObjType" type="xs:int"/>
    <part name="AValue" type="xs:string"/>
  </message>
  <message name="FindAccountIdByObjType10Response">
    <part name="return" type="xs:anyType"/>
  </message>
  <message name="FindAccountIdsByObjType11Request">
    <part name="AObjType" type="xs:int"/>
    <part name="AValue" type="xs:string"/>
  </message>
  <message name="FindAccountIdsByObjType11Response">
    <part name="return" type="ns2:TArrayOfInt"/>
  </message>
  <message name="FindAccountIdByObjTypeAndDmgCategory12Request">
    <part name="AObjType" type="xs:int"/>
    <part name="ADmgCategoryId" type="xs:int"/>
    <part name="AValue" type="xs:string"/>
  </message>
  <message name="FindAccountIdByObjTypeAndDmgCategory12Response">
    <part name="return" type="xs:anyType"/>
  </message>
  <message name="FindB2BAccountId13Request">
    <part name="AAccountId" type="xs:int"/>
  </message>
  <message name="FindB2BAccountId13Response">
    <part name="return" type="xs:anyType"/>
  </message>
  <message name="GetBillingAccountByAccountId14Request">
    <part name="AAccountId" type="xs:int"/>
  </message>
  <message name="GetBillingAccountByAccountId14Response">
    <part name="return" type="ns3:TBillingAccount"/>
  </message>
  <message name="FindAccountPriceListId15Request">
    <part name="AAccountId" type="xs:int"/>
  </message>
  <message name="FindAccountPriceListId15Response">
    <part name="return" type="xs:anyType"/>
  </message>
  <message name="FindRecordAccountPriceListId16Request">
    <part name="AAccountId" type="xs:int"/>
  </message>
  <message name="FindRecordAccountPriceListId16Response">
    <part name="return" type="ns3:TPriceListId"/>
  </message>
  <message name="FindAccountIdByAK17Request">
    <part name="AAccountAK" type="xs:string"/>
  </message>
  <message name="FindAccountIdByAK17Response">
    <part name="return" type="xs:anyType"/>
  </message>
  <message name="FindAccountIdLinkedToCRM18Request">
    <part name="CRMGUID" type="xs:string"/>
  </message>
  <message name="FindAccountIdLinkedToCRM18Response">
    <part name="return" type="xs:int"/>
  </message>
  <message name="FindAccountIdByNameAndCatId19Request">
    <part name="AName" type="xs:string"/>
    <part name="ASurname" type="xs:string"/>
    <part name="ACategoryId" type="xs:int"/>
  </message>
  <message name="FindAccountIdByNameAndCatId19Response">
    <part name="return" type="xs:int"/>
  </message>
  <message name="FindAccountIdAndDmgCatbyAK20Request">
    <part name="AAccountAK" type="xs:string"/>
    <part name="ADmgCategoryCode" type="xs:string"/>
  </message>
  <message name="FindAccountIdAndDmgCatbyAK20Response">
    <part name="ADmgCategoryCode" type="xs:string"/>
    <part name="return" type="xs:anyType"/>
  </message>
  <message name="FindAccountIDsByAKsAndDmgCat21Request">
    <part name="AAccountAKs" type="ns2:TArrayOfString"/>
    <part name="ADmgCategoryCode" type="xs:string"/>
    <part name="AError" type="xs:int"/>
    <part name="AAccountIDs" type="ns2:TArrayOfInt"/>
  </message>
  <message name="FindAccountIDsByAKsAndDmgCat21Response">
    <part name="AError" type="xs:int"/>
    <part name="AAccountIDs" type="ns2:TArrayOfInt"/>
    <part name="return" type="xs:boolean"/>
  </message>
  <message name="FindAccountAkById22Request">
    <part name="AAccountId" type="xs:int"/>
  </message>
  <message name="FindAccountAkById22Response">
    <part name="return" type="xs:anyType"/>
  </message>
  <message name="FindAccountNameById23Request">
    <part name="AAccountId" type="xs:int"/>
  </message>
  <message name="FindAccountNameById23Response">
    <part name="return" type="xs:string"/>
  </message>
  <message name="FindParentAccountId24Request">
    <part name="AAccountId" type="xs:int"/>
  </message>
  <message name="FindParentAccountId24Response">
    <part name="return" type="xs:anyType"/>
  </message>
  <message name="GetAccountIdFromOffLineAK25Request">
    <part name="aOffLineAK" type="xs:string"/>
  </message>
  <message name="GetAccountIdFromOffLineAK25Response">
    <part name="return" type="xs:int"/>
  </message>
  <message name="GetAccountDescriptionFromID26Request">
    <part name="AccId" type="xs:int"/>
  </message>
  <message name="GetAccountDescriptionFromID26Response">
    <part name="return" type="xs:string"/>
  </message>
  <message name="GetAccountIdByAK27Request">
    <part name="AAccountAK" type="xs:string"/>
  </message>
  <message name="GetAccountIdByAK27Response">
    <part name="return" type="xs:int"/>
  </message>
  <message name="GetAccountAttributeIDs28Request">
    <part name="AAccountId" type="xs:int"/>
  </message>
  <message name="GetAccountAttributeIDs28Response">
    <part name="return" type="ns4:TDictionary&lt;System.Integer,OtnSysUtils.TArrayOfInt&gt;"/>
  </message>
  <message name="GetAccountAttributeSetIDs29Request">
    <part name="AAccountId" type="xs:int"/>
  </message>
  <message name="GetAccountAttributeSetIDs29Response">
    <part name="return" type="ns2:TArrayOfInt"/>
  </message>
  <message name="GetAccountDmgCategoryId30Request">
    <part name="AAccountId" type="xs:int"/>
  </message>
  <message name="GetAccountDmgCategoryId30Response">
    <part name="return" type="xs:int"/>
  </message>
  <message name="GetAccountDmgCategoryIdByAK31Request">
    <part name="AAccountAK" type="xs:string"/>
  </message>
  <message name="GetAccountDmgCategoryIdByAK31Response">
    <part name="return" type="xs:int"/>
  </message>
  <message name="GetAccountDmgCategoryDescrByAK32Request">
    <part name="AAccountAK" type="xs:string"/>
  </message>
  <message name="GetAccountDmgCategoryDescrByAK32Response">
    <part name="return" type="xs:string"/>
  </message>
  <message name="GetAccountDmgCategoryCode33Request">
    <part name="AAccountId" type="xs:int"/>
  </message>
  <message name="GetAccountDmgCategoryCode33Response">
    <part name="return" type="xs:string"/>
  </message>
  <message name="GetAccountLinkedTicket34Request">
    <part name="ATenTwentyCode" type="xs:string"/>
  </message>
  <message name="GetAccountLinkedTicket34Response">
    <part name="return" type="xs:string"/>
  </message>
  <message name="GetAccountAndDmgCategoryIdFromAK35Request">
    <part name="AAccountAK" type="xs:string"/>
  </message>
  <message name="GetAccountAndDmgCategoryIdFromAK35Response">
    <part name="return" type="xs:string"/>
  </message>
  <message name="GetSystemAccountId36Request"/>
  <message name="GetSystemAccountId36Response">
    <part name="return" type="xs:int"/>
  </message>
  <message name="FindAccountDisplayNameById37Request">
    <part name="AAccountId" type="xs:int"/>
  </message>
  <message name="FindAccountDisplayNameById37Response">
    <part name="return" type="xs:string"/>
  </message>
  <message name="SimpleImportAccount38Request">
    <part name="AImportAccountXML" type="xs:string"/>
  </message>
  <message name="SimpleImportAccount38Response">
    <part name="return" type="xs:string"/>
  </message>
  <message name="SimpleSaveAccount39Request">
    <part name="AImportAccountXML" type="xs:string"/>
  </message>
  <message name="SimpleSaveAccount39Response">
    <part name="return" type="xs:string"/>
  </message>
  <message name="ImportAccountByAPISaveAccount40Request">
    <part name="AAccountFieldsXML" type="xs:string"/>
    <part name="AAccountAK" type="xs:string"/>
    <part name="ADMGid" type="xs:int"/>
    <part name="AERRCODE" type="xs:int"/>
    <part name="AERRMSG" type="xs:string"/>
    <part name="AAccId" type="xs:int"/>
  </message>
  <message name="ImportAccountByAPISaveAccount40Response">
    <part name="AERRCODE" type="xs:int"/>
    <part name="AERRMSG" type="xs:string"/>
    <part name="AAccId" type="xs:int"/>
    <part name="return" type="xs:boolean"/>
  </message>
  <message name="ImportAccountByAPISaveAccount241Request">
    <part name="AAccountFieldsXML" type="xs:string"/>
    <part name="AExternalCode" type="xs:string"/>
    <part name="AEmail" type="xs:string"/>
    <part name="ADMGid" type="xs:int"/>
    <part name="AERRCODE" type="xs:int"/>
    <part name="AERRMSG" type="xs:string"/>
    <part name="AAccId" type="xs:int"/>
  </message>
  <message name="ImportAccountByAPISaveAccount241Response">
    <part name="AERRCODE" type="xs:int"/>
    <part name="AERRMSG" type="xs:string"/>
    <part name="AAccId" type="xs:int"/>
    <part name="return" type="xs:boolean"/>
  </message>
  <message name="ImportIncentiveCredit42Request">
    <part name="aSql" type="xs:string"/>
  </message>
  <message name="ImportIncentiveCredit42Response">
    <part name="return" type="xs:int"/>
  </message>
  <message name="ImportIncentiveTicket43Request">
    <part name="aSql" type="xs:string"/>
  </message>
  <message name="ImportIncentiveTicket43Response">
    <part name="return" type="xs:int"/>
  </message>
  <message name="RetrieveDummyAccountForCatManagement44Request">
    <part name="ADmgCategoryId" type="xs:int"/>
  </message>
  <message name="RetrieveDummyAccountForCatManagement44Response">
    <part name="return" type="xs:int"/>
  </message>
  <message name="CreateNewAccountFromTemplate45Request">
    <part name="ADmgCategoryId" type="xs:int"/>
    <part name="AValidPaymentIDs" type="ns2:TArrayOfInt"/>
    <part name="AEnabledPaymentIDs" type="ns2:TArrayOfInt"/>
  </message>
  <message name="CreateNewAccountFromTemplate45Response">
    <part name="AValidPaymentIDs" type="ns2:TArrayOfInt"/>
    <part name="AEnabledPaymentIDs" type="ns2:TArrayOfInt"/>
    <part name="return" type="xs:string"/>
  </message>
  <message name="GetDATA_AccountDATA_DmgData46Request"/>
  <message name="GetDATA_AccountDATA_DmgData46Response">
    <part name="return" type="xs:string"/>
  </message>
  <message name="GetAccountInfoFromIds47Request">
    <part name="AIds" type="xs:string"/>
  </message>
  <message name="GetAccountInfoFromIds47Response">
    <part name="return" type="xs:string"/>
  </message>
  <message name="GetFinancialConstraints48Request">
    <part name="AAccountId" type="xs:int"/>
    <part name="ATotalDue" type="xs:double"/>
    <part name="ATotalCredit" type="xs:double"/>
    <part name="ACreditPerTransaction" type="xs:double"/>
    <part name="AAgreedLimitDeposit" type="xs:double"/>
    <part name="AItemsPerTransaction" type="xs:int"/>
    <part name="AOldestDueDate" type="xs:dateTime"/>
    <part name="AAutoPayCredits" type="xs:boolean"/>
  </message>
  <message name="GetFinancialConstraints48Response">
    <part name="ATotalDue" type="xs:double"/>
    <part name="ATotalCredit" type="xs:double"/>
    <part name="ACreditPerTransaction" type="xs:double"/>
    <part name="AAgreedLimitDeposit" type="xs:double"/>
    <part name="AItemsPerTransaction" type="xs:int"/>
    <part name="AOldestDueDate" type="xs:dateTime"/>
    <part name="AAutoPayCredits" type="xs:boolean"/>
    <part name="return" type="xs:boolean"/>
  </message>
  <message name="GetFinancialConstraintsXML49Request">
    <part name="AAccountId" type="xs:int"/>
  </message>
  <message name="GetFinancialConstraintsXML49Response">
    <part name="return" type="xs:string"/>
  </message>
  <message name="HasFinancialInfo50Request">
    <part name="AAccountId" type="xs:int"/>
  </message>
  <message name="HasFinancialInfo50Response">
    <part name="return" type="xs:boolean"/>
  </message>
  <message name="CanUseAccountCredit51Request">
    <part name="AAccountId" type="xs:int"/>
  </message>
  <message name="CanUseAccountCredit51Response">
    <part name="return" type="xs:boolean"/>
  </message>
  <message name="HasDebitAccount52Request">
    <part name="AAccountId" type="xs:int"/>
  </message>
  <message name="HasDebitAccount52Response">
    <part name="return" type="xs:boolean"/>
  </message>
  <message name="ActivateAccountFinancial53Request">
    <part name="AAccountId" type="xs:int"/>
  </message>
  <message name="ActivateAccountFinancial53Response">
    <part name="return" type="xs:boolean"/>
  </message>
  <message name="ExistsInAccountFinancial54Request">
    <part name="AAccountId" type="xs:int"/>
  </message>
  <message name="ExistsInAccountFinancial54Response">
    <part name="return" type="xs:boolean"/>
  </message>
  <message name="GetPayorSales55Request">
    <part name="aPayorId" type="xs:int"/>
    <part name="aFromDate" type="xs:dateTime"/>
    <part name="aToDate" type="xs:dateTime"/>
  </message>
  <message name="GetPayorSales55Response">
    <part name="return" type="xs:string"/>
  </message>
  <message name="GetLoggedAccountSales56Request">
    <part name="ALoggedAccountId" type="xs:int"/>
    <part name="aFromDate" type="xs:dateTime"/>
    <part name="aToDate" type="xs:dateTime"/>
  </message>
  <message name="GetLoggedAccountSales56Response">
    <part name="return" type="xs:string"/>
  </message>
  <message name="GetBillingAccountSales57Request">
    <part name="ABillingAccountId" type="xs:int"/>
    <part name="aFromDate" type="xs:dateTime"/>
    <part name="aToDate" type="xs:dateTime"/>
  </message>
  <message name="GetBillingAccountSales57Response">
    <part name="return" type="xs:string"/>
  </message>
  <message name="GetBillingAccountSaleByAK58Request">
    <part name="ABillingAccountId" type="xs:int"/>
    <part name="AReservationAK" type="xs:string"/>
  </message>
  <message name="GetBillingAccountSaleByAK58Response">
    <part name="return" type="xs:string"/>
  </message>
  <message name="GetB2BSales59Request">
    <part name="AB2BLoggedAccountId" type="xs:int"/>
    <part name="aFromDate" type="xs:dateTime"/>
    <part name="aToDate" type="xs:dateTime"/>
  </message>
  <message name="GetB2BSales59Response">
    <part name="return" type="xs:string"/>
  </message>
  <message name="FindB2BPriceListByAccount60Request">
    <part name="AAccountAK" type="xs:string"/>
    <part name="AAccountId" type="xs:int"/>
  </message>
  <message name="FindB2BPriceListByAccount60Response">
    <part name="return" type="xs:int"/>
  </message>
  <message name="AccountAccreditation61Request">
    <part name="AAccountAccreditationXml" type="xs:string"/>
    <part name="AResultMessageXml" type="xs:string"/>
  </message>
  <message name="AccountAccreditation61Response">
    <part name="AResultMessageXml" type="xs:string"/>
    <part name="return" type="xs:boolean"/>
  </message>
  <message name="AccountDuplicates62Request">
    <part name="AAccountAccreditationXml" type="xs:string"/>
    <part name="AIds" type="ns2:TArrayOfInt"/>
  </message>
  <message name="AccountDuplicates62Response">
    <part name="AIds" type="ns2:TArrayOfInt"/>
    <part name="return" type="xs:boolean"/>
  </message>
  <message name="DisableAccount63Request">
    <part name="aAccountID" type="xs:int"/>
  </message>
  <message name="DisableAccount63Response"/>
  <message name="EnableAccount64Request">
    <part name="aAccountID" type="xs:int"/>
  </message>
  <message name="EnableAccount64Response"/>
  <message name="ChangePassword65Request">
    <part name="aAccountID" type="xs:int"/>
    <part name="aNewPassword" type="xs:string"/>
    <part name="AErrorCode" type="xs:int"/>
    <part name="AResetCounter" type="xs:int"/>
    <part name="APasswordType" type="xs:int"/>
    <part name="AUpdateTemporaryPassword" type="xs:boolean"/>
    <part name="AAccountAk" type="xs:string"/>
  </message>
  <message name="ChangePassword65Response">
    <part name="AErrorCode" type="xs:int"/>
    <part name="return" type="xs:boolean"/>
  </message>
  <message name="ChangeAccountCategory66Request">
    <part name="aAccountAK" type="xs:string"/>
    <part name="aNewDmgId" type="xs:int"/>
  </message>
  <message name="ChangeAccountCategory66Response">
    <part name="return" type="xs:boolean"/>
  </message>
  <message name="ChangeAccountCategoryById67Request">
    <part name="aAccountId" type="xs:int"/>
    <part name="aNewDmgId" type="xs:int"/>
  </message>
  <message name="ChangeAccountCategoryById67Response">
    <part name="return" type="xs:boolean"/>
  </message>
  <message name="ResetCounterAttempts68Request">
    <part name="aAccountID" type="xs:int"/>
  </message>
  <message name="ResetCounterAttempts68Response"/>
  <message name="IncrementCounterAttempts69Request">
    <part name="aAccountID" type="xs:int"/>
  </message>
  <message name="IncrementCounterAttempts69Response">
    <part name="return" type="xs:boolean"/>
  </message>
  <message name="B2BUserLogin70Request">
    <part name="AUsername" type="xs:string"/>
    <part name="APsw" type="xs:string"/>
    <part name="ADmgCatCode" type="xs:string"/>
    <part name="AErrorCode" type="xs:int"/>
    <part name="AAccountId" type="xs:int"/>
  </message>
  <message name="B2BUserLogin70Response">
    <part name="AErrorCode" type="xs:int"/>
    <part name="AAccountId" type="xs:int"/>
    <part name="return" type="xs:boolean"/>
  </message>
  <message name="GetAccountHierarchy71Request">
    <part name="AAccountId" type="xs:int"/>
    <part name="FromApi" type="xs:boolean"/>
  </message>
  <message name="GetAccountHierarchy71Response">
    <part name="return" type="xs:string"/>
  </message>
  <message name="AddAccountRelationship72Request">
    <part name="AFatherId" type="xs:int"/>
    <part name="AChildId" type="xs:int"/>
    <part name="ARelType" type="xs:int"/>
  </message>
  <message name="AddAccountRelationship72Response">
    <part name="return" type="xs:boolean"/>
  </message>
  <message name="RemoveAccountRelationship73Request">
    <part name="AFatherId" type="xs:int"/>
    <part name="AChildId" type="xs:int"/>
    <part name="ARelType" type="xs:int"/>
  </message>
  <message name="RemoveAccountRelationship73Response">
    <part name="return" type="xs:boolean"/>
  </message>
  <message name="EnableDisableUseParentMoney74Request">
    <part name="AAccountId" type="xs:int"/>
    <part name="AOldStatus" type="xs:int"/>
  </message>
  <message name="EnableDisableUseParentMoney74Response"/>
  <message name="GetAllowParentMoneyCardValue75Request">
    <part name="AAccountId" type="xs:int"/>
  </message>
  <message name="GetAllowParentMoneyCardValue75Response">
    <part name="return" type="xs:int"/>
  </message>
  <message name="PromoteSecondaryToPrimary76Request">
    <part name="AAccountId" type="xs:int"/>
    <part name="AErrorMex" type="xs:string"/>
  </message>
  <message name="PromoteSecondaryToPrimary76Response">
    <part name="AErrorMex" type="xs:string"/>
    <part name="return" type="xs:int"/>
  </message>
  <message name="PromoteSecondaryToPartyPrimary77Request">
    <part name="AAccountId" type="xs:int"/>
    <part name="AErrorMex" type="xs:string"/>
  </message>
  <message name="PromoteSecondaryToPartyPrimary77Response">
    <part name="AErrorMex" type="xs:string"/>
    <part name="return" type="xs:int"/>
  </message>
  <message name="HaveParentAccount78Request">
    <part name="AAccountId" type="xs:int"/>
  </message>
  <message name="HaveParentAccount78Response">
    <part name="return" type="xs:boolean"/>
  </message>
  <message name="LinkOrganitationOnPerson79Request">
    <part name="AObjTypeOrganization" type="xs:int"/>
    <part name="AObjTypePerson" type="xs:int"/>
    <part name="ADmgCategoryIdPerson" type="xs:int"/>
  </message>
  <message name="LinkOrganitationOnPerson79Response">
    <part name="return" type="xs:int"/>
  </message>
  <message name="UpdateParentAccount80Request">
    <part name="AAccountId" type="xs:int"/>
    <part name="AParentAccountId" type="xs:int"/>
  </message>
  <message name="UpdateParentAccount80Response"/>
  <message name="HaveChildAccount81Request">
    <part name="AAccountId" type="xs:int"/>
  </message>
  <message name="HaveChildAccount81Response">
    <part name="return" type="xs:boolean"/>
  </message>
  <message name="SwapParentAccount82Request">
    <part name="FromAccountId" type="xs:int"/>
    <part name="ToAccountId" type="xs:int"/>
    <part name="Error" type="xs:string"/>
  </message>
  <message name="SwapParentAccount82Response">
    <part name="Error" type="xs:string"/>
  </message>
  <message name="GetMediaIdFromAccountId83Request">
    <part name="AAccountId" type="xs:int"/>
  </message>
  <message name="GetMediaIdFromAccountId83Response">
    <part name="return" type="xs:int"/>
  </message>
  <message name="GetAccountIdsFromMediaId84Request">
    <part name="AMediaId" type="xs:int"/>
  </message>
  <message name="GetAccountIdsFromMediaId84Response">
    <part name="return" type="ns2:TArrayOfInt"/>
  </message>
  <message name="IsUniqueAccountIdLinkedToMediaId85Request">
    <part name="AAccountId" type="xs:int"/>
    <part name="AMediaId" type="xs:int"/>
  </message>
  <message name="IsUniqueAccountIdLinkedToMediaId85Response">
    <part name="return" type="xs:boolean"/>
  </message>
  <message name="GetDmgFieldFromAccountId86Request">
    <part name="AAccountId" type="xs:int"/>
    <part name="AFieldName" type="xs:string"/>
  </message>
  <message name="GetDmgFieldFromAccountId86Response">
    <part name="return" type="xs:anyType"/>
  </message>
  <message name="GetAccountFieldsByObjType87Request">
    <part name="ObjType" type="ns2:TArrayOfInt"/>
    <part name="AAccountId" type="xs:int"/>
  </message>
  <message name="GetAccountFieldsByObjType87Response">
    <part name="return" type="ns2:TArrayOfString"/>
  </message>
  <message name="SetBilligAccountByDmgCategoryId88Request">
    <part name="ADmgCategoryId" type="xs:int"/>
  </message>
  <message name="SetBilligAccountByDmgCategoryId88Response"/>
  <message name="SetFinancialByDmgCategoryId89Request">
    <part name="ADmgCategoryId" type="xs:int"/>
    <part name="ATotalCreditAmount" type="xs:double"/>
    <part name="ACreditDays" type="xs:int"/>
  </message>
  <message name="SetFinancialByDmgCategoryId89Response"/>
  <message name="UpdatePriceListByAccountIds90Request">
    <part name="AAcountIds" type="ns2:TArrayOfInt"/>
    <part name="APriceListId" type="xs:int"/>
    <part name="AIsWeb" type="xs:boolean"/>
  </message>
  <message name="UpdatePriceListByAccountIds90Response">
    <part name="return" type="xs:boolean"/>
  </message>
  <message name="CreateEmptyAccount91Request">
    <part name="aDmgCategoryId" type="xs:int"/>
  </message>
  <message name="CreateEmptyAccount91Response">
    <part name="return" type="xs:int"/>
  </message>
  <message name="GetAccountComboList92Request">
    <part name="ADMGCategoryId" type="xs:int"/>
    <part name="ABeginWith" type="xs:string"/>
  </message>
  <message name="GetAccountComboList92Response">
    <part name="return" type="xs:string"/>
  </message>
  <message name="GetAdvanceAccountInfoFromIds93Request">
    <part name="AIds" type="xs:string"/>
    <part name="DmgCategory" type="xs:int"/>
  </message>
  <message name="GetAdvanceAccountInfoFromIds93Response">
    <part name="return" type="xs:string"/>
  </message>
  <message name="UpdateDisplayName94Request">
    <part name="AAccountId" type="xs:int"/>
  </message>
  <message name="UpdateDisplayName94Response">
    <part name="return" type="xs:string"/>
  </message>
  <message name="LinkAccountToTicket95Request">
    <part name="AAccountId" type="xs:int"/>
    <part name="ATicketId" type="xs:int"/>
  </message>
  <message name="LinkAccountToTicket95Response"/>
  <message name="SetAccountAsMemberShip96Request">
    <part name="aAccountID" type="ns2:TArrayOfInt"/>
  </message>
  <message name="SetAccountAsMemberShip96Response"/>
  <message name="AccountHasValidTicket97Request">
    <part name="AAccountId" type="xs:int"/>
  </message>
  <message name="AccountHasValidTicket97Response">
    <part name="return" type="xs:boolean"/>
  </message>
  <message name="AccountValidTickets98Request">
    <part name="AAccountId" type="xs:int"/>
  </message>
  <message name="AccountValidTickets98Response">
    <part name="return" type="ns2:TArrayOfInt"/>
  </message>
  <message name="CheckAccountConstraintsByObjectType99Request">
    <part name="AAccountId" type="xs:int"/>
    <part name="AValidityXml" type="xs:string"/>
    <part name="ADateTime" type="xs:dateTime"/>
  </message>
  <message name="CheckAccountConstraintsByObjectType99Response">
    <part name="AErrorCode" type="xs:int"/>
    <part name="AErrorMsg" type="xs:string"/>
    <part name="return" type="xs:boolean"/>
  </message>
  <message name="ApproveAccount100Request">
    <part name="AAccountId" type="xs:int"/>
  </message>
  <message name="ApproveAccount100Response">
    <part name="return" type="xs:boolean"/>
  </message>
  <message name="RefuseAccount101Request">
    <part name="AAccountId" type="xs:int"/>
  </message>
  <message name="RefuseAccount101Response">
    <part name="return" type="xs:boolean"/>
  </message>
  <message name="GetAccountDmgFieldById102Request">
    <part name="AFieldsXML" type="xs:string"/>
    <part name="AAccountId" type="xs:int"/>
  </message>
  <message name="GetAccountDmgFieldById102Response">
    <part name="return" type="xs:string"/>
  </message>
  <message name="SanitizeBOSData103Request">
    <part name="AAccount" type="xs:boolean"/>
    <part name="APaymentCard" type="xs:boolean"/>
    <part name="ADocument" type="xs:boolean"/>
    <part name="AAccountIds" type="ns2:TArrayOfInt"/>
  </message>
  <message name="SanitizeBOSData103Response">
    <part name="return" type="xs:string"/>
  </message>
  <message name="AccountHasEmptyMandatoryField104Request">
    <part name="AAccountId" type="xs:int"/>
    <part name="AAccountTypeCheck" type="xs:int"/>
  </message>
  <message name="AccountHasEmptyMandatoryField104Response">
    <part name="return" type="xs:boolean"/>
  </message>
  <message name="GetAccountValidProducts105Request">
    <part name="AAccountId" type="xs:int"/>
  </message>
  <message name="GetAccountValidProducts105Response">
    <part name="return" type="ns2:TArrayOfInt"/>
  </message>
  <message name="GetAccountNames106Request">
    <part name="AAccountId" type="xs:int"/>
  </message>
  <message name="GetAccountNames106Response">
    <part name="oFirstName" type="xs:string"/>
    <part name="oMiddleName" type="xs:string"/>
    <part name="oSurname" type="xs:string"/>
  </message>
  <message name="GetAccountNamesEx107Request">
    <part name="AAccountId" type="xs:int"/>
  </message>
  <message name="GetAccountNamesEx107Response">
    <part name="oFirstName" type="xs:string"/>
    <part name="oMiddleName" type="xs:string"/>
    <part name="oSurname" type="xs:string"/>
    <part name="oEmailAddress" type="xs:string"/>
    <part name="oMobilePhone" type="xs:string"/>
    <part name="oHomePhone" type="xs:string"/>
    <part name="oBusinessPhone" type="xs:string"/>
  </message>
  <message name="GetBillingAccountZipCode108Request">
    <part name="AAccountId" type="xs:int"/>
  </message>
  <message name="GetBillingAccountZipCode108Response">
    <part name="return" type="xs:string"/>
  </message>
  <message name="GetOriginalBillingAccountFromPaymentId109Request">
    <part name="APaymentId" type="xs:int"/>
    <part name="AAccountId" type="xs:int"/>
    <part name="AZipCode" type="xs:string"/>
  </message>
  <message name="GetOriginalBillingAccountFromPaymentId109Response">
    <part name="AAccountId" type="xs:int"/>
    <part name="AZipCode" type="xs:string"/>
    <part name="return" type="xs:boolean"/>
  </message>
  <message name="GetAccountTickets110Request">
    <part name="AAccountId" type="xs:int"/>
  </message>
  <message name="GetAccountTickets110Response">
    <part name="return" type="ns2:TArrayOfInt"/>
  </message>
  <message name="AddAccountPhoto111Request">
    <part name="AFileName" type="xs:string"/>
    <part name="AAccountId" type="xs:int"/>
  </message>
  <message name="AddAccountPhoto111Response">
    <part name="return" type="xs:boolean"/>
  </message>
  <message name="EmptyUniqueFields112Request">
    <part name="AAccountID" type="xs:int"/>
  </message>
  <message name="EmptyUniqueFields112Response"/>
  <message name="GetTckOwnerIDsFromSaleId113Request">
    <part name="ASaleId" type="xs:int"/>
  </message>
  <message name="GetTckOwnerIDsFromSaleId113Response">
    <part name="return" type="ns2:TArrayOfInt"/>
  </message>
  <message name="AccountNotEligibleAsPayor114Request">
    <part name="AAccountId" type="xs:int"/>
  </message>
  <message name="AccountNotEligibleAsPayor114Response">
    <part name="return" type="xs:boolean"/>
  </message>
  <message name="IsAccountTaxExempt115Request">
    <part name="AAccountId" type="xs:int"/>
  </message>
  <message name="IsAccountTaxExempt115Response">
    <part name="return" type="xs:anyType"/>
  </message>
  <message name="UpdateAccountFinancial116Request">
    <part name="AAccountId" type="xs:int"/>
  </message>
  <message name="UpdateAccountFinancial116Response">
    <part name="return" type="xs:int"/>
  </message>
  <message name="GetMediaIdsFromAccountAK117Request">
    <part name="AAccountAK" type="xs:string"/>
  </message>
  <message name="GetMediaIdsFromAccountAK117Response">
    <part name="return" type="ns2:TArrayOfInt"/>
  </message>
  <message name="UpdatePointsEmailSent118Request">
    <part name="AAccountId" type="xs:int"/>
    <part name="APoints" type="xs:int"/>
  </message>
  <message name="UpdatePointsEmailSent118Response">
    <part name="return" type="xs:boolean"/>
  </message>
  <message name="CreateYASID119Request">
    <part name="aAccountid" type="xs:int"/>
    <part name="aFirstName" type="xs:string"/>
    <part name="aSurname" type="xs:string"/>
    <part name="aEmail" type="xs:string"/>
  </message>
  <message name="CreateYASID119Response">
    <part name="oYASID" type="xs:string"/>
    <part name="return" type="xs:boolean"/>
  </message>
  <message name="GetAccountForExport120Request">
    <part name="AQry" type="xs:string"/>
  </message>
  <message name="GetAccountForExport120Response">
    <part name="return" type="xs:base64Binary"/>
  </message>
  <message name="SetAccountCRMChanged121Request">
    <part name="AAccount2CRMId" type="xs:int"/>
    <part name="AChanged" type="xs:int"/>
  </message>
  <message name="SetAccountCRMChanged121Response"/>
  <message name="SetAccount2UnknownCRM122Request">
    <part name="AAccountId" type="xs:int"/>
  </message>
  <message name="SetAccount2UnknownCRM122Response"/>
  <message name="GetAccountCountByDmgCatId123Request">
    <part name="ADmgCategoryId" type="xs:int"/>
  </message>
  <message name="GetAccountCountByDmgCatId123Response">
    <part name="return" type="xs:int"/>
  </message>
  <message name="GetAccountCountByDmgAndDates124Request">
    <part name="ADmgCategoryId" type="xs:int"/>
    <part name="ADateFrom" type="xs:dateTime"/>
    <part name="ADateTo" type="xs:dateTime"/>
  </message>
  <message name="GetAccountCountByDmgAndDates124Response">
    <part name="return" type="xs:int"/>
  </message>
  <message name="SendNotification125Request">
    <part name="ADmgCategoryId" type="xs:int"/>
    <part name="ANotificationType" type="xs:int"/>
    <part name="ADocTemplateId" type="xs:int"/>
  </message>
  <message name="SendNotification125Response"/>
  <message name="SendNotification126Request">
    <part name="ADmgCategoryId" type="xs:int"/>
    <part name="ADateFrom" type="xs:dateTime"/>
    <part name="ADateTo" type="xs:dateTime"/>
    <part name="ANotificationType" type="xs:int"/>
    <part name="ADocTemplateId" type="xs:int"/>
  </message>
  <message name="SendNotification126Response">
    <part name="return" type="xs:int"/>
  </message>
  <message name="GetSignatureLastUpdate127Request">
    <part name="AAccountId" type="xs:int"/>
  </message>
  <message name="GetSignatureLastUpdate127Response">
    <part name="return" type="xs:dateTime"/>
  </message>
  <message name="UpdateEasyRentValues128Request">
    <part name="AAccountId" type="xs:int"/>
    <part name="AHeight" type="xs:string"/>
    <part name="AWeight" type="xs:string"/>
    <part name="AType" type="xs:string"/>
    <part name="ALevel" type="xs:string"/>
  </message>
  <message name="UpdateEasyRentValues128Response">
    <part name="return" type="xs:boolean"/>
  </message>
  <message name="GetEasyRentValues129Request">
    <part name="AAccountId" type="xs:int"/>
  </message>
  <message name="GetEasyRentValues129Response">
    <part name="AHeight" type="xs:int"/>
    <part name="AWeight" type="xs:int"/>
    <part name="AType" type="xs:int"/>
    <part name="ALevel" type="xs:int"/>
    <part name="return" type="xs:boolean"/>
  </message>
  <message name="GetCachedAccountidFromAk130Request">
    <part name="AAccountAk" type="xs:string"/>
  </message>
  <message name="GetCachedAccountidFromAk130Response">
    <part name="return" type="xs:int"/>
  </message>
  <message name="GetActiveMediaIdsFromAccountAK131Request">
    <part name="AAccountAK" type="xs:string"/>
  </message>
  <message name="GetActiveMediaIdsFromAccountAK131Response">
    <part name="return" type="ns2:TArrayOfInt"/>
  </message>
  <message name="GetActiveMediaIdentifiersFromAccountId132Request">
    <part name="AAccountId" type="xs:int"/>
  </message>
  <message name="GetActiveMediaIdentifiersFromAccountId132Response">
    <part name="return" type="ns2:TArrayOfString"/>
  </message>
  <message name="GetAccount360Info133Request">
    <part name="AAccountIds" type="ns2:TArrayOfInt"/>
  </message>
  <message name="GetAccount360Info133Response">
    <part name="return" type="ns3:TArrayOfMembershipInfo"/>
  </message>
  <message name="GetAccountInfoByAccountId134Request">
    <part name="AAccountId" type="xs:int"/>
  </message>
  <message name="GetAccountInfoByAccountId134Response">
    <part name="return" type="ns3:TAccountMembershipInfo"/>
  </message>
  <message name="GetAccountTags135Request">
    <part name="AAccountId" type="xs:int"/>
    <part name="ATagNames" type="ns2:TArrayOfString"/>
    <part name="ATagIDs" type="ns2:TArrayOfInt"/>
  </message>
  <message name="GetAccountTags135Response">
    <part name="ATagNames" type="ns2:TArrayOfString"/>
    <part name="ATagIDs" type="ns2:TArrayOfInt"/>
  </message>
  <message name="GetAccountIdByFirstNameSurnameEmail136Request">
    <part name="AFirstName" type="xs:string"/>
    <part name="ASurname" type="xs:string"/>
    <part name="AEmail" type="xs:string"/>
    <part name="ADmgCategoryId" type="xs:int"/>
  </message>
  <message name="GetAccountIdByFirstNameSurnameEmail136Response">
    <part name="return" type="xs:int"/>
  </message>
  <message name="GetAccountHasFamilyMembers137Request">
    <part name="AAccountId" type="xs:int"/>
  </message>
  <message name="GetAccountHasFamilyMembers137Response">
    <part name="return" type="xs:boolean"/>
  </message>
  <message name="GetBaseInfo138Request">
    <part name="AAccountId" type="xs:int"/>
    <part name="aFirstName" type="xs:string"/>
    <part name="aSurname" type="xs:string"/>
    <part name="aEmail" type="xs:string"/>
    <part name="aBirthDate" type="xs:string"/>
  </message>
  <message name="GetBaseInfo138Response">
    <part name="aFirstName" type="xs:string"/>
    <part name="aSurname" type="xs:string"/>
    <part name="aEmail" type="xs:string"/>
    <part name="aBirthDate" type="xs:string"/>
  </message>
  <message name="GetAccountBirthDateById139Request">
    <part name="AAccountId" type="xs:int"/>
  </message>
  <message name="GetAccountBirthDateById139Response">
    <part name="return" type="xs:dateTime"/>
  </message>
  <message name="GetAccountBirthDateByTicketId140Request">
    <part name="ATicketId" type="xs:int"/>
  </message>
  <message name="GetAccountBirthDateByTicketId140Response">
    <part name="return" type="xs:dateTime"/>
  </message>
  <message name="AccountHasValidGiftAid141Request">
    <part name="AAccountId" type="xs:int"/>
    <part name="DeclarationDate" type="xs:dateTime"/>
  </message>
  <message name="AccountHasValidGiftAid141Response">
    <part name="AAccountGiftAidId" type="xs:int"/>
    <part name="return" type="xs:boolean"/>
  </message>
  <message name="SubscribeGiftAid142Request">
    <part name="AAccountId" type="xs:int"/>
  </message>
  <message name="SubscribeGiftAid142Response">
    <part name="return" type="xs:int"/>
  </message>
  <message name="UpdateGiftAid143Request">
    <part name="AAccountId" type="xs:int"/>
    <part name="AUpdateType" type="xs:int"/>
    <part name="ADeclarationEndDate" type="xs:dateTime"/>
    <part name="AInactive" type="xs:boolean"/>
  </message>
  <message name="UpdateGiftAid143Response">
    <part name="return" type="xs:boolean"/>
  </message>
  <message name="AccountHasSaleItem2Gift144Request">
    <part name="AAccountId" type="xs:int"/>
  </message>
  <message name="AccountHasSaleItem2Gift144Response">
    <part name="return" type="xs:boolean"/>
  </message>
  <message name="GetAccountAK145Request"/>
  <message name="GetAccountAK145Response">
    <part name="return" type="xs:string"/>
  </message>
  <message name="ExistGiftAidActiveInThePeriod146Request">
    <part name="AAccountGiftAidId" type="xs:int"/>
    <part name="AAccountId" type="xs:int"/>
    <part name="ADeclarationEndDate" type="xs:dateTime"/>
  </message>
  <message name="ExistGiftAidActiveInThePeriod146Response">
    <part name="return" type="xs:boolean"/>
  </message>
  <message name="SubscribeSingleUseGiftAid147Request">
    <part name="AAccountId" type="xs:int"/>
    <part name="DeclarationDate" type="xs:dateTime"/>
  </message>
  <message name="SubscribeSingleUseGiftAid147Response">
    <part name="return" type="xs:int"/>
  </message>
  <message name="SubscribeClaimGiftAid148Request">
    <part name="AAccountId" type="xs:int"/>
    <part name="ADeclarationStartDate" type="xs:dateTime"/>
  </message>
  <message name="SubscribeClaimGiftAid148Response">
    <part name="ADeclarationEndDate" type="xs:dateTime"/>
    <part name="return" type="xs:int"/>
  </message>
  <message name="GetSalesForClaim149Request">
    <part name="AAccountId" type="xs:int"/>
    <part name="AStartDate" type="xs:dateTime"/>
    <part name="AEndDate" type="xs:dateTime"/>
  </message>
  <message name="GetSalesForClaim149Response">
    <part name="return" type="ns2:TArrayOfInt"/>
  </message>
  <message name="GetMaskDataFromAccountId150Request">
    <part name="aAccountId" type="xs:int"/>
  </message>
  <message name="GetMaskDataFromAccountId150Response">
    <part name="return" type="xs:base64Binary"/>
  </message>
  <message name="GetAccountIdsFromDataMaskIdAndObjTypeAndMaskData151Request">
    <part name="ADataMaskId" type="xs:int"/>
    <part name="AObjType" type="xs:int"/>
    <part name="AMaskData" type="xs:string"/>
  </message>
  <message name="GetAccountIdsFromDataMaskIdAndObjTypeAndMaskData151Response">
    <part name="return" type="ns2:TArrayOfInt"/>
  </message>
  <portType name="IWsDBAccount">
    <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="ApplyChangesExt">
      <input message="tns:ApplyChangesExt9Request"/>
      <output message="tns:ApplyChangesExt9Response"/>
    </operation>
    <operation name="FindAccountIdByObjType">
      <input message="tns:FindAccountIdByObjType10Request"/>
      <output message="tns:FindAccountIdByObjType10Response"/>
    </operation>
    <operation name="FindAccountIdsByObjType">
      <input message="tns:FindAccountIdsByObjType11Request"/>
      <output message="tns:FindAccountIdsByObjType11Response"/>
    </operation>
    <operation name="FindAccountIdByObjTypeAndDmgCategory">
      <input message="tns:FindAccountIdByObjTypeAndDmgCategory12Request"/>
      <output message="tns:FindAccountIdByObjTypeAndDmgCategory12Response"/>
    </operation>
    <operation name="FindB2BAccountId">
      <input message="tns:FindB2BAccountId13Request"/>
      <output message="tns:FindB2BAccountId13Response"/>
    </operation>
    <operation name="GetBillingAccountByAccountId">
      <input message="tns:GetBillingAccountByAccountId14Request"/>
      <output message="tns:GetBillingAccountByAccountId14Response"/>
    </operation>
    <operation name="FindAccountPriceListId">
      <input message="tns:FindAccountPriceListId15Request"/>
      <output message="tns:FindAccountPriceListId15Response"/>
    </operation>
    <operation name="FindRecordAccountPriceListId">
      <input message="tns:FindRecordAccountPriceListId16Request"/>
      <output message="tns:FindRecordAccountPriceListId16Response"/>
    </operation>
    <operation name="FindAccountIdByAK">
      <input message="tns:FindAccountIdByAK17Request"/>
      <output message="tns:FindAccountIdByAK17Response"/>
    </operation>
    <operation name="FindAccountIdLinkedToCRM">
      <input message="tns:FindAccountIdLinkedToCRM18Request"/>
      <output message="tns:FindAccountIdLinkedToCRM18Response"/>
    </operation>
    <operation name="FindAccountIdByNameAndCatId">
      <input message="tns:FindAccountIdByNameAndCatId19Request"/>
      <output message="tns:FindAccountIdByNameAndCatId19Response"/>
    </operation>
    <operation name="FindAccountIdAndDmgCatbyAK">
      <input message="tns:FindAccountIdAndDmgCatbyAK20Request"/>
      <output message="tns:FindAccountIdAndDmgCatbyAK20Response"/>
    </operation>
    <operation name="FindAccountIDsByAKsAndDmgCat">
      <input message="tns:FindAccountIDsByAKsAndDmgCat21Request"/>
      <output message="tns:FindAccountIDsByAKsAndDmgCat21Response"/>
    </operation>
    <operation name="FindAccountAkById">
      <input message="tns:FindAccountAkById22Request"/>
      <output message="tns:FindAccountAkById22Response"/>
    </operation>
    <operation name="FindAccountNameById">
      <input message="tns:FindAccountNameById23Request"/>
      <output message="tns:FindAccountNameById23Response"/>
    </operation>
    <operation name="FindParentAccountId">
      <input message="tns:FindParentAccountId24Request"/>
      <output message="tns:FindParentAccountId24Response"/>
    </operation>
    <operation name="GetAccountIdFromOffLineAK">
      <input message="tns:GetAccountIdFromOffLineAK25Request"/>
      <output message="tns:GetAccountIdFromOffLineAK25Response"/>
    </operation>
    <operation name="GetAccountDescriptionFromID">
      <input message="tns:GetAccountDescriptionFromID26Request"/>
      <output message="tns:GetAccountDescriptionFromID26Response"/>
    </operation>
    <operation name="GetAccountIdByAK">
      <input message="tns:GetAccountIdByAK27Request"/>
      <output message="tns:GetAccountIdByAK27Response"/>
    </operation>
    <operation name="GetAccountAttributeIDs">
      <input message="tns:GetAccountAttributeIDs28Request"/>
      <output message="tns:GetAccountAttributeIDs28Response"/>
    </operation>
    <operation name="GetAccountAttributeSetIDs">
      <input message="tns:GetAccountAttributeSetIDs29Request"/>
      <output message="tns:GetAccountAttributeSetIDs29Response"/>
    </operation>
    <operation name="GetAccountDmgCategoryId">
      <input message="tns:GetAccountDmgCategoryId30Request"/>
      <output message="tns:GetAccountDmgCategoryId30Response"/>
    </operation>
    <operation name="GetAccountDmgCategoryIdByAK">
      <input message="tns:GetAccountDmgCategoryIdByAK31Request"/>
      <output message="tns:GetAccountDmgCategoryIdByAK31Response"/>
    </operation>
    <operation name="GetAccountDmgCategoryDescrByAK">
      <input message="tns:GetAccountDmgCategoryDescrByAK32Request"/>
      <output message="tns:GetAccountDmgCategoryDescrByAK32Response"/>
    </operation>
    <operation name="GetAccountDmgCategoryCode">
      <input message="tns:GetAccountDmgCategoryCode33Request"/>
      <output message="tns:GetAccountDmgCategoryCode33Response"/>
    </operation>
    <operation name="GetAccountLinkedTicket">
      <input message="tns:GetAccountLinkedTicket34Request"/>
      <output message="tns:GetAccountLinkedTicket34Response"/>
    </operation>
    <operation name="GetAccountAndDmgCategoryIdFromAK">
      <input message="tns:GetAccountAndDmgCategoryIdFromAK35Request"/>
      <output message="tns:GetAccountAndDmgCategoryIdFromAK35Response"/>
    </operation>
    <operation name="GetSystemAccountId">
      <input message="tns:GetSystemAccountId36Request"/>
      <output message="tns:GetSystemAccountId36Response"/>
    </operation>
    <operation name="FindAccountDisplayNameById">
      <input message="tns:FindAccountDisplayNameById37Request"/>
      <output message="tns:FindAccountDisplayNameById37Response"/>
    </operation>
    <operation name="SimpleImportAccount">
      <input message="tns:SimpleImportAccount38Request"/>
      <output message="tns:SimpleImportAccount38Response"/>
    </operation>
    <operation name="SimpleSaveAccount">
      <input message="tns:SimpleSaveAccount39Request"/>
      <output message="tns:SimpleSaveAccount39Response"/>
    </operation>
    <operation name="ImportAccountByAPISaveAccount">
      <input message="tns:ImportAccountByAPISaveAccount40Request"/>
      <output message="tns:ImportAccountByAPISaveAccount40Response"/>
    </operation>
    <operation name="ImportAccountByAPISaveAccount2">
      <input message="tns:ImportAccountByAPISaveAccount241Request"/>
      <output message="tns:ImportAccountByAPISaveAccount241Response"/>
    </operation>
    <operation name="ImportIncentiveCredit">
      <input message="tns:ImportIncentiveCredit42Request"/>
      <output message="tns:ImportIncentiveCredit42Response"/>
    </operation>
    <operation name="ImportIncentiveTicket">
      <input message="tns:ImportIncentiveTicket43Request"/>
      <output message="tns:ImportIncentiveTicket43Response"/>
    </operation>
    <operation name="RetrieveDummyAccountForCatManagement">
      <input message="tns:RetrieveDummyAccountForCatManagement44Request"/>
      <output message="tns:RetrieveDummyAccountForCatManagement44Response"/>
    </operation>
    <operation name="CreateNewAccountFromTemplate">
      <input message="tns:CreateNewAccountFromTemplate45Request"/>
      <output message="tns:CreateNewAccountFromTemplate45Response"/>
    </operation>
    <operation name="GetDATA_AccountDATA_DmgData">
      <input message="tns:GetDATA_AccountDATA_DmgData46Request"/>
      <output message="tns:GetDATA_AccountDATA_DmgData46Response"/>
    </operation>
    <operation name="GetAccountInfoFromIds">
      <input message="tns:GetAccountInfoFromIds47Request"/>
      <output message="tns:GetAccountInfoFromIds47Response"/>
    </operation>
    <operation name="GetFinancialConstraints">
      <input message="tns:GetFinancialConstraints48Request"/>
      <output message="tns:GetFinancialConstraints48Response"/>
    </operation>
    <operation name="GetFinancialConstraintsXML">
      <input message="tns:GetFinancialConstraintsXML49Request"/>
      <output message="tns:GetFinancialConstraintsXML49Response"/>
    </operation>
    <operation name="HasFinancialInfo">
      <input message="tns:HasFinancialInfo50Request"/>
      <output message="tns:HasFinancialInfo50Response"/>
    </operation>
    <operation name="CanUseAccountCredit">
      <input message="tns:CanUseAccountCredit51Request"/>
      <output message="tns:CanUseAccountCredit51Response"/>
    </operation>
    <operation name="HasDebitAccount">
      <input message="tns:HasDebitAccount52Request"/>
      <output message="tns:HasDebitAccount52Response"/>
    </operation>
    <operation name="ActivateAccountFinancial">
      <input message="tns:ActivateAccountFinancial53Request"/>
      <output message="tns:ActivateAccountFinancial53Response"/>
    </operation>
    <operation name="ExistsInAccountFinancial">
      <input message="tns:ExistsInAccountFinancial54Request"/>
      <output message="tns:ExistsInAccountFinancial54Response"/>
    </operation>
    <operation name="GetPayorSales">
      <input message="tns:GetPayorSales55Request"/>
      <output message="tns:GetPayorSales55Response"/>
    </operation>
    <operation name="GetLoggedAccountSales">
      <input message="tns:GetLoggedAccountSales56Request"/>
      <output message="tns:GetLoggedAccountSales56Response"/>
    </operation>
    <operation name="GetBillingAccountSales">
      <input message="tns:GetBillingAccountSales57Request"/>
      <output message="tns:GetBillingAccountSales57Response"/>
    </operation>
    <operation name="GetBillingAccountSaleByAK">
      <input message="tns:GetBillingAccountSaleByAK58Request"/>
      <output message="tns:GetBillingAccountSaleByAK58Response"/>
    </operation>
    <operation name="GetB2BSales">
      <input message="tns:GetB2BSales59Request"/>
      <output message="tns:GetB2BSales59Response"/>
    </operation>
    <operation name="FindB2BPriceListByAccount">
      <input message="tns:FindB2BPriceListByAccount60Request"/>
      <output message="tns:FindB2BPriceListByAccount60Response"/>
    </operation>
    <operation name="AccountAccreditation">
      <input message="tns:AccountAccreditation61Request"/>
      <output message="tns:AccountAccreditation61Response"/>
    </operation>
    <operation name="AccountDuplicates">
      <input message="tns:AccountDuplicates62Request"/>
      <output message="tns:AccountDuplicates62Response"/>
    </operation>
    <operation name="DisableAccount">
      <input message="tns:DisableAccount63Request"/>
      <output message="tns:DisableAccount63Response"/>
    </operation>
    <operation name="EnableAccount">
      <input message="tns:EnableAccount64Request"/>
      <output message="tns:EnableAccount64Response"/>
    </operation>
    <operation name="ChangePassword">
      <input message="tns:ChangePassword65Request"/>
      <output message="tns:ChangePassword65Response"/>
    </operation>
    <operation name="ChangeAccountCategory">
      <input message="tns:ChangeAccountCategory66Request"/>
      <output message="tns:ChangeAccountCategory66Response"/>
    </operation>
    <operation name="ChangeAccountCategoryById">
      <input message="tns:ChangeAccountCategoryById67Request"/>
      <output message="tns:ChangeAccountCategoryById67Response"/>
    </operation>
    <operation name="ResetCounterAttempts">
      <input message="tns:ResetCounterAttempts68Request"/>
      <output message="tns:ResetCounterAttempts68Response"/>
    </operation>
    <operation name="IncrementCounterAttempts">
      <input message="tns:IncrementCounterAttempts69Request"/>
      <output message="tns:IncrementCounterAttempts69Response"/>
    </operation>
    <operation name="B2BUserLogin">
      <input message="tns:B2BUserLogin70Request"/>
      <output message="tns:B2BUserLogin70Response"/>
    </operation>
    <operation name="GetAccountHierarchy">
      <input message="tns:GetAccountHierarchy71Request"/>
      <output message="tns:GetAccountHierarchy71Response"/>
    </operation>
    <operation name="AddAccountRelationship">
      <input message="tns:AddAccountRelationship72Request"/>
      <output message="tns:AddAccountRelationship72Response"/>
    </operation>
    <operation name="RemoveAccountRelationship">
      <input message="tns:RemoveAccountRelationship73Request"/>
      <output message="tns:RemoveAccountRelationship73Response"/>
    </operation>
    <operation name="EnableDisableUseParentMoney">
      <input message="tns:EnableDisableUseParentMoney74Request"/>
      <output message="tns:EnableDisableUseParentMoney74Response"/>
    </operation>
    <operation name="GetAllowParentMoneyCardValue">
      <input message="tns:GetAllowParentMoneyCardValue75Request"/>
      <output message="tns:GetAllowParentMoneyCardValue75Response"/>
    </operation>
    <operation name="PromoteSecondaryToPrimary">
      <input message="tns:PromoteSecondaryToPrimary76Request"/>
      <output message="tns:PromoteSecondaryToPrimary76Response"/>
    </operation>
    <operation name="PromoteSecondaryToPartyPrimary">
      <input message="tns:PromoteSecondaryToPartyPrimary77Request"/>
      <output message="tns:PromoteSecondaryToPartyPrimary77Response"/>
    </operation>
    <operation name="HaveParentAccount">
      <input message="tns:HaveParentAccount78Request"/>
      <output message="tns:HaveParentAccount78Response"/>
    </operation>
    <operation name="LinkOrganitationOnPerson">
      <input message="tns:LinkOrganitationOnPerson79Request"/>
      <output message="tns:LinkOrganitationOnPerson79Response"/>
    </operation>
    <operation name="UpdateParentAccount">
      <input message="tns:UpdateParentAccount80Request"/>
      <output message="tns:UpdateParentAccount80Response"/>
    </operation>
    <operation name="HaveChildAccount">
      <input message="tns:HaveChildAccount81Request"/>
      <output message="tns:HaveChildAccount81Response"/>
    </operation>
    <operation name="SwapParentAccount">
      <input message="tns:SwapParentAccount82Request"/>
      <output message="tns:SwapParentAccount82Response"/>
    </operation>
    <operation name="GetMediaIdFromAccountId">
      <input message="tns:GetMediaIdFromAccountId83Request"/>
      <output message="tns:GetMediaIdFromAccountId83Response"/>
    </operation>
    <operation name="GetAccountIdsFromMediaId">
      <input message="tns:GetAccountIdsFromMediaId84Request"/>
      <output message="tns:GetAccountIdsFromMediaId84Response"/>
    </operation>
    <operation name="IsUniqueAccountIdLinkedToMediaId">
      <input message="tns:IsUniqueAccountIdLinkedToMediaId85Request"/>
      <output message="tns:IsUniqueAccountIdLinkedToMediaId85Response"/>
    </operation>
    <operation name="GetDmgFieldFromAccountId">
      <input message="tns:GetDmgFieldFromAccountId86Request"/>
      <output message="tns:GetDmgFieldFromAccountId86Response"/>
    </operation>
    <operation name="GetAccountFieldsByObjType">
      <input message="tns:GetAccountFieldsByObjType87Request"/>
      <output message="tns:GetAccountFieldsByObjType87Response"/>
    </operation>
    <operation name="SetBilligAccountByDmgCategoryId">
      <input message="tns:SetBilligAccountByDmgCategoryId88Request"/>
      <output message="tns:SetBilligAccountByDmgCategoryId88Response"/>
    </operation>
    <operation name="SetFinancialByDmgCategoryId">
      <input message="tns:SetFinancialByDmgCategoryId89Request"/>
      <output message="tns:SetFinancialByDmgCategoryId89Response"/>
    </operation>
    <operation name="UpdatePriceListByAccountIds">
      <input message="tns:UpdatePriceListByAccountIds90Request"/>
      <output message="tns:UpdatePriceListByAccountIds90Response"/>
    </operation>
    <operation name="CreateEmptyAccount">
      <input message="tns:CreateEmptyAccount91Request"/>
      <output message="tns:CreateEmptyAccount91Response"/>
    </operation>
    <operation name="GetAccountComboList">
      <input message="tns:GetAccountComboList92Request"/>
      <output message="tns:GetAccountComboList92Response"/>
    </operation>
    <operation name="GetAdvanceAccountInfoFromIds">
      <input message="tns:GetAdvanceAccountInfoFromIds93Request"/>
      <output message="tns:GetAdvanceAccountInfoFromIds93Response"/>
    </operation>
    <operation name="UpdateDisplayName">
      <input message="tns:UpdateDisplayName94Request"/>
      <output message="tns:UpdateDisplayName94Response"/>
    </operation>
    <operation name="LinkAccountToTicket">
      <input message="tns:LinkAccountToTicket95Request"/>
      <output message="tns:LinkAccountToTicket95Response"/>
    </operation>
    <operation name="SetAccountAsMemberShip">
      <input message="tns:SetAccountAsMemberShip96Request"/>
      <output message="tns:SetAccountAsMemberShip96Response"/>
    </operation>
    <operation name="AccountHasValidTicket">
      <input message="tns:AccountHasValidTicket97Request"/>
      <output message="tns:AccountHasValidTicket97Response"/>
    </operation>
    <operation name="AccountValidTickets">
      <input message="tns:AccountValidTickets98Request"/>
      <output message="tns:AccountValidTickets98Response"/>
    </operation>
    <operation name="CheckAccountConstraintsByObjectType">
      <input message="tns:CheckAccountConstraintsByObjectType99Request"/>
      <output message="tns:CheckAccountConstraintsByObjectType99Response"/>
    </operation>
    <operation name="ApproveAccount">
      <input message="tns:ApproveAccount100Request"/>
      <output message="tns:ApproveAccount100Response"/>
    </operation>
    <operation name="RefuseAccount">
      <input message="tns:RefuseAccount101Request"/>
      <output message="tns:RefuseAccount101Response"/>
    </operation>
    <operation name="GetAccountDmgFieldById">
      <input message="tns:GetAccountDmgFieldById102Request"/>
      <output message="tns:GetAccountDmgFieldById102Response"/>
    </operation>
    <operation name="SanitizeBOSData">
      <input message="tns:SanitizeBOSData103Request"/>
      <output message="tns:SanitizeBOSData103Response"/>
    </operation>
    <operation name="AccountHasEmptyMandatoryField">
      <input message="tns:AccountHasEmptyMandatoryField104Request"/>
      <output message="tns:AccountHasEmptyMandatoryField104Response"/>
    </operation>
    <operation name="GetAccountValidProducts">
      <input message="tns:GetAccountValidProducts105Request"/>
      <output message="tns:GetAccountValidProducts105Response"/>
    </operation>
    <operation name="GetAccountNames">
      <input message="tns:GetAccountNames106Request"/>
      <output message="tns:GetAccountNames106Response"/>
    </operation>
    <operation name="GetAccountNamesEx">
      <input message="tns:GetAccountNamesEx107Request"/>
      <output message="tns:GetAccountNamesEx107Response"/>
    </operation>
    <operation name="GetBillingAccountZipCode">
      <input message="tns:GetBillingAccountZipCode108Request"/>
      <output message="tns:GetBillingAccountZipCode108Response"/>
    </operation>
    <operation name="GetOriginalBillingAccountFromPaymentId">
      <input message="tns:GetOriginalBillingAccountFromPaymentId109Request"/>
      <output message="tns:GetOriginalBillingAccountFromPaymentId109Response"/>
    </operation>
    <operation name="GetAccountTickets">
      <input message="tns:GetAccountTickets110Request"/>
      <output message="tns:GetAccountTickets110Response"/>
    </operation>
    <operation name="AddAccountPhoto">
      <input message="tns:AddAccountPhoto111Request"/>
      <output message="tns:AddAccountPhoto111Response"/>
    </operation>
    <operation name="EmptyUniqueFields">
      <input message="tns:EmptyUniqueFields112Request"/>
      <output message="tns:EmptyUniqueFields112Response"/>
    </operation>
    <operation name="GetTckOwnerIDsFromSaleId">
      <input message="tns:GetTckOwnerIDsFromSaleId113Request"/>
      <output message="tns:GetTckOwnerIDsFromSaleId113Response"/>
    </operation>
    <operation name="AccountNotEligibleAsPayor">
      <input message="tns:AccountNotEligibleAsPayor114Request"/>
      <output message="tns:AccountNotEligibleAsPayor114Response"/>
    </operation>
    <operation name="IsAccountTaxExempt">
      <input message="tns:IsAccountTaxExempt115Request"/>
      <output message="tns:IsAccountTaxExempt115Response"/>
    </operation>
    <operation name="UpdateAccountFinancial">
      <input message="tns:UpdateAccountFinancial116Request"/>
      <output message="tns:UpdateAccountFinancial116Response"/>
    </operation>
    <operation name="GetMediaIdsFromAccountAK">
      <input message="tns:GetMediaIdsFromAccountAK117Request"/>
      <output message="tns:GetMediaIdsFromAccountAK117Response"/>
    </operation>
    <operation name="UpdatePointsEmailSent">
      <input message="tns:UpdatePointsEmailSent118Request"/>
      <output message="tns:UpdatePointsEmailSent118Response"/>
    </operation>
    <operation name="CreateYASID">
      <input message="tns:CreateYASID119Request"/>
      <output message="tns:CreateYASID119Response"/>
    </operation>
    <operation name="GetAccountForExport">
      <input message="tns:GetAccountForExport120Request"/>
      <output message="tns:GetAccountForExport120Response"/>
    </operation>
    <operation name="SetAccountCRMChanged">
      <input message="tns:SetAccountCRMChanged121Request"/>
      <output message="tns:SetAccountCRMChanged121Response"/>
    </operation>
    <operation name="SetAccount2UnknownCRM">
      <input message="tns:SetAccount2UnknownCRM122Request"/>
      <output message="tns:SetAccount2UnknownCRM122Response"/>
    </operation>
    <operation name="GetAccountCountByDmgCatId">
      <input message="tns:GetAccountCountByDmgCatId123Request"/>
      <output message="tns:GetAccountCountByDmgCatId123Response"/>
    </operation>
    <operation name="GetAccountCountByDmgAndDates">
      <input message="tns:GetAccountCountByDmgAndDates124Request"/>
      <output message="tns:GetAccountCountByDmgAndDates124Response"/>
    </operation>
    <operation name="SendNotification">
      <input message="tns:SendNotification125Request"/>
      <output message="tns:SendNotification125Response"/>
    </operation>
    <operation name="SendNotification">
      <input message="tns:SendNotification126Request"/>
      <output message="tns:SendNotification126Response"/>
    </operation>
    <operation name="GetSignatureLastUpdate">
      <input message="tns:GetSignatureLastUpdate127Request"/>
      <output message="tns:GetSignatureLastUpdate127Response"/>
    </operation>
    <operation name="UpdateEasyRentValues">
      <input message="tns:UpdateEasyRentValues128Request"/>
      <output message="tns:UpdateEasyRentValues128Response"/>
    </operation>
    <operation name="GetEasyRentValues">
      <input message="tns:GetEasyRentValues129Request"/>
      <output message="tns:GetEasyRentValues129Response"/>
    </operation>
    <operation name="GetCachedAccountidFromAk">
      <input message="tns:GetCachedAccountidFromAk130Request"/>
      <output message="tns:GetCachedAccountidFromAk130Response"/>
    </operation>
    <operation name="GetActiveMediaIdsFromAccountAK">
      <input message="tns:GetActiveMediaIdsFromAccountAK131Request"/>
      <output message="tns:GetActiveMediaIdsFromAccountAK131Response"/>
    </operation>
    <operation name="GetActiveMediaIdentifiersFromAccountId">
      <input message="tns:GetActiveMediaIdentifiersFromAccountId132Request"/>
      <output message="tns:GetActiveMediaIdentifiersFromAccountId132Response"/>
    </operation>
    <operation name="GetAccount360Info">
      <input message="tns:GetAccount360Info133Request"/>
      <output message="tns:GetAccount360Info133Response"/>
    </operation>
    <operation name="GetAccountInfoByAccountId">
      <input message="tns:GetAccountInfoByAccountId134Request"/>
      <output message="tns:GetAccountInfoByAccountId134Response"/>
    </operation>
    <operation name="GetAccountTags">
      <input message="tns:GetAccountTags135Request"/>
      <output message="tns:GetAccountTags135Response"/>
    </operation>
    <operation name="GetAccountIdByFirstNameSurnameEmail">
      <input message="tns:GetAccountIdByFirstNameSurnameEmail136Request"/>
      <output message="tns:GetAccountIdByFirstNameSurnameEmail136Response"/>
    </operation>
    <operation name="GetAccountHasFamilyMembers">
      <input message="tns:GetAccountHasFamilyMembers137Request"/>
      <output message="tns:GetAccountHasFamilyMembers137Response"/>
    </operation>
    <operation name="GetBaseInfo">
      <input message="tns:GetBaseInfo138Request"/>
      <output message="tns:GetBaseInfo138Response"/>
    </operation>
    <operation name="GetAccountBirthDateById">
      <input message="tns:GetAccountBirthDateById139Request"/>
      <output message="tns:GetAccountBirthDateById139Response"/>
    </operation>
    <operation name="GetAccountBirthDateByTicketId">
      <input message="tns:GetAccountBirthDateByTicketId140Request"/>
      <output message="tns:GetAccountBirthDateByTicketId140Response"/>
    </operation>
    <operation name="AccountHasValidGiftAid">
      <input message="tns:AccountHasValidGiftAid141Request"/>
      <output message="tns:AccountHasValidGiftAid141Response"/>
    </operation>
    <operation name="SubscribeGiftAid">
      <input message="tns:SubscribeGiftAid142Request"/>
      <output message="tns:SubscribeGiftAid142Response"/>
    </operation>
    <operation name="UpdateGiftAid">
      <input message="tns:UpdateGiftAid143Request"/>
      <output message="tns:UpdateGiftAid143Response"/>
    </operation>
    <operation name="AccountHasSaleItem2Gift">
      <input message="tns:AccountHasSaleItem2Gift144Request"/>
      <output message="tns:AccountHasSaleItem2Gift144Response"/>
    </operation>
    <operation name="GetAccountAK">
      <input message="tns:GetAccountAK145Request"/>
      <output message="tns:GetAccountAK145Response"/>
    </operation>
    <operation name="ExistGiftAidActiveInThePeriod">
      <input message="tns:ExistGiftAidActiveInThePeriod146Request"/>
      <output message="tns:ExistGiftAidActiveInThePeriod146Response"/>
    </operation>
    <operation name="SubscribeSingleUseGiftAid">
      <input message="tns:SubscribeSingleUseGiftAid147Request"/>
      <output message="tns:SubscribeSingleUseGiftAid147Response"/>
    </operation>
    <operation name="SubscribeClaimGiftAid">
      <input message="tns:SubscribeClaimGiftAid148Request"/>
      <output message="tns:SubscribeClaimGiftAid148Response"/>
    </operation>
    <operation name="GetSalesForClaim">
      <input message="tns:GetSalesForClaim149Request"/>
      <output message="tns:GetSalesForClaim149Response"/>
    </operation>
    <operation name="GetMaskDataFromAccountId">
      <input message="tns:GetMaskDataFromAccountId150Request"/>
      <output message="tns:GetMaskDataFromAccountId150Response"/>
    </operation>
    <operation name="GetAccountIdsFromDataMaskIdAndObjTypeAndMaskData">
      <input message="tns:GetAccountIdsFromDataMaskIdAndObjTypeAndMaskData151Request"/>
      <output message="tns:GetAccountIdsFromDataMaskIdAndObjTypeAndMaskData151Response"/>
    </operation>
  </portType>
  <binding name="IWsDBAccountbinding" type="tns:IWsDBAccount">
    <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:WsDBAccountIntf-IWsDBAccount#GetDataById" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </output>
    </operation>
    <operation name="GetDataByIds">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBAccountIntf-IWsDBAccount#GetDataByIds" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </output>
    </operation>
    <operation name="GetDataByParams">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBAccountIntf-IWsDBAccount#GetDataByParams" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </output>
    </operation>
    <operation name="GetNewObjectDefault">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBAccountIntf-IWsDBAccount#GetNewObjectDefault" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </output>
    </operation>
    <operation name="ApplyChanges">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBAccountIntf-IWsDBAccount#ApplyChanges" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </output>
    </operation>
    <operation name="ApplyChanges2">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBAccountIntf-IWsDBAccount#ApplyChanges2" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </output>
    </operation>
    <operation name="GetRootWithSchema">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBAccountIntf-IWsDBAccount#GetRootWithSchema" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </output>
    </operation>
    <operation name="GetDataAll">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBAccountIntf-IWsDBAccount#GetDataAll" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </output>
    </operation>
    <operation name="Validate">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBAccountIntf-IWsDBAccount#Validate" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </output>
    </operation>
    <operation name="ApplyChangesExt">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBAccountIntf-IWsDBAccount#ApplyChangesExt" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </output>
    </operation>
    <operation name="FindAccountIdByObjType">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBAccountIntf-IWsDBAccount#FindAccountIdByObjType" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </output>
    </operation>
    <operation name="FindAccountIdsByObjType">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBAccountIntf-IWsDBAccount#FindAccountIdsByObjType" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </output>
    </operation>
    <operation name="FindAccountIdByObjTypeAndDmgCategory">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBAccountIntf-IWsDBAccount#FindAccountIdByObjTypeAndDmgCategory" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </output>
    </operation>
    <operation name="FindB2BAccountId">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBAccountIntf-IWsDBAccount#FindB2BAccountId" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </output>
    </operation>
    <operation name="GetBillingAccountByAccountId">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBAccountIntf-IWsDBAccount#GetBillingAccountByAccountId" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </output>
    </operation>
    <operation name="FindAccountPriceListId">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBAccountIntf-IWsDBAccount#FindAccountPriceListId" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </output>
    </operation>
    <operation name="FindRecordAccountPriceListId">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBAccountIntf-IWsDBAccount#FindRecordAccountPriceListId" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </output>
    </operation>
    <operation name="FindAccountIdByAK">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBAccountIntf-IWsDBAccount#FindAccountIdByAK" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </output>
    </operation>
    <operation name="FindAccountIdLinkedToCRM">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBAccountIntf-IWsDBAccount#FindAccountIdLinkedToCRM" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </output>
    </operation>
    <operation name="FindAccountIdByNameAndCatId">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBAccountIntf-IWsDBAccount#FindAccountIdByNameAndCatId" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </output>
    </operation>
    <operation name="FindAccountIdAndDmgCatbyAK">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBAccountIntf-IWsDBAccount#FindAccountIdAndDmgCatbyAK" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </output>
    </operation>
    <operation name="FindAccountIDsByAKsAndDmgCat">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBAccountIntf-IWsDBAccount#FindAccountIDsByAKsAndDmgCat" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </output>
    </operation>
    <operation name="FindAccountAkById">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBAccountIntf-IWsDBAccount#FindAccountAkById" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </output>
    </operation>
    <operation name="FindAccountNameById">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBAccountIntf-IWsDBAccount#FindAccountNameById" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </output>
    </operation>
    <operation name="FindParentAccountId">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBAccountIntf-IWsDBAccount#FindParentAccountId" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </output>
    </operation>
    <operation name="GetAccountIdFromOffLineAK">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBAccountIntf-IWsDBAccount#GetAccountIdFromOffLineAK" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </output>
    </operation>
    <operation name="GetAccountDescriptionFromID">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBAccountIntf-IWsDBAccount#GetAccountDescriptionFromID" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </output>
    </operation>
    <operation name="GetAccountIdByAK">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBAccountIntf-IWsDBAccount#GetAccountIdByAK" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </output>
    </operation>
    <operation name="GetAccountAttributeIDs">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBAccountIntf-IWsDBAccount#GetAccountAttributeIDs" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </output>
    </operation>
    <operation name="GetAccountAttributeSetIDs">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBAccountIntf-IWsDBAccount#GetAccountAttributeSetIDs" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </output>
    </operation>
    <operation name="GetAccountDmgCategoryId">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBAccountIntf-IWsDBAccount#GetAccountDmgCategoryId" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </output>
    </operation>
    <operation name="GetAccountDmgCategoryIdByAK">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBAccountIntf-IWsDBAccount#GetAccountDmgCategoryIdByAK" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </output>
    </operation>
    <operation name="GetAccountDmgCategoryDescrByAK">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBAccountIntf-IWsDBAccount#GetAccountDmgCategoryDescrByAK" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </output>
    </operation>
    <operation name="GetAccountDmgCategoryCode">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBAccountIntf-IWsDBAccount#GetAccountDmgCategoryCode" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </output>
    </operation>
    <operation name="GetAccountLinkedTicket">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBAccountIntf-IWsDBAccount#GetAccountLinkedTicket" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </output>
    </operation>
    <operation name="GetAccountAndDmgCategoryIdFromAK">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBAccountIntf-IWsDBAccount#GetAccountAndDmgCategoryIdFromAK" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </output>
    </operation>
    <operation name="GetSystemAccountId">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBAccountIntf-IWsDBAccount#GetSystemAccountId" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </output>
    </operation>
    <operation name="FindAccountDisplayNameById">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBAccountIntf-IWsDBAccount#FindAccountDisplayNameById" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </output>
    </operation>
    <operation name="SimpleImportAccount">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBAccountIntf-IWsDBAccount#SimpleImportAccount" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </output>
    </operation>
    <operation name="SimpleSaveAccount">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBAccountIntf-IWsDBAccount#SimpleSaveAccount" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </output>
    </operation>
    <operation name="ImportAccountByAPISaveAccount">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBAccountIntf-IWsDBAccount#ImportAccountByAPISaveAccount" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </output>
    </operation>
    <operation name="ImportAccountByAPISaveAccount2">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBAccountIntf-IWsDBAccount#ImportAccountByAPISaveAccount2" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </output>
    </operation>
    <operation name="ImportIncentiveCredit">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBAccountIntf-IWsDBAccount#ImportIncentiveCredit" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </output>
    </operation>
    <operation name="ImportIncentiveTicket">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBAccountIntf-IWsDBAccount#ImportIncentiveTicket" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </output>
    </operation>
    <operation name="RetrieveDummyAccountForCatManagement">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBAccountIntf-IWsDBAccount#RetrieveDummyAccountForCatManagement" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </output>
    </operation>
    <operation name="CreateNewAccountFromTemplate">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBAccountIntf-IWsDBAccount#CreateNewAccountFromTemplate" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </output>
    </operation>
    <operation name="GetDATA_AccountDATA_DmgData">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBAccountIntf-IWsDBAccount#GetDATA_AccountDATA_DmgData" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </output>
    </operation>
    <operation name="GetAccountInfoFromIds">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBAccountIntf-IWsDBAccount#GetAccountInfoFromIds" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </output>
    </operation>
    <operation name="GetFinancialConstraints">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBAccountIntf-IWsDBAccount#GetFinancialConstraints" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </output>
    </operation>
    <operation name="GetFinancialConstraintsXML">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBAccountIntf-IWsDBAccount#GetFinancialConstraintsXML" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </output>
    </operation>
    <operation name="HasFinancialInfo">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBAccountIntf-IWsDBAccount#HasFinancialInfo" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </output>
    </operation>
    <operation name="CanUseAccountCredit">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBAccountIntf-IWsDBAccount#CanUseAccountCredit" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </output>
    </operation>
    <operation name="HasDebitAccount">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBAccountIntf-IWsDBAccount#HasDebitAccount" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </output>
    </operation>
    <operation name="ActivateAccountFinancial">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBAccountIntf-IWsDBAccount#ActivateAccountFinancial" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </output>
    </operation>
    <operation name="ExistsInAccountFinancial">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBAccountIntf-IWsDBAccount#ExistsInAccountFinancial" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </output>
    </operation>
    <operation name="GetPayorSales">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBAccountIntf-IWsDBAccount#GetPayorSales" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </output>
    </operation>
    <operation name="GetLoggedAccountSales">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBAccountIntf-IWsDBAccount#GetLoggedAccountSales" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </output>
    </operation>
    <operation name="GetBillingAccountSales">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBAccountIntf-IWsDBAccount#GetBillingAccountSales" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </output>
    </operation>
    <operation name="GetBillingAccountSaleByAK">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBAccountIntf-IWsDBAccount#GetBillingAccountSaleByAK" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </output>
    </operation>
    <operation name="GetB2BSales">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBAccountIntf-IWsDBAccount#GetB2BSales" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </output>
    </operation>
    <operation name="FindB2BPriceListByAccount">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBAccountIntf-IWsDBAccount#FindB2BPriceListByAccount" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </output>
    </operation>
    <operation name="AccountAccreditation">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBAccountIntf-IWsDBAccount#AccountAccreditation" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </output>
    </operation>
    <operation name="AccountDuplicates">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBAccountIntf-IWsDBAccount#AccountDuplicates" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </output>
    </operation>
    <operation name="DisableAccount">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBAccountIntf-IWsDBAccount#DisableAccount" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </output>
    </operation>
    <operation name="EnableAccount">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBAccountIntf-IWsDBAccount#EnableAccount" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </output>
    </operation>
    <operation name="ChangePassword">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBAccountIntf-IWsDBAccount#ChangePassword" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </output>
    </operation>
    <operation name="ChangeAccountCategory">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBAccountIntf-IWsDBAccount#ChangeAccountCategory" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </output>
    </operation>
    <operation name="ChangeAccountCategoryById">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBAccountIntf-IWsDBAccount#ChangeAccountCategoryById" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </output>
    </operation>
    <operation name="ResetCounterAttempts">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBAccountIntf-IWsDBAccount#ResetCounterAttempts" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </output>
    </operation>
    <operation name="IncrementCounterAttempts">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBAccountIntf-IWsDBAccount#IncrementCounterAttempts" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </output>
    </operation>
    <operation name="B2BUserLogin">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBAccountIntf-IWsDBAccount#B2BUserLogin" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </output>
    </operation>
    <operation name="GetAccountHierarchy">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBAccountIntf-IWsDBAccount#GetAccountHierarchy" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </output>
    </operation>
    <operation name="AddAccountRelationship">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBAccountIntf-IWsDBAccount#AddAccountRelationship" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </output>
    </operation>
    <operation name="RemoveAccountRelationship">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBAccountIntf-IWsDBAccount#RemoveAccountRelationship" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </output>
    </operation>
    <operation name="EnableDisableUseParentMoney">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBAccountIntf-IWsDBAccount#EnableDisableUseParentMoney" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </output>
    </operation>
    <operation name="GetAllowParentMoneyCardValue">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBAccountIntf-IWsDBAccount#GetAllowParentMoneyCardValue" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </output>
    </operation>
    <operation name="PromoteSecondaryToPrimary">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBAccountIntf-IWsDBAccount#PromoteSecondaryToPrimary" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </output>
    </operation>
    <operation name="PromoteSecondaryToPartyPrimary">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBAccountIntf-IWsDBAccount#PromoteSecondaryToPartyPrimary" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </output>
    </operation>
    <operation name="HaveParentAccount">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBAccountIntf-IWsDBAccount#HaveParentAccount" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </output>
    </operation>
    <operation name="LinkOrganitationOnPerson">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBAccountIntf-IWsDBAccount#LinkOrganitationOnPerson" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </output>
    </operation>
    <operation name="UpdateParentAccount">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBAccountIntf-IWsDBAccount#UpdateParentAccount" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </output>
    </operation>
    <operation name="HaveChildAccount">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBAccountIntf-IWsDBAccount#HaveChildAccount" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </output>
    </operation>
    <operation name="SwapParentAccount">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBAccountIntf-IWsDBAccount#SwapParentAccount" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </output>
    </operation>
    <operation name="GetMediaIdFromAccountId">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBAccountIntf-IWsDBAccount#GetMediaIdFromAccountId" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </output>
    </operation>
    <operation name="GetAccountIdsFromMediaId">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBAccountIntf-IWsDBAccount#GetAccountIdsFromMediaId" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </output>
    </operation>
    <operation name="IsUniqueAccountIdLinkedToMediaId">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBAccountIntf-IWsDBAccount#IsUniqueAccountIdLinkedToMediaId" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </output>
    </operation>
    <operation name="GetDmgFieldFromAccountId">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBAccountIntf-IWsDBAccount#GetDmgFieldFromAccountId" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </output>
    </operation>
    <operation name="GetAccountFieldsByObjType">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBAccountIntf-IWsDBAccount#GetAccountFieldsByObjType" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </output>
    </operation>
    <operation name="SetBilligAccountByDmgCategoryId">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBAccountIntf-IWsDBAccount#SetBilligAccountByDmgCategoryId" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </output>
    </operation>
    <operation name="SetFinancialByDmgCategoryId">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBAccountIntf-IWsDBAccount#SetFinancialByDmgCategoryId" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </output>
    </operation>
    <operation name="UpdatePriceListByAccountIds">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBAccountIntf-IWsDBAccount#UpdatePriceListByAccountIds" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </output>
    </operation>
    <operation name="CreateEmptyAccount">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBAccountIntf-IWsDBAccount#CreateEmptyAccount" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </output>
    </operation>
    <operation name="GetAccountComboList">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBAccountIntf-IWsDBAccount#GetAccountComboList" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </output>
    </operation>
    <operation name="GetAdvanceAccountInfoFromIds">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBAccountIntf-IWsDBAccount#GetAdvanceAccountInfoFromIds" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </output>
    </operation>
    <operation name="UpdateDisplayName">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBAccountIntf-IWsDBAccount#UpdateDisplayName" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </output>
    </operation>
    <operation name="LinkAccountToTicket">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBAccountIntf-IWsDBAccount#LinkAccountToTicket" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </output>
    </operation>
    <operation name="SetAccountAsMemberShip">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBAccountIntf-IWsDBAccount#SetAccountAsMemberShip" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </output>
    </operation>
    <operation name="AccountHasValidTicket">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBAccountIntf-IWsDBAccount#AccountHasValidTicket" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </output>
    </operation>
    <operation name="AccountValidTickets">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBAccountIntf-IWsDBAccount#AccountValidTickets" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </output>
    </operation>
    <operation name="CheckAccountConstraintsByObjectType">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBAccountIntf-IWsDBAccount#CheckAccountConstraintsByObjectType" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </output>
    </operation>
    <operation name="ApproveAccount">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBAccountIntf-IWsDBAccount#ApproveAccount" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </output>
    </operation>
    <operation name="RefuseAccount">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBAccountIntf-IWsDBAccount#RefuseAccount" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </output>
    </operation>
    <operation name="GetAccountDmgFieldById">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBAccountIntf-IWsDBAccount#GetAccountDmgFieldById" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </output>
    </operation>
    <operation name="SanitizeBOSData">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBAccountIntf-IWsDBAccount#SanitizeBOSData" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </output>
    </operation>
    <operation name="AccountHasEmptyMandatoryField">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBAccountIntf-IWsDBAccount#AccountHasEmptyMandatoryField" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </output>
    </operation>
    <operation name="GetAccountValidProducts">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBAccountIntf-IWsDBAccount#GetAccountValidProducts" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </output>
    </operation>
    <operation name="GetAccountNames">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBAccountIntf-IWsDBAccount#GetAccountNames" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </output>
    </operation>
    <operation name="GetAccountNamesEx">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBAccountIntf-IWsDBAccount#GetAccountNamesEx" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </output>
    </operation>
    <operation name="GetBillingAccountZipCode">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBAccountIntf-IWsDBAccount#GetBillingAccountZipCode" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </output>
    </operation>
    <operation name="GetOriginalBillingAccountFromPaymentId">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBAccountIntf-IWsDBAccount#GetOriginalBillingAccountFromPaymentId" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </output>
    </operation>
    <operation name="GetAccountTickets">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBAccountIntf-IWsDBAccount#GetAccountTickets" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </output>
    </operation>
    <operation name="AddAccountPhoto">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBAccountIntf-IWsDBAccount#AddAccountPhoto" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </output>
    </operation>
    <operation name="EmptyUniqueFields">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBAccountIntf-IWsDBAccount#EmptyUniqueFields" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </output>
    </operation>
    <operation name="GetTckOwnerIDsFromSaleId">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBAccountIntf-IWsDBAccount#GetTckOwnerIDsFromSaleId" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </output>
    </operation>
    <operation name="AccountNotEligibleAsPayor">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBAccountIntf-IWsDBAccount#AccountNotEligibleAsPayor" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </output>
    </operation>
    <operation name="IsAccountTaxExempt">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBAccountIntf-IWsDBAccount#IsAccountTaxExempt" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </output>
    </operation>
    <operation name="UpdateAccountFinancial">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBAccountIntf-IWsDBAccount#UpdateAccountFinancial" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </output>
    </operation>
    <operation name="GetMediaIdsFromAccountAK">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBAccountIntf-IWsDBAccount#GetMediaIdsFromAccountAK" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </output>
    </operation>
    <operation name="UpdatePointsEmailSent">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBAccountIntf-IWsDBAccount#UpdatePointsEmailSent" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </output>
    </operation>
    <operation name="CreateYASID">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBAccountIntf-IWsDBAccount#CreateYASID" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </output>
    </operation>
    <operation name="GetAccountForExport">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBAccountIntf-IWsDBAccount#GetAccountForExport" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </output>
    </operation>
    <operation name="SetAccountCRMChanged">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBAccountIntf-IWsDBAccount#SetAccountCRMChanged" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </output>
    </operation>
    <operation name="SetAccount2UnknownCRM">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBAccountIntf-IWsDBAccount#SetAccount2UnknownCRM" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </output>
    </operation>
    <operation name="GetAccountCountByDmgCatId">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBAccountIntf-IWsDBAccount#GetAccountCountByDmgCatId" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </output>
    </operation>
    <operation name="GetAccountCountByDmgAndDates">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBAccountIntf-IWsDBAccount#GetAccountCountByDmgAndDates" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </output>
    </operation>
    <operation name="SendNotification">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBAccountIntf-IWsDBAccount#SendNotification" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </output>
    </operation>
    <operation name="SendNotification">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBAccountIntf-IWsDBAccount#SendNotification" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </output>
    </operation>
    <operation name="GetSignatureLastUpdate">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBAccountIntf-IWsDBAccount#GetSignatureLastUpdate" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </output>
    </operation>
    <operation name="UpdateEasyRentValues">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBAccountIntf-IWsDBAccount#UpdateEasyRentValues" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </output>
    </operation>
    <operation name="GetEasyRentValues">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBAccountIntf-IWsDBAccount#GetEasyRentValues" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </output>
    </operation>
    <operation name="GetCachedAccountidFromAk">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBAccountIntf-IWsDBAccount#GetCachedAccountidFromAk" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </output>
    </operation>
    <operation name="GetActiveMediaIdsFromAccountAK">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBAccountIntf-IWsDBAccount#GetActiveMediaIdsFromAccountAK" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </output>
    </operation>
    <operation name="GetActiveMediaIdentifiersFromAccountId">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBAccountIntf-IWsDBAccount#GetActiveMediaIdentifiersFromAccountId" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </output>
    </operation>
    <operation name="GetAccount360Info">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBAccountIntf-IWsDBAccount#GetAccount360Info" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </output>
    </operation>
    <operation name="GetAccountInfoByAccountId">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBAccountIntf-IWsDBAccount#GetAccountInfoByAccountId" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </output>
    </operation>
    <operation name="GetAccountTags">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBAccountIntf-IWsDBAccount#GetAccountTags" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </output>
    </operation>
    <operation name="GetAccountIdByFirstNameSurnameEmail">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBAccountIntf-IWsDBAccount#GetAccountIdByFirstNameSurnameEmail" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </output>
    </operation>
    <operation name="GetAccountHasFamilyMembers">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBAccountIntf-IWsDBAccount#GetAccountHasFamilyMembers" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </output>
    </operation>
    <operation name="GetBaseInfo">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBAccountIntf-IWsDBAccount#GetBaseInfo" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </output>
    </operation>
    <operation name="GetAccountBirthDateById">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBAccountIntf-IWsDBAccount#GetAccountBirthDateById" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </output>
    </operation>
    <operation name="GetAccountBirthDateByTicketId">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBAccountIntf-IWsDBAccount#GetAccountBirthDateByTicketId" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </output>
    </operation>
    <operation name="AccountHasValidGiftAid">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBAccountIntf-IWsDBAccount#AccountHasValidGiftAid" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </output>
    </operation>
    <operation name="SubscribeGiftAid">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBAccountIntf-IWsDBAccount#SubscribeGiftAid" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </output>
    </operation>
    <operation name="UpdateGiftAid">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBAccountIntf-IWsDBAccount#UpdateGiftAid" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </output>
    </operation>
    <operation name="AccountHasSaleItem2Gift">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBAccountIntf-IWsDBAccount#AccountHasSaleItem2Gift" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </output>
    </operation>
    <operation name="GetAccountAK">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBAccountIntf-IWsDBAccount#GetAccountAK" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </output>
    </operation>
    <operation name="ExistGiftAidActiveInThePeriod">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBAccountIntf-IWsDBAccount#ExistGiftAidActiveInThePeriod" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </output>
    </operation>
    <operation name="SubscribeSingleUseGiftAid">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBAccountIntf-IWsDBAccount#SubscribeSingleUseGiftAid" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </output>
    </operation>
    <operation name="SubscribeClaimGiftAid">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBAccountIntf-IWsDBAccount#SubscribeClaimGiftAid" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </output>
    </operation>
    <operation name="GetSalesForClaim">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBAccountIntf-IWsDBAccount#GetSalesForClaim" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </output>
    </operation>
    <operation name="GetMaskDataFromAccountId">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBAccountIntf-IWsDBAccount#GetMaskDataFromAccountId" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </output>
    </operation>
    <operation name="GetAccountIdsFromDataMaskIdAndObjTypeAndMaskData">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBAccountIntf-IWsDBAccount#GetAccountIdsFromDataMaskIdAndObjTypeAndMaskData" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBAccountIntf-IWsDBAccount"/>
      </output>
    </operation>
  </binding>
  <service name="IWsDBAccountservice">
    <port name="IWsDBAccountPort" binding="tns:IWsDBAccountbinding">
      <address xmlns="http://schemas.xmlsoap.org/wsdl/soap/" location="http://tcl-isapi-bos.vivaticket.com/BosServices.dll/soap/IWsDBAccount"/>
    </port>
  </service>
</definitions>

