EMERGING TRENDS IN SOFTWARE ENGINEERING
CLOUD COMPUTING
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
|
CSS + HTTP
|
|
CSS + JAVA
|
|
XML + HTML
|
|
XML + HTTP
|
Detailed explanation-1: -Answer: The basic web services platform is the combination of XML and HTTP . Explanation : The full form of Xml is ‘eXtensible Markup Language)’.
Detailed explanation-2: -XML Web services provide a way to describe their interfaces in enough detail to allow a user to build a client application to talk to them. This description is usually provided in an XML document called a Web Services Description Language (WSDL) document.
Detailed explanation-3: -There are a few central types of web services: XML-RPC, UDDI, SOAP, and REST: XML-RPC (Remote Procedure Call) is the most basic XML protocol to exchange data between a wide variety of devices on a network. It uses HTTP to quickly and easily transfer data and communication other information from client to server.