Monday, November 30, 2009

What is service-oriented architecture?

What is service-oriented architecture?
Service Oriented Architecture(SOA) is an evolution of distributed computing based on the request/reply design paradigm for synchronous and asynchronous applications. An Application is a business logic or individual functions are modularized and presented as services for consumer/client applications. What’s key to these services is their loosely coupled nature i.e. the service interface is independent of the implementation. Application developers or system integrators can build applications by composing one more services without knowing the service underlying implementations .For example a service can be implemented either in .Net or in J2EE and the application consuming the service can be on different platform or language.
Service-oriented architectures have the following key characteristics:
·          SOA services have self-describing interfaces in platform-independent XML documents. Web Services Description Language (WSDL) is the standard used to describe the services.
·          SOA services communicate with messages formally defined via XML Schema (also called XSD). Communication among consumers and providers or services typically happens in heterogeneous environments, with little or no knowledge about the provider. Messages between services can be viewed as key business documents processed in an enterprise
·          SOA services are maintained in the enterprise by a registry that acts as a directory listing. Applications can look up the services in the registry and invoke the service. Universal Description, Definition, and Integration (UDDI) is the standard used for service registry.
Each SOA service has a quality of service (QoS) associated with it. Some of the key QoS elements are security requirements, such as authentication and authorization, reliable messaging, and policies regarding who can invoke services

No comments:

Post a Comment

add comment here