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 does an xml document actually look like (inside)?
Can we use css in xml?
What does a namespace-aware application do when it encounters an error?
How do I use the default xml namespace to refer to element type names in an xml namespace?
What are the components of an xml file?
When will u use a XMLDataDocument and when will u use a XPathDocument? What's the differences between the two?
do I have to change any of my server software to work with xml?
Is xml a text file?
What is xsl and its components?
Why do we use xslt?
Write a program to show literal result element as stylesheet?
How can I check that a document conforms to the xml namespaces recommendation?