RE: What is Service Oriented Architecture?

Answered

What is Service Oriented Architecture?

JavaNinja Ninja Asked on 18th September 2018 in Web Service.
Add Comment
1 Answers
Best answer

Service-oriented architecture (SOA) is a software design and software architecture design pattern based on discrete pieces of software providing application functionality as services to other applications. It is independent of any vendor, product or technology. As per SOA principles a service is a self-contained unit of functionality, for e.g. getting a quotation for a stock. Services can be combined by software applications to provide complete functionality of a software application.

Ninja Answered on 18th September 2018.
Add Comment

Your Answer

By posting your answer, you agree to the privacy policy and terms of service.