Wednesday, August 12, 2020

Webservices (Guru99.com)

What is a Webservice?

  • A web service is a software module that is designed to perform a certain set of tasks.
  • It can be searched over the network (on the server where it it hosted) and invoked accordingly. 

  • The requests to the server are made thru REMOTE PROCEDURE CALLS (RPC).
  • The main component of a web service is the data which is transferred between the client and server and is in XML format. 
  • So when applications talk to each other, they do in XML. 
  • Webservice uses a SOAP protocol for sending XML data in between the applications. 
  • Data is sent over in HTTP. 

Why do you need a Webservice?

  • Web services provide a common platform that allows multiple applications built on various programming languages (Java, .NET, Angular JS, Node.js, etc.) to have the ability to communicate with each other. (Don't have to bother in what language the front-end is written.)

Types of web services

  • SOAP web services

  • RESTful web services


 

No comments:

Post a Comment

DSPM, Data Security Posture Management, Data Observability

DATA SECURITY POSTURE MANAGEMENT DSPM, or Data Security Posture Management, is a practice that involves assessing and managing the security ...