Service Provider:
Service Provider defines an abstract service description using the web services description language(WSDL).
Service Provider provide concrete Service from the abstract service description yielding concrete service description in WSDL.
This Service can be published to registry such as UDDI(Universal Description, Discovery and Integration).
Service Requester:
Service Requester use the registry to locate the service and using the service description to select and use a concrete implementation of the service.
Service Broker:
Service Broker allows a web service to be
- Registered
- Categorized
- Searched
Service Broker will allows Service Requester to search for particular service from the registry using Service Description(WSDL) and a Uniform Resource Identifier (URI) that points to the service itself and Service Requester can then use this information to bind to service and invoke it.
nice tutorial
ReplyDelete