The following is the data dictionary for the Java Client Sample Application (the bulleted items represent elements of a data structure). The internal name for context is used on the application presentation server or on the client; the internal name for CHA is used on the application logic server layer.
Data element description | Internal name for context | Internal name for WSIF Action | Internal name for CHA |
---|---|---|---|
Date | Date | Date | Date |
Account number | AccountNumber | AccountNumber | AccountNumber |
Account balance | AccountBalance | AccountBalance | AccountBalance |
Maximum amount | MaxAmount | MaxAmount | MaxAmount |
Customer identifier | CustomerId | CustomerId | CustomerId |
Customer name | CustomerName | CustomerName | CustomerName |
Transaction identifier | TrxId | TrxId | TrxId |
Operation amount | Amount | Amount | Amount |
Branch identifier | BranchId | BranchId | BranchId |
Account list
|
AccountListData
|
AaccountListData
|
AAccountListData
|
Statement details list
|
accountStatementDetails
|
AccountStatementDetails
|
AccountStatementDetails
|
Terminal identifier | TID | TID | TID |
Logged -on user identifier | UserId | UserId | UserId |
backend system transaction reply code | TrxReplyCode | TrxReplyCode | TrxReplyCode |
backend system transaction error message | TrxErrorMessage | TrxErrorMessage | TrxErrorMessage |
Data sent to backend system | HostBuff | HostBuff | HostBuff |