Answer Posted / lakshmi
Simple Object Access Protocol (SOAP) is a protocol used for
messaging and it is completely XML based.
SOAP specifications are standardizes by W3C.
SOAP provides a complete set of rules for the messages,
also called SOAP envelopes, as well as rules for issues
like data encoding, handling of messages, and binding of
messages to other protocols,such as HTTP. A SOAP message is
a simple XML document, which always contains a mandatory
envelope and body element and can also contain a few
optional elements such as header and fault element.
syntax of SOAP message:
<?xml version="1.0"?>
<soap:Envelope
xmlns:soap="http://www.w3.org/2001/12/soap-envelope"
soap:encodingstyle="http://www.w3.org/2001/12/soap-
encoding">
<soap:Header>
...
...
</soap:Header>
<soap:Body>
...
<soap:fault>
...
</soap:fault>
</soap:Body>
</soap:Envelope>
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
What can we do with asp.net?
6. Tell us about a time when you failed to meet a deadline. What were the repercussions?
what are the ihttphandler and ihttphandlerfactory interfaces ?
What are the steps involved to fill a dataset?
What are HTTP handlers in ASP.NET?
I have created a configuration setting in my web.config and have kept it at the root level. How do I prevent it from being overridden by another web.config that appears lower in the hierarchy?
Which library is used by the testers and developers to develop automated tests and create testing tools?
What is ispostback property?
What does aspcompat="true" mean?
calling result set one procedure to anothar procedure in sql2000
What does the .webpart file do?
Explain the overview of asp.net?
Please briefly explain the usage of global.asax?
What is session and application variable in asp net?
What does mvc represent in asp.net? : asp.net mvc