Web Service


An online service is an software or knowledge supply that’s accessible through a normal internet protocol (HTTP or HTTPS). Unlike internet functions, internet providers are designed to speak with different applications, somewhat than instantly with customers.

While internet providers can present knowledge in a variety of completely different codecs, XML and JSON are the most typical. These customary text-based codecs may be simply acknowledged and parsed by one other program that receives the info. The most typical internet service protocol – SOAP (Simple Object Access Protocol) – merely provides a header to every XML message earlier than it’s transferred over HTTP.

Business-oriented internet providers might use a normal referred to as UDDI. This codecs knowledge in a selected sort of XML often known as the Web Services Description Language, or WSDL. While UDDI transmits .WSDL information as an alternative of normal .XML information, it could nonetheless use the SOAP protocol to switch knowledge.

Most internet providers present an API, or a set of features and instructions, that can be utilized to entry the info. For instance, Twitter offers an API that enables builders to entry tweets from the service and obtain the info in JSON format. Yelp offers an API for programmers to entry details about companies, which may be displayed instantly in an app or web site. Google Maps offers an API for receiving geographical knowledge and instructions from the Google Maps database.

NOTE: An API is a selected set of instructions and pointers used for accessing knowledge, whereas a internet service is an precise service offered by an Internet-based supply.

Looking to know more Internet Terms