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

What is the state management in asp.net?

0 Answers  


What is the recommended approach for asp.net mvc to globally intercept exceptions? What other functionality can be implemented with the approach? : Asp.Net MVC

0 Answers  


What is the difference between visual basic and asp.net?

0 Answers  


What are cao and sao.

0 Answers  


What is the use of mcommand ? mcommand.fill(ds,"orderdetails");

1 Answers   Netsweeper,






How to count the number of objects present in a web page? How to count the number of radio buttons in a web page?

0 Answers   HCL,


what is client-server architecture in .net? and what is 3-tier architecture?

1 Answers  


What is asp net theme?

0 Answers  


How do you use viewstate?

0 Answers  


how to retrieve data using web services in asp.net pls give me the code and explain me briefly

3 Answers  


To which side ( server ? client) does the user input data validation occur? Explain the reasons for it?

1 Answers   Siebel,


What is localization and Globalization?

3 Answers  


Categories