About SOAP ?
Answers were Sorted based on User's Feedback
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 |
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 |
What are url fragments?
What is xaml? Are xaml file compiled or built on runtime?
What are the advantages of the code-behind feature?
What I need to create and run an asp.net application?
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?
Explain one critical mapping?
Why is validation always done on the server? When does that occur?
What are session and cookies?
what is the purpose of update panel control in ajax?
what is aspcompat? what it does?
i want to implement grid view value in paypal site. so how to create this code in asp.net with C#