| |
Web Services.
Database Services:
Accounts Movements Service
A web service which keeps records of the accounts transfers. Holds information about amount debited/credited, teller ID, etc
Audit Service
A web service that keeps record of the actions in the system for Auditing purposes.
Branch Services
A web services which holds infomraiton about the Branches in the Banking System, such as Branch name, ID, address etc.
Current Account Service
A web service which is used to view / update Current Account information.
Deposit Account Service
A web service which is used to view / update Savings Account information.
Customer Account Service
A web service that can be used to view the different types of accounts a customer holds. Not currently used.
Customer Information Service
Can be used to view / change / add Customers inforamtion such as Name, CustomerID, Address, DOB, etc
Teller Table Service
Can be used to view / change the teller information in the system, such as TellerID, Role, Branch, etc
Business Logic Services:
Funds Transfer Service
A web service used to transfer funds from one account to another.
Sample Code:
The Binaries for the demo clients (php, java + c# ) are available here : Demo Clients Zip,
The Java source is an eclipse project, and should be imported with "Import" -> "Existing projects into workspace"
|
|