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 is a response cookie?

0 Answers  


What is Fragment Caching in ASP.NET?

2 Answers   MCN Solutions, pspl, Wipro,


What do you mean by authentication?

0 Answers  


Which tool you have done?

0 Answers  


Which Is Faster MVC or ASP.net ?

0 Answers   Arigo Infotech,






What are the two properties that are common in every validation control?

4 Answers   Siebel,


Describe the role of inetinfo.exe, aspnet_isapi.dll andaspnet_wp.exe in the page loading process.

1 Answers  


How to use push notification?

0 Answers   MCN Solutions,


Can you explain architecture of your project ?

0 Answers  


Is asp.net web forms dead?

0 Answers  


What is a web based system?

0 Answers  


How can we identify that the page is post back in asp net?

0 Answers  


Categories