0 votes
in Web Service by
Explain web service architecture?

1 Answer

0 votes
by

The web service framework includes three different layers.

The roles of these layers are:

  1. Service Provider: Role of Service provider is to make the web service which makes it accessible to the client applications over the Web.
  2. Service Requestor: Service requestor refers to any consumer of web service like any client application. Client applications are written in any language contact web service for any functionality by sending XML request over the available network connection.
  3. Service Registry: Service Registry is the centralized directory System which helps to locate the web services for client applications. Used to find the existing web services, as well as developers, can also create the brand new one web service also.
  4. The Service Provider uses the interface named as ?Publish? interface of Service Registry to make the existing web services available to client applications. With all the information provided by the service registry, service requestor able to find or invoke services.

Related questions

0 votes
asked Sep 24, 2023 in Web Service by john ganales
0 votes
asked Sep 24, 2023 in Web Service by john ganales
...