COMPUTER SCIENCE AND ENGINEERING
CLOUD COMPUTING
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
|
UDDI
|
|
XML
|
|
SOAP
|
|
None of the mentioned
|
Detailed explanation-1: -Web services use XML to code and to decode data, and SOAP to transport it (using open protocols).
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: -SOAP Web Services SOAP is an XML-based protocol. The biggest advantage of using the SOAP Web Service is its own security. SOAP stands for Simple Object Access Protocol. SOAP provides an envelope to send a web services messages over the Internet, using the HTTP protocol.
Detailed explanation-4: -A web service is any piece of software that makes itself available over the internet and uses a standardized XML messaging system. XML is used to encode all communications to a web service.
Detailed explanation-5: -WSDL is an XML-based language for describing web services and how to access them. WSDL stands for Web Services Description Language. WSDL was developed jointly by Microsoft and IBM. WSDL is an XML based protocol for information exchange in decentralized and distributed environments.