About SOAP ?

Answers were Sorted based on User's Feedback



About SOAP ?..

Answer / 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

About SOAP ?..

Answer / sivasaravanan

Simple Object Access Protocol
It is preferred way to encode information such as data
values before sending it to or from a webservice...

Is This Answer Correct ?    2 Yes 0 No

About SOAP ?..

Answer / raju

soap is formatting protocol set of standards for arranging
request and response to provide c/m b/w client application
and web services

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More ASP.NET Interview Questions

What are url fragments?

0 Answers  


What is xaml? Are xaml file compiled or built on runtime?

0 Answers  


What are the advantages of the code-behind feature?

0 Answers  


What I need to create and run an asp.net application?

0 Answers  


What does the "EnableViewState" property do? Why would I want it on or off?

2 Answers   Photon Infotech, Siebel Systems, Syntax Softtech,






Explain code snippet to register exception filters from controller?

0 Answers  


Explain one critical mapping?

0 Answers  


Why is validation always done on the server? When does that occur?

2 Answers  


What are session and cookies?

0 Answers  


what is the purpose of update panel control in ajax?

2 Answers   CSC,


what is aspcompat? what it does?

1 Answers  


i want to implement grid view value in paypal site. so how to create this code in asp.net with C#

0 Answers  


Categories