what is soap?

Answers were Sorted based on User's Feedback



what is soap?..

Answer / suresh.gv

Soap is a formatting protocal.
When we send data to the webservice the data will be passed
in network wire.
That data has to formatted by SOAP. and sends to the
service.
then the service will give response to that request . This
data is also formatted by Soap and give it to the client.

SOAP--> HTTP + XML

The format is XML because it is platform dependent . this
service is used by other applications .

Is This Answer Correct ?    22 Yes 0 No

what is soap?..

Answer / tapan gupta

soap = Simple Object Access Protocol
It is a simple,lightweight,xml based protocol for
exchanging information.

Is This Answer Correct ?    9 Yes 0 No

what is soap?..

Answer / ashu_jsr

SOAP is Single Object Access Protocol
SOAP is simply XML output on HTTP protocol.

Is This Answer Correct ?    12 Yes 7 No

what is soap?..

Answer / prasanthi

soap is nothing but it is a protocol which is used for
webservices

Is This Answer Correct ?    1 Yes 0 No

what is soap?..

Answer / srikanth

SOAP is simply XML output on HTTP protocol.

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More ASP.NET Interview Questions

Which of the following hosts Can't be used to create .net Application? a) IIS b) Internet Explorer c) ASP.Net d) Windows Shell Which one is correct?

1 Answers   CTS, TCS,


How to store a dataset in a viewstate?

3 Answers   IBM,


What will happen if the server confugration file and the application confugration file have different values for sassion state ASP.NET?

0 Answers   HCL,


How Response.flush works in server.Execute

1 Answers  


What a diffgram is, and a good use for one?

0 Answers  






How do you open a page in a new window?

0 Answers  


What are sql joins?

0 Answers  


if i have 1000 records and i want to access 20 ata time from SQL server, what will be the query?

9 Answers   Mind Tree,


how to create textboxes dynamically and insert textbox text into sql database

2 Answers   AGiSAC,


What is the use of session state and application state and difference between them?

0 Answers  


explain code with multi inhertance

0 Answers  


Which two new properties are added in asp.net 4.0 page class?

0 Answers  


Categories