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

Difference between overriding and overloading?

699


What is the mvc model?

581


What is the difference between user control an custom control?

617


Explain one critical mapping?

564


Explain a program using razor view engine to create a simple application? : asp.net mvc

500






Explain cookies with example.

558


Explain what is event bubbling?

576


Is it possible for me to change my aspx file extension to some other name?

586


What is a 307 redirect?

508


What is the significance of finalize method in .net?

552


Dataset is the disconnected environment. suppose if you are binding records to gridview (disconnected environment) and you are making changes to the the grid but before updating the database if any other user modify the data, how will you avoid such problem?

1720


Write a code for sending an email from asp.net application.

540


What is viewstate information stored?

605


What is .net remoting?

571


What is content place holder?

531