0 votes
in C Sharp by
What is SOA?

1 Answer

0 votes
by

SOA stands for **service-oriented architecture. Service Oriented Architecture is an architectural approach in software development where the application is organized as "Services". Services are a group of methods that contain the business logic to connect a DB or other services. For instance you go to a hotel and order food. Your order first goes to the counter and then it goes to the kitchen where the food is prepared and finally the waiter serves the food.

Some important characteristics of Service Oriented Architecture

  • SOA services should be independent of other services. Altering a service should not affect the client calling the service.
  • Services should be self-contained. ** Services should be able to **define themselves (in the Web Service Description Language (WSDL)). It should be able to tell the client what all of the operations it does, what are all the data types it uses and what kind of value it will return.

Related questions

0 votes
asked Aug 12, 2020 in C Sharp by RShastri
0 votes
asked Aug 12, 2020 in C Sharp by RShastri
0 votes
0 votes
0 votes
asked Jun 8, 2020 in C Sharp by DavidAnderson
...