if in said soa is an architecture that allowed modularity? I want to understand :
-can say a whole app to communicate with web service (service oriented architecture)?
-multi applications communicate with the web service is an erp?
if in said soa is an architecture that allowed modularity? I want to understand :
-can say a whole app to communicate with web service (service oriented architecture)?
-multi applications communicate with the web service is an erp?
ERP is a totally different concern, it is concerned with the purpose of the application, not the design or architecture of the application.
Usually when you use a SOA architecture, you want to design each app so that it's communication with the web services is fairly isolated (as in a client dao layer).