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

how can we display records in single datagrid using two datasets in different place?

2 Answers   Global Computer, Honeywell,


The technical part was on ASP.Net only of web services.

1 Answers   Symphony,


What is the use of autowireup in asp.net?

0 Answers  


code for "For every 5days system has to create 1text file with the corresponding date and it has to store in c-drive" by using web applications

0 Answers  


How do you identify that the page is postback?

0 Answers  






COM+ Used ________________ Isolation Level

0 Answers   CTS,


How do u deploy your asp.net application?

0 Answers  


Can you explain the difference between an ADO.NET Dataset and an ADO Recordset?

2 Answers  


How many Directives r in ASP.NET?

8 Answers  


what to magage the state manament in asp.net with respect to in_prock and out_prock

1 Answers   Aviva,


How would you turn off cookies on one page of your website?

0 Answers  


Write the different features of a Thread and a Process?

0 Answers   Siebel,


Categories