Role of XML in SOAP - SOAP

Explain the role of XML in SOAP.

- XML is used as a message format to communicate. Due to the open source nature of XML, it is widely accepted.

- XML is used as the common format for data in cross platform applications. This file is used for representing message for communication. XML is mostly accepted standard for open source applications. XML format is more reliable format for Application Layer protocols for message transmission and negotiation.
Elements that should be contained in SOAP message? - SOAP
The following are contained in SOAP messages: Envelope, Header, Body, Fault element......
What is SOAP Envelope element? - SOAP
SOAP envelope element is the root element used to define the XML document as a SOAP message.......
What is SOAP actor element? - SOAP
The header element may pass through different endpoints before it reaches the receiver.......
Post your comment