CLOUD COMPUTING

CLOUD COMPUTING

WEB SERVICES AND API

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
A soap message should have a compulsory Body part.
A
False
B
True
C
Either A or B
D
None of the above
Explanation: 

Detailed explanation-1: -Q 43-Which of the following is correct about SOAP? A-SOAP is an XML-based protocol for exchanging information between computers.

Detailed explanation-2: -Every SOAP message has a root Envelope element. Envelope is a mandatory part of SOAP message. Every Envelope element must contain exactly one Body element. If an Envelope contains a Header element, it must contain no more than one, and it must appear as the first child of the Envelope, before the Body.

Detailed explanation-3: -What is SOAP (Simple Object Access Protocol)? SOAP (Simple Object Access Protocol) is a message protocol that enables the distributed elements of an application to communicate. SOAP can be carried over a variety of standard protocols, including the web-related Hypertext Transfer Protocol (HTTP).

Detailed explanation-4: -An Envelope element that identifies the XML document as a SOAP message. A Header element that contains header information. A Body element that contains call and response information. A Fault element containing errors and status information.

There is 1 question to complete.