Assalamualaikum..
As I mention in the previous entry, now we're going to learn about web service architecture.
The most important thing that we should put extra focus in this topic is the web service model.
So.. as we can see from the picture above, there are 3 components in web service architecture. They are Service Registry, Service Requestor and Service Provider.
These are the ROLES of each components :-
Service Provider
- owner of the service
- platform that hosts access to the service
Service Requestor
- request data from registry
- invoke interaction with a service
Service Registry
- registry of service descriptions
- requestor will find data from service registry
- service registry will publish the data to the service provider.
The OPERATIONS that involved in the web service architecture are :-
Publish
- publish service descriptions
- service requestor find the data
Find
- requstor find service descriptions from the registry
Bind
- requstor invokes an interaction with the service at runtime.
Architecture Overview
| SOAP | WSDL |
|---|---|
|
|
| UDDI |
|---|
|








0 comments:
Post a Comment