Key Terminology In Web Service

 Key Terminology In Web Service

1.  Request and Response:
Request is Input to the web service
Response is Output to the web service

2. Message Exchange Format: 
          XML or JSON

3. Service Provider or Server And Service Consumer or Client:
        Service Provider: who is providing service
        Service Consumer: who is using the service



4. Service Definition:


5. Transport: HTTP or MQ:

Transport is identified how the service is called means:

    1. HTTP: service Expose over the Internet

    2. MQ: Service Expose over the Queue



Comments

Popular posts from this blog

Introduction of RESTful Web Service

Learn JPA and Hibernate

Implementing Dynamic Filtering for Rest API