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

i develop a web application and i gave security setting i.e autherization and athentication now it work properly on my local system , now question is ,is this security setting ie autherization and athentication which i gave in web.config will it be enough strong to secure my application on internet or i have to use some 3rd party tool or software to get security .if yes --how ? if no--what is the alternate?

0 Answers  


WHAT IS OBJECT POOLING

2 Answers   Fidelity,


Explain the life cycle of an ASP .NET page

2 Answers   HCL, Surya Software,


Difference between ByVal and ByRef?

2 Answers   Microsoft,


Which ASP.NET configuration options are supported in the ASP.NET implementation on the shared web hosting platform?

0 Answers  






“~” means in asp.net application?

4 Answers   IBS,


How can we create Tree control in asp.net?

0 Answers  


Take one textbox if I am inputting abc alphabet in capital letter or in small letter on the button click it will be bcd or if I enter 123 and it would be 234 like that in ASP.NET?

3 Answers   DNS,


How is a session stored and maintained in asp.net?

0 Answers  


benefits of migration from asp to asp.net hi frnds, i have to give presentation to a client about how useful would be migrating their project from asp to asp.net .plz give me some points which i should incorporate in my ppt thanks

0 Answers  


How will you do windows authentication and what is the namespace? If a user is logged under integrated windows authentication mode, but he is still not able to logon, what might be the possible cause for this? In ASP.Net application how do you find the name of the logged in person under windows authentication?

0 Answers  


what is Versioning in asp.net and how it maintain in any web application

1 Answers   TCS,


Categories