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

Full capabilities of ChatGPT 4 O (O for Omni) - From Openai.com

Omni, O, has multimodal capabitlies, which means it can take text, voice or video as an input and serve audio/text/image output (there's...