written 8.5 years ago by | • modified 8.5 years ago |
Mumbai University > Computer engineering > Sem 7 > Software Architecture.
Marks: 10 M
Year: Dec14, Dec13, May13, Dec12, May12
written 8.5 years ago by | • modified 8.5 years ago |
Mumbai University > Computer engineering > Sem 7 > Software Architecture.
Marks: 10 M
Year: Dec14, Dec13, May13, Dec12, May12
written 8.5 years ago by |
The services of SOA are simply independent components. They have an interface describing what operations they provide. They have their own thread of control. Services can be described in Web services using WSDL- Web Service Description Language. WSDL describes services using XML as a collection of operations that may b performed on typed data sent to or from the service. Their interfaces may be described by APIs written in some programming language.
Connectors are most interesting part of SOA. The simplest mechanism used by SOA is asynchronous event notification.
A service requestor sends an XML document to a service provider across the network. The obligation on both parties is that XML document be structured so that both understand it. The service provider may take some action upon receiving and reading the document but there is no obligation for the provider to return anything to the requestor.
In the next model, the connection is asynchronous request response model, resembling a remote procedure call or a distributed object method invocation.