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 |
Can you explain how ASP.NET application life cycle and page life cycle events fire?
Does the following statement executes successfully: Response.Write(?value of i = ? + i);
How many types of cookies are there in asp.net?
Explain why it is useful to use mvc instead of webforms? : asp.net mvc
what is diffrence between debug class and trace class in asp.net ?
What is Assembly?
3 Answers Inspira Technologies,
In a Code-Behind class generally which type of code is found ?
What Is ASPNET_WP.exe? What Is The Use Of It? In Which Place Inproc Session Stored ? Explain Session State ?
2 Answers Phoenix Technologies,
How to Insert a TextBox value in to Sql database using C# coding?
17 Answers HCL, Sona, TCS,
About Postback ?
What three Session State providers are available in ASP.NET 1.1? What are the pros and cons of each ?
Why and where this web.config file is used?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)