<?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"/>
  </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="B2BUserLogin69Request">
    <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="B2BUserLogin69Response">
    <part name="AErrorCode" type="xs:int"/>
    <part name="AAccountId" type="xs:int"/>
    <part name="return" type="xs:boolean"/>
  </message>
  <message name="GetAccountHierarchy70Request">
    <part name="AAccountId" type="xs:int"/>
    <part name="FromApi" type="xs:boolean"/>
  </message>
  <message name="GetAccountHierarchy70Response">
    <part name="return" type="xs:string"/>
  </message>
  <message name="AddAccountRelationship71Request">
    <part name="AFatherId" type="xs:int"/>
    <part name="AChildId" type="xs:int"/>
    <part name="ARelType" type="xs:int"/>
  </message>
  <message name="AddAccountRelationship71Response">
    <part name="return" type="xs:boolean"/>
  </message>
  <message name="RemoveAccountRelationship72Request">
    <part name="AFatherId" type="xs:int"/>
    <part name="AChildId" type="xs:int"/>
    <part name="ARelType" type="xs:int"/>
  </message>
  <message name="RemoveAccountRelationship72Response">
    <part name="return" type="xs:boolean"/>
  </message>
  <message name="EnableDisableUseParentMoney73Request">
    <part name="AAccountId" type="xs:int"/>
    <part name="AOldStatus" type="xs:int"/>
  </message>
  <message name="EnableDisableUseParentMoney73Response"/>
  <message name="GetAllowParentMoneyCardValue74Request">
    <part name="AAccountId" type="xs:int"/>
  </message>
  <message name="GetAllowParentMoneyCardValue74Response">
    <part name="return" type="xs:int"/>
  </message>
  <message name="PromoteSecondaryToPrimary75Request">
    <part name="AAccountId" type="xs:int"/>
    <part name="AErrorMex" type="xs:string"/>
  </message>
  <message name="PromoteSecondaryToPrimary75Response">
    <part name="AErrorMex" type="xs:string"/>
    <part name="return" type="xs:int"/>
  </message>
  <message name="PromoteSecondaryToPartyPrimary76Request">
    <part name="AAccountId" type="xs:int"/>
    <part name="AErrorMex" type="xs:string"/>
  </message>
  <message name="PromoteSecondaryToPartyPrimary76Response">
    <part name="AErrorMex" type="xs:string"/>
    <part name="return" type="xs:int"/>
  </message>
  <message name="HaveParentAccount77Request">
    <part name="AAccountId" type="xs:int"/>
  </message>
  <message name="HaveParentAccount77Response">
    <part name="return" type="xs:boolean"/>
  </message>
  <message name="LinkOrganitationOnPerson78Request">
    <part name="AObjTypeOrganization" type="xs:int"/>
    <part name="AObjTypePerson" type="xs:int"/>
    <part name="ADmgCategoryIdPerson" type="xs:int"/>
  </message>
  <message name="LinkOrganitationOnPerson78Response">
    <part name="return" type="xs:int"/>
  </message>
  <message name="UpdateParentAccount79Request">
    <part name="AAccountId" type="xs:int"/>
    <part name="AParentAccountId" type="xs:int"/>
  </message>
  <message name="UpdateParentAccount79Response"/>
  <message name="HaveChildAccount80Request">
    <part name="AAccountId" type="xs:int"/>
  </message>
  <message name="HaveChildAccount80Response">
    <part name="return" type="xs:boolean"/>
  </message>
  <message name="SwapParentAccount81Request">
    <part name="FromAccountId" type="xs:int"/>
    <part name="ToAccountId" type="xs:int"/>
    <part name="Error" type="xs:string"/>
  </message>
  <message name="SwapParentAccount81Response">
    <part name="Error" type="xs:string"/>
  </message>
  <message name="GetMediaIdFromAccountId82Request">
    <part name="AAccountId" type="xs:int"/>
  </message>
  <message name="GetMediaIdFromAccountId82Response">
    <part name="return" type="xs:int"/>
  </message>
  <message name="GetAccountIdsFromMediaId83Request">
    <part name="AMediaId" type="xs:int"/>
  </message>
  <message name="GetAccountIdsFromMediaId83Response">
    <part name="return" type="ns2:TArrayOfInt"/>
  </message>
  <message name="IsUniqueAccountIdLinkedToMediaId84Request">
    <part name="AAccountId" type="xs:int"/>
    <part name="AMediaId" type="xs:int"/>
  </message>
  <message name="IsUniqueAccountIdLinkedToMediaId84Response">
    <part name="return" type="xs:boolean"/>
  </message>
  <message name="GetDmgFieldFromAccountId85Request">
    <part name="AAccountId" type="xs:int"/>
    <part name="AFieldName" type="xs:string"/>
  </message>
  <message name="GetDmgFieldFromAccountId85Response">
    <part name="return" type="xs:anyType"/>
  </message>
  <message name="GetAccountFieldsByObjType86Request">
    <part name="ObjType" type="ns2:TArrayOfInt"/>
    <part name="AAccountId" type="xs:int"/>
  </message>
  <message name="GetAccountFieldsByObjType86Response">
    <part name="return" type="ns2:TArrayOfString"/>
  </message>
  <message name="SetBilligAccountByDmgCategoryId87Request">
    <part name="ADmgCategoryId" type="xs:int"/>
  </message>
  <message name="SetBilligAccountByDmgCategoryId87Response"/>
  <message name="SetFinancialByDmgCategoryId88Request">
    <part name="ADmgCategoryId" type="xs:int"/>
    <part name="ATotalCreditAmount" type="xs:double"/>
    <part name="ACreditDays" type="xs:int"/>
  </message>
  <message name="SetFinancialByDmgCategoryId88Response"/>
  <message name="UpdatePriceListByAccountIds89Request">
    <part name="AAcountIds" type="ns2:TArrayOfInt"/>
    <part name="APriceListId" type="xs:int"/>
    <part name="AIsWeb" type="xs:boolean"/>
  </message>
  <message name="UpdatePriceListByAccountIds89Response">
    <part name="return" type="xs:boolean"/>
  </message>
  <message name="CreateEmptyAccount90Request">
    <part name="aDmgCategoryId" type="xs:int"/>
  </message>
  <message name="CreateEmptyAccount90Response">
    <part name="return" type="xs:int"/>
  </message>
  <message name="GetAccountComboList91Request">
    <part name="ADMGCategoryId" type="xs:int"/>
    <part name="ABeginWith" type="xs:string"/>
  </message>
  <message name="GetAccountComboList91Response">
    <part name="return" type="xs:string"/>
  </message>
  <message name="GetAdvanceAccountInfoFromIds92Request">
    <part name="AIds" type="xs:string"/>
    <part name="DmgCategory" type="xs:int"/>
  </message>
  <message name="GetAdvanceAccountInfoFromIds92Response">
    <part name="return" type="xs:string"/>
  </message>
  <message name="UpdateDisplayName93Request">
    <part name="AAccountId" type="xs:int"/>
  </message>
  <message name="UpdateDisplayName93Response">
    <part name="return" type="xs:string"/>
  </message>
  <message name="LinkAccountToTicket94Request">
    <part name="AAccountId" type="xs:int"/>
    <part name="ATicketId" type="xs:int"/>
  </message>
  <message name="LinkAccountToTicket94Response"/>
  <message name="SetAccountAsMemberShip95Request">
    <part name="aAccountID" type="ns2:TArrayOfInt"/>
  </message>
  <message name="SetAccountAsMemberShip95Response"/>
  <message name="AccountHasValidTicket96Request">
    <part name="AAccountId" type="xs:int"/>
  </message>
  <message name="AccountHasValidTicket96Response">
    <part name="return" type="xs:boolean"/>
  </message>
  <message name="AccountValidTickets97Request">
    <part name="AAccountId" type="xs:int"/>
  </message>
  <message name="AccountValidTickets97Response">
    <part name="return" type="ns2:TArrayOfInt"/>
  </message>
  <message name="CheckAccountConstraintsByObjectType98Request">
    <part name="AAccountId" type="xs:int"/>
    <part name="AValidityXml" type="xs:string"/>
    <part name="ADateTime" type="xs:dateTime"/>
  </message>
  <message name="CheckAccountConstraintsByObjectType98Response">
    <part name="AErrorCode" type="xs:int"/>
    <part name="AErrorMsg" type="xs:string"/>
    <part name="return" type="xs:boolean"/>
  </message>
  <message name="ApproveAccount99Request">
    <part name="AAccountId" type="xs:int"/>
  </message>
  <message name="ApproveAccount99Response">
    <part name="return" type="xs:boolean"/>
  </message>
  <message name="RefuseAccount100Request">
    <part name="AAccountId" type="xs:int"/>
  </message>
  <message name="RefuseAccount100Response">
    <part name="return" type="xs:boolean"/>
  </message>
  <message name="GetAccountDmgFieldById101Request">
    <part name="AFieldsXML" type="xs:string"/>
    <part name="AAccountId" type="xs:int"/>
  </message>
  <message name="GetAccountDmgFieldById101Response">
    <part name="return" type="xs:string"/>
  </message>
  <message name="SanitizeBOSData102Request">
    <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="SanitizeBOSData102Response">
    <part name="return" type="xs:string"/>
  </message>
  <message name="GetAccountValidProducts103Request">
    <part name="AAccountId" type="xs:int"/>
  </message>
  <message name="GetAccountValidProducts103Response">
    <part name="return" type="ns2:TArrayOfInt"/>
  </message>
  <message name="GetAccountNames104Request">
    <part name="AAccountId" type="xs:int"/>
  </message>
  <message name="GetAccountNames104Response">
    <part name="oFirstName" type="xs:string"/>
    <part name="oMiddleName" type="xs:string"/>
    <part name="oSurname" type="xs:string"/>
  </message>
  <message name="GetAccountNamesEx105Request">
    <part name="AAccountId" type="xs:int"/>
  </message>
  <message name="GetAccountNamesEx105Response">
    <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="GetBillingAccountZipCode106Request">
    <part name="AAccountId" type="xs:int"/>
  </message>
  <message name="GetBillingAccountZipCode106Response">
    <part name="return" type="xs:string"/>
  </message>
  <message name="GetOriginalBillingAccountFromPaymentId107Request">
    <part name="APaymentId" type="xs:int"/>
    <part name="AAccountId" type="xs:int"/>
    <part name="AZipCode" type="xs:string"/>
  </message>
  <message name="GetOriginalBillingAccountFromPaymentId107Response">
    <part name="AAccountId" type="xs:int"/>
    <part name="AZipCode" type="xs:string"/>
    <part name="return" type="xs:boolean"/>
  </message>
  <message name="GetAccountTickets108Request">
    <part name="AAccountId" type="xs:int"/>
  </message>
  <message name="GetAccountTickets108Response">
    <part name="return" type="ns2:TArrayOfInt"/>
  </message>
  <message name="AddAccountPhoto109Request">
    <part name="AFileName" type="xs:string"/>
    <part name="AAccountId" type="xs:int"/>
  </message>
  <message name="AddAccountPhoto109Response">
    <part name="return" type="xs:boolean"/>
  </message>
  <message name="EmptyUniqueFields110Request">
    <part name="AAccountID" type="xs:int"/>
  </message>
  <message name="EmptyUniqueFields110Response"/>
  <message name="GetTckOwnerIDsFromSaleId111Request">
    <part name="ASaleId" type="xs:int"/>
  </message>
  <message name="GetTckOwnerIDsFromSaleId111Response">
    <part name="return" type="ns2:TArrayOfInt"/>
  </message>
  <message name="AccountNotEligibleAsPayor112Request">
    <part name="AAccountId" type="xs:int"/>
  </message>
  <message name="AccountNotEligibleAsPayor112Response">
    <part name="return" type="xs:boolean"/>
  </message>
  <message name="IsAccountTaxExempt113Request">
    <part name="AAccountId" type="xs:int"/>
  </message>
  <message name="IsAccountTaxExempt113Response">
    <part name="return" type="xs:anyType"/>
  </message>
  <message name="UpdateAccountFinancial114Request">
    <part name="AAccountId" type="xs:int"/>
  </message>
  <message name="UpdateAccountFinancial114Response">
    <part name="return" type="xs:int"/>
  </message>
  <message name="GetMediaIdsFromAccountAK115Request">
    <part name="AAccountAK" type="xs:string"/>
  </message>
  <message name="GetMediaIdsFromAccountAK115Response">
    <part name="return" type="ns2:TArrayOfInt"/>
  </message>
  <message name="UpdatePointsEmailSent116Request">
    <part name="AAccountId" type="xs:int"/>
    <part name="APoints" type="xs:int"/>
  </message>
  <message name="UpdatePointsEmailSent116Response">
    <part name="return" type="xs:boolean"/>
  </message>
  <message name="CreateYASID117Request">
    <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="CreateYASID117Response">
    <part name="oYASID" type="xs:string"/>
    <part name="return" type="xs:boolean"/>
  </message>
  <message name="GetAccountForExport118Request">
    <part name="AQry" type="xs:string"/>
  </message>
  <message name="GetAccountForExport118Response">
    <part name="return" type="xs:base64Binary"/>
  </message>
  <message name="SetAccountCRMChanged119Request">
    <part name="AAccount2CRMId" type="xs:int"/>
    <part name="AChanged" type="xs:int"/>
  </message>
  <message name="SetAccountCRMChanged119Response"/>
  <message name="SetAccount2UnknownCRM120Request">
    <part name="AAccountId" type="xs:int"/>
  </message>
  <message name="SetAccount2UnknownCRM120Response"/>
  <message name="GetAccountCountByDmgCatId121Request">
    <part name="ADmgCategoryId" type="xs:int"/>
  </message>
  <message name="GetAccountCountByDmgCatId121Response">
    <part name="return" type="xs:int"/>
  </message>
  <message name="GetAccountCountByDmgAndDates122Request">
    <part name="ADmgCategoryId" type="xs:int"/>
    <part name="ADateFrom" type="xs:dateTime"/>
    <part name="ADateTo" type="xs:dateTime"/>
  </message>
  <message name="GetAccountCountByDmgAndDates122Response">
    <part name="return" type="xs:int"/>
  </message>
  <message name="SendNotification123Request">
    <part name="ADmgCategoryId" type="xs:int"/>
    <part name="ANotificationType" type="xs:int"/>
    <part name="ADocTemplateId" type="xs:int"/>
  </message>
  <message name="SendNotification123Response"/>
  <message name="SendNotification124Request">
    <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="SendNotification124Response">
    <part name="return" type="xs:int"/>
  </message>
  <message name="GetSignatureLastUpdate125Request">
    <part name="AAccountId" type="xs:int"/>
  </message>
  <message name="GetSignatureLastUpdate125Response">
    <part name="return" type="xs:dateTime"/>
  </message>
  <message name="UpdateEasyRentValues126Request">
    <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="UpdateEasyRentValues126Response">
    <part name="return" type="xs:boolean"/>
  </message>
  <message name="GetEasyRentValues127Request">
    <part name="AAccountId" type="xs:int"/>
  </message>
  <message name="GetEasyRentValues127Response">
    <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="GetCachedAccountidFromAk128Request">
    <part name="AAccountAk" type="xs:string"/>
  </message>
  <message name="GetCachedAccountidFromAk128Response">
    <part name="return" type="xs:int"/>
  </message>
  <message name="GetActiveMediaIdsFromAccountAK129Request">
    <part name="AAccountAK" type="xs:string"/>
  </message>
  <message name="GetActiveMediaIdsFromAccountAK129Response">
    <part name="return" type="ns2:TArrayOfInt"/>
  </message>
  <message name="GetActiveMediaIdentifiersFromAccountId130Request">
    <part name="AAccountId" type="xs:int"/>
  </message>
  <message name="GetActiveMediaIdentifiersFromAccountId130Response">
    <part name="return" type="ns2:TArrayOfString"/>
  </message>
  <message name="GetAccount360Info131Request">
    <part name="AAccountIds" type="ns2:TArrayOfInt"/>
  </message>
  <message name="GetAccount360Info131Response">
    <part name="return" type="ns3:TArrayOfMembershipInfo"/>
  </message>
  <message name="GetAccountInfoByAccountId132Request">
    <part name="AAccountId" type="xs:int"/>
  </message>
  <message name="GetAccountInfoByAccountId132Response">
    <part name="return" type="ns3:TAccountMembershipInfo"/>
  </message>
  <message name="GetAccountTags133Request">
    <part name="AAccountId" type="xs:int"/>
    <part name="ATagNames" type="ns2:TArrayOfString"/>
    <part name="ATagIDs" type="ns2:TArrayOfInt"/>
  </message>
  <message name="GetAccountTags133Response">
    <part name="ATagNames" type="ns2:TArrayOfString"/>
    <part name="ATagIDs" type="ns2:TArrayOfInt"/>
  </message>
  <message name="GetAccountIdByFirstNameSurnameEmail134Request">
    <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="GetAccountIdByFirstNameSurnameEmail134Response">
    <part name="return" type="xs:int"/>
  </message>
  <message name="GetAccountHasFamilyMembers135Request">
    <part name="AAccountId" type="xs:int"/>
  </message>
  <message name="GetAccountHasFamilyMembers135Response">
    <part name="return" type="xs:boolean"/>
  </message>
  <message name="GetBaseInfo136Request">
    <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="GetBaseInfo136Response">
    <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="GetAccountBirthDateById137Request">
    <part name="AAccountId" type="xs:int"/>
  </message>
  <message name="GetAccountBirthDateById137Response">
    <part name="return" type="xs:dateTime"/>
  </message>
  <message name="GetAccountBirthDateByTicketId138Request">
    <part name="ATicketId" type="xs:int"/>
  </message>
  <message name="GetAccountBirthDateByTicketId138Response">
    <part name="return" type="xs:dateTime"/>
  </message>
  <message name="AccountHasValidGiftAid139Request">
    <part name="AAccountId" type="xs:int"/>
    <part name="DeclarationDate" type="xs:dateTime"/>
  </message>
  <message name="AccountHasValidGiftAid139Response">
    <part name="AAccountGiftAidId" type="xs:int"/>
    <part name="return" type="xs:boolean"/>
  </message>
  <message name="SubscribeGiftAid140Request">
    <part name="AAccountId" type="xs:int"/>
  </message>
  <message name="SubscribeGiftAid140Response">
    <part name="return" type="xs:int"/>
  </message>
  <message name="UpdateGiftAid141Request">
    <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="UpdateGiftAid141Response">
    <part name="return" type="xs:boolean"/>
  </message>
  <message name="AccountHasSaleItem2Gift142Request">
    <part name="AAccountId" type="xs:int"/>
  </message>
  <message name="AccountHasSaleItem2Gift142Response">
    <part name="return" type="xs:boolean"/>
  </message>
  <message name="GetAccountAK143Request"/>
  <message name="GetAccountAK143Response">
    <part name="return" type="xs:string"/>
  </message>
  <message name="ExistGiftAidActiveInThePeriod144Request">
    <part name="AAccountGiftAidId" type="xs:int"/>
    <part name="AAccountId" type="xs:int"/>
    <part name="ADeclarationEndDate" type="xs:dateTime"/>
  </message>
  <message name="ExistGiftAidActiveInThePeriod144Response">
    <part name="return" type="xs:boolean"/>
  </message>
  <message name="SubscribeSingleUseGiftAid145Request">
    <part name="AAccountId" type="xs:int"/>
    <part name="DeclarationDate" type="xs:dateTime"/>
  </message>
  <message name="SubscribeSingleUseGiftAid145Response">
    <part name="return" type="xs:int"/>
  </message>
  <message name="SubscribeClaimGiftAid146Request">
    <part name="AAccountId" type="xs:int"/>
    <part name="ADeclarationStartDate" type="xs:dateTime"/>
  </message>
  <message name="SubscribeClaimGiftAid146Response">
    <part name="ADeclarationEndDate" type="xs:dateTime"/>
    <part name="return" type="xs:int"/>
  </message>
  <message name="GetSalesForClaim147Request">
    <part name="AAccountId" type="xs:int"/>
    <part name="AStartDate" type="xs:dateTime"/>
    <part name="AEndDate" type="xs:dateTime"/>
  </message>
  <message name="GetSalesForClaim147Response">
    <part name="return" type="ns2:TArrayOfInt"/>
  </message>
  <message name="GetMaskDataFromAccountId148Request">
    <part name="aAccountId" type="xs:int"/>
  </message>
  <message name="GetMaskDataFromAccountId148Response">
    <part name="return" type="xs:base64Binary"/>
  </message>
  <message name="GetAccountIdsFromDataMaskIdAndObjTypeAndMaskData149Request">
    <part name="ADataMaskId" type="xs:int"/>
    <part name="AObjType" type="xs:int"/>
    <part name="AMaskData" type="xs:string"/>
  </message>
  <message name="GetAccountIdsFromDataMaskIdAndObjTypeAndMaskData149Response">
    <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="B2BUserLogin">
      <input message="tns:B2BUserLogin69Request"/>
      <output message="tns:B2BUserLogin69Response"/>
    </operation>
    <operation name="GetAccountHierarchy">
      <input message="tns:GetAccountHierarchy70Request"/>
      <output message="tns:GetAccountHierarchy70Response"/>
    </operation>
    <operation name="AddAccountRelationship">
      <input message="tns:AddAccountRelationship71Request"/>
      <output message="tns:AddAccountRelationship71Response"/>
    </operation>
    <operation name="RemoveAccountRelationship">
      <input message="tns:RemoveAccountRelationship72Request"/>
      <output message="tns:RemoveAccountRelationship72Response"/>
    </operation>
    <operation name="EnableDisableUseParentMoney">
      <input message="tns:EnableDisableUseParentMoney73Request"/>
      <output message="tns:EnableDisableUseParentMoney73Response"/>
    </operation>
    <operation name="GetAllowParentMoneyCardValue">
      <input message="tns:GetAllowParentMoneyCardValue74Request"/>
      <output message="tns:GetAllowParentMoneyCardValue74Response"/>
    </operation>
    <operation name="PromoteSecondaryToPrimary">
      <input message="tns:PromoteSecondaryToPrimary75Request"/>
      <output message="tns:PromoteSecondaryToPrimary75Response"/>
    </operation>
    <operation name="PromoteSecondaryToPartyPrimary">
      <input message="tns:PromoteSecondaryToPartyPrimary76Request"/>
      <output message="tns:PromoteSecondaryToPartyPrimary76Response"/>
    </operation>
    <operation name="HaveParentAccount">
      <input message="tns:HaveParentAccount77Request"/>
      <output message="tns:HaveParentAccount77Response"/>
    </operation>
    <operation name="LinkOrganitationOnPerson">
      <input message="tns:LinkOrganitationOnPerson78Request"/>
      <output message="tns:LinkOrganitationOnPerson78Response"/>
    </operation>
    <operation name="UpdateParentAccount">
      <input message="tns:UpdateParentAccount79Request"/>
      <output message="tns:UpdateParentAccount79Response"/>
    </operation>
    <operation name="HaveChildAccount">
      <input message="tns:HaveChildAccount80Request"/>
      <output message="tns:HaveChildAccount80Response"/>
    </operation>
    <operation name="SwapParentAccount">
      <input message="tns:SwapParentAccount81Request"/>
      <output message="tns:SwapParentAccount81Response"/>
    </operation>
    <operation name="GetMediaIdFromAccountId">
      <input message="tns:GetMediaIdFromAccountId82Request"/>
      <output message="tns:GetMediaIdFromAccountId82Response"/>
    </operation>
    <operation name="GetAccountIdsFromMediaId">
      <input message="tns:GetAccountIdsFromMediaId83Request"/>
      <output message="tns:GetAccountIdsFromMediaId83Response"/>
    </operation>
    <operation name="IsUniqueAccountIdLinkedToMediaId">
      <input message="tns:IsUniqueAccountIdLinkedToMediaId84Request"/>
      <output message="tns:IsUniqueAccountIdLinkedToMediaId84Response"/>
    </operation>
    <operation name="GetDmgFieldFromAccountId">
      <input message="tns:GetDmgFieldFromAccountId85Request"/>
      <output message="tns:GetDmgFieldFromAccountId85Response"/>
    </operation>
    <operation name="GetAccountFieldsByObjType">
      <input message="tns:GetAccountFieldsByObjType86Request"/>
      <output message="tns:GetAccountFieldsByObjType86Response"/>
    </operation>
    <operation name="SetBilligAccountByDmgCategoryId">
      <input message="tns:SetBilligAccountByDmgCategoryId87Request"/>
      <output message="tns:SetBilligAccountByDmgCategoryId87Response"/>
    </operation>
    <operation name="SetFinancialByDmgCategoryId">
      <input message="tns:SetFinancialByDmgCategoryId88Request"/>
      <output message="tns:SetFinancialByDmgCategoryId88Response"/>
    </operation>
    <operation name="UpdatePriceListByAccountIds">
      <input message="tns:UpdatePriceListByAccountIds89Request"/>
      <output message="tns:UpdatePriceListByAccountIds89Response"/>
    </operation>
    <operation name="CreateEmptyAccount">
      <input message="tns:CreateEmptyAccount90Request"/>
      <output message="tns:CreateEmptyAccount90Response"/>
    </operation>
    <operation name="GetAccountComboList">
      <input message="tns:GetAccountComboList91Request"/>
      <output message="tns:GetAccountComboList91Response"/>
    </operation>
    <operation name="GetAdvanceAccountInfoFromIds">
      <input message="tns:GetAdvanceAccountInfoFromIds92Request"/>
      <output message="tns:GetAdvanceAccountInfoFromIds92Response"/>
    </operation>
    <operation name="UpdateDisplayName">
      <input message="tns:UpdateDisplayName93Request"/>
      <output message="tns:UpdateDisplayName93Response"/>
    </operation>
    <operation name="LinkAccountToTicket">
      <input message="tns:LinkAccountToTicket94Request"/>
      <output message="tns:LinkAccountToTicket94Response"/>
    </operation>
    <operation name="SetAccountAsMemberShip">
      <input message="tns:SetAccountAsMemberShip95Request"/>
      <output message="tns:SetAccountAsMemberShip95Response"/>
    </operation>
    <operation name="AccountHasValidTicket">
      <input message="tns:AccountHasValidTicket96Request"/>
      <output message="tns:AccountHasValidTicket96Response"/>
    </operation>
    <operation name="AccountValidTickets">
      <input message="tns:AccountValidTickets97Request"/>
      <output message="tns:AccountValidTickets97Response"/>
    </operation>
    <operation name="CheckAccountConstraintsByObjectType">
      <input message="tns:CheckAccountConstraintsByObjectType98Request"/>
      <output message="tns:CheckAccountConstraintsByObjectType98Response"/>
    </operation>
    <operation name="ApproveAccount">
      <input message="tns:ApproveAccount99Request"/>
      <output message="tns:ApproveAccount99Response"/>
    </operation>
    <operation name="RefuseAccount">
      <input message="tns:RefuseAccount100Request"/>
      <output message="tns:RefuseAccount100Response"/>
    </operation>
    <operation name="GetAccountDmgFieldById">
      <input message="tns:GetAccountDmgFieldById101Request"/>
      <output message="tns:GetAccountDmgFieldById101Response"/>
    </operation>
    <operation name="SanitizeBOSData">
      <input message="tns:SanitizeBOSData102Request"/>
      <output message="tns:SanitizeBOSData102Response"/>
    </operation>
    <operation name="GetAccountValidProducts">
      <input message="tns:GetAccountValidProducts103Request"/>
      <output message="tns:GetAccountValidProducts103Response"/>
    </operation>
    <operation name="GetAccountNames">
      <input message="tns:GetAccountNames104Request"/>
      <output message="tns:GetAccountNames104Response"/>
    </operation>
    <operation name="GetAccountNamesEx">
      <input message="tns:GetAccountNamesEx105Request"/>
      <output message="tns:GetAccountNamesEx105Response"/>
    </operation>
    <operation name="GetBillingAccountZipCode">
      <input message="tns:GetBillingAccountZipCode106Request"/>
      <output message="tns:GetBillingAccountZipCode106Response"/>
    </operation>
    <operation name="GetOriginalBillingAccountFromPaymentId">
      <input message="tns:GetOriginalBillingAccountFromPaymentId107Request"/>
      <output message="tns:GetOriginalBillingAccountFromPaymentId107Response"/>
    </operation>
    <operation name="GetAccountTickets">
      <input message="tns:GetAccountTickets108Request"/>
      <output message="tns:GetAccountTickets108Response"/>
    </operation>
    <operation name="AddAccountPhoto">
      <input message="tns:AddAccountPhoto109Request"/>
      <output message="tns:AddAccountPhoto109Response"/>
    </operation>
    <operation name="EmptyUniqueFields">
      <input message="tns:EmptyUniqueFields110Request"/>
      <output message="tns:EmptyUniqueFields110Response"/>
    </operation>
    <operation name="GetTckOwnerIDsFromSaleId">
      <input message="tns:GetTckOwnerIDsFromSaleId111Request"/>
      <output message="tns:GetTckOwnerIDsFromSaleId111Response"/>
    </operation>
    <operation name="AccountNotEligibleAsPayor">
      <input message="tns:AccountNotEligibleAsPayor112Request"/>
      <output message="tns:AccountNotEligibleAsPayor112Response"/>
    </operation>
    <operation name="IsAccountTaxExempt">
      <input message="tns:IsAccountTaxExempt113Request"/>
      <output message="tns:IsAccountTaxExempt113Response"/>
    </operation>
    <operation name="UpdateAccountFinancial">
      <input message="tns:UpdateAccountFinancial114Request"/>
      <output message="tns:UpdateAccountFinancial114Response"/>
    </operation>
    <operation name="GetMediaIdsFromAccountAK">
      <input message="tns:GetMediaIdsFromAccountAK115Request"/>
      <output message="tns:GetMediaIdsFromAccountAK115Response"/>
    </operation>
    <operation name="UpdatePointsEmailSent">
      <input message="tns:UpdatePointsEmailSent116Request"/>
      <output message="tns:UpdatePointsEmailSent116Response"/>
    </operation>
    <operation name="CreateYASID">
      <input message="tns:CreateYASID117Request"/>
      <output message="tns:CreateYASID117Response"/>
    </operation>
    <operation name="GetAccountForExport">
      <input message="tns:GetAccountForExport118Request"/>
      <output message="tns:GetAccountForExport118Response"/>
    </operation>
    <operation name="SetAccountCRMChanged">
      <input message="tns:SetAccountCRMChanged119Request"/>
      <output message="tns:SetAccountCRMChanged119Response"/>
    </operation>
    <operation name="SetAccount2UnknownCRM">
      <input message="tns:SetAccount2UnknownCRM120Request"/>
      <output message="tns:SetAccount2UnknownCRM120Response"/>
    </operation>
    <operation name="GetAccountCountByDmgCatId">
      <input message="tns:GetAccountCountByDmgCatId121Request"/>
      <output message="tns:GetAccountCountByDmgCatId121Response"/>
    </operation>
    <operation name="GetAccountCountByDmgAndDates">
      <input message="tns:GetAccountCountByDmgAndDates122Request"/>
      <output message="tns:GetAccountCountByDmgAndDates122Response"/>
    </operation>
    <operation name="SendNotification">
      <input message="tns:SendNotification123Request"/>
      <output message="tns:SendNotification123Response"/>
    </operation>
    <operation name="SendNotification">
      <input message="tns:SendNotification124Request"/>
      <output message="tns:SendNotification124Response"/>
    </operation>
    <operation name="GetSignatureLastUpdate">
      <input message="tns:GetSignatureLastUpdate125Request"/>
      <output message="tns:GetSignatureLastUpdate125Response"/>
    </operation>
    <operation name="UpdateEasyRentValues">
      <input message="tns:UpdateEasyRentValues126Request"/>
      <output message="tns:UpdateEasyRentValues126Response"/>
    </operation>
    <operation name="GetEasyRentValues">
      <input message="tns:GetEasyRentValues127Request"/>
      <output message="tns:GetEasyRentValues127Response"/>
    </operation>
    <operation name="GetCachedAccountidFromAk">
      <input message="tns:GetCachedAccountidFromAk128Request"/>
      <output message="tns:GetCachedAccountidFromAk128Response"/>
    </operation>
    <operation name="GetActiveMediaIdsFromAccountAK">
      <input message="tns:GetActiveMediaIdsFromAccountAK129Request"/>
      <output message="tns:GetActiveMediaIdsFromAccountAK129Response"/>
    </operation>
    <operation name="GetActiveMediaIdentifiersFromAccountId">
      <input message="tns:GetActiveMediaIdentifiersFromAccountId130Request"/>
      <output message="tns:GetActiveMediaIdentifiersFromAccountId130Response"/>
    </operation>
    <operation name="GetAccount360Info">
      <input message="tns:GetAccount360Info131Request"/>
      <output message="tns:GetAccount360Info131Response"/>
    </operation>
    <operation name="GetAccountInfoByAccountId">
      <input message="tns:GetAccountInfoByAccountId132Request"/>
      <output message="tns:GetAccountInfoByAccountId132Response"/>
    </operation>
    <operation name="GetAccountTags">
      <input message="tns:GetAccountTags133Request"/>
      <output message="tns:GetAccountTags133Response"/>
    </operation>
    <operation name="GetAccountIdByFirstNameSurnameEmail">
      <input message="tns:GetAccountIdByFirstNameSurnameEmail134Request"/>
      <output message="tns:GetAccountIdByFirstNameSurnameEmail134Response"/>
    </operation>
    <operation name="GetAccountHasFamilyMembers">
      <input message="tns:GetAccountHasFamilyMembers135Request"/>
      <output message="tns:GetAccountHasFamilyMembers135Response"/>
    </operation>
    <operation name="GetBaseInfo">
      <input message="tns:GetBaseInfo136Request"/>
      <output message="tns:GetBaseInfo136Response"/>
    </operation>
    <operation name="GetAccountBirthDateById">
      <input message="tns:GetAccountBirthDateById137Request"/>
      <output message="tns:GetAccountBirthDateById137Response"/>
    </operation>
    <operation name="GetAccountBirthDateByTicketId">
      <input message="tns:GetAccountBirthDateByTicketId138Request"/>
      <output message="tns:GetAccountBirthDateByTicketId138Response"/>
    </operation>
    <operation name="AccountHasValidGiftAid">
      <input message="tns:AccountHasValidGiftAid139Request"/>
      <output message="tns:AccountHasValidGiftAid139Response"/>
    </operation>
    <operation name="SubscribeGiftAid">
      <input message="tns:SubscribeGiftAid140Request"/>
      <output message="tns:SubscribeGiftAid140Response"/>
    </operation>
    <operation name="UpdateGiftAid">
      <input message="tns:UpdateGiftAid141Request"/>
      <output message="tns:UpdateGiftAid141Response"/>
    </operation>
    <operation name="AccountHasSaleItem2Gift">
      <input message="tns:AccountHasSaleItem2Gift142Request"/>
      <output message="tns:AccountHasSaleItem2Gift142Response"/>
    </operation>
    <operation name="GetAccountAK">
      <input message="tns:GetAccountAK143Request"/>
      <output message="tns:GetAccountAK143Response"/>
    </operation>
    <operation name="ExistGiftAidActiveInThePeriod">
      <input message="tns:ExistGiftAidActiveInThePeriod144Request"/>
      <output message="tns:ExistGiftAidActiveInThePeriod144Response"/>
    </operation>
    <operation name="SubscribeSingleUseGiftAid">
      <input message="tns:SubscribeSingleUseGiftAid145Request"/>
      <output message="tns:SubscribeSingleUseGiftAid145Response"/>
    </operation>
    <operation name="SubscribeClaimGiftAid">
      <input message="tns:SubscribeClaimGiftAid146Request"/>
      <output message="tns:SubscribeClaimGiftAid146Response"/>
    </operation>
    <operation name="GetSalesForClaim">
      <input message="tns:GetSalesForClaim147Request"/>
      <output message="tns:GetSalesForClaim147Response"/>
    </operation>
    <operation name="GetMaskDataFromAccountId">
      <input message="tns:GetMaskDataFromAccountId148Request"/>
      <output message="tns:GetMaskDataFromAccountId148Response"/>
    </operation>
    <operation name="GetAccountIdsFromDataMaskIdAndObjTypeAndMaskData">
      <input message="tns:GetAccountIdsFromDataMaskIdAndObjTypeAndMaskData149Request"/>
      <output message="tns:GetAccountIdsFromDataMaskIdAndObjTypeAndMaskData149Response"/>
    </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="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="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://skc-isapi-b2b.vivaticket.com/BosServices.dll/soap/IWsDBAccount"/>
    </port>
  </service>
</definitions>

