Session 5

You might also like

Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 1

MODEL:

Account
Client
Supporting documents
Funds
Order
Inputs

VIEW:
Computer software for employees
Mobile app for clients
CRM & HRM package

CONTROL:
Open an account
Enter client’s data
Check supporting documents
Update client status
Verify the funds
Update client status
Check the reconciliation outcome
Create an exchange order
Update order status
Create the bank receipt
Enter the input
Update the order status

In my opinion a SoA should be used.

APIs:
 Internal APIs: for the clients’ data, the funds, the income statements and other
sensitive data
 Composite APIs: when someone interacts with a client and wants to get data from
many different sources
 SOAP: a messaging protocol used to exchange structured data between web
services. SOAP APIs use the XML format for data exchange, and they typically require
more bandwidth and processing power than REST APIs. SOAP APIs support more
advanced features like transaction, security, and reliability

You might also like