What is the principle of webservice?
PS: Simply put.
Webservices is an application that exposes an API that can be called through the Web. In other words, you can call this application programmatically through the Web. We call the application that calls this web service a client.
When building and using Web services, the following key technologies and rules are mainly used:
Http transport channel
XML (Extensible Markup Language): A standard way to describe data.
SOAP (Simple Object Access Protocol): An information exchange protocol.
Wsdl (web service description language): web service description language.
Uddi (Universal Description, Discovery and Integration): Universal Description, Discovery and Integration. It is a platform-independent protocol based on XML language, which is used to describe the services on the Internet.