What is SOAP and how does it related to XML?
Answers were Sorted based on User's Feedback
Answer / guest
SOAP stands for Simple Object Access Protocol.
SOAP is a simple XML based protocol to let applications
exchange information over HTTP.
Or more simply: SOAP is a protocol for accessing a Web Service.
SOAP:
is a communication protocol
is for communication between applications
is a format for sending messages
is designed to communicate via Internet
is platform independent
is language independent
is based on XML
is simple and extensible
Is This Answer Correct ? | 15 Yes | 0 No |
Answer / deepika
Whatevet information provided in the first answer is
correct.
Relationship between SOAP and XML is, SOAP message is sent
in XML format using HTTP.
Is This Answer Correct ? | 10 Yes | 0 No |
What is Use of Template in XSL?
What are the differences between HTML and XML?
Can you use the XSLT to convert html into VXML?
How do I include one xml file in another?
Explain how to retrieve property settings from XML .config file.
Difference Between Element and Node.
What is xml format example?
How do I get xml into or out of a database?
What is an xml attribute?
What is the function of keys in xsl?
How do I undeclare the default xml namespace?
How can child elements be specified upon using a sequence compositor?