Wednesday 7 March 2018

1.0 WEB SEVICES

Web service is a technology to communicate with different programming languages (Interchangeability)

Web service is a client server application for communication between applications.



There are two types of web services 

  1. SOAP
  2. RESTful
Web Service Components
  1. SOAP (Simple Object Access Protocol) - XML based
  2. WSDL (Web Service Description Language) - WSDL is a xml document containing information about web services such as method name, method parameter and how to access it.
  3. UDDI (Universal Description, Discovery and Integration) - UDDI is a directory of web service interfaces described by WSDL, containing information about web services.


SOAP Web Service

  • It is a XML-based protocol for accessing web services.
  •  It is platform independent and language independent
  • SOAP uses WSDL and doesn't have any other mechanism to discover the service.

RESTful Web Service

  • It stands for representational state transfer
  • RESTful web service permits different data format such as Plain Text, HTML, XML and JSON.



No comments:

Post a Comment