Yogesh Chauhan's Blog

What are Web services?

in Miscellaneous on March 3, 2020

There are 2 definitions on Wikipedia.

a service offered by an electronic device to another electronic device, communicating with each other via the World Wide Web, OR a server running on a computer device, listening for requests at a particular port over a network, serving web documents (HTML, JSON, XML, images), and creating web applications services, which serve in solving specific domain problems over the Web (WWW, Internet, HTTP).

In simple terms it's just a function or app that can be accessed by other programs over the standardized web protocols (HTTP or HTTPS).

It uses XML (to tag the data), SOAP (to transfer the data), WSDL (used for describing the services available) and UDDI (used for listing what services are available).

In even simpler terms, we can say that a web service is a program that allows to talk to other web page or programs. Data can be in XML or JSON forms.


Most Read

#1 Solution to the error “Visual Studio Code can’t be opened because Apple cannot check it for malicious software” #2 How to add Read More Read Less Button using JavaScript? #3 How to check if radio button is checked or not using JavaScript? #4 Solution to “TypeError: ‘x’ is not iterable” in Angular 9 #5 PHP Login System using PDO Part 1: Create User Registration Page #6 How to uninstall Cocoapods from the Mac OS?

Recently Posted

#Apr 8 JSON.stringify() in JavaScript #Apr 7 Middleware in NextJS #Jan 17 4 advanced ways to search Colleague #Jan 16 Colleague UI Basics: The Search Area #Jan 16 Colleague UI Basics: The Context Area #Jan 16 Colleague UI Basics: Accessing the user interface
You might also like these
How to apply style only to first child and/or only to children other than the first child?CSSHow to use $INSERT command in Envision Basic?Envision BasicWhat is the best way to add JavaScript Code into HTML?HTMLIntroduction to Angular modules Part 3: NgModules vs JavaScript modules and Angular librariesAngularRecursion in JavaScriptJavaScriptHow to apply style to a specific child element using CSS?CSSContent types in DrupalDrupalCheck whether a variable exists and not empty in PHPPHPHow to Use the EXISTS and NOT EXISTS Operator with a Subquery in SQL and MySQL?SQL/MySQLFew more :nth-child examples in CSSCSSCheck if any column has NULL values in PostgresPostgresSQL Basics: What does the asterisk (*) mean in a query?SQL/MySQL