About SOAP ?

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


Please Help Members By Posting Answers For Below Questions

Why should i prefer JSP over asp.net or any other web development language..??

1448


Is there any property names “isnavigating”?

577


What is the difference between cookie and session?

503


can any one find and tell the difference between dot net and php which one is best ? which one we get more salary? which one is stable and which one is best for freshers and also better in future and carrer ? which one we wil get more salary sir ? please send ur valuable suggestions to kiranpulsar2007@gmail.com

1482


Explain about consistent programming model in the .NET framework?

592






What is the difference between localization and globalization?

561


What is the main differences between asp and asp.net?

523


What is the use of web.config file?

531


What is session id in web application?

494


What is the Intermittent crashing of application in production?

561


Can action method static?

533


Explain different types of Caching techniques in ASP.NET?

550


Is web config mandatory?

537


What kind of programming language is ASP.NET?

610


Where do the cookie state and session state information be stored?

512