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

Explain repository pattern in asp.net mvc? : asp.net mvc

0 Answers  


Explain file-based dependency and key-based dependency.

0 Answers   MindCracker,


if u r projet consist of 4 people means how can u manage the file

10 Answers   Mind Tree,


under which namespaces connection strings can be defined?

4 Answers  


What is difference between session and cookies in asp net?

0 Answers  






What is viewstategenerator?

0 Answers  


Difference between .NET and previous version?

0 Answers   Microsoft, TIPL,


What does aspcompat="true" mean?

0 Answers  


How can you implement encapsulation in asp.net?

6 Answers   TCS,


What are three ways that you can use a compare validator?

1 Answers  


Explain about solution explorer window?

0 Answers  


How would you get asp.net running in apache web servers?

0 Answers  


Categories